| Commit message (Expand) | Author | Age | Files | Lines |
* | MqAccelGroup: Don't attach to a window | P. J. McDermott | 2018-10-05 | 3 | -20/+16 |
|
|
* | mq_window_get_notebook(): Cast return value | P. J. McDermott | 2018-10-05 | 1 | -1/+1 |
|
|
* | MqWindow: Use MqAccelGroup | P. J. McDermott | 2018-10-05 | 1 | -23/+6 |
|
|
* | MqAccelGroup: New class | P. J. McDermott | 2018-10-05 | 3 | -0/+210 |
|
|
* | src/notebook.h: Add missing includes | P. J. McDermott | 2018-10-05 | 1 | -0/+2 |
|
|
* | mq_window_get_notebook(): New function | P. J. McDermott | 2018-10-05 | 2 | -0/+10 |
|
|
* | MqWindow: Use acceleratable, not user data, in accel closure | P. J. McDermott | 2018-10-05 | 1 | -5/+9 |
|
|
* | MqWindow: Add close tab accelerator | P. J. McDermott | 2018-10-05 | 1 | -0/+17 |
|
|
* | mq_notebook_remove_current_page(): New function | P. J. McDermott | 2018-10-04 | 2 | -0/+9 |
|
|
* | MqTabLabel: Add rename tab button to popover | P. J. McDermott | 2018-10-03 | 1 | -19/+27 |
|
|
* | MqTabLabel: Move image/title functions up | P. J. McDermott | 2018-10-03 | 1 | -153/+153 |
|
|
* | MqTabLabel: Improve button grid macros | P. J. McDermott | 2018-10-03 | 1 | -31/+47 |
|
|
* | Update copyright years | P. J. McDermott | 2018-10-03 | 3 | -3/+4 |
|
|
* | mq_tab_page_set_title(): Restore "New Tab" only if Web view has no title | P. J. McDermott | 2018-10-03 | 1 | -4/+10 |
|
|
* | mq_tab_page_set_title(): Restore "New Tab" if no title was set | P. J. McDermott | 2018-10-03 | 1 | -2/+1 |
|
|
* | MqTabLabel: Only restore normal title if custom title set | P. J. McDermott | 2018-10-03 | 1 | -1/+1 |
|
|
* | MqTabPage: Don't clobber "New Tab" when renaming a new tab | P. J. McDermott | 2018-10-03 | 1 | -0/+5 |
|
|
* | MqTabLabel: Don't rename tab to normal title | P. J. McDermott | 2018-10-03 | 1 | -1/+1 |
|
|
* | MqTabLabel: Keep or revert custom title | P. J. McDermott | 2018-10-03 | 1 | -7/+37 |
|
|
* | mq_tab_label_begin_scrolling(): Allow reuse while already scrolling | P. J. McDermott | 2018-10-03 | 1 | -12/+3 |
|
|
* | MqTabLabel: Move static custom title function | P. J. McDermott | 2018-10-03 | 1 | -9/+9 |
|
|
* | MqTabLabel: Rename tab on double click | P. J. McDermott | 2018-10-03 | 1 | -2/+112 |
|
|
* | MqTabLabel: Don't bother hiding popover on close | P. J. McDermott | 2018-10-02 | 1 | -6/+4 |
|
|
* | MqTabLabel: Only hide popover on close if it's shown | P. J. McDermott | 2018-10-02 | 1 | -1/+6 |
|
|
* | MqTabLabel: Remove unnecessary conditional before g_free() | P. J. McDermott | 2018-10-02 | 1 | -4/+2 |
|
|
* | MqTabLabel: Set freed strings to NULL | P. J. McDermott | 2018-10-02 | 1 | -0/+3 |
|
|
* | MqWindow: Fix mq_tab_label_end_scrolling() call | P. J. McDermott | 2018-10-02 | 1 | -1/+1 |
|
|
* | MqTabLabel: Disable markup after scrolling | P. J. McDermott | 2018-10-02 | 1 | -0/+1 |
|
|
* | MqBackForwardButtonBox: Make buttons insensitive on init | P. J. McDermott | 2018-10-02 | 1 | -0/+4 |
|
|
* | mq_tab_page_*scroll*_tab_labels(): Remove | P. J. McDermott | 2018-10-01 | 2 | -27/+0 |
|
|
* | MqWindow: Use mq_notebook_foreach_label() for scrolling | P. J. McDermott | 2018-10-01 | 1 | -3/+28 |
|
|
* | mq_notebook_foreach_label(): New function | P. J. McDermott | 2018-10-01 | 2 | -4/+33 |
|
|
* | mq_notebook_foreach_page(): New function | P. J. McDermott | 2018-10-01 | 2 | -0/+30 |
|
|
* | 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 |
|
|
* | src/main.c: #include <locale.h> | P. J. McDermott | 2018-09-26 | 1 | -0/+1 |
|
|
* | 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 |
|
|