summaryrefslogtreecommitdiff
path: root/midori/midori-websettings.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_file_test check instead as it works for both platformsPaweł Forysiuk tuxator@o2.pl2016-01-151-3/+3
* Add helper function for checking if file existsPaweł Forysiuk tuxator@o2.pl2016-01-101-3/+3
* Update version of Chrome/Chromium's User-AgentSergio Durigan Junior2015-11-221-1/+1
* Fix various mis[sing ]annotations and style issues in GIRgue5t2015-07-061-1/+1
* Use more generic include, not requiring specific version of mingw headersPaweł Forysiuk2014-03-191-1/+1
* Document more of MidoriWebSettings API and improve GIR coveragegue5t2014-03-021-11/+61
* Fix building with newer mingw versionsPaweł Forysiuk2014-02-241-0/+4
* Removed unneeded comments from codeIsaac Smith2013-11-121-5/+0
* Added feature to allow printing directly to default printer without dialog po...Isaac Smith2013-11-111-1/+24
* Use GString instead of GArray in sokoke_accept_languagesChristian Dywan2013-11-041-14/+8
* Don't compare signed and unsigned integer in midori_settings_save_to_filePaweł Forysiuk2013-10-311-1/+1
* Don't shadow filename in midori_settings_save_to_fileChristian Dywan2013-10-301-5/+5
* Fix ifdef typo in javascript websettingPaweł Forysiuk2013-08-041-1/+1
* Handle NULL app properly in midori_settings_save_to_fileChristian Dywan2013-07-291-25/+29
* Test if plugins are redundant instead of skipping them allAndré Stösel2013-07-111-1/+32
|\
| * Fixed bug which occurs when midori_web_settings_skip_plugin is called multipl...André Stösel2013-07-071-3/+9
| * Fix coding style issuesAndré Stösel2013-07-071-3/+3
| * Test if plugins are redundant instead of skipping them allAndré Stösel2013-07-031-1/+26
* | Implement a default zoom level preferenceChristian Dywan2013-07-071-1/+8
|/
* Drop WebKit < 1.8 version checks from MidoriWebSettingsChristian Dywan2013-06-191-50/+3
* Update dates to 2013.Cody Garver2013-05-191-1/+1
* Use hard-coded WebKit2 engine version in generate_ident_stringChristian Dywan2013-04-081-2/+2
* Implement spell checking and preferred languages with WebKit2Christian Dywan2013-04-081-2/+12
* There's no user-stylesheet-uri in WebKit2Christian Dywan2013-04-041-0/+8
* There's no spell-checking-languages setting in WebKit2Christian Dywan2013-04-041-0/+2
* enable-java-applet becomes enable-java in WebKit2Christian Dywan2013-04-041-1/+3
* Use default-charset in both WebKit 1/ 2Christian Dywan2013-04-041-10/+10
* Implement plugin listing for WebKit2 and abstract skip_pluginChristian Dywan2013-04-041-0/+13
* Always set extension "filename" and test paths for multi extensionsChristian Dywan2013-03-301-0/+1
* Clean up filename when saving enabled extensionsPaweł Forysiuk2013-03-301-19/+8
* Fix periods to ellipsis in Custom/ Customize ShortcutsChristian Dywan2013-03-231-2/+2
* Use macro for (Web)Settings property overridesPaweł Forysiuk2013-03-171-9/+15
* Add 'New tab behavior' preferencePaweł Forysiuk2013-03-121-0/+60
* Use strings directly without katze_property_labelChristian Dywan2013-03-071-6/+5
* Add some #ifdef to build Midori with WebKit2 supportAndré Stösel2013-02-211-0/+5
* Remove hildon ifdefs from midori view and websettingsPaweł Forysiuk2012-12-131-3/+1
* Address leak in midori_web_settings_low_memory_profileChristian Dywan2012-12-051-3/+4
* Handle uint in midori_settings_save_to_fileChristian Dywan2012-12-021-0/+7
* Handle recent files disabling in Midori.PathsChristian Dywan2012-11-251-2/+2
* Re-implement block-uris and inactivity-reset as settingsChristian Dywan2012-11-251-1/+1
* Move settings loading/ saving into WebSettingsChristian Dywan2012-11-251-0/+238
* Fix tooltip on preferred language entryChristian Dywan2012-09-171-3/+3
* Give readable names to numeric debug tokensChristian Dywan2012-09-121-2/+2
* Move translations out of settings classChristian Dywan2012-08-311-727/+9
* Move simple settings into Midori.Settings classChristian Dywan2012-08-311-346/+5
* Move config/ data/ res_filename/ lib_path to Midori.PathsChristian Dywan2012-08-301-1/+1
* Zoom text and images by defaultChristian Dywan2012-08-271-1/+1
* Handle and cache Accept-Language in WebSettingsChristian Dywan2012-08-231-0/+119
* Introduce a merged NextForward akin to StopReloadChristian Dywan2012-08-191-1/+1
* Enable netscape plugins on win32Paweł Forysiuk2012-08-071-1/+1