Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | mq_about_request(): Parse query string into hash table | Patrick McDermott | 2017-09-29 | 1 | -0/+43 |
| | |||||
* | mq_about_request(): Activate marquee mode on "about:marquee" | Patrick McDermott | 2017-09-29 | 1 | -2/+2 |
| | |||||
* | mq_tab_body_new(): Rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -2/+11 |
| | |||||
* | MqTabChrome: Rewrite "mq-about:" URIs in URI bar | Patrick McDermott | 2017-09-29 | 1 | -8/+36 |
| | |||||
* | MqTabBody: Revert bdbcce6 and 3bc58cb | Patrick McDermott | 2017-09-29 | 1 | -43/+0 |
| | |||||
* | MqTabChrome: Rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -2/+12 |
| | |||||
* | MqTabBody: Try again to rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -2/+23 |
| | |||||
* | MqTabBody: Try to rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -0/+22 |
| | |||||
* | mq_application_new(): Register "mq-about" URI scheme | Patrick McDermott | 2017-09-29 | 1 | -3/+8 |
| | |||||
* | src/about.*: New files | Patrick McDermott | 2017-09-29 | 3 | -1/+74 |
| | |||||
* | UTF-8-AWARE MARQUEE MODE | Patrick McDermott | 2017-09-29 | 1 | -7/+14 |
| | |||||
* | MARQUEE MODE | Patrick McDermott | 2017-09-29 | 6 | -7/+186 |
| | | | | Only works on ASCII titles so far. Crashes on UTF-8 titles. | ||||
* | MqApplication: Save list of windows | Patrick McDermott | 2017-09-29 | 2 | -4/+5 |
| | |||||
* | Pass MqWindow up to mq_application_delete_window() | Patrick McDermott | 2017-09-29 | 3 | -4/+9 |
| | |||||
* | MqTabChrome: Make zoom buttons functional | Patrick McDermott | 2017-09-28 | 1 | -0/+26 |
| | |||||
* | MqTabChrome: Make quit button functional | Patrick McDermott | 2017-09-28 | 1 | -0/+14 |
| | |||||
* | MqTabChrome: Add zoom buttons | Patrick McDermott | 2017-09-28 | 1 | -15/+18 |
| | |||||
* | 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 |
| | |||||
* | mq_window_set_current_tab(): New function | Patrick McDermott | 2017-09-28 | 2 | -0/+10 |
| | |||||
* | 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_window_update_tab_title(): New function | Patrick McDermott | 2017-09-28 | 2 | -0/+12 |
| | |||||
* | MqWindow: Count tabs from 1 | Patrick McDermott | 2017-09-28 | 1 | -2/+2 |
| | | | | The root tab is 0. MqTab counts non-root tabs from 1. | ||||
* | MqWindow: Update title on tab switch | Patrick McDermott | 2017-09-28 | 1 | -0/+13 |
| | |||||
* | mq_tab_get_position(): New function | Patrick McDermott | 2017-09-28 | 2 | -0/+9 |
| | |||||
* | mq_tab_get_title(): New function | Patrick McDermott | 2017-09-28 | 2 | -0/+9 |
| | |||||
* | mq_window_get_current_tab(): New function | Patrick McDermott | 2017-09-28 | 2 | -0/+20 |
| | |||||
* | 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 | 2 | -0/+4 |
| | |||||
* | MqTabChrome: Don't change URI bar text if focused | Patrick McDermott | 2017-09-28 | 1 | -2/+6 |
| | |||||
* | 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 | 2 | -5/+6 |
| | |||||
* | main(): Use PACKAGE_VERSION_GIT from temporary version.c | Patrick McDermott | 2017-09-27 | 1 | -1/+3 |
| | |||||
* | MqTabBody: Mark unused function parameters | Patrick McDermott | 2017-09-27 | 1 | -5/+6 |
| | |||||
* | MqTabBody: Fix mq_application_add_window() arguments | Patrick McDermott | 2017-09-27 | 1 | -4/+4 |
| | |||||
* | mq_application_add_window(), mq_window_new(): Make uris const | Patrick McDermott | 2017-09-27 | 6 | -9/+9 |
| | |||||
* | MqTabBody: Handle middle mouse clicks on Web view | Patrick McDermott | 2017-09-27 | 2 | -0/+55 |
| | | | | | Open a targeted link in a new tab or load a URI from the primary clipboard. | ||||
* | MqTabBody: Implement "Open ... in New Window" actions | Patrick McDermott | 2017-09-27 | 1 | -4/+20 |
| | |||||
* | mq_tab_new*(): Make uri parameter const | Patrick McDermott | 2017-09-27 | 6 | -10/+10 |
| | | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody. | ||||
* | MqTabBody: Implement "Open ... in New Tab" action callbacks | Patrick McDermott | 2017-09-27 | 1 | -4/+12 |
| | |||||
* | mq_tab_new*(): Drop MqWindow parameter | Patrick McDermott | 2017-09-27 | 3 | -14/+20 |
| | | | | Instead get it through the tree. |