Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | MqWindow: Fix notebook page switch callback | Patrick McDermott | 2017-10-23 | 1 | -5/+2 |
| | |||||
* | MqWebView: Adapt to new tree-less MqTabPage API | Patrick McDermott | 2017-10-23 | 1 | -15/+18 |
| | |||||
* | MqWindow: Adapt to new tree-less MqTabPage API | Patrick McDermott | 2017-10-23 | 1 | -7/+7 |
| | |||||
* | MqTabPage: Remove tree structure and related code | Patrick McDermott | 2017-10-23 | 2 | -310/+10 |
| | |||||
* | MqTabLabel: Remove tab list from popover | Patrick McDermott | 2017-10-23 | 1 | -126/+1 |
| | |||||
* | MqNotebook: Set up MqTree root | Patrick McDermott | 2017-10-23 | 1 | -0/+15 |
| | |||||
* | MqTree: New type | Patrick McDermott | 2017-10-23 | 3 | -0/+312 |
| | |||||
* | MqWindow: Use MqNotebook | Patrick McDermott | 2017-10-22 | 1 | -5/+2 |
| | |||||
* | MqNotebook: New class | Patrick McDermott | 2017-10-22 | 3 | -0/+178 |
| | |||||
* | MqTabPage: Change window property type to object | Patrick McDermott | 2017-10-22 | 1 | -3/+4 |
| | |||||
* | mq_tab_label_scroll(): Use gsize for iterators | Patrick McDermott | 2017-10-22 | 1 | -2/+2 |
| | |||||
* | MqTabLabel: Ensure no relief is drawn around close button | Patrick McDermott | 2017-10-22 | 1 | -0/+1 |
| | |||||
* | MqWindow: Don't show notebook border | Patrick McDermott | 2017-10-22 | 1 | -0/+1 |
| | |||||
* | mq_tab_label_begin_scrolling(): Make PangoFontDescription static | Patrick McDermott | 2017-10-22 | 1 | -4/+7 |
| | |||||
* | Merge branch 'gobjectification' | Patrick McDermott | 2017-10-22 | 40 | -2122/+4359 |
|\ | |||||
| * | Revert "configure.ac: Set C standard to C11" | Patrick McDermott | 2017-10-22 | 1 | -3/+1 |
| | | | | | | | | This reverts commit 8645481144bdcf96487a29d67f34f8d703b86be3. | ||||
| * | src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards | Patrick McDermott | 2017-10-22 | 13 | -37/+37 |
| | | |||||
| * | MqConfig: Make struct definition private | Patrick McDermott | 2017-10-22 | 2 | -8/+8 |
| | | |||||
| * | MqApplication: Make struct definition private | Patrick McDermott | 2017-10-22 | 2 | -7/+7 |
| | | |||||
| * | MqWindow: GObjectify | Patrick McDermott | 2017-10-22 | 2 | -68/+184 |
| | | |||||
| * | MqMainMenu: Make tab switching a little less hackish | Patrick McDermott | 2017-10-22 | 1 | -4/+4 |
| | | |||||
| * | MqTabPage: Replace tab_page->window->config | Patrick McDermott | 2017-10-22 | 1 | -2/+3 |
| | | |||||
| * | MqTabLabel, MqNavigationToolbar, MqWebView: Chain up finalize method | Patrick McDermott | 2017-10-22 | 3 | -0/+6 |
| | | |||||
| * | MqTabPage: Free duplicated URI string | Patrick McDermott | 2017-10-22 | 1 | -1/+15 |
| | | |||||
| * | 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 |
| | |