Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqBackForwardButtonBox: Make buttons insensitive on init | P. J. McDermott | 2018-10-02 | 1 | -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 button | Patrick McDermott | 2017-11-25 | 1 | -3/+12 |
| | |||||
* | MqUriEntry: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -5/+6 |
| | |||||
* | MqStopReloadButton: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -8/+10 |
| | |||||
* | MqMainMenu: Add some missing parentheses | Patrick McDermott | 2017-11-20 | 1 | -6/+6 |
| | | | | Syntax error introduced in commit 84b7af8. | ||||
* | MqMainMenu: Remove some spaces to shorten a long line | Patrick McDermott | 2017-11-20 | 1 | -3/+3 |
| | |||||
* | MqMainMenu: Shorten NEW_BUTTON() macro names to NEW_BTN() | Patrick McDermott | 2017-11-20 | 1 | -21/+21 |
| | |||||
* | MqMainMenu: Remove some spaces to shorten a long line | Patrick McDermott | 2017-11-20 | 1 | -12/+12 |
| | |||||
* | MqMainMenu: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -37/+38 |
| | |||||
* | MqHomeButton: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -6/+7 |
| | |||||
* | MqHistoryButton: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -2/+5 |
| | |||||
* | MqDownloadsButton: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -2/+4 |
| | |||||
* | MqBookmarksButtonBox: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -2/+4 |
| | |||||
* | MqBackForwardButtonBox: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -4/+5 |
| | |||||
* | MqNavigationToolbar: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -10/+11 |
| | |||||
* | MqFindToolbar: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -8/+10 |
| | |||||
* | MqFindToolbar: Add mnemonic to case match button | Patrick McDermott | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | MqFindToolbar: Fix button label capitalization | Patrick McDermott | 2017-11-19 | 1 | -1/+1 |
| | | | | Comply with GNOME's and other HIGs. | ||||
* | MqMainMenu: Fix button label capitalization | Patrick McDermott | 2017-11-19 | 1 | -6/+6 |
| | | | | Comply with GNOME's and other HIGs. | ||||
* | MqMainMenu: Separate labels and tooltips of main grid buttons | Patrick McDermott | 2017-11-19 | 1 | -16/+28 |
| | |||||
* | MqMainMenu: Add comments to gtk_widget_set_sensitive() calls | Patrick McDermott | 2017-11-19 | 1 | -4/+3 |
| | |||||
* | MqMainMenu: Define and use BTN() macro for main button grid | Patrick McDermott | 2017-11-19 | 1 | -18/+15 |
| | |||||
* | MqMainMenu: Merge NEW_BTN and CLICKED_CB macros | Patrick McDermott | 2017-11-19 | 1 | -33/+18 |
| | |||||
* | MqMainMenu: Shorten NEW_BUTTON macro name to NEW_BTN | Patrick McDermott | 2017-11-19 | 1 | -14/+14 |
| | |||||
* | MqMainMenu: Add no-op stub button click callbacks | Patrick McDermott | 2017-11-19 | 1 | -4/+25 |
| | |||||
* | MqUriEntry: Fix notified property name | Patrick McDermott | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | MqHomeButton: Focus Web view on click | Patrick McDermott | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | MqUriEntry: Focus Web view on activate | Patrick McDermott | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | mq_navigation_toolbar_focus_uri_entry(): New function | Patrick McDermott | 2017-11-14 | 2 | -4/+14 |
| | |||||
* | mq_uri_entry_grab_focus(): New function | Patrick McDermott | 2017-11-14 | 2 | -0/+9 |
| | |||||
* | MqUriEntry: Set input purpose | Patrick McDermott | 2017-11-14 | 1 | -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 button | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | MqDownloadsButton: Disable focus on child button | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | MqHistoryButton: Disable focus on child button | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | MqHomeButton: Disable focus on child button | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | MqBookmarksButtonBox: Disable focus on buttons | Patrick McDermott | 2017-11-14 | 1 | -0/+4 |
| | |||||
* | MqStopReloadButton: Really disable focus, on child button | Patrick McDermott | 2017-11-14 | 1 | -1/+2 |
| | |||||
* | MqBackForwardButtonBox: Disable focus on back and forward buttons | Patrick McDermott | 2017-11-14 | 1 | -0/+4 |
| | |||||
* | MqStopReloadButton: Disable focus | Patrick McDermott | 2017-11-13 | 1 | -0/+1 |
| | |||||
* | MqFindToolbar: Don't show "No matches" on search entry clearing | Patrick McDermott | 2017-11-13 | 1 | -1/+12 |
| | |||||
* | src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headers | Patrick McDermott | 2017-11-13 | 2 | -2/+12 |
| | |||||
* | MqFindToolbar: Show message when wrapping | Patrick McDermott | 2017-11-13 | 1 | -14/+53 |
| | |||||
* | MqFindToolbar: Add a spinner | Patrick McDermott | 2017-11-12 | 1 | -0/+9 |
| | |||||
* | MqFindToolbar: Remove a blank line at the end of a function | Patrick McDermott | 2017-11-12 | 1 | -1/+0 |
| | |||||
* | MqFindToolbar: Disable relief on prev, next, and case buttons | Patrick McDermott | 2017-11-12 | 1 | -0/+3 |
| | |||||
* | MqFindToolbar: Don't call webkit_find_controller_search_next() | Patrick McDermott | 2017-11-12 | 1 | -20/+2 |
| | | | | Or webkit_find_controller_search_previous(). | ||||
* | MqMainMenu: Get current profile name and color from MqProfiles | Patrick McDermott | 2017-11-05 | 1 | -7/+23 |
| | |||||
* | MqMainMenu: Make profile button sensitive and effective | Patrick McDermott | 2017-11-04 | 1 | -2/+7 |
| | |||||
* | MqMainMenu: Make profile button insensitive | Patrick McDermott | 2017-11-03 | 1 | -0/+1 |
| | |||||
* | MqMainMenu: Use NEW_BUTTON() macro for profile button | Patrick McDermott | 2017-11-03 | 1 | -5/+2 |
| |