summaryrefslogtreecommitdiff
path: root/midori
Commit message (Expand)AuthorAgeFilesLines
* Use widget-implementation-specific property-accessor for "focus-on-click"Rico Tzschichholz2016-04-021-1/+1
* Resurrect -l/ --log-file switchChristian Dywan2016-03-211-0/+51
* Fix type confusion when downcasting GIcon to GdkPixbuf in midori-view.cgue5t2016-02-271-1/+61
* Fix compilation with GTK2 by guarding usage of GtkWidget::scale_factorgue5t2016-02-201-0/+6
* Scale tab icons taking scale factor into accountChristian Dywan2016-02-202-35/+29
|\
| * Scale both larger- and smaller-than-expected tab iconsgue5t2016-01-231-1/+1
| * No need to deal with icon size in _midori_web_view_load_iconChristian Dywan2015-08-101-4/+1
| * Scale tab icons taking scale factor into accountChristian Dywan2015-08-092-31/+28
* | Fix warnings when starting with --execute WindowClosegue5t2016-02-202-6/+12
|\ \
| * | Fix warnings when starting with --execute WindowClosegue5t2016-01-232-6/+12
* | | Fix memory leaks and logic errors in extension loading and testsgue5t2016-01-251-2/+2
|/ /
* | Use g_file_test check instead as it works for both platformsPaweł Forysiuk tuxator@o2.pl2016-01-158-37/+17
* | Add helper function for checking if file existsPaweł Forysiuk tuxator@o2.pl2016-01-108-24/+37
* | Specify supported "family" of Opera browserPaweł Forysiuk tuxator@o2.pl2016-01-041-2/+2
* | Use proper paths depending on the platformPaweł Forysiuk tuxator@o2.pl2015-12-291-2/+12
* | Add helper function for getting current APPDATA directoryPaweł Forysiuk tuxator@o2.pl2015-12-292-0/+17
* | Fix lp:1462773Leonardo Lemos2015-11-301-1/+1
* | Update version of Chrome/Chromium's User-AgentSergio Durigan Junior2015-11-221-1/+1
* | Adjusting indentation of the long string added in the last commit.Sergio Durigan Junior2015-09-261-4/+4
* | Improving error message when gnome-keyring is not running.Sergio Durigan Junior2015-09-261-1/+4
* | Don't use GTK+ API to say the titlebar can be hiddenChristian Dywan2015-09-253-9/+0
* | 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