summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* MqFindToolbar: Fix button label capitalizationPatrick McDermott2017-11-191-1/+1
* MqMainMenu: Fix button label capitalizationPatrick McDermott2017-11-191-6/+6
* MqMainMenu: Separate labels and tooltips of main grid buttonsPatrick McDermott2017-11-191-16/+28
* MqMainMenu: Add comments to gtk_widget_set_sensitive() callsPatrick McDermott2017-11-191-4/+3
* MqMainMenu: Define and use BTN() macro for main button gridPatrick McDermott2017-11-191-18/+15
* MqMainMenu: Merge NEW_BTN and CLICKED_CB macrosPatrick McDermott2017-11-191-33/+18
* MqMainMenu: Shorten NEW_BUTTON macro name to NEW_BTNPatrick McDermott2017-11-191-14/+14
* MqMainMenu: Add no-op stub button click callbacksPatrick McDermott2017-11-191-4/+25
* mq_web_view_load_uri(): Don't save rewritten URI as display URIPatrick McDermott2017-11-151-3/+5
* MqUriEntry: Fix notified property namePatrick McDermott2017-11-151-1/+1
* MqWebView: Drop a gtk_widget_grab_focus() callPatrick McDermott2017-11-151-2/+0
* MqHomeButton: Focus Web view on clickPatrick McDermott2017-11-141-0/+1
* MqUriEntry: Focus Web view on activatePatrick McDermott2017-11-141-0/+1
* mq_notebook_insert_*(): Focus Web view of inserted tab pagePatrick McDermott2017-11-141-0/+6
* mq_tab_page_focus_web_view(): New functionPatrick McDermott2017-11-142-0/+9
* mq_web_view_grab_focus(): New functionPatrick McDermott2017-11-142-0/+9
* mq_notebook_insert_*(): Focus URI entry of inserted tab pagePatrick McDermott2017-11-141-0/+10
* mq_tab_page_focus_uri_entry(): New functionPatrick McDermott2017-11-142-3/+13
* mq_navigation_toolbar_focus_uri_entry(): New functionPatrick McDermott2017-11-142-4/+14
* mq_uri_entry_grab_focus(): New functionPatrick McDermott2017-11-142-0/+9
* MqUriEntry: Set input purposePatrick McDermott2017-11-141-0/+2
* MqMainMenu: Disable focus on child buttonPatrick McDermott2017-11-141-0/+2
* MqDownloadsButton: Disable focus on child buttonPatrick McDermott2017-11-141-0/+2
* MqHistoryButton: Disable focus on child buttonPatrick McDermott2017-11-141-0/+2
* MqHomeButton: Disable focus on child buttonPatrick McDermott2017-11-141-0/+2
* MqBookmarksButtonBox: Disable focus on buttonsPatrick McDermott2017-11-141-0/+4
* MqStopReloadButton: Really disable focus, on child buttonPatrick McDermott2017-11-141-1/+2
* MqBackForwardButtonBox: Disable focus on back and forward buttonsPatrick McDermott2017-11-141-0/+4
* MqStopReloadButton: Disable focusPatrick McDermott2017-11-131-0/+1
* MqNotebook: Disable focus on new tab and tab list buttonsPatrick McDermott2017-11-131-0/+2
* MqFindToolbar: Don't show "No matches" on search entry clearingPatrick McDermott2017-11-131-1/+12
* src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headersPatrick McDermott2017-11-138-6/+36
* MqFindToolbar: Show message when wrappingPatrick McDermott2017-11-131-14/+53
* MqFindToolbar: Add a spinnerPatrick McDermott2017-11-121-0/+9
* MqFindToolbar: Remove a blank line at the end of a functionPatrick McDermott2017-11-121-1/+0
* MqFindToolbar: Disable relief on prev, next, and case buttonsPatrick McDermott2017-11-121-0/+3
* MqFindToolbar: Don't call webkit_find_controller_search_next()Patrick McDermott2017-11-121-20/+2
* mq_application_new(): Add a couple blank linesPatrick McDermott2017-11-121-0/+2
* mq_config_new(): Use g_new0() instead of malloc()Patrick McDermott2017-11-121-1/+1
* mq_application_new(): Use g_new0() instead of malloc()Patrick McDermott2017-11-121-1/+1
* mq_application_new(): Get MqConfig from MqProfilePatrick McDermott2017-11-121-6/+2
* MqProfiles: Manage current profile's MqConfigPatrick McDermott2017-11-122-0/+19
* MqProfiles: Handle only the changes done hintPatrick McDermott2017-11-121-0/+4
* about:profiles: Disable "Launch" button on new profilePatrick McDermott2017-11-111-1/+1
* about:profiles: Disable "Delete" button on current profilePatrick McDermott2017-11-111-1/+1
* mq_profiles_remove(): Don't remove the current profilePatrick McDermott2017-11-111-0/+4
* MqProfiles: Only save if restored profile insertion succeedsPatrick McDermott2017-11-111-3/+5
* mq_profiles_remove(): Remove profile directoryPatrick McDermott2017-11-101-1/+34
* mq_profiles_new(): Monitor profiles file for changesPatrick McDermott2017-11-101-1/+50
* mq_profiles_insert(): Split out insertion into new static functionPatrick McDermott2017-11-101-13/+25