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 |
| | |||||
* | MqNavigationToolbar: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -10/+11 |
| | |||||
* | MqFindToolbar: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -8/+10 |
| | |||||
* | MqTabPage: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -5/+6 |
| | |||||
* | MqTabLabel: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -13/+14 |
| | |||||
* | view-source: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -1/+3 |
| | |||||
* | about(:version): Add translators comment | Patrick McDermott | 2017-11-20 | 1 | -0/+3 |
| | |||||
* | about(:version): Split copyright date and holder out of TLed string | Patrick McDermott | 2017-11-20 | 1 | -2/+3 |
| | |||||
* | about(:version): Internationalize | Patrick McDermott | 2017-11-20 | 1 | -9/+10 |
| | |||||
* | about:profiles: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -9/+10 |
| | |||||
* | about:preferences: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -85/+88 |
| | |||||
* | about:preferences: Fix capitalization | Patrick McDermott | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | about:marquee: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -1/+2 |
| | |||||
* | MqNotebook: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -4/+5 |
| | |||||
* | src/main.c: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -10/+12 |
| | |||||
* | MqDownload: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -3/+4 |
| | |||||
* | MqProfiles: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -2/+3 |
| | |||||
* | MqApplication: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -20/+21 |
| | |||||
* | src/i18n.h: New header | Patrick McDermott | 2017-11-20 | 2 | -0/+10 |
| | |||||
* | MqTabLabel: Hide popover before closing tab | Patrick McDermott | 2017-11-19 | 1 | -0/+1 |
| | | | | | | | | Fixes: (marquee:...): Gtk-WARNING **: MqWindow 0x... is mapped but visible child GtkPopover 0x... is not mapped (marquee:...): Gtk-WARNING **: MqWindow 0x... is mapped but visible child GtkPopover 0x... is not mapped | ||||
* | MqTabLabel: Make unimplemented buttons insensitive | Patrick McDermott | 2017-11-19 | 1 | -0/+3 |
| | |||||
* | MqTabLabel, MqTabPage: s/New tab/New Tab/ | Patrick McDermott | 2017-11-19 | 2 | -2/+2 |
| | | | | Comply with GNOME's and other HIGs. | ||||
* | about:preferences: s/Enable JavaScript to/Allow JavaScript to/ | Patrick McDermott | 2017-11-19 | 1 | -7/+7 |
| | |||||
* | about:preferences: Fix label and option capitalization | Patrick McDermott | 2017-11-19 | 1 | -58/+58 |
| | | | | Comply with GNOME's and other HIGs. | ||||
* | 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 |
| | |||||
* | mq_web_view_load_uri(): Don't save rewritten URI as display URI | Patrick McDermott | 2017-11-15 | 1 | -3/+5 |
| | |||||
* | MqUriEntry: Fix notified property name | Patrick McDermott | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | MqWebView: Drop a gtk_widget_grab_focus() call | Patrick McDermott | 2017-11-15 | 1 | -2/+0 |
| | |||||
* | 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_notebook_insert_*(): Focus Web view of inserted tab page | Patrick McDermott | 2017-11-14 | 1 | -0/+6 |
| |