summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* mq_window_new(): Set GtkNotebook group namePatrick McDermott2017-09-161-0/+1
| | | | This should enable dragging tabs between windows.
* src/window.[ch]: Drop "gtk_" from member namesPatrick McDermott2017-09-162-11/+11
|
* mq_window_new(): Make GtkNotebook scrollablePatrick McDermott2017-09-161-0/+1
|
* mq_window_new(): Set default window sizePatrick McDermott2017-09-161-0/+1
|
* src/tab-chrome.[ch]: s/uri_bar/uri_entry/Patrick McDermott2017-09-162-4/+4
|
* navigation_toolbar_new(): s/uri_bar_container/uri_toolitem/Patrick McDermott2017-09-161-5/+5
|
* src/tab-chrome.[ch]: s/location/uri/ and s/Location/URI/Patrick McDermott2017-09-162-10/+10
|
* navigation_toolbar_new(): Join linesPatrick McDermott2017-09-161-2/+1
|
* navigation_toolbar_new(): Change type of navigation_toolbarPatrick McDermott2017-09-161-7/+7
|
* navigation_toolbar_new(): Add newlines and commentsPatrick McDermott2017-09-161-0/+7
|
* mq_tab_chrome_new(): Refactor navigation toolbar code into new functionPatrick McDermott2017-09-161-9/+15
|
* mq_tab_chrome_new(): Wrap navigation toolbar in a grid containerPatrick McDermott2017-09-161-5/+11
|
* mq_tab_chrome_new(): Expand location barPatrick McDermott2017-09-161-0/+2
|
* mq_tab_chrome_new(): Set location bar placeholder textPatrick McDermott2017-09-161-0/+2
|
* mq_tab_body_new(): s/gtk_paned_pack/gtk_paned_add/Patrick McDermott2017-09-161-4/+2
|
* mq_tab_body_new(): Don't expand sidebar on window resizePatrick McDermott2017-09-161-1/+1
|
* mq_tab_body_new(): Set vexpand on GtkPanedPatrick McDermott2017-09-161-0/+1
|
* mq_tab_body_new(): Use GtkPanedPatrick McDermott2017-09-161-3/+8
|
* src/tab-body.[ch]: New filesPatrick McDermott2017-09-165-2/+97
| | | | And use in src/tab.[ch].
* src/tab-chrome.h: Include <gtk/gtk.h>Patrick McDermott2017-09-161-0/+2
|
* mq_tab_chrome_new(): Create a proper toolbarPatrick McDermott2017-09-162-7/+20
|
* src/*.h: OopsPatrick McDermott2017-09-162-2/+2
|
* src/*.h: Add include guardsPatrick McDermott2017-09-162-0/+10
|
* src/*.h: Include <gtk.h>Patrick McDermott2017-09-162-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 filesPatrick McDermott2017-09-165-3/+95
| | | | And use in src/tab.[ch].
* src/tab.[ch]: New filesPatrick McDermott2017-09-164-2/+85
| | | | And use in src/window.c.
* src/window.h: Split function declarationPatrick McDermott2017-09-161-1/+2
|
* main(): Set application namePatrick McDermott2017-09-161-0/+2
|
* mq_window_new(): Open "about:new" if no URIs are givenPatrick McDermott2017-09-161-2/+6
|
* mq_window_new(): Open initial tabsPatrick McDermott2017-09-162-1/+21
|
* 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
|
* src/main.c: New filePatrick McDermott2017-09-152-1/+75
|
* Add build system and related filesPatrick McDermott2017-09-151-0/+1