summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mq_notebook_insert_*(): New functionsPatrick McDermott2017-10-232-0/+83
* mq_tab_page_get_label(): New functionPatrick McDermott2017-10-232-0/+10
* src/notebook.c: Fix MQ_TAB_TREE()Patrick McDermott2017-10-231-1/+1
* src/tree.h: Fix MQ_TREE()Patrick McDermott2017-10-231-1/+1
* MqWindow: Fix notebook page switch callbackPatrick McDermott2017-10-231-5/+2
* MqWebView: Adapt to new tree-less MqTabPage APIPatrick McDermott2017-10-231-15/+18
* MqWindow: Adapt to new tree-less MqTabPage APIPatrick McDermott2017-10-231-7/+7
* MqTabPage: Remove tree structure and related codePatrick McDermott2017-10-232-310/+10
* MqTabLabel: Remove tab list from popoverPatrick McDermott2017-10-231-126/+1
* MqNotebook: Set up MqTree rootPatrick McDermott2017-10-231-0/+15
* MqTree: New typePatrick McDermott2017-10-233-0/+312
* MqWindow: Use MqNotebookPatrick McDermott2017-10-221-5/+2
* MqNotebook: New classPatrick McDermott2017-10-223-0/+178
* MqTabPage: Change window property type to objectPatrick McDermott2017-10-221-3/+4
* mq_tab_label_scroll(): Use gsize for iteratorsPatrick McDermott2017-10-221-2/+2
* MqTabLabel: Ensure no relief is drawn around close buttonPatrick McDermott2017-10-221-0/+1
* MqWindow: Don't show notebook borderPatrick McDermott2017-10-221-0/+1
* mq_tab_label_begin_scrolling(): Make PangoFontDescription staticPatrick McDermott2017-10-221-4/+7
* src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guardsPatrick McDermott2017-10-2213-37/+37
* MqConfig: Make struct definition privatePatrick McDermott2017-10-222-8/+8
* MqApplication: Make struct definition privatePatrick McDermott2017-10-222-7/+7
* MqWindow: GObjectifyPatrick McDermott2017-10-222-68/+184
* MqMainMenu: Make tab switching a little less hackishPatrick McDermott2017-10-221-4/+4
* MqTabPage: Replace tab_page->window->configPatrick McDermott2017-10-221-2/+3
* MqTabLabel, MqNavigationToolbar, MqWebView: Chain up finalize methodPatrick McDermott2017-10-223-0/+6
* 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