Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | mq_tab_chrome_new(): Wrap navigation toolbar in a grid container | Patrick McDermott | 2017-09-16 | 1 | -5/+11 |
| | |||||
* | mq_tab_chrome_new(): Expand location bar | Patrick McDermott | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | mq_tab_chrome_new(): Set location bar placeholder text | Patrick McDermott | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | mq_tab_body_new(): s/gtk_paned_pack/gtk_paned_add/ | Patrick McDermott | 2017-09-16 | 1 | -4/+2 |
| | |||||
* | mq_tab_body_new(): Don't expand sidebar on window resize | Patrick McDermott | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | mq_tab_body_new(): Set vexpand on GtkPaned | Patrick McDermott | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | mq_tab_body_new(): Use GtkPaned | Patrick McDermott | 2017-09-16 | 1 | -3/+8 |
| | |||||
* | src/tab-body.[ch]: New files | Patrick McDermott | 2017-09-16 | 5 | -2/+97 |
| | | | | And use in src/tab.[ch]. | ||||
* | src/tab-chrome.h: Include <gtk/gtk.h> | Patrick McDermott | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | mq_tab_chrome_new(): Create a proper toolbar | Patrick McDermott | 2017-09-16 | 2 | -7/+20 |
| | |||||
* | src/*.h: Oops | Patrick McDermott | 2017-09-16 | 2 | -2/+2 |
| | |||||
* | src/*.h: Add include guards | Patrick McDermott | 2017-09-16 | 2 | -0/+10 |
| | |||||
* | src/*.h: Include <gtk.h> | Patrick McDermott | 2017-09-16 | 2 | -0/+4 |
| | | | | | The corresponding *.c files were already doing this, but it's proper to do it in any file that uses things from <gtk.h>. | ||||
* | src/tab-chrome.[ch]: New files | Patrick McDermott | 2017-09-16 | 5 | -3/+95 |
| | | | | And use in src/tab.[ch]. | ||||
* | src/tab.[ch]: New files | Patrick McDermott | 2017-09-16 | 4 | -2/+85 |
| | | | | And use in src/window.c. | ||||
* | src/window.h: Split function declaration | Patrick McDermott | 2017-09-16 | 1 | -1/+2 |
| | |||||
* | main(): Set application name | Patrick McDermott | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | 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 | 2 | -1/+21 |
| | |||||
* | mq_window_new(): Accept NULL-terminated uris array | Patrick McDermott | 2017-09-16 | 3 | -4/+9 |
| | |||||
* | 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 |
| | | | | This suppresses warnings in libraries' headers. | ||||
* | Add build system and related files | Patrick McDermott | 2017-09-15 | 10 | -0/+929 |