summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
...
* Purge unused variable.Michael Drake2011-05-171-3/+1
* check for dereference of teh right valueVincent Sanders2011-05-171-1/+1
* Avoid dereferencing NULLJohn Mark Bell2011-05-161-1/+2
* Clean up after content factoryJohn Mark Bell2011-05-161-0/+3
* Fix url node iconsJohn Mark Bell2011-05-111-0/+1
* Increase pointer drag range. Setting the clamps correctly seems to cause us ...Michael Drake2011-05-111-8/+8
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-111-21/+24
* Rename scroll offset in scrollbar message data, although nothing seems to use...Michael Drake2011-05-102-2/+2
* Move scrollbar widget API documentation to header.Michael Drake2011-05-102-94/+123
* Scrollbar widget changes: Update functon parameters to have names that aren't...Michael Drake2011-05-102-225/+197
* Continue improving comments. Fix bugs in scrollbar_set_extents. Rename things...Michael Drake2011-05-101-64/+66
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-097-933/+961
* Pedantic whitespace changes.Michael Drake2011-05-091-0/+28
* Remove forward declaration.Michael Drake2011-05-091-62/+59
* consolidate content redraw Vincent Sanders2011-05-084-4/+4
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-069-118/+71
* Fix build with NDEBUG definedJohn Mark Bell2011-04-032-4/+16
* move logging initialisationVincent Sanders2011-04-022-14/+10
* Fix bug #3253090: don't schedule updates of the cookie treeJohn Mark Bell2011-03-281-3/+3
* commandline option settingVincent Sanders2011-03-183-30/+105
* Improve options outputVincent Sanders2011-03-171-15/+17
* Temporary hack to stop crashing in Amiga frontend. Roll on frames re-impleme...Chris Young2011-03-161-0/+8
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-151-40/+3
* Like HTML, text-plain contents have no intrinsic dimensions.Michael Drake2011-03-151-1/+3
* Move schedule.h to utils/John Mark Bell2011-03-133-35/+3
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-131-0/+2
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-135-8/+37
* Make schedule/schedule_remove use a typedef for their callback argumentDaniel Silverstone2011-03-121-2/+4
* Lose nasty codeJohn Mark Bell2011-03-121-5/+0
* Fix stupidJohn Mark Bell2011-03-122-10/+9
* Saturated maths in css fixed point Vincent Sanders2011-03-122-7/+6
* Ensure we don't free an unallocated handleDaniel Silverstone2011-03-121-3/+3
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+2
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-102-2/+2
* Make thumbnail_get_redraw_scale() static.Michael Drake2011-03-092-24/+22
* Fix text selectionJohn Mark Bell2011-03-061-7/+8
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-0/+59
* Move clone to box flags.Michael Drake2011-03-021-1/+1
* Cache space widths.Michael Drake2011-03-011-22/+25
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-1/+0
* Publishing 'history_go' function and creating API to enumerate all history it...Sven Weidauer2011-02-282-12/+63
* Added API to enumerate entries in history tree.Sven Weidauer2011-02-282-0/+100
* Clean up blank_import on exitJohn Mark Bell2011-02-261-0/+4
* Consider filename in Content-Disposition header when downloading, or generate...John Mark Bell2011-02-232-0/+89
* Zero-pad colours in plain text output.Michael Drake2011-02-221-1/+1
* Slightly more useful behaviour if we can't handle an URL when downloadingJohn Mark Bell2011-02-211-8/+12
* Fix bug #3188385: ensure that options_snoptionf terminates its outputJohn Mark Bell2011-02-211-0/+4
* Fix bug #3188376: there may be no window for a download if there were no head...John Mark Bell2011-02-211-3/+7
* Remove knockout from html_redraw, and use it in browser_window_redraw and thu...Michael Drake2011-02-212-10/+33
* Ensure returned length is initialisedJohn Mark Bell2011-02-201-2/+2