summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MqTabPage: Use mq_notebook_update_tab_title()Patrick McDermott2017-10-231-1/+4
|
* mq_notebook_update_tab_title(): New functionPatrick McDermott2017-10-232-0/+16
|
* Move page switch cb from MqWindow to MqNotebookPatrick McDermott2017-10-232-11/+10
|
* mq_window_set_title(): New functionPatrick McDermott2017-10-232-0/+9
|
* mq_tab_page_set_position(): Don't call mq_tab_label_set_position()Patrick McDermott2017-10-231-1/+0
| | | | MqNotebook does this now.
* mq_tab_page_update_position(): Rename to mq_tab_page_set_position()Patrick McDermott2017-10-233-11/+11
|
* MqNotebook: Set tab page and label positionsPatrick McDermott2017-10-231-0/+3
|
* MqWindow: Use mq_notebook_insert_top()Patrick McDermott2017-10-231-12/+5
|
* mq_notebook_insert_top(): New functionPatrick McDermott2017-10-232-0/+18
|
* mq_notebook_insert_*(): Require non-NULL sibling/child argumentsPatrick McDermott2017-10-231-0/+4
|
* Revert "mq_notebook_insert_(): Allow NULL sibling/parent arguments"Patrick McDermott2017-10-231-25/+10
| | | | This reverts commit eea1cf3441ef435bd632bcd271ed11d304033cf9.
* MqWindow: Append (rather than prepend) tabsPatrick McDermott2017-10-231-4/+6
|
* mq_notebook_insert_*(): Return tab pagePatrick McDermott2017-10-232-4/+8
|
* mq_window_insert_tab(): Remove functionPatrick McDermott2017-10-232-18/+0
|
* MqTabPage: Don't call mq_window_insert_tab()Patrick McDermott2017-10-231-2/+0
|
* Mqwindow: Use mq_notebook_insert_sibling()Patrick McDermott2017-10-231-2/+8
|
* mq_notebook_insert_(): Allow NULL sibling/parent argumentsPatrick McDermott2017-10-231-10/+25
|
* MqMainMenu: Use mq_notebook_insert_child()Patrick McDermott2017-10-231-2/+11
|
* MqTabLabel: Use mq_notebook_insert_child()Patrick McDermott2017-10-231-1/+5
|
* mq_tab_page_get_label(): Cast return valuePatrick McDermott2017-10-231-1/+1
| | | | | | | | | | Fixes: CC src/marquee-tab-page.o src/tab-page.c: In function ‘mq_tab_page_get_label’: src/tab-page.c:244:2: warning: return from incompatible pointer type return tab_page->label; ^
* MqWebView: Use mq_notebook_insert_child()Patrick McDermott2017-10-231-18/+26
|
* 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
|
* Merge branch 'gobjectification'Patrick McDermott2017-10-2240-2122/+4359
|\
| * Revert "configure.ac: Set C standard to C11"Patrick McDermott2017-10-221-3/+1
| | | | | | | | This reverts commit 8645481144bdcf96487a29d67f34f8d703b86be3.
| * 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
| |