summaryrefslogtreecommitdiffstats
path: root/src/toolbars/find-toolbar.c
Commit message (Collapse)AuthorAgeFilesLines
* MqFindToolbar: InternationalizePatrick McDermott2017-11-201-8/+10
|
* MqFindToolbar: Add mnemonic to case match buttonPatrick McDermott2017-11-191-1/+1
|
* MqFindToolbar: Fix button label capitalizationPatrick McDermott2017-11-191-1/+1
| | | | Comply with GNOME's and other HIGs.
* MqFindToolbar: Don't show "No matches" on search entry clearingPatrick McDermott2017-11-131-1/+12
|
* MqFindToolbar: Show message when wrappingPatrick McDermott2017-11-131-14/+53
|
* MqFindToolbar: Add a spinnerPatrick McDermott2017-11-121-0/+9
|
* MqFindToolbar: Remove a blank line at the end of a functionPatrick McDermott2017-11-121-1/+0
|
* MqFindToolbar: Disable relief on prev, next, and case buttonsPatrick McDermott2017-11-121-0/+3
|
* MqFindToolbar: Don't call webkit_find_controller_search_next()Patrick McDermott2017-11-121-20/+2
| | | | Or webkit_find_controller_search_previous().
* Move toolbar widget source files to src/toolbars/Patrick McDermott2017-10-131-0/+325
And move navigation toolbar item widget source files to src/toolbars/navigation/.