summaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | And sneak in a TODO comment.
* src/window.c: Add tab popover/context menuPatrick McDermott2017-09-191-1/+75
| | | | The buttons don't do anything yet.
* 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
| | | | Doesn't work, though.
* 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
| | | | This should enable dragging tabs between windows.
* src/window.[ch]: Drop "gtk_" from member namesPatrick McDermott2017-09-161-9/+9
|
* mq_window_new(): Make GtkNotebook scrollablePatrick McDermott2017-09-161-0/+1
|
* mq_window_new(): Set default window sizePatrick McDermott2017-09-161-0/+1
|
* src/tab.[ch]: New filesPatrick McDermott2017-09-161-1/+5
| | | | And use in src/window.c.
* mq_window_new(): Open "about:new" if no URIs are givenPatrick McDermott2017-09-161-2/+6
|
* mq_window_new(): Open initial tabsPatrick McDermott2017-09-161-1/+20
|
* mq_window_new(): Accept NULL-terminated uris arrayPatrick McDermott2017-09-161-2/+1
|
* src/main-window.[ch]: Rename to src/window.[ch]Patrick McDermott2017-09-151-0/+42