Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqTree: Print root node addresses in debugging output | P. J. McDermott | 2018-09-30 | 1 | -0/+5 |
| | |||||
* | MqTabLabel: Free scrolled title and markup memory | P. J. McDermott | 2018-09-30 | 1 | -0/+11 |
| | |||||
* | MqTabLabel: Use Pango markup to set scrolling title font | P. J. McDermott | 2018-09-30 | 1 | -19/+22 |
| | | | | | | gtk_widget_override_font() is deprecated since GTK+ 3.16. Also, don't scroll or number the tooltip. | ||||
* | src/main.c: #include <locale.h> | P. J. McDermott | 2018-09-26 | 1 | -0/+1 |
| | | | | Needed for setlocale(). | ||||
* | Fix signedness of printf format specifiers | P. J. McDermott | 2018-09-24 | 4 | -6/+6 |
| | |||||
* | [WIP] MqTabLabel: Rename tab on double click | Patrick McDermott | 2018-09-24 | 1 | -2/+4 |
| | |||||
* | MqTabLabel: Move button press callback definition | Patrick McDermott | 2017-12-21 | 1 | -14/+14 |
| | |||||
* | MqTabLabel: Fix title constness and allocation | Patrick McDermott | 2017-12-21 | 1 | -2/+2 |
| | |||||
* | MqTabLabel: Factor out title setting into new static function | Patrick McDermott | 2017-12-21 | 1 | -6/+12 |
| | |||||
* | MqTabLabel: Rename a static function | Patrick McDermott | 2017-12-21 | 1 | -2/+2 |
| | |||||
* | mq_tab_page_set_title(): Block and unblock title handler | Patrick McDermott | 2017-12-20 | 1 | -3/+12 |
| | |||||
* | mq_tab_page_set_title(): New function | Patrick McDermott | 2017-12-20 | 2 | -0/+13 |
| | |||||
* | MqMainMenu: Don't hardcode package name in about button | Patrick McDermott | 2017-11-25 | 1 | -3/+12 |
| | |||||
* | MqWindow: Make plural form translation less confusing | Patrick McDermott | 2017-11-25 | 1 | -3/+3 |
| | |||||
* | MqWindow: Fix translators comment | Patrick McDermott | 2017-11-25 | 1 | -1/+2 |
| | |||||
* | about:profiles: Add translators comment | Patrick McDermott | 2017-11-25 | 1 | -0/+1 |
| | |||||
* | MqProfiles: Add translators comment | Patrick McDermott | 2017-11-25 | 1 | -0/+2 |
| | |||||
* | MqApplication: Add translators comment | Patrick McDermott | 2017-11-25 | 1 | -0/+3 |
| | |||||
* | main(): Add translators comment | Patrick McDermott | 2017-11-25 | 1 | -0/+2 |
| | |||||
* | about(:version): Remove leading "*" from TRANSLATORS comment lines | Patrick McDermott | 2017-11-25 | 1 | -2/+2 |
| | | | | xgettext copies these characters. | ||||
* | main(): s/PACKAGE/GETTEXT_PACKAGE/ in bindtextdomain() | Patrick McDermott | 2017-11-25 | 1 | -1/+1 |
| | |||||
* | main(): Check HAVE_BIND_TEXTDOMAIN_CODESET macro | Patrick McDermott | 2017-11-25 | 1 | -0/+2 |
| | |||||
* | main(): Call *textdomain*() and setlocale() iff ENABLE_NLS | Patrick McDermott | 2017-11-25 | 1 | -0/+2 |
| | |||||
* | main(): Set text domain and locale | Patrick McDermott | 2017-11-20 | 1 | -0/+5 |
| | |||||
* | MqTree: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -6/+8 |
| | |||||
* | MqWindow: Fix check button label capitalization | Patrick McDermott | 2017-11-20 | 1 | -1/+1 |
| | | | | Comply with GNOME's and other HIGs. | ||||
* | MqWindow: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -10/+16 |
| | |||||
* | MqWebView: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -14/+15 |
| | |||||
* | mq_web_view_normal_scheme_methods: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -20/+21 |
| | |||||
* | 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 |
| |