summaryrefslogtreecommitdiffstats
path: root/src/toolbars
Commit message (Collapse)AuthorAgeFilesLines
* MqBackForwardButtonBox: Make buttons insensitive on initP. J. McDermott2018-10-021-0/+4
| | | | | | | | | | | | | Fixes clickable back/forward buttons in a new tab with no history, as well as: ** (marquee:...): CRITICAL **: const gchar* webkit_back_forward_list_item_get_title(WebKitBackForwardListItem*): assertion 'WEBKIT_IS_BACK_FORWARD_LIST_ITEM(listItem)' failed ** (marquee:...): CRITICAL **: const gchar* webkit_back_forward_list_item_get_uri(WebKitBackForwardListItem*): assertion 'WEBKIT_IS_BACK_FORWARD_LIST_ITEM(listItem)' failed ** (marquee:...): CRITICAL **: const gchar* webkit_back_forward_list_item_get_uri(WebKitBackForwardListItem*): assertion 'WEBKIT_IS_BACK_FORWARD_LIST_ITEM(listItem)' failed (marquee:...): Gtk-CRITICAL **: gtk_text_buffer_insert_with_tags: assertion 'text != NULL' failed
* MqMainMenu: Don't hardcode package name in about buttonPatrick McDermott2017-11-251-3/+12
|
* MqUriEntry: InternationalizePatrick McDermott2017-11-201-5/+6
|
* MqStopReloadButton: InternationalizePatrick McDermott2017-11-201-8/+10
|
* MqMainMenu: Add some missing parenthesesPatrick McDermott2017-11-201-6/+6
| | | | Syntax error introduced in commit 84b7af8.
* MqMainMenu: Remove some spaces to shorten a long linePatrick McDermott2017-11-201-3/+3
|
* MqMainMenu: Shorten NEW_BUTTON() macro names to NEW_BTN()Patrick McDermott2017-11-201-21/+21
|
* MqMainMenu: Remove some spaces to shorten a long linePatrick McDermott2017-11-201-12/+12
|
* MqMainMenu: InternationalizePatrick McDermott2017-11-201-37/+38
|
* MqHomeButton: InternationalizePatrick McDermott2017-11-201-6/+7
|
* MqHistoryButton: InternationalizePatrick McDermott2017-11-201-2/+5
|
* MqDownloadsButton: InternationalizePatrick McDermott2017-11-201-2/+4
|
* MqBookmarksButtonBox: InternationalizePatrick McDermott2017-11-201-2/+4
|
* MqBackForwardButtonBox: InternationalizePatrick McDermott2017-11-201-4/+5
|
* MqNavigationToolbar: InternationalizePatrick McDermott2017-11-201-10/+11
|
* MqFindToolbar: InternationalizePatrick McDermott2017-11-201-8/+10
|
* MqFindToolbar: Add mnemonic to case match buttonPatrick McDermott2017-11-191-1/+1
|
* MqFindToolbar: Fix button label capitalizationPatrick McDermott2017-11-191-1/+1
| | | | Comply with GNOME's and other HIGs.
* MqMainMenu: Fix button label capitalizationPatrick McDermott2017-11-191-6/+6
| | | | Comply with GNOME's and other HIGs.
* 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
|
* MqUriEntry: Fix notified property namePatrick McDermott2017-11-151-1/+1
|
* MqHomeButton: Focus Web view on clickPatrick McDermott2017-11-141-0/+1
|
* MqUriEntry: Focus Web view on activatePatrick McDermott2017-11-141-0/+1
|
* 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
| | | | | This is a hint for on-screen keyboards and similar input methods to choose which keys would be most useful to present to the user.
* 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
|
* 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-132-2/+12
|
* 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
| | | | Or webkit_find_controller_search_previous().
* MqMainMenu: Get current profile name and color from MqProfilesPatrick McDermott2017-11-051-7/+23
|
* MqMainMenu: Make profile button sensitive and effectivePatrick McDermott2017-11-041-2/+7
|
* MqMainMenu: Make profile button insensitivePatrick McDermott2017-11-031-0/+1
|
* MqMainMenu: Use NEW_BUTTON() macro for profile buttonPatrick McDermott2017-11-031-5/+2
|