summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MqTabPage: Free duplicated URI stringPatrick McDermott2017-10-221-1/+15
* MqTabPage: Duplicate URI property to fix URI loadingPatrick McDermott2017-10-221-1/+1
* mq_application_quit(): Improve "1 windows" messagePatrick McDermott2017-10-181-3/+9
* MqApplication, MqWindow: Focus on OK button of quit/close warning dialogsPatrick McDermott2017-10-182-0/+4
* mq_tab_page_update_positions(): Assert existence of each node's MqTabLabelPatrick McDermott2017-10-181-4/+3
* MqTabPage: Instantiate MqTabLabel before adding to notebookPatrick McDermott2017-10-181-5/+8
* MqTabPage: Add to tree before adding to notebookPatrick McDermott2017-10-181-15/+9
* MqTabPage: Call mq_window_insert_tab()Patrick McDermott2017-10-181-0/+3
* src/toolbars/navigation/main-menu.[ch]: Include ../../tab-page.hPatrick McDermott2017-10-182-2/+2
* src/toolbars/navigation-toolbar.h: Include ../tab-page.hPatrick McDermott2017-10-181-1/+1
* src/web-view.h: Include tab-page.hPatrick McDermott2017-10-181-1/+1
* MqTab: RemovePatrick McDermott2017-10-183-464/+0
* MqTabPage: Fix more mq_tab_*() callsPatrick McDermott2017-10-181-4/+4
* MqTabPage: Don't use mq_tab_update_positions()Patrick McDermott2017-10-181-4/+4
* MqTabLabel: Use g_param_spec_object() for MqTabPagePatrick McDermott2017-10-181-1/+2
* MqWebView: Use g_value_[sg]et_object() for MqTabPagePatrick McDermott2017-10-181-2/+2
* MqTabLabel: Use g_value_[sg]et_object() for MqTabPagePatrick McDermott2017-10-181-2/+2
* MqMainMenu: Use mq_tab_page_get_window()Patrick McDermott2017-10-181-2/+4
* MqMainMenu: Use MqTabPagePatrick McDermott2017-10-182-20/+23
* MqNavigationToolbar: Use MqTabPagePatrick McDermott2017-10-182-15/+17
* MqWebView: Use MqTabPagePatrick McDermott2017-10-182-30/+35
* MqWindow: Use MqTabPagePatrick McDermott2017-10-182-12/+12
* MqTabLabel: Use mq_tab_page_get_title() instead of node->titlePatrick McDermott2017-10-171-1/+2
* MqTabLabel: Use MqTabPagePatrick McDermott2017-10-172-18/+18
* MqTabPage: Rename a struct memberPatrick McDermott2017-10-171-11/+11
* MqTabPage: Finish implementationPatrick McDermott2017-10-171-2/+225
* [WIP] MqTabPage: New classPatrick McDermott2017-10-173-0/+425
* MqTab: Use previously unused static function argumentPatrick McDermott2017-10-171-3/+3
* MqWindow: Update a TODO commentPatrick McDermott2017-10-171-2/+3
* MqTab: Expose update_positions() as non-static functionPatrick McDermott2017-10-172-19/+22
* MqTabLabel: Use mq_tab_next(), etc.Patrick McDermott2017-10-171-3/+3
* mq_tab_root(), mq_tab_previous(), mq_tab_next(), mq_tab_first_child(): New fu...Patrick McDermott2017-10-172-0/+36
* mq_tab_foreach(): New functionPatrick McDermott2017-10-172-9/+32
* MqTab: Cast MqTabLabel for mq_tab_label_set_position()Patrick McDermott2017-10-171-2/+3
* MqTabLabel: Add popover menuPatrick McDermott2017-10-171-1/+216
* MqTab: Use MqTabLabelPatrick McDermott2017-10-172-384/+34
* MqTabLabel: Fix class structPatrick McDermott2017-10-171-1/+1
* mq_tab_label_new(): Change return type to GtkWidgetPatrick McDermott2017-10-172-2/+2
* MqTabLabel: New classPatrick McDermott2017-10-173-0/+391
* MqNavigationToolbar: Fix missing break in get_property() methodPatrick McDermott2017-10-161-0/+1
* MqTab: Change callback arg type and drop conditionalPatrick McDermott2017-10-131-7/+2
* src/tab.h: Adjust horizontal alignment of struct membersPatrick McDermott2017-10-131-19/+19
* Sort file names in local.mk filesPatrick McDermott2017-10-133-11/+11
* Move toolbar widget source files to src/toolbars/Patrick McDermott2017-10-1318-58/+63
* src/*.h: s/ (klass)/(klass)/Patrick McDermott2017-10-136-6/+6
* src/*.h: Standardize, reorder, and fix #include directivesPatrick McDermott2017-10-1311-6/+15
* src/*.c: Reorganize #include directivesPatrick McDermott2017-10-1316-30/+43
* Standardize spelling of GParamSpec parameter namesPatrick McDermott2017-10-1310-39/+39
* MqStopReloadButton: Unreference icons on destructionPatrick McDermott2017-10-131-0/+14
* Revert "MqStopReloadButton: Make icons static"Patrick McDermott2017-10-131-14/+15