Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_window_insert_tab(): New function | Patrick McDermott | 2017-09-25 | 1 | -0/+4 |
* | mq_window_get_application(): New function | Patrick McDermott | 2017-09-24 | 1 | -0/+3 |
* | MqWindow: Save MqApplication in struct | Patrick McDermott | 2017-09-24 | 1 | -3/+4 |
* | src/window.h: Include tab.h | Patrick McDermott | 2017-09-24 | 1 | -0/+1 |
* | MqWindow: Create and save root tab node | Patrick McDermott | 2017-09-24 | 1 | -0/+1 |
* | src/application.h, src/window.h: Forward declare types | Patrick McDermott | 2017-09-22 | 1 | -2/+4 |
* | mq_window_new(): Accept MqApplication argument | Patrick McDermott | 2017-09-22 | 1 | -1/+3 |
* | src/window.[ch]: Drop "gtk_" from member names | Patrick McDermott | 2017-09-16 | 1 | -2/+2 |
* | src/*.h: Oops | Patrick McDermott | 2017-09-16 | 1 | -1/+1 |
* | src/*.h: Add include guards | Patrick McDermott | 2017-09-16 | 1 | -0/+5 |
* | src/*.h: Include <gtk.h> | Patrick McDermott | 2017-09-16 | 1 | -0/+2 |
* | src/window.h: Split function declaration | Patrick McDermott | 2017-09-16 | 1 | -1/+2 |
* | mq_window_new(): Open initial tabs | Patrick McDermott | 2017-09-16 | 1 | -0/+1 |
* | mq_window_new(): Accept NULL-terminated uris array | Patrick McDermott | 2017-09-16 | 1 | -1/+1 |
* | src/main-window.[ch]: Rename to src/window.[ch] | Patrick McDermott | 2017-09-15 | 1 | -0/+26 |