index
:
marquee/marquee.git
master
Marquee Web browser
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tab-chrome.c
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
mq_tab_chrome_new(): Accept notebook and tab page arguments
Patrick McDermott
2017-09-17
1
-1/+1
|
*
src/tab-chrome.c: Monitor Web view URI changes
Patrick McDermott
2017-09-17
1
-0/+10
|
*
load_changed_cb(): New function
Patrick McDermott
2017-09-17
1
-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 functions
Patrick McDermott
2017-09-17
1
-0/+16
|
*
mq_tab_chrome_set_web_view(): New function
Patrick McDermott
2017-09-17
1
-0/+7
|
*
navigation_toolbar_new(): Move gtk_entry_set_*() calls
Patrick McDermott
2017-09-16
1
-3/+3
|
*
navigation_toolbar_new(): Don't create GtkEntryBuffer for URI bar
Patrick McDermott
2017-09-16
1
-2/+2
|
*
navigation_toolbar_new(): Set URI bar icon and progress fraction
Patrick McDermott
2017-09-16
1
-0/+3
|
*
src/tab-chrome.[ch]: s/uri_bar/uri_entry/
Patrick McDermott
2017-09-16
1
-3/+3
|
*
navigation_toolbar_new(): s/uri_bar_container/uri_toolitem/
Patrick McDermott
2017-09-16
1
-5/+5
|
*
src/tab-chrome.[ch]: s/location/uri/ and s/Location/URI/
Patrick McDermott
2017-09-16
1
-9/+9
|
*
navigation_toolbar_new(): Join lines
Patrick McDermott
2017-09-16
1
-2/+1
|
*
navigation_toolbar_new(): Change type of navigation_toolbar
Patrick McDermott
2017-09-16
1
-7/+7
|
*
navigation_toolbar_new(): Add newlines and comments
Patrick McDermott
2017-09-16
1
-0/+7
|
*
mq_tab_chrome_new(): Refactor navigation toolbar code into new function
Patrick McDermott
2017-09-16
1
-9/+15
|
*
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_chrome_new(): Create a proper toolbar
Patrick McDermott
2017-09-16
1
-7/+19
|
*
src/tab-chrome.[ch]: New files
Patrick McDermott
2017-09-16
1
-0/+50
And use in src/tab.[ch].
[prev]