summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* mq_tab_chrome_new(): Accept notebook and tab page argumentsPatrick McDermott2017-09-173-4/+5
|
* mq_tab_new(): Accept notebook instead of labelPatrick McDermott2017-09-173-3/+3
|
* mq_tab_new(): Accept tab label argumentPatrick McDermott2017-09-173-3/+3
|
* add_tab(): Set tab labelsPatrick McDermott2017-09-171-2/+15
|
* src/tab-chrome.c: Monitor Web view URI changesPatrick McDermott2017-09-171-0/+10
|
* load_changed_cb(): New functionPatrick McDermott2017-09-171-0/+20
| | | | | | | This completes the previous commit by hiding the progress bar once the Web page finishes loading. It also updates the URI bar when a new Web page is loaded.
* load_progress_cb(), connect_web_view(): New functionsPatrick McDermott2017-09-171-0/+16
|
* mq_tab_new(): Call mq_tab_chrome_set_web_view()Patrick McDermott2017-09-171-0/+2
|
* mq_tab_chrome_set_web_view(): New functionPatrick McDermott2017-09-172-2/+14
|
* mq_tab_body_get_web_view(): New functionPatrick McDermott2017-09-172-0/+9
|
* navigation_toolbar_new(): Move gtk_entry_set_*() callsPatrick McDermott2017-09-161-3/+3
|
* navigation_toolbar_new(): Don't create GtkEntryBuffer for URI barPatrick McDermott2017-09-161-2/+2
|
* navigation_toolbar_new(): Set URI bar icon and progress fractionPatrick McDermott2017-09-161-0/+3
|
* add_tab(): Make tabs reorderable and detachablePatrick McDermott2017-09-161-2/+8
|
* 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
|