summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Remove fetchcache.[ch]Daniel Silverstone2010-03-281-1/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-2821-672/+646
* Review fixups from Daniel SilverstoneVincent Sanders2010-02-112-30/+33
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-1/+1
* cache the status text to reduce teh number of window status update calls to t...Vincent Sanders2010-02-102-1/+39
* Add Windows frontendVincent Sanders2010-01-312-9/+18
* remove uneccissary includesVincent Sanders2010-01-291-1/+1
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-1/+4
* Refactor main into the frontendsVincent Sanders2010-01-202-14/+0
* C89.François Revel2010-01-022-4/+7
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-182-6/+20
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-1711-8/+2002
* Squash leaksJohn Mark Bell2009-11-221-4/+5
* Avoid potential NULL pointer dereferenceJohn Mark Bell2009-11-221-3/+2
* Avoid NULL pointer dereferencesJohn Mark Bell2009-11-221-11/+21
* Protect against NULL pointersJohn Mark Bell2009-11-221-0/+3
* Ensure selection context is zero-initialised. This may well be the root cause...John Mark Bell2009-11-221-1/+1
* Only try to reset scroll position on textarea wrap if there is a scrollbar.Michael Drake2009-08-171-83/+85
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar behav...Michael Drake2009-08-143-9/+21
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-147-311/+1231
* Make textarea widget unaware of its global position. Credit: paulblokus.Michael Drake2009-08-132-90/+64
* C89.John Mark Bell2009-08-021-1/+2
* Port to modified libcss API.John Mark Bell2009-08-021-2/+2
* Remove line that was removed in the other branch.Michael Drake2009-07-291-2/+0
* Merged revisions 8808,8862-8863 via svnmerge from Michael Drake2009-07-292-173/+183
* Port r8808 to trunk.John Mark Bell2009-07-271-1/+1
* Consider stylesheet media typesJohn Mark Bell2009-07-271-2/+2
* Fix textarea line height.John Mark Bell2009-07-241-2/+3
* Merge LibCSS port to trunk.John Mark Bell2009-07-2310-139/+162
* Merged revisions 8663 via svnmerge from Michael Drake2009-07-222-0/+16
* Scale font sizes, for better accuracy.John Mark Bell2009-07-212-2/+9
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-2113-148/+224
* Revert accidental commit.Michael Drake2009-07-141-3/+0
* mouse_trackMichael Drake2009-07-141-0/+3
* Indicate activity with the progress pointer for a second after you click a li...Michael Drake2009-07-142-12/+37
* Rename debug outline plot styles and make them const.Michael Drake2009-07-142-13/+17
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-22/+22
* next round of plotter refactorVincent Sanders2009-07-145-46/+81
* Move colour blend routine from html_redraw to plot_style and make it a define.Michael Drake2009-07-101-12/+21
* plotters line refactorVincent Sanders2009-07-107-106/+264
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-103-21/+24
* ploter refactor of rectangle handling Vincent Sanders2009-07-085-129/+164
* Merged revisions 8059-8359 via svnmerge from John Mark Bell2009-07-062-0/+24
* Style guide indentation.Michael Drake2009-07-061-94/+94
* Refactor fill plotter to take a styleVincent Sanders2009-07-054-18/+68
* remove redundant clg callVincent Sanders2009-07-013-24/+1
* Update plotters documentation for merged bitmap plotter.Michael Drake2009-06-301-8/+5
* Improve bitmap plotter APIVincent Sanders2009-06-304-167/+77
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-2/+2
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-274-7/+1448