summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to ↵Daniel Silverstone2010-03-281-1/+0
| | | | | | complete properly. svn path=/trunk/netsurf/; revision=10187
* Do not assert when the only thing of interest is a body box. Status string ↵Rob Kendrick2010-03-281-2/+3
| | | | | | can quite happily be NULL. svn path=/trunk/netsurf/; revision=10184
* Remove fetchcache.[ch]Daniel Silverstone2010-03-281-1/+0
| | | | svn path=/trunk/netsurf/; revision=10183
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-2821-672/+646
| | | | svn path=/trunk/netsurf/; revision=10180
* Review fixups from Daniel SilverstoneVincent Sanders2010-02-112-30/+33
| | | | | | | Ensure status text statistics are initialised Fix documentation and indentation of status text variables. svn path=/trunk/netsurf/; revision=9968
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=9966
* cache the status text to reduce teh number of window status update calls to ↵Vincent Sanders2010-02-102-1/+39
| | | | | | teh frontend svn path=/trunk/netsurf/; revision=9965
* Add Windows frontendVincent Sanders2010-01-312-9/+18
| | | | svn path=/trunk/netsurf/; revision=9940
* remove uneccissary includesVincent Sanders2010-01-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=9931
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-1/+4
| | | | svn path=/trunk/netsurf/; revision=9858
* Refactor main into the frontendsVincent Sanders2010-01-202-14/+0
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851
* C89.François Revel2010-01-022-4/+7
| | | | svn path=/trunk/netsurf/; revision=9779
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-182-6/+20
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-1711-8/+2002
| | | | svn path=/trunk/netsurf/; revision=9729
* Squash leaksJohn Mark Bell2009-11-221-4/+5
| | | | svn path=/trunk/netsurf/; revision=9692
* Avoid potential NULL pointer dereferenceJohn Mark Bell2009-11-221-3/+2
| | | | svn path=/trunk/netsurf/; revision=9685
* Avoid NULL pointer dereferencesJohn Mark Bell2009-11-221-11/+21
| | | | svn path=/trunk/netsurf/; revision=9684
* Protect against NULL pointersJohn Mark Bell2009-11-221-0/+3
| | | | svn path=/trunk/netsurf/; revision=9681
* Ensure selection context is zero-initialised. This may well be the root ↵John Mark Bell2009-11-221-1/+1
| | | | | | cause of the random selection crashes people have been seeing. svn path=/trunk/netsurf/; revision=9679
* Only try to reset scroll position on textarea wrap if there is a scrollbar.Michael Drake2009-08-171-83/+85
| | | | svn path=/trunk/netsurf/; revision=9335
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar ↵Michael Drake2009-08-143-9/+21
| | | | | | behaviour. svn path=/trunk/netsurf/; revision=9306
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-147-311/+1231
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Make textarea widget unaware of its global position. Credit: paulblokus.Michael Drake2009-08-132-90/+64
| | | | svn path=/trunk/netsurf/; revision=9274
* C89.John Mark Bell2009-08-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=9000
* Port to modified libcss API.John Mark Bell2009-08-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=8997
* Remove line that was removed in the other branch.Michael Drake2009-07-291-2/+0
| | | | svn path=/trunk/netsurf/; revision=8887
* Merged revisions 8808,8862-8863 via svnmerge from Michael Drake2009-07-292-173/+183
| | | | | | | | | | | | | | | | | | | | | svn://svn.netsurf-browser.org/branches/paulblokus/textinput ........ r8808 | paulblokus | 2009-07-26 22:52:53 +0100 (Sun, 26 Jul 2009) | 2 lines don't recalculate height already aviable ........ r8862 | paulblokus | 2009-07-28 21:39:06 +0100 (Tue, 28 Jul 2009) | 2 lines added css.c and css.h files which caused svn errors after using svnmerge ........ r8863 | paulblokus | 2009-07-28 21:43:53 +0100 (Tue, 28 Jul 2009) | 3 lines changed textarea redraw logic little fix of KEY_DELETE_LINE_START jandling ........ svn path=/trunk/netsurf/; revision=8886
* Port r8808 to trunk.John Mark Bell2009-07-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=8825
* Consider stylesheet media typesJohn Mark Bell2009-07-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=8820
* Fix textarea line height.John Mark Bell2009-07-241-2/+3
| | | | svn path=/trunk/netsurf/; revision=8766
* Merge LibCSS port to trunk.John Mark Bell2009-07-2310-139/+162
| | | | svn path=/trunk/netsurf/; revision=8752
* Merged revisions 8663 via svnmerge from Michael Drake2009-07-222-0/+16
| | | | | | | | | | | | svn://svn.netsurf-browser.org/branches/paulblokus/textinput ........ r8663 | paulblokus | 2009-07-22 00:46:29 +0100 (Wed, 22 Jul 2009) | 2 lines added getter for textarea dimensions ........ svn path=/trunk/netsurf/; revision=8695
* Scale font sizes, for better accuracy.John Mark Bell2009-07-212-2/+9
| | | | svn path=/trunk/netsurf/; revision=8657
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-2113-148/+224
| | | | svn path=/trunk/netsurf/; revision=8641
* Revert accidental commit.Michael Drake2009-07-141-3/+0
| | | | svn path=/trunk/netsurf/; revision=8529
* mouse_trackMichael Drake2009-07-141-0/+3
| | | | svn path=/trunk/netsurf/; revision=8528
* Indicate activity with the progress pointer for a second after you click a ↵Michael Drake2009-07-142-12/+37
| | | | | | link and as the "auto" pointer while stuff is loading. svn path=/trunk/netsurf/; revision=8525
* Rename debug outline plot styles and make them const.Michael Drake2009-07-142-13/+17
| | | | svn path=/trunk/netsurf/; revision=8518
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-22/+22
| | | | svn path=/trunk/netsurf/; revision=8513
* next round of plotter refactorVincent Sanders2009-07-145-46/+81
| | | | svn path=/trunk/netsurf/; revision=8512
* Move colour blend routine from html_redraw to plot_style and make it a define.Michael Drake2009-07-101-12/+21
| | | | svn path=/trunk/netsurf/; revision=8451
* plotters line refactorVincent Sanders2009-07-107-106/+264
| | | | svn path=/trunk/netsurf/; revision=8446
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-103-21/+24
| | | | svn path=/trunk/netsurf/; revision=8428
* ploter refactor of rectangle handling Vincent Sanders2009-07-085-129/+164
| | | | svn path=/trunk/netsurf/; revision=8399
* Merged revisions 8059-8359 via svnmerge from John Mark Bell2009-07-062-0/+24
| | | | | | | | | | | | svn://svn.netsurf-browser.org/branches/paulblokus/textinput ........ r8337 | paulblokus | 2009-07-06 00:38:21 +0100 (Mon, 06 Jul 2009) | 2 lines added textarea_set_position ........ svn path=/trunk/netsurf/; revision=8360
* Style guide indentation.Michael Drake2009-07-061-94/+94
| | | | svn path=/trunk/netsurf/; revision=8346
* Refactor fill plotter to take a styleVincent Sanders2009-07-054-18/+68
| | | | svn path=/trunk/netsurf/; revision=8332
* remove redundant clg callVincent Sanders2009-07-013-24/+1
| | | | svn path=/trunk/netsurf/; revision=8240
* Update plotters documentation for merged bitmap plotter.Michael Drake2009-06-301-8/+5
| | | | svn path=/trunk/netsurf/; revision=8198
* Improve bitmap plotter APIVincent Sanders2009-06-304-167/+77
| | | | svn path=/trunk/netsurf/; revision=8195