Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqUriEntry: Fix notified property name | Patrick McDermott | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | MqUriEntry: Focus Web view on activate | Patrick McDermott | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | mq_uri_entry_grab_focus(): New function | Patrick McDermott | 2017-11-14 | 1 | -0/+6 |
| | |||||
* | MqUriEntry: Set input purpose | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | | | | | This is a hint for on-screen keyboards and similar input methods to choose which keys would be most useful to present to the user. | ||||
* | MqWebView: Add default case to "load-changed" callback | Patrick McDermott | 2017-11-01 | 1 | -0/+3 |
| | | | | | | | | | | Fixes: CC src/toolbars/navigation/marquee-uri-entry.o src/toolbars/navigation/uri-entry.c: In function ‘load_changed_cb’: src/toolbars/navigation/uri-entry.c:59:2: warning: switch missing default case [-Wswitch-default] switch (load_event) { ^ | ||||
* | MqTabLabel, MqUriEntry: Use a better generic Web page icon | Patrick McDermott | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | Move toolbar widget source files to src/toolbars/ | Patrick McDermott | 2017-10-13 | 1 | -0/+306 |
And move navigation toolbar item widget source files to src/toolbars/navigation/. |