Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-27 | Treat multiple whitespace in search strings as single. | Robin Watts | |
Skip over successive whitespace in search string. Make android use text_search.c | |||
2013-05-22 | Fix end-of-line handling in text search. | Tor Andersson | |
2013-05-21 | Fix app breakages. | Robin Watts | |
Android app was still thinking that we had only one fz_device_rgb rather than one per context. Android app had a typo in resulting in searching ending in an infinite loop. Text search failed to search outside the first block of each page. | |||
2013-05-06 | Use linked list for text spans. | Tor Andersson | |
2013-04-30 | Split dev_text into three parts. | Tor Andersson | |
One for the raw span extraction pass, one for paragraph sorting, and another for HTML output. |