Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqMainMenu: Call mq_web_view_open() and mq_web_view_save() | Patrick McDermott | 2017-10-28 | 1 | -2/+2 |
| | | | | Instead of mq_tab_page_open() and mq_tab_page_save(). | ||||
* | MqMainMenu: Make "Save page" button effective | Patrick McDermott | 2017-10-28 | 1 | -1/+8 |
| | |||||
* | MqMainMenu: Make "Open file" button effective | Patrick McDermott | 2017-10-28 | 1 | -1/+8 |
| | |||||
* | MqTabLabel, MqUriEntry: Use a better generic Web page icon | Patrick McDermott | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | MqMainMenu: Use a better Preferences button icon | Patrick McDermott | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | MqTabLabel, MqMainMenu, MqWebView: Use G_STMT_START/G_STMT_END in macros | Patrick McDermott | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | MqNotebook, MqTabLabel, MqMainMenu: Open new tabs as siblings, not children | Patrick McDermott | 2017-10-24 | 1 | -2/+2 |
| | | | | This reverts commit c8eb35b and makes further changes. | ||||
* | mq_notebook_insert_*(): Optionally switch to new tab | Patrick McDermott | 2017-10-24 | 1 | -8/+4 |
| | | | | And update calls. | ||||
* | MqMainMenu: Use mq_notebook_insert_child() | Patrick McDermott | 2017-10-23 | 1 | -2/+11 |
| | |||||
* | src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards | Patrick McDermott | 2017-10-22 | 5 | -15/+15 |
| | |||||
* | MqMainMenu: Make tab switching a little less hackish | Patrick McDermott | 2017-10-22 | 1 | -4/+4 |
| | |||||
* | src/toolbars/navigation/main-menu.[ch]: Include ../../tab-page.h | Patrick McDermott | 2017-10-18 | 2 | -2/+2 |
| | |||||
* | MqMainMenu: Use mq_tab_page_get_window() | Patrick McDermott | 2017-10-18 | 1 | -2/+4 |
| | |||||
* | MqMainMenu: Use MqTabPage | Patrick McDermott | 2017-10-18 | 2 | -20/+23 |
| | |||||
* | Sort file names in local.mk files | Patrick McDermott | 2017-10-13 | 1 | -3/+3 |
| | |||||
* | Move toolbar widget source files to src/toolbars/ | Patrick McDermott | 2017-10-13 | 11 | -0/+1693 |
And move navigation toolbar item widget source files to src/toolbars/navigation/. |