summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* consolidate content redraw Vincent Sanders2011-05-084-4/+4
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-069-118/+71
| | | | svn path=/trunk/netsurf/; revision=12283
* Fix build with NDEBUG definedJohn Mark Bell2011-04-032-4/+16
| | | | svn path=/trunk/netsurf/; revision=12154
* move logging initialisationVincent Sanders2011-04-022-14/+10
| | | | svn path=/trunk/netsurf/; revision=12152
* Fix bug #3253090: don't schedule updates of the cookie treeJohn Mark Bell2011-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=12141
* commandline option settingVincent Sanders2011-03-183-30/+105
| | | | svn path=/trunk/netsurf/; revision=12106
* Improve options outputVincent Sanders2011-03-171-15/+17
| | | | | | improve options:config styling svn path=/trunk/netsurf/; revision=12084
* Temporary hack to stop crashing in Amiga frontend. Roll on frames ↵Chris Young2011-03-161-0/+8
| | | | | | re-implementation! svn path=/trunk/netsurf/; revision=12079
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-151-40/+3
| | | | | | | add interface to clone a high level cache handle make generic printing core call new hlcache interface svn path=/trunk/netsurf/; revision=12068
* Like HTML, text-plain contents have no intrinsic dimensions.Michael Drake2011-03-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=12057
* Move schedule.h to utils/John Mark Bell2011-03-133-35/+3
| | | | svn path=/trunk/netsurf/; revision=12039
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12036
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-135-8/+37
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Make schedule/schedule_remove use a typedef for their callback argumentDaniel Silverstone2011-03-121-2/+4
| | | | svn path=/trunk/netsurf/; revision=11985
* Lose nasty codeJohn Mark Bell2011-03-121-5/+0
| | | | svn path=/trunk/netsurf/; revision=11984
* Fix stupidJohn Mark Bell2011-03-122-10/+9
| | | | svn path=/trunk/netsurf/; revision=11976
* Saturated maths in css fixed point Vincent Sanders2011-03-122-7/+6
| | | | svn path=/trunk/netsurf/; revision=11975
* Ensure we don't free an unallocated handleDaniel Silverstone2011-03-121-3/+3
| | | | svn path=/trunk/netsurf/; revision=11973
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=11968
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-102-2/+2
| | | | svn path=/trunk/netsurf/; revision=11964
* Make thumbnail_get_redraw_scale() static.Michael Drake2011-03-092-24/+22
| | | | svn path=/trunk/netsurf/; revision=11949
* Fix text selectionJohn Mark Bell2011-03-061-7/+8
| | | | svn path=/trunk/netsurf/; revision=11927
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-0/+59
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Move clone to box flags.Michael Drake2011-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=11890
* Cache space widths.Michael Drake2011-03-011-22/+25
| | | | svn path=/trunk/netsurf/; revision=11877
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=11870
* Publishing 'history_go' function and creating API to enumerate all history ↵Sven Weidauer2011-02-282-12/+63
| | | | | | items reachable by the forward or back buttons. svn path=/trunk/netsurf/; revision=11856
* Added API to enumerate entries in history tree.Sven Weidauer2011-02-282-0/+100
| | | | svn path=/trunk/netsurf/; revision=11854
* Clean up blank_import on exitJohn Mark Bell2011-02-261-0/+4
| | | | svn path=/trunk/netsurf/; revision=11818
* Consider filename in Content-Disposition header when downloading, or ↵John Mark Bell2011-02-232-0/+89
| | | | | | generate reasonably sane default if there isn't one. svn path=/trunk/netsurf/; revision=11767
* Zero-pad colours in plain text output.Michael Drake2011-02-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=11757
* Slightly more useful behaviour if we can't handle an URL when downloadingJohn Mark Bell2011-02-211-8/+12
| | | | svn path=/trunk/netsurf/; revision=11750
* Fix bug #3188385: ensure that options_snoptionf terminates its outputJohn Mark Bell2011-02-211-0/+4
| | | | svn path=/trunk/netsurf/; revision=11749
* Fix bug #3188376: there may be no window for a download if there were no ↵John Mark Bell2011-02-211-3/+7
| | | | | | | | headers or data. Additionally, ensure we clean up on error. svn path=/trunk/netsurf/; revision=11748
* Remove knockout from html_redraw, and use it in browser_window_redraw and ↵Michael Drake2011-02-212-10/+33
| | | | | | thumbnail_redraw. svn path=/trunk/netsurf/; revision=11746
* Ensure returned length is initialisedJohn Mark Bell2011-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=11744
* Fix comment typo and update formatting.Michael Drake2011-02-201-4/+4
| | | | svn path=/trunk/netsurf/; revision=11743
* Fix wrap.Michael Drake2011-02-201-62/+109
| | | | svn path=/trunk/netsurf/; revision=11742
* Add module namespace to options_snoptionf()Michael Drake2011-02-202-3/+7
| | | | svn path=/trunk/netsurf/; revision=11739
* Fix colour component combination for plain text output too.Michael Drake2011-02-201-5/+5
| | | | svn path=/trunk/netsurf/; revision=11738
* Fix colour component combination. Render text as valid #xxxxxx too.Michael Drake2011-02-201-6/+6
| | | | svn path=/trunk/netsurf/; revision=11737
* add options display to about: schemeVincent Sanders2011-02-202-116/+239
| | | | svn path=/trunk/netsurf/; revision=11733
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-192-4/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Add core thumbnail redraw functions.Michael Drake2011-02-192-0/+144
| | | | svn path=/trunk/netsurf/; revision=11715
* Update comments.Michael Drake2011-02-191-3/+3
| | | | svn path=/trunk/netsurf/; revision=11714
* Neuter utterly broken search web from url bar hackeryJohn Mark Bell2011-02-151-12/+2
| | | | svn path=/trunk/netsurf/; revision=11690
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-147-79/+58
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Constify.Michael Drake2011-02-142-2/+2
| | | | svn path=/trunk/netsurf/; revision=11682
* Pass clip rect to textarea redraw as struct rect.Michael Drake2011-02-143-42/+38
| | | | svn path=/trunk/netsurf/; revision=11681
* ConstifyJohn Mark Bell2011-02-144-10/+7
| | | | svn path=/trunk/netsurf/; revision=11680