Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqTab: Use previously unused static function argument | Patrick McDermott | 2017-10-17 | 1 | -3/+3 |
| | |||||
* | MqTab: Expose update_positions() as non-static function | Patrick McDermott | 2017-10-17 | 1 | -19/+19 |
| | |||||
* | mq_tab_root(), mq_tab_previous(), mq_tab_next(), mq_tab_first_child(): New ↵ | Patrick McDermott | 2017-10-17 | 1 | -0/+24 |
| | | | | functions | ||||
* | mq_tab_foreach(): New function | Patrick McDermott | 2017-10-17 | 1 | -9/+27 |
| | |||||
* | MqTab: Cast MqTabLabel for mq_tab_label_set_position() | Patrick McDermott | 2017-10-17 | 1 | -2/+3 |
| | |||||
* | MqTab: Use MqTabLabel | Patrick McDermott | 2017-10-17 | 1 | -376/+31 |
| | |||||
* | MqTab: Change callback arg type and drop conditional | Patrick McDermott | 2017-10-13 | 1 | -7/+2 |
| | |||||
* | Move toolbar widget source files to src/toolbars/ | Patrick McDermott | 2017-10-13 | 1 | -2/+2 |
| | | | | | And move navigation toolbar item widget source files to src/toolbars/navigation/. | ||||
* | src/*.c: Reorganize #include directives | Patrick McDermott | 2017-10-13 | 1 | -2/+3 |
| | |||||
* | Standardize spelling of GParamSpec parameter names | Patrick McDermott | 2017-10-13 | 1 | -2/+2 |
| | |||||
* | MqTab: Really drop MqTabChrome | Patrick McDermott | 2017-10-13 | 1 | -3/+0 |
| | |||||
* | MqTab: Use MqNavigationToolbar instead of MqTabChrome | Patrick McDermott | 2017-10-13 | 1 | -2/+7 |
| | |||||
* | mq_tab_chrome_new(): Get and save MqFindToolbar from caller | Patrick McDermott | 2017-10-12 | 1 | -1/+2 |
| | | | | | | Also change member type in struct. And update call in MqTab. | ||||
* | MqTab: Instantiate an MqFindToolbar | Patrick McDermott | 2017-10-12 | 1 | -1/+7 |
| | |||||
* | MqTabChrome: Get Web view in mq_tab_chrome_new() | Patrick McDermott | 2017-10-12 | 1 | -2/+1 |
| | | | | | | | Also remove mq_tab_chrome_set_web_view() and reorganize static functions. And update calls in MqTab. | ||||
* | MqTab: Move mq_tab_chrome_new() call | Patrick McDermott | 2017-10-12 | 1 | -1/+2 |
| | |||||
* | mq_tab_chrome_set_web_view(): Change argument 2 to (MqWebView *) | Patrick McDermott | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | MqTab: Drop mq_web_view_get_web_view() & a struct member | Patrick McDermott | 2017-10-12 | 1 | -3/+2 |
| | | | | | | | The body and web_view struct members are now pointers to the same address, just with different types. body isn't used anywhere outside this instance initialization function, so it doesn't need to be saved in the struct. | ||||
* | MqTab: Drop mq_web_view_get_container() call | Patrick McDermott | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | MqTab: Use MqWebView | Patrick McDermott | 2017-10-11 | 1 | -4/+4 |
| | |||||
* | mq_tab_get_window(): New function | Patrick McDermott | 2017-10-07 | 1 | -0/+6 |
| | |||||
* | mq_tab_quit(): New function | Patrick McDermott | 2017-10-07 | 1 | -0/+6 |
| | |||||
* | mq_tab_get_tree_size(): New function | Patrick McDermott | 2017-10-07 | 1 | -0/+6 |
| | |||||
* | s/__attribute__((unused))/G_GNUC_UNUSED/ | Patrick McDermott | 2017-10-07 | 1 | -11/+9 |
| | | | | | | And rewrap lines. G_GNUC_UNUSED expands to nothing on compilers other than GCC 2.4+. | ||||
* | mq_tab_get_application(): New function | Patrick McDermott | 2017-10-06 | 1 | -0/+6 |
| | |||||
* | MqTab: Copy window and application before children init | Patrick McDermott | 2017-10-06 | 1 | -9/+6 |
| | |||||
* | mq_tab_chrome_new(): Accept and save MqTab argument | Patrick McDermott | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | 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. |