Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main(): Set application name | Patrick McDermott | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | mq_window_new(): Accept NULL-terminated uris array | Patrick McDermott | 2017-09-16 | 1 | -1/+7 |
| | |||||
* | src/main-window.[ch]: Rename to src/window.[ch] | Patrick McDermott | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | mq_main_window_new(): Rename to mq_window_new() | Patrick McDermott | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | mq_main_window_new(): Take args and return struct pointer | Patrick McDermott | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | main(): Call mq_main_window_new() and gtk_main() | Patrick McDermott | 2017-09-15 | 1 | -0/+6 |
| | |||||
* | main(): Return on GTK+ init error and --version | Patrick McDermott | 2017-09-15 | 1 | -0/+2 |
| | |||||
* | src/main.c: New file | Patrick McDermott | 2017-09-15 | 1 | -0/+73 |