summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
Commit message (Expand)AuthorAgeFilesLines
* Move add_tab() label code to mq_tab_chrome_new()Patrick McDermott2017-09-171-0/+17
* mq_tab_chrome_new(): Accept notebook and tab page argumentsPatrick McDermott2017-09-171-1/+1
* src/tab-chrome.c: Monitor Web view URI changesPatrick McDermott2017-09-171-0/+10
* load_changed_cb(): New functionPatrick McDermott2017-09-171-0/+20
* load_progress_cb(), connect_web_view(): New functionsPatrick McDermott2017-09-171-0/+16
* mq_tab_chrome_set_web_view(): New functionPatrick McDermott2017-09-171-0/+7
* 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
* src/tab-chrome.[ch]: s/uri_bar/uri_entry/Patrick McDermott2017-09-161-3/+3
* 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-161-9/+9
* 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_chrome_new(): Create a proper toolbarPatrick McDermott2017-09-161-7/+19
* src/tab-chrome.[ch]: New filesPatrick McDermott2017-09-161-0/+50