Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 7 | -21/+21 |
| | |||||
* | MqMainMenu: Make tab switching a little less hackish | Patrick McDermott | 2017-10-22 | 1 | -4/+4 |
| | |||||
* | MqTabLabel, MqNavigationToolbar, MqWebView: Chain up finalize method | Patrick McDermott | 2017-10-22 | 1 | -0/+2 |
| | |||||
* | src/toolbars/navigation/main-menu.[ch]: Include ../../tab-page.h | Patrick McDermott | 2017-10-18 | 2 | -2/+2 |
| | |||||
* | src/toolbars/navigation-toolbar.h: Include ../tab-page.h | Patrick McDermott | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | MqNavigationToolbar: Use MqTabPage | Patrick McDermott | 2017-10-18 | 2 | -15/+17 |
| | |||||
* | MqNavigationToolbar: Fix missing break in get_property() method | Patrick McDermott | 2017-10-16 | 1 | -0/+1 |
| | |||||
* | Sort file names in local.mk files | Patrick McDermott | 2017-10-13 | 2 | -5/+5 |
| | |||||
* | Move toolbar widget source files to src/toolbars/ | Patrick McDermott | 2017-10-13 | 16 | -0/+2400 |
And move navigation toolbar item widget source files to src/toolbars/navigation/. |