Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_tab_new*(): Make uri parameter const | Patrick McDermott | 2017-09-27 | 1 | -1/+1 |
| | | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody. | ||||
* | MqTabChrome: Save user edits to hovered link URI | Patrick McDermott | 2017-09-26 | 1 | -0/+1 |
| | | | | Don't overwrite such edited URI bar text on mouse target change. | ||||
* | src/tab-chrome.h: Drop mq_tab_chrome_update_tab_position() | Patrick McDermott | 2017-09-24 | 1 | -3/+0 |
| | | | | The function was removed in commit 79fe032. | ||||
* | src/tab*.h: Forward declare types | Patrick McDermott | 2017-09-22 | 1 | -2/+4 |
| | |||||
* | MqTabChrome: Drop saving of tab image and label | Patrick McDermott | 2017-09-21 | 1 | -4/+1 |
| | |||||
* | src/tab-chrome.[ch]: Add (non-functional) menu | Patrick McDermott | 2017-09-19 | 1 | -0/+1 |
| | |||||
* | src/tab-chrome.[ch]: Close back/forward popover on row activation | Patrick McDermott | 2017-09-19 | 1 | -0/+2 |
| | |||||
* | src/tab-chrome.[ch]: Save back_forward_box in MqTabChrome | Patrick McDermott | 2017-09-17 | 1 | -0/+1 |
| | |||||
* | src/tab-chrome.[ch]: Link back/forward buttons | Patrick McDermott | 2017-09-17 | 1 | -2/+2 |
| | |||||
* | Revert "src/tab-chrome.[ch]: Wrap back/forward buttons in a button box" | Patrick McDermott | 2017-09-17 | 1 | -2/+2 |
| | | | | | | | | | This reverts commit fd0f25a82781346f6aeef2c4bfeb9b69fdcbf33f. The GtkAlignment widgets in the GtkButton widgets are too wide and the (default) styling doesn't join the buttons together. GtkButtonBox is meant for OK/cancel buttons in dialogs, not joining related buttons together. | ||||
* | src/tab-chrome.[ch]: Wrap back/forward buttons in a button box | Patrick McDermott | 2017-09-17 | 1 | -2/+2 |
| | |||||
* | src/tab-chrome.[ch]: Show hovered link URI in URI bar | Patrick McDermott | 2017-09-17 | 1 | -0/+1 |
| | | | | | | | | | | | And do so only if the URI bar hasn't been manually edited. (Or maybe we can just cache the edited string. Then the cache would have to be updated if the Web view's URI changes while a link is targeted.) This is a cool feature I haven't seen anywhere. It largely obviates a status bar, puts the hovered link URI in arguably a more sensible location, and allows the hovered link URI to be added to the primary selection and/or clipboard quickly and easily from the URI bar. | ||||
* | src/tab-chrome.[ch]: Hack around progress bar issue | Patrick McDermott | 2017-09-17 | 1 | -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 icons | Patrick McDermott | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | src/tab-chrome.[ch]: Add stop/reload button | Patrick McDermott | 2017-09-17 | 1 | -0/+1 |
| | | | | Currently just reloads. | ||||
* | src/tab-chrome.[ch]: Save navigation toolbar buttons | Patrick McDermott | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | mq_tab_chrome_update_tab_position(): New function | Patrick McDermott | 2017-09-17 | 1 | -0/+4 |
| | |||||
* | mq_tab_chrome_new(): Save tab_image and tab_label | Patrick McDermott | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | Revert add_tab() and pass label widgets instead | Patrick McDermott | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | mq_tab_chrome_new(): Accept notebook and tab page arguments | Patrick McDermott | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | mq_tab_chrome_set_web_view(): New function | Patrick McDermott | 2017-09-17 | 1 | -2/+7 |
| | |||||
* | src/tab-chrome.[ch]: s/uri_bar/uri_entry/ | Patrick McDermott | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | src/tab-chrome.[ch]: s/location/uri/ and s/Location/URI/ | Patrick McDermott | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | src/tab-chrome.h: Include <gtk/gtk.h> | Patrick McDermott | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | mq_tab_chrome_new(): Create a proper toolbar | Patrick McDermott | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | src/tab-chrome.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -0/+35 |
And use in src/tab.[ch]. |