summaryrefslogtreecommitdiff
path: root/desktop/searchweb.c
Commit message (Collapse)AuthorAgeFilesLines
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-3/+3
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-6/+24
|
* Revert r13235 as we can now log URLs for hlcache_handles without an ↵John Mark Bell2011-12-041-1/+3
| | | | | | underlying content svn path=/trunk/netsurf/; revision=13237
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Can't log an erroring content's URL.Michael Drake2011-12-041-3/+1
| | | | svn path=/trunk/netsurf/; revision=13235
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-3/+15
| | | | svn path=/trunk/netsurf/; revision=12926
* Fix bug #3413611: results page should be added to historyJohn Mark Bell2011-09-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12878
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-11/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* Neuter utterly broken search web from url bar hackeryJohn Mark Bell2011-02-151-12/+2
| | | | svn path=/trunk/netsurf/; revision=11690
* Ensure we correctly release all icon resources associated with trees, SSL ↵Daniel Silverstone2011-01-201-0/+11
| | | | | | certs, search providers, etc. svn path=/trunk/netsurf/; revision=11421
* Squash leakJohn Mark Bell2010-04-181-0/+3
| | | | svn path=/trunk/netsurf/; revision=10429
* Don't bother trying to fetch search provider icons when BMP support is ↵Rob Kendrick2010-04-081-6/+14
| | | | | | disabled. This code could do with a little rearrangement to make this cleaner. svn path=/trunk/netsurf/; revision=10311
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-1/+10
| | | | svn path=/trunk/netsurf/; revision=10238
* The convert stage of a content's state progression no longer reflows the ↵John Mark Bell2010-03-291-1/+1
| | | | | | | | | | | | | content to the provided dimensions. It is now defined as converting the content into a state in which it is ready for use. The user of the content is now responsible for performing an initial reformat (sic) of the content before it can be redrawn. Purge width/height parameters from hlcache_handle_retrieve/content_convert/*_convert APIs. Fix up content handlers affected by the above change in semantics. Ensure that browser_window_callback performs an initial reformat of its content. svn path=/trunk/netsurf/; revision=10207
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-33/+25
| | | | svn path=/trunk/netsurf/; revision=10180
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-1/+4
| | | | svn path=/trunk/netsurf/; revision=9858
* C89.François Revel2010-01-021-2/+4
| | | | svn path=/trunk/netsurf/; revision=9779
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-2/+5
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+292
svn path=/trunk/netsurf/; revision=9729