Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | MqTab: Drop semicolon in macro definition | Patrick McDermott | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | MqTab: Close popover on opening new window | Patrick McDermott | 2017-09-22 | 1 | -0/+1 |
| | |||||
* | MqTab: Save popover in struct | Patrick McDermott | 2017-09-22 | 1 | -4/+3 |
| | |||||
* | MqTab: Make "New window" button functional | Patrick McDermott | 2017-09-22 | 1 | -0/+11 |
| | |||||
* | Save MqApplication in MqTab | Patrick McDermott | 2017-09-22 | 1 | -1/+2 |
| | |||||
* | MqTab: Add "New window" button to tab context menu | Patrick McDermott | 2017-09-22 | 1 | -1/+2 |
| | |||||
* | MqTab: Clarify "Open tab in new window" button tooltip | Patrick McDermott | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | main(): Enable favicons database | Patrick McDermott | 2017-09-22 | 1 | -1/+0 |
| | | | | That was easy to fix. | ||||
* | MqTab: Set tab tooltips | Patrick McDermott | 2017-09-22 | 1 | -2/+6 |
| | | | | Also plugs a memory leak. | ||||
* | MqTab: Save tab favicon and title in struct | Patrick McDermott | 2017-09-22 | 1 | -5/+6 |
| | | | | | This allows the "New tab" title to remain, rather than getting overwritten with NULL from webkit_web_view_get_title(). | ||||
* | MqTab: Move tab context menu rows box population code | Patrick McDermott | 2017-09-22 | 1 | -8/+9 |
| | | | | Also sneak in a comment about the g_signal_connect() call. | ||||
* | MqTab: Make tab list scrollable | Patrick McDermott | 2017-09-22 | 1 | -3/+19 |
| | |||||
* | Move tab context menu code from MqWindow to MqTab | Patrick McDermott | 2017-09-22 | 1 | -5/+105 |
| | |||||
* | MqTab: Convert tab page container from grid to box | Patrick McDermott | 2017-09-22 | 1 | -7/+5 |
| | |||||
* | MqTab: Convert tab label container from grid to box | Patrick McDermott | 2017-09-22 | 1 | -7/+5 |
| | |||||
* | Move tab population code from MqWindow to MqTab | Patrick McDermott | 2017-09-22 | 1 | -3/+32 |
| | |||||
* | MqTabChrome: Drop saving of tab image and label | Patrick McDermott | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Move tab image callback from MqTabChrome to MqTab | Patrick McDermott | 2017-09-21 | 1 | -2/+19 |
| | |||||
* | Move tab label callbacks from MqTabChrome to MqTab | Patrick McDermott | 2017-09-21 | 1 | -1/+18 |
| | |||||
* | MqTab: Save tab image and label in struct | Patrick McDermott | 2017-09-21 | 1 | -0/+2 |
| | |||||
* | MqTab: Save tab position in struct | Patrick McDermott | 2017-09-21 | 1 | -0/+1 |
| | |||||
* | MqTab: Save WebKitWebView instance in struct | Patrick McDermott | 2017-09-21 | 1 | -2/+2 |
| | |||||
* | mq_tab_update_position(): New function | Patrick McDermott | 2017-09-17 | 1 | -0/+6 |
| | |||||
* | Revert add_tab() and pass label widgets instead | Patrick McDermott | 2017-09-17 | 1 | -4/+3 |
| | |||||
* | mq_tab_chrome_new(): Accept notebook and tab page arguments | Patrick McDermott | 2017-09-17 | 1 | -2/+3 |
| | |||||
* | mq_tab_new(): Accept notebook instead of label | Patrick McDermott | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(): Accept tab label argument | Patrick McDermott | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(): Call mq_tab_chrome_set_web_view() | Patrick McDermott | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | src/tab-body.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -1/+4 |
| | | | | And use in src/tab.[ch]. | ||||
* | src/tab-chrome.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -1/+4 |
| | | | | And use in src/tab.[ch]. | ||||
* | src/tab.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -0/+48 |
And use in src/window.c. |