Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | src/window.c: Rearrange tab label code statements | Patrick McDermott | 2017-09-19 | 1 | -4/+6 |
| | |||||
* | src/window.c: Set minimum tab width | Patrick McDermott | 2017-09-17 | 1 | -0/+1 |
| | |||||
* | src/window.c: Ellipsize and expand tab labels | Patrick McDermott | 2017-09-17 | 1 | -0/+3 |
| | |||||
* | mq_window_new(): Use gtk_window_set_default_size() instead | Patrick McDermott | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | src/window.c: Add a stub function to update tab positions | Patrick McDermott | 2017-09-17 | 1 | -0/+15 |
| | |||||
* | add_tab(): Call mq_tab_update_position() | Patrick McDermott | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | Revert add_tab() and pass label widgets instead | Patrick McDermott | 2017-09-17 | 1 | -2/+15 |
| | |||||
* | Move add_tab() label code to mq_tab_chrome_new() | Patrick McDermott | 2017-09-17 | 1 | -14/+1 |
| | | | | Doesn't work, though. | ||||
* | mq_tab_new(): Accept notebook instead of label | Patrick McDermott | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(): Accept tab label argument | Patrick McDermott | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | add_tab(): Set tab labels | Patrick McDermott | 2017-09-17 | 1 | -2/+15 |
| | |||||
* | add_tab(): Make tabs reorderable and detachable | Patrick McDermott | 2017-09-16 | 1 | -2/+8 |
| | |||||
* | mq_window_new(): Set GtkNotebook group name | Patrick McDermott | 2017-09-16 | 1 | -0/+1 |
| | | | | This should enable dragging tabs between windows. | ||||
* | src/window.[ch]: Drop "gtk_" from member names | Patrick McDermott | 2017-09-16 | 1 | -9/+9 |
| | |||||
* | mq_window_new(): Make GtkNotebook scrollable | Patrick McDermott | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | mq_window_new(): Set default window size | Patrick McDermott | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | src/tab.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -1/+5 |
| | | | | And use in src/window.c. | ||||
* | mq_window_new(): Open "about:new" if no URIs are given | Patrick McDermott | 2017-09-16 | 1 | -2/+6 |
| | |||||
* | mq_window_new(): Open initial tabs | Patrick McDermott | 2017-09-16 | 1 | -1/+20 |
| | |||||
* | mq_window_new(): Accept NULL-terminated uris array | Patrick McDermott | 2017-09-16 | 1 | -2/+1 |
| | |||||
* | src/main-window.[ch]: Rename to src/window.[ch] | Patrick McDermott | 2017-09-15 | 1 | -0/+42 |