summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mq_window_new(): Accept NULL-terminated uris arrayPatrick McDermott2017-09-163-4/+9
|
* src/main-window.[ch]: Rename to src/window.[ch]Patrick McDermott2017-09-154-3/+3
|
* mq_main_window_new(): Rename to mq_window_new()Patrick McDermott2017-09-153-3/+3
|
* mq_main_window_new(): Take args and return struct pointerPatrick McDermott2017-09-153-8/+20
|
* main(): Call mq_main_window_new() and gtk_main()Patrick McDermott2017-09-151-0/+6
|
* src/main-window.[ch]: New stub filesPatrick McDermott2017-09-153-1/+58
|
* main(): Return on GTK+ init error and --versionPatrick McDermott2017-09-151-0/+2
|
* configure.ac: Compile with "-std=c99"Patrick McDermott2017-09-151-0/+2
|
* src/main.c: New filePatrick McDermott2017-09-152-1/+75
|
* configure.ac: s/ -I/ -isystem/g in libraries' CFLAGSPatrick McDermott2017-09-151-0/+4
| | | | This suppresses warnings in libraries' headers.
* Add build system and related filesPatrick McDermott2017-09-1510-0/+929