Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqTab: Restore tab label text on scrolling end | Patrick McDermott | 2017-09-29 | 1 | -0/+2 |
| | |||||
* | UTF-8-AWARE MARQUEE MODE | Patrick McDermott | 2017-09-29 | 1 | -7/+14 |
| | |||||
* | MARQUEE MODE | Patrick McDermott | 2017-09-29 | 1 | -6/+91 |
| | | | | Only works on ASCII titles so far. Crashes on UTF-8 titles. | ||||
* | MqTab: Close tab menu on tree row activation | Patrick McDermott | 2017-09-28 | 1 | -0/+1 |
| | |||||
* | MqTab: Set current tab on tree row activation | Patrick McDermott | 2017-09-28 | 1 | -0/+16 |
| | |||||
* | MqTab: Create model before tree | Patrick McDermott | 2017-09-28 | 1 | -3/+1 |
| | |||||
* | MqTab: Select current tab in list | Patrick McDermott | 2017-09-28 | 1 | -0/+3 |
| | |||||
* | Revert "MqTab: Attempt to select rows" | Patrick McDermott | 2017-09-28 | 1 | -7/+5 |
| | | | | This reverts commit 9f369078c00653b68af2635e1ba53fc323036767. | ||||
* | MqTab: Attempt to select rows | Patrick McDermott | 2017-09-28 | 1 | -5/+7 |
| | | | | Incomplete and non-functional. | ||||
* | MqTab: Create model after tree and save tree selection | Patrick McDermott | 2017-09-28 | 1 | -7/+10 |
| | |||||
* | MqTab: Call mq_window_update_tab_title() on title change | Patrick McDermott | 2017-09-28 | 1 | -0/+1 |
| | |||||
* | mq_tab_get_position(): New function | Patrick McDermott | 2017-09-28 | 1 | -0/+6 |
| | |||||
* | mq_tab_get_title(): New function | Patrick McDermott | 2017-09-28 | 1 | -0/+6 |
| | |||||
* | MqTab: Move macro (un)definitions | Patrick McDermott | 2017-09-28 | 1 | -33/+33 |
| | |||||
* | MqTab: Implement tab list | Patrick McDermott | 2017-09-28 | 1 | -3/+54 |
| | |||||
* | MqTab: Propagate root pointer through tree | Patrick McDermott | 2017-09-28 | 1 | -0/+3 |
| | |||||
* | MqTab: Split event type and button conditions | Patrick McDermott | 2017-09-27 | 1 | -3/+6 |
| | |||||
* | MqTab: Refactor popover creation into more functions | Patrick McDermott | 2017-09-27 | 1 | -8/+20 |
| | |||||
* | MqTab: Fall back to stock icon on favicon error | Patrick McDermott | 2017-09-27 | 1 | -4/+9 |
| | |||||
* | MqTab: Scale favicon in tab label | Patrick McDermott | 2017-09-27 | 1 | -6/+20 |
| | |||||
* | MqTab: Don't save favicon surface | Patrick McDermott | 2017-09-27 | 1 | -4/+6 |
| | |||||
* | mq_tab_new*(): Make uri parameter const | Patrick McDermott | 2017-09-27 | 1 | -3/+3 |
| | | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody. | ||||
* | mq_tab_new*(): Drop MqWindow parameter | Patrick McDermott | 2017-09-27 | 1 | -10/+16 |
| | | | | Instead get it through the tree. | ||||
* | mq_tab_new_root(): Accept and save MqWindow argument | Patrick McDermott | 2017-09-27 | 1 | -1/+2 |
| | |||||
* | mq_tab_body_new(): Accept and save MqTab | Patrick McDermott | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | MqTab: Remove old functions | Patrick McDermott | 2017-09-25 | 1 | -12/+0 |
| | |||||
* | mq_tab_new_root(): Initialize position | Patrick McDermott | 2017-09-25 | 1 | -0/+1 |
| | |||||
* | mq_tab_new(), mq_tab_new_relative(): Call mq_window_insert_tab() | Patrick McDermott | 2017-09-25 | 1 | -0/+4 |
| | |||||
* | MqTab: Fix positions of appended children | Patrick McDermott | 2017-09-25 | 1 | -1/+2 |
| | |||||
* | MqTab: Count tabs internally from 1 | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(), mq_tab_new_relative(): Change argument type to (MqWindow *) | Patrick McDermott | 2017-09-24 | 1 | -7/+8 |
| | | | | And save the window in the MqTab struct. | ||||
* | MqTab: Add callback for "New tab" button | Patrick McDermott | 2017-09-24 | 1 | -0/+8 |
| | |||||
* | mq_tab_new(), mq_tab_new_relative(): Add tabs to tree | Patrick McDermott | 2017-09-24 | 1 | -0/+4 |
| | |||||
* | MqTab: Move definitions of update_tab_*() | Patrick McDermott | 2017-09-24 | 1 | -17/+17 |
| | |||||
* | mq_tab_seek(): Fix node iteration statement | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | MqTab: Fix append_sibling() | Patrick McDermott | 2017-09-24 | 1 | -5/+3 |
| | | | | Wow. | ||||
* | MqTab: Fix update_positions() recursion calls | Patrick McDermott | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | src/tab.c: Add missing "*" | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | src/tab.c: Add missing function parameter type | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(): Accept source argument | Patrick McDermott | 2017-09-24 | 1 | -2/+2 |
| | | | | Also rename mq_tab_new_relative()'s last argument | ||||
* | mq_tab_seek(): New function | Patrick McDermott | 2017-09-24 | 1 | -0/+22 |
| | |||||
* | mq_tab_new_relative(): New function | Patrick McDermott | 2017-09-24 | 1 | -2/+22 |
| | |||||
* | MqTab: Add tree manipulation functions | Patrick McDermott | 2017-09-24 | 1 | -0/+61 |
| | |||||
* | MqTab: Rename "tab_position" member to "position" | Patrick McDermott | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | mq_tab_new_root(): New function | Patrick McDermott | 2017-09-24 | 1 | -0/+15 |
| | |||||
* | MqTab: Add tree structure members | Patrick McDermott | 2017-09-24 | 1 | -0/+5 |
| | |||||
* | MqTab: Add close button tooltip | Patrick McDermott | 2017-09-22 | 1 | -2/+7 |
| | |||||
* | MqTab: Add some comments | Patrick McDermott | 2017-09-22 | 1 | -0/+5 |
| | |||||
* | MqTab: Make "Reload tab" button functional | Patrick McDermott | 2017-09-22 | 1 | -0/+8 |
| | |||||
* | MqTab: Drop semicolon in macro definition | Patrick McDermott | 2017-09-22 | 1 | -1/+1 |
| |