summaryrefslogtreecommitdiff
path: root/midori
Commit message (Expand)AuthorAgeFilesLines
* Ensure vala knows the prototypes of functions it calls, fixing pointer trunca...gue5t2015-08-162-0/+7
|\
| * Forbid implicit declarations in valac-generated C and enable non-superfluous ...gue5t2015-08-091-0/+3
| * Fix a pointer truncation bug on 64-bit where C compiler assumed int return typegue5t2015-08-091-0/+4
* | Add unit test to check appmenu/menubar visibilitygue5t2015-08-151-1/+1
* | Fix last known GTK2 entry placeholder text bugsgue5t2015-08-151-1/+4
|\ \
| * | fix last known GTK2 entry placeholder text bugsgue5t2015-08-101-1/+4
* | | Make sure that only one of appmenu and menubar are visible *initially* as wel...gue5t2015-08-101-1/+4
|/ /
* | fix property binding to ensure that exactly one of appmenu button and menubar...gue5t2015-08-091-2/+3
* | Don't shadow variable uri in midori_browser_save_uriChristian Dywan2015-07-111-4/+4
|\ \
| * | Pass destination uri as outfile argument of midori_view_save_sourceChristian Dywan2015-05-081-1/+1
| * | Don't shadow variable uri in midori_browser_save_uriChristian Dywan2015-05-081-4/+4
* | | Always include app menu in toolbarChristian Dywan2015-07-071-4/+9
|\ \ \
| * | | Always include app menu in toolbarChristian Dywan2015-06-131-4/+9
* | | | Fix various mis[sing ]annotations and style issues in GIRgue5t2015-07-0612-52/+98
* | | | Fix assert when resetting webapp state after inactivity resetPaweł Forysiuk tuxator@o2.pl2015-06-301-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Sync up stock extension enabled in app mode with private modePaweł Forysiuk tuxator@o2.pl2015-06-301-0/+2
* | | | clean up handling of double-valued db column in Tabbygue5t2015-06-251-2/+6
|\ \ \ \
| * | | | clean up handling of double-valued db column in Tabbygue5t2015-06-231-2/+6
| |/ / /
* | | | Add a comment to explain MidoriBrowser popup callbackgue5t2015-06-251-0/+2
|\ \ \ \
| * | | | Add a comment to explain MidoriBrowser popup callbackgue5t2015-06-131-0/+2
| | |/ / | |/| |
* | | | fix warnings printed when right-clicking resize grip between location and sea...gue5t2015-06-251-1/+1
|\ \ \ \
| * | | | fix warnings printed when right-clicking resize grip between location and sea...gue5t2015-06-241-1/+1
| | |/ / | |/| |
* | | | Win32: Use Dr. MinGW if present to preserve crash infoPaweł Forysiuk tuxator@o2.pl2015-06-251-0/+13
|\ \ \ \
| * | | | Win32: Use Dr. MinGW if present to preserve crash infoPaweł Forysiuk tuxator@o2.pl2015-06-241-0/+13
| |/ / /
* | | | Fix menubar warning caused by direct cast instead of `as`gue5t2015-06-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix warning caused by direct cast instead of `as`gue5t2015-06-231-1/+1
| |/ /
* | | Stop using Gtk.Entry.max_width_charsChristian Dywan2015-06-131-1/+1
|/ /
* | Use unowned in foreach loops in Midori.WindowChristian Dywan2015-06-121-17/+18
|\ \
| * | Use unowned in foreach loops in Midori.WindowChristian Dywan2015-06-111-17/+18
* | | Use unowned in foreach loops in Midori.CompletionChristian Dywan2015-06-121-5/+5
|\ \ \
| * | | Use unowned in foreach loops in Midori.CompletionChristian Dywan2015-06-111-5/+5
| |/ /
* | | Use unowned strings in foreach loopsChristian Dywan2015-06-122-5/+5
|\ \ \
| * | | Use unowned strings in foreach loopsChristian Dywan2015-06-112-5/+5
| |/ /
* | | Enable openWith in app mode and make it work with view-newChristian Dywan2015-06-122-1/+4
|\ \ \ | |/ / |/| |
| * | Enable openWith in app mode and make it work with view-newChristian Dywan2015-05-312-1/+4
* | | Implement Midori.Window class with toolbar/ headerbarChristian Dywan2015-06-068-292/+325
|\ \ \ | |/ / |/| |
| * | Fix spacing in lambdasChristian Dywan2015-06-062-6/+8
| * | Always put extra actions on the headerbar's tailChristian Dywan2015-06-021-0/+2
| * | Let statusbar features handle toolbar not being toolbarChristian Dywan2015-06-021-1/+1
| * | Pixel margins for the entryChristian Dywan2015-05-311-0/+1
| * | Use original order of actions in HeaderBarChristian Dywan2015-05-311-4/+5
| * | No toolbar style without a toolbarChristian Dywan2015-05-311-0/+7
| * | Add and bottom margin to headerbar titleChristian Dywan2015-05-301-1/+3
| * | Use max width instead of width for URL entryChristian Dywan2015-05-241-1/+1
| * | Implement search entry width correctlyChristian Dywan2015-05-241-7/+8
| * | Fix position of extra actions and paned childrenChristian Dywan2015-05-241-4/+3
| * | Add and remove extra actions correctlyChristian Dywan2015-05-241-11/+25
| * | Implement Midori.Window class with toolbar/ headerbarChristian Dywan2015-05-237-291/+295
| |/
* | Drop support for libsoup-gnome-2.4 < 2.37.1Rico Tzschichholz2015-03-235-44/+4
* | Also change code path for Open With context menuChristian Dywan2015-05-211-2/+7