Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | src/main-window.[ch]: Rename to src/window.[ch] | Patrick McDermott | 2017-09-15 | 4 | -3/+3 |
* | mq_main_window_new(): Rename to mq_window_new() | Patrick McDermott | 2017-09-15 | 3 | -3/+3 |
* | mq_main_window_new(): Take args and return struct pointer | Patrick McDermott | 2017-09-15 | 3 | -8/+20 |
* | main(): Call mq_main_window_new() and gtk_main() | Patrick McDermott | 2017-09-15 | 1 | -0/+6 |
* | src/main-window.[ch]: New stub files | Patrick McDermott | 2017-09-15 | 3 | -1/+58 |
* | main(): Return on GTK+ init error and --version | Patrick McDermott | 2017-09-15 | 1 | -0/+2 |
* | configure.ac: Compile with "-std=c99" | Patrick McDermott | 2017-09-15 | 1 | -0/+2 |
* | src/main.c: New file | Patrick McDermott | 2017-09-15 | 2 | -1/+75 |
* | configure.ac: s/ -I/ -isystem/g in libraries' CFLAGS | Patrick McDermott | 2017-09-15 | 1 | -0/+4 |
* | Add build system and related files | Patrick McDermott | 2017-09-15 | 10 | -0/+929 |