summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
Commit message (Collapse)AuthorAgeFilesLines
* src/tab-chrome.[ch]: Hack around progress bar issuePatrick McDermott2017-09-171-0/+1
| | | | | | | | If loading fails, the WebKitWebView's "estimated-load-progress" is set to 1.0 after signals like "load-changed" and "load-failed" are emitted. So the only way to avoid leaving behind a full progress bar after, for example, canceling a page load is to save a flag on a failed load and only update the progress bar if the flag is unset.
* src/tab-chrome.[ch]: Save stop/reload iconsPatrick McDermott2017-09-171-0/+2
|
* src/tab-chrome.[ch]: Add stop/reload buttonPatrick McDermott2017-09-171-0/+1
| | | | Currently just reloads.
* src/tab-chrome.[ch]: Save navigation toolbar buttonsPatrick McDermott2017-09-171-0/+2
|
* mq_tab_chrome_update_tab_position(): New functionPatrick McDermott2017-09-171-0/+4
|
* mq_tab_chrome_new(): Save tab_image and tab_labelPatrick McDermott2017-09-171-0/+2
|
* Revert add_tab() and pass label widgets insteadPatrick McDermott2017-09-171-1/+1
|
* mq_tab_chrome_new(): Accept notebook and tab page argumentsPatrick McDermott2017-09-171-1/+1
|
* mq_tab_chrome_set_web_view(): New functionPatrick McDermott2017-09-171-2/+7
|
* src/tab-chrome.[ch]: s/uri_bar/uri_entry/Patrick McDermott2017-09-161-1/+1
|
* src/tab-chrome.[ch]: s/location/uri/ and s/Location/URI/Patrick McDermott2017-09-161-1/+1
|
* src/tab-chrome.h: Include <gtk/gtk.h>Patrick McDermott2017-09-161-0/+2
|
* mq_tab_chrome_new(): Create a proper toolbarPatrick McDermott2017-09-161-0/+1
|
* src/tab-chrome.[ch]: New filesPatrick McDermott2017-09-161-0/+35
And use in src/tab.[ch].