Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |