summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* MqTabChrome: Obey zoom.default on zoom resetPatrick McDermott2017-10-072-1/+4
* MqWindow: Set window.width and window.height on resizePatrick McDermott2017-10-061-0/+11
* mq_window_new(): Set default window size even if maximizedPatrick McDermott2017-10-061-3/+3
* MqWindow: Set window.maximized on maximize or unmaximizePatrick McDermott2017-10-061-0/+11
* mq_window_new(): Obey window.* preferencesPatrick McDermott2017-10-061-1/+10
* src/about.c: URI-unescape query keys and valuesPatrick McDermott2017-10-061-5/+14
* mq_tab_body_new(): Load home page if configured to do soPatrick McDermott2017-10-061-1/+14
* mq_tab_body_new(): Improve URI loading logicPatrick McDermott2017-10-061-8/+9
* mq_application_new(): Initialize marquee mode in off statePatrick McDermott2017-10-061-0/+1
* src/web-settings.c: Set cookie acceptance settingPatrick McDermott2017-10-061-1/+35
* src/web-settings.c: Rename wkwc_*() callbacksPatrick McDermott2017-10-061-9/+9
* src/web-settings.c: Cast string lists to (const gchar * const *)Patrick McDermott2017-10-061-2/+4
* src/web-settings.c: Set WebKitWebContext settingsPatrick McDermott2017-10-061-0/+45
* MqConfig: Pass MqConfig object to notification callbacksPatrick McDermott2017-10-063-19/+24
* src/web-settings.c: Wrap two long linesPatrick McDermott2017-10-061-2/+4
* src/web-settings.c: Fix a callback callPatrick McDermott2017-10-061-1/+1
* src/web-settings.c: Prefix callbacks with "wks_"Patrick McDermott2017-10-061-12/+12
* MqTabChrome: Make developer tools button functionalPatrick McDermott2017-10-061-0/+10
* MqTabChrome: Make preferences button functionalPatrick McDermott2017-10-061-0/+11
* mq_tab_body_new(): Use WebKitSettings from MqApplicationPatrick McDermott2017-10-061-1/+3
* mq_tab_get_application(): New functionPatrick McDermott2017-10-062-0/+9
* MqTab: Copy window and application before children initPatrick McDermott2017-10-061-9/+6
* mq_application_get_webkit_settings(): New functionPatrick McDermott2017-10-062-6/+17
* src/web-settings.c: Initialize GValue structs before g_value_init()Patrick McDermott2017-10-061-4/+4
* src/web-settings.c: Call the right functionPatrick McDermott2017-10-061-1/+1
* src/web-settings.c: Fix a struct's membersPatrick McDermott2017-10-061-2/+2
* MqApplication: Use mq_web_settings_connect()Patrick McDermott2017-10-061-12/+4
* src/web-settings.[ch]: New filesPatrick McDermott2017-10-063-0/+303
* MqApplication: Instantiate a WebKitSettings object with a settingPatrick McDermott2017-10-061-8/+29
* mq_config_get_string_list(): New functionPatrick McDermott2017-10-062-0/+21
* mq_config_notify_*(): New functionsPatrick McDermott2017-10-062-0/+88
* src/config.h: Define callback function pointer typesPatrick McDermott2017-10-062-4/+10
* MqConfig: Propagate const qualification through callbacksPatrick McDermott2017-10-051-10/+10
* src/config.c: Move a static functionPatrick McDermott2017-10-051-42/+42
* mq_html_input_*(): Add newlinesPatrick McDermott2017-10-051-11/+11
* about:preferences: Don't try to save "_tabs" form elementPatrick McDermott2017-10-051-1/+3
* about:preferences: Get string list values (as strings)Patrick McDermott2017-10-051-1/+1
* src/config.c: Set string lists as stringsPatrick McDermott2017-10-051-1/+1
* about:preferences: Get string valuesPatrick McDermott2017-10-051-1/+1
* mq_config_get_string(), mq_config_set_string(): New functionsPatrick McDermott2017-10-052-1/+49
* Revert "src/about.c: Use strtok_r() to parse query strings"Patrick McDermott2017-10-051-8/+16
* src/about.c: Make query string parsing function staticPatrick McDermott2017-10-051-1/+1
* about:preferences: Add two more pages of preferencesPatrick McDermott2017-10-051-0/+86
* about:preferences: Display and save some preferencesPatrick McDermott2017-10-051-16/+120
* mq_html_input_number_d(): New functionPatrick McDermott2017-10-052-0/+15
* mq_html_input_number_i(): New functionPatrick McDermott2017-10-052-0/+15
* src/html.c: Display labels as blocksPatrick McDermott2017-10-051-0/+3
* mq_config_load(): Load from ${XDG_CONFIG_HOME}/${PACKAGE}/${profile}Patrick McDermott2017-10-041-4/+8
* mq_config_load(): Build profile directoryPatrick McDermott2017-10-042-0/+9
* mq_config_new(): Build file name with g_build_filename()Patrick McDermott2017-10-041-2/+2