summaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
...
* Pass MqWindow up to mq_application_delete_window()Patrick McDermott2017-09-291-1/+7
* mq_window_set_current_tab(): New functionPatrick McDermott2017-09-281-0/+7
* mq_window_update_tab_title(): New functionPatrick McDermott2017-09-281-0/+8
* MqWindow: Count tabs from 1Patrick McDermott2017-09-281-2/+2
* MqWindow: Update title on tab switchPatrick McDermott2017-09-281-0/+13
* mq_window_get_current_tab(): New functionPatrick McDermott2017-09-281-0/+16
* mq_application_add_window(), mq_window_new(): Make uris constPatrick McDermott2017-09-271-1/+1
* mq_tab_new*(): Drop MqWindow parameterPatrick McDermott2017-09-271-2/+2
* mq_tab_new_root(): Accept and save MqWindow argumentPatrick McDermott2017-09-271-1/+1
* MqWindow: Remove old functionPatrick McDermott2017-09-251-17/+0
* mq_window_insert_tab(): Show tabPatrick McDermott2017-09-251-0/+2
* mq_window_new(): Add tabs without adding to notebookPatrick McDermott2017-09-251-2/+2
* mq_window_insert_tab(): New functionPatrick McDermott2017-09-251-0/+12
* MqWindow: Don't overwrite tab positions on createPatrick McDermott2017-09-251-2/+0
* mq_tab_new(), mq_tab_new_relative(): Change argument type to (MqWindow *)Patrick McDermott2017-09-241-1/+1
* mq_window_get_application(): New functionPatrick McDermott2017-09-241-0/+6
* MqWindow: Save MqApplication in structPatrick McDermott2017-09-241-0/+1
* MqWindow: s/mq_tab_new/mq_tab_new_relative/Patrick McDermott2017-09-241-1/+1
* MqWindow: Create and save root tab nodePatrick McDermott2017-09-241-0/+2
* Save MqApplication in MqTabPatrick McDermott2017-09-221-4/+4
* MqWindow: Delete window from application on closePatrick McDermott2017-09-221-2/+1
* mq_window_new(): Accept MqApplication argumentPatrick McDermott2017-09-221-1/+2
* MqWindow: Don't load "about:new"Patrick McDermott2017-09-221-1/+1
* Move tab context menu code from MqWindow to MqTabPatrick McDermott2017-09-221-101/+1
* Move tab population code from MqWindow to MqTabPatrick McDermott2017-09-221-23/+3
* src/window.c: Remove old tab list back button click callbackPatrick McDermott2017-09-191-11/+0
* src/window.c: Make tab list button functional (again)Patrick McDermott2017-09-191-11/+8
* src/window.c: Convert tab list button to toggle buttonPatrick McDermott2017-09-191-1/+14
* src/window.c: Put tab list under tab menu buttonsPatrick McDermott2017-09-191-26/+11
* src/window.c: Arrange tab menu buttons in gridPatrick McDermott2017-09-191-25/+24
* src/window.c: Adjust case of button tooltipsPatrick McDermott2017-09-191-7/+7
* mq_window_new(): Disable focus on notebookPatrick McDermott2017-09-191-0/+1
* src/window.c: Add tab list back buttonPatrick McDermott2017-09-191-3/+30
* src/window.c: Make tab list button functionalPatrick McDermott2017-09-191-0/+14
* src/window.c: Add (non-functional) tab close buttonsPatrick McDermott2017-09-191-0/+2
* src/window.c: Disable focus on tab popover buttonsPatrick McDermott2017-09-191-1/+2
* src/window.c: Add tab popover/context menuPatrick McDermott2017-09-191-1/+75
* src/window.c: Rearrange tab label code statementsPatrick McDermott2017-09-191-4/+6
* src/window.c: Set minimum tab widthPatrick McDermott2017-09-171-0/+1
* src/window.c: Ellipsize and expand tab labelsPatrick McDermott2017-09-171-0/+3
* mq_window_new(): Use gtk_window_set_default_size() insteadPatrick McDermott2017-09-171-1/+1
* src/window.c: Add a stub function to update tab positionsPatrick McDermott2017-09-171-0/+15
* add_tab(): Call mq_tab_update_position()Patrick McDermott2017-09-171-0/+2
* Revert add_tab() and pass label widgets insteadPatrick McDermott2017-09-171-2/+15
* Move add_tab() label code to mq_tab_chrome_new()Patrick McDermott2017-09-171-14/+1
* mq_tab_new(): Accept notebook instead of labelPatrick McDermott2017-09-171-1/+1
* mq_tab_new(): Accept tab label argumentPatrick McDermott2017-09-171-1/+1
* add_tab(): Set tab labelsPatrick McDermott2017-09-171-2/+15
* add_tab(): Make tabs reorderable and detachablePatrick McDermott2017-09-161-2/+8
* mq_window_new(): Set GtkNotebook group namePatrick McDermott2017-09-161-0/+1