summary refs log tree commit diff
path: root/search.c (follow)
Commit message (Collapse)AuthorAge
* Don't use KHTML_PRETTYJune McEnroe2020-07-12
| | | | It's kinda of unpredictable and can lead to unintended whitespace.
* Handle search query errorsJune McEnroe2020-07-12
|
* Handle no search resultsJune McEnroe2020-07-12
|
* Add search paging linksJune McEnroe2020-07-12
|
* Reorganize code and add earlier messages linkJune McEnroe2020-07-12
|
* Fix search queryJune McEnroe2020-07-11
|
* Clean up page handlersJune McEnroe2020-07-11
|
* Factor out "scope" of pagesJune McEnroe2020-07-11
| | | | | Use this to keep the search query around and hide network and context from the search results if the scope is already limited.
* Implement basic search pageJune McEnroe2020-07-10
|
* Split code and add breadcrumb navJune McEnroe2020-07-09