Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqTabBody: Handle middle mouse clicks on Web view | Patrick McDermott | 2017-09-27 | 1 | -0/+1 |
| | | | | | Open a targeted link in a new tab or load a URI from the primary clipboard. | ||||
* | mq_tab_new*(): Make uri parameter const | Patrick McDermott | 2017-09-27 | 1 | -1/+1 |
| | | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody. | ||||
* | MqTabBody: Populate menu items for some contexts | Patrick McDermott | 2017-09-26 | 1 | -3/+4 |
| | |||||
* | mq_tab_body_new(): Accept and save MqTab | Patrick McDermott | 2017-09-25 | 1 | -1/+4 |
| | |||||
* | src/tab*.h: Forward declare types | Patrick McDermott | 2017-09-22 | 1 | -2/+4 |
| | |||||
* | mq_tab_body_get_web_view(): New function | Patrick McDermott | 2017-09-17 | 1 | -0/+3 |
| | |||||
* | src/tab-body.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -0/+39 |
And use in src/tab.[ch]. |