| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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) {
^
|
| |
|
|
And move navigation toolbar item widget source files to
src/toolbars/navigation/.
|