Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
| * | MqTabPage: Duplicate URI property to fix URI loading | Patrick McDermott | 2017-10-22 | 1 | -1/+1 |
| | | |||||
| * | mq_application_quit(): Improve "1 windows" message | Patrick McDermott | 2017-10-18 | 1 | -3/+9 |
| | | |||||
| * | MqApplication, MqWindow: Focus on OK button of quit/close warning dialogs | Patrick McDermott | 2017-10-18 | 2 | -0/+4 |
| | | |||||
| * | mq_tab_page_update_positions(): Assert existence of each node's MqTabLabel | Patrick McDermott | 2017-10-18 | 1 | -4/+3 |
| | | |||||
| * | MqTabPage: Instantiate MqTabLabel before adding to notebook | Patrick McDermott | 2017-10-18 | 1 | -5/+8 |
| | | | | | | | | | | Otherwise, mq_tab_page_update_positions() is called before there is an MqTabLabel on which to set a position. | ||||
| * | MqTabPage: Add to tree before adding to notebook | Patrick McDermott | 2017-10-18 | 1 | -15/+9 |
| | | | | | | | | | | | | gtk_notebook_insert_page() causes the "switch-page" signal to be emitted, and MqWindow's callback looks for the newly inserted tab page in the tree. | ||||
| * | MqTabPage: Call mq_window_insert_tab() | Patrick McDermott | 2017-10-18 | 1 | -0/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | src/web-view.h: Include tab-page.h | Patrick McDermott | 2017-10-18 | 1 | -1/+1 |
| | | |||||
| * | MqTab: Remove | Patrick McDermott | 2017-10-18 | 3 | -464/+0 |
| | | |||||
| * | MqTabPage: Fix more mq_tab_*() calls | Patrick McDermott | 2017-10-18 | 1 | -4/+4 |
| | | | | | | | | In the recursive functions. | ||||
| * | MqTabPage: Don't use mq_tab_update_positions() | Patrick McDermott | 2017-10-18 | 1 | -4/+4 |
| | | | | | | | | An accidental holdover from copying code from MqTab. | ||||
| * | MqTabLabel: Use g_param_spec_object() for MqTabPage | Patrick McDermott | 2017-10-18 | 1 | -1/+2 |
| | | |||||
| * | MqWebView: Use g_value_[sg]et_object() for MqTabPage | Patrick McDermott | 2017-10-18 | 1 | -2/+2 |
| | | |||||
| * | MqTabLabel: Use g_value_[sg]et_object() for MqTabPage | Patrick McDermott | 2017-10-18 | 1 | -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 |
| | | |||||
| * | MqNavigationToolbar: Use MqTabPage | Patrick McDermott | 2017-10-18 | 2 | -15/+17 |
| | | |||||
| * | MqWebView: Use MqTabPage | Patrick McDermott | 2017-10-18 | 2 | -30/+35 |
| | | |||||
| * | MqWindow: Use MqTabPage | Patrick McDermott | 2017-10-18 | 2 | -12/+12 |
| | | |||||
| * | MqTabLabel: Use mq_tab_page_get_title() instead of node->title | Patrick McDermott | 2017-10-17 | 1 | -1/+2 |
| | | |||||
| * | MqTabLabel: Use MqTabPage | Patrick McDermott | 2017-10-17 | 2 | -18/+18 |
| | | |||||
| * | MqTabPage: Rename a struct member | Patrick McDermott | 2017-10-17 | 1 | -11/+11 |
| | | |||||
| * | MqTabPage: Finish implementation | Patrick McDermott | 2017-10-17 | 1 | -2/+225 |
| | | |||||
| * | [WIP] MqTabPage: New class | Patrick McDermott | 2017-10-17 | 3 | -0/+425 |
| | | |||||
| * | MqTab: Use previously unused static function argument | Patrick McDermott | 2017-10-17 | 1 | -3/+3 |
| | | |||||
| * | MqWindow: Update a TODO comment | Patrick McDermott | 2017-10-17 | 1 | -2/+3 |
| | | |||||
| * | MqTab: Expose update_positions() as non-static function | Patrick McDermott | 2017-10-17 | 2 | -19/+22 |
| | | |||||
| * | MqTabLabel: Use mq_tab_next(), etc. | Patrick McDermott | 2017-10-17 | 1 | -3/+3 |
| | | |||||
| * | mq_tab_root(), mq_tab_previous(), mq_tab_next(), mq_tab_first_child(): New ↵ | Patrick McDermott | 2017-10-17 | 2 | -0/+36 |
| | | | | | | | | functions | ||||
| * | mq_tab_foreach(): New function | Patrick McDermott | 2017-10-17 | 2 | -9/+32 |
| | | |||||
| * | MqTab: Cast MqTabLabel for mq_tab_label_set_position() | Patrick McDermott | 2017-10-17 | 1 | -2/+3 |
| | | |||||
| * | MqTabLabel: Add popover menu | Patrick McDermott | 2017-10-17 | 1 | -1/+216 |
| | | |||||
| * | MqTab: Use MqTabLabel | Patrick McDermott | 2017-10-17 | 2 | -384/+34 |
| | | |||||
| * | MqTabLabel: Fix class struct | Patrick McDermott | 2017-10-17 | 1 | -1/+1 |
| | | |||||
| * | mq_tab_label_new(): Change return type to GtkWidget | Patrick McDermott | 2017-10-17 | 2 | -2/+2 |
| | | |||||
| * | MqTabLabel: New class | Patrick McDermott | 2017-10-17 | 3 | -0/+391 |
| | | | | | | | | Missing popover menu. | ||||
| * | MqNavigationToolbar: Fix missing break in get_property() method | Patrick McDermott | 2017-10-16 | 1 | -0/+1 |
| | | |||||
| * | MqTab: Change callback arg type and drop conditional | Patrick McDermott | 2017-10-13 | 1 | -7/+2 |
| | | |||||
| * | src/tab.h: Adjust horizontal alignment of struct members | Patrick McDermott | 2017-10-13 | 1 | -19/+19 |
| | | |||||
| * | Sort file names in local.mk files | Patrick McDermott | 2017-10-13 | 3 | -11/+11 |
| | | |||||
| * | Move toolbar widget source files to src/toolbars/ | Patrick McDermott | 2017-10-13 | 18 | -58/+63 |
| | | | | | | | | | | And move navigation toolbar item widget source files to src/toolbars/navigation/. | ||||
| * | src/*.h: s/ (klass)/(klass)/ | Patrick McDermott | 2017-10-13 | 6 | -6/+6 |
| | | |||||
| * | src/*.h: Standardize, reorder, and fix #include directives | Patrick McDermott | 2017-10-13 | 11 | -6/+15 |
| | | |||||
| * | src/*.c: Reorganize #include directives | Patrick McDermott | 2017-10-13 | 16 | -30/+43 |
| | | |||||
| * | Standardize spelling of GParamSpec parameter names | Patrick McDermott | 2017-10-13 | 10 | -39/+39 |
| | | |||||
| * | MqStopReloadButton: Unreference icons on destruction | Patrick McDermott | 2017-10-13 | 1 | -0/+14 |
| | | |||||
| * | Revert "MqStopReloadButton: Make icons static" | Patrick McDermott | 2017-10-13 | 1 | -14/+15 |
| | | | | | | | | This reverts commit ea01dcb136267b99ec6fcd280d0c5d8efdeb8181. | ||||
| * | MqStopReloadButton: Make icons static | Patrick McDermott | 2017-10-13 | 1 | -15/+14 |
| | |