summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* MqTabChrome: Make fullscreen button functionalPatrick McDermott2017-10-071-1/+8
* mq_window_toggle_fullscreen(): New functionPatrick McDermott2017-10-072-0/+27
* mq_tab_get_window(): New functionPatrick McDermott2017-10-072-0/+9
* MqTabChrome: Add TODO comments for menu button click callbacksPatrick McDermott2017-10-071-0/+10
* main(): Call g_set_application_name() with PACKAGE_NAMEPatrick McDermott2017-10-071-1/+1
* MqTabChrome: Call mq_tab_quit() on quit button clickPatrick McDermott2017-10-071-5/+5
* mq_tab_quit(): New functionPatrick McDermott2017-10-072-0/+9
* mq_window_quit(): New functionPatrick McDermott2017-10-072-0/+9
* mq_application_quit(): New functionPatrick McDermott2017-10-072-0/+98
* mq_window_get_num_tabs(): New functionPatrick McDermott2017-10-072-1/+10
* MqWindow: Add tabs.warn-on-close check to close confirmationPatrick McDermott2017-10-071-0/+22
* MqWindow: Add icon to close confirmation dialogPatrick McDermott2017-10-071-7/+25
* MqWindow: Confirm close of multiple tabsPatrick McDermott2017-10-071-0/+47
* MqWindow: Save MqConfig object in structPatrick McDermott2017-10-072-7/+7
* mq_tab_get_tree_size(): New functionPatrick McDermott2017-10-072-0/+9
* about:preferences: s/Smooth Scrolling/Enable Smooth Scrolling/Patrick McDermott2017-10-071-1/+1
* src/html.h: Mark variadic functions as needing explicit NULLPatrick McDermott2017-10-071-6/+10
* s/__attribute__((unused))/G_GNUC_UNUSED/Patrick McDermott2017-10-077-102/+81
* MqTabBody: Use GLib macros instead of _Pragma()sPatrick McDermott2017-10-071-3/+2
* MqTabBody: Restore spelling items in context menuPatrick McDermott2017-10-071-12/+22
* about:preferences: Make tabs.new and cookies.accept <select>sPatrick McDermott2017-10-071-4/+11
* mq_html_input_select(): New functionPatrick McDermott2017-10-072-0/+80
* mq_tab_body_new(): Set Web view zoom level to zoom.default valuePatrick McDermott2017-10-071-0/+4
* 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