Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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_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 |
| | |||||
* | src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headers | Patrick McDermott | 2017-11-13 | 1 | -1/+9 |
| | |||||
* | 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 |
| | |||||
* | MqMainMenu: Define stub profile button click callback | Patrick McDermott | 2017-11-03 | 1 | -0/+7 |
| | |||||
* | MqMainMenu: Use NEW_BUTTON() macro for preferences button | Patrick McDermott | 2017-11-03 | 1 | -5/+2 |
| | |||||
* | MqMainMenu: Add comments explaining macro parameters | Patrick McDermott | 2017-11-03 | 1 | -0/+11 |
| | |||||
* | MqMainMenu: Remove preferences button from bottom row | Patrick McDermott | 2017-11-03 | 1 | -20/+37 |
| | |||||
* | MqMainMenu: Add tooltip to profile button | Patrick McDermott | 2017-11-03 | 1 | -0/+1 |
| | |||||
* | MqMainMenu: Add preferences button next to profile button | Patrick McDermott | 2017-11-03 | 1 | -2/+18 |
| | |||||
* | MqMainMenu: Add (WIP) profile button | Patrick McDermott | 2017-11-03 | 1 | -0/+19 |
| | |||||
* | MqBookmarksButtonBox: Use "non-starred" icon for add/edit button | Patrick McDermott | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | MqMainMenu: Move Cut, Copy, and Paste buttons | Patrick McDermott | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | MqMainMenu: Move a callback | Patrick McDermott | 2017-11-02 | 1 | -6/+6 |
| | | | | | open_clicked_cb() and save_clicked_cb() got stuck between zoom_out_clicked_cb() and zoom_reset_clicked_cb() by mistake. | ||||
* | MqMainMenu: Add Cut, Copy, and Paste buttons | Patrick McDermott | 2017-11-02 | 1 | -0/+71 |
| | |||||
* | MqMainMenu: Disable relief on grid buttons | Patrick McDermott | 2017-11-02 | 1 | -0/+2 |
| | |||||
* | MqMainMenu: Set grid buttons' labels and image positions | Patrick McDermott | 2017-11-02 | 1 | -0/+6 |
| |