summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix comment typo and update formatting.Michael Drake2011-02-201-4/+4
* Fix wrap.Michael Drake2011-02-201-62/+109
* Add module namespace to options_snoptionf()Michael Drake2011-02-202-3/+7
* Fix colour component combination for plain text output too.Michael Drake2011-02-201-5/+5
* Fix colour component combination. Render text as valid #xxxxxx too.Michael Drake2011-02-201-6/+6
* add options display to about: schemeVincent Sanders2011-02-202-116/+239
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-192-4/+1
* Add core thumbnail redraw functions.Michael Drake2011-02-192-0/+144
* Update comments.Michael Drake2011-02-191-3/+3
* Neuter utterly broken search web from url bar hackeryJohn Mark Bell2011-02-151-12/+2
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-147-79/+58
* Constify.Michael Drake2011-02-142-2/+2
* Pass clip rect to textarea redraw as struct rect.Michael Drake2011-02-143-42/+38
* ConstifyJohn Mark Bell2011-02-144-10/+7
* Pass clip rect to scroll_redraw as struct. Simplify test to see if scrollbar...Michael Drake2011-02-142-22/+5
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-132-6/+6
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-133-18/+13
* Update browser_window_redraw comment.Michael Drake2011-02-131-4/+7
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-132-0/+22
* White background fill to extents for non-HTML contents.Michael Drake2011-02-131-0/+6
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-112-18/+13
* Move stuct rect out of box.h and tree.c.Michael Drake2011-02-112-5/+32
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-112-4/+8
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-102-0/+54
* Avoid unsafe cast of int* to size_t*John Mark Bell2011-02-011-3/+6
* add default system colour handlers to each frontendVincent Sanders2011-01-304-0/+117
* History colours as constants r=jmb,vinceSven Weidauer2011-01-243-3/+19