summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* const fixes in plotters and history coreRob Kendrick2008-04-073-6/+6
* Various text selection improvements:Michael Drake2008-04-072-39/+71
* Improve formatting of copied/saved text from text selections in PREs. Improve...Michael Drake2008-04-021-5/+16
* Remove unused variable. Update copyright.Michael Drake2008-03-311-2/+1
* Suppress the box->space spaces after BRs in copied/saved text selections.Michael Drake2008-03-311-1/+2
* Tidy up.Michael Drake2008-03-312-29/+38
* Fix formatting of copied or saved text selections.Michael Drake2008-03-312-61/+159
* Ensure adjust drags before selection adjust selection start point.Michael Drake2008-03-301-1/+1
* Selection adjustments always change the selection end when click is inside th...Michael Drake2008-03-292-7/+2
* Change meaning of c->redraw_time to be the earliest time to reflow during pag...Rob Kendrick2008-03-112-3/+3
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-051-0/+1
* Squash warnings differently.Michael Drake2008-03-031-4/+3
* Squash two warnings.Michael Drake2008-03-031-2/+3
* Periodically reflow the page while fetching a page's objects. Make buffer all...Michael Drake2008-02-292-5/+17
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-2/+8
* SignednessWarnings.squash()John Mark Bell2008-02-253-47/+66
* Set default max fetchers per host option to 2.Michael Drake2008-02-251-1/+1
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-071-4/+10
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-25/+46
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-281-18/+0
* Fixes for targetting NetBSD (Thanks to Adam Hoka)John Mark Bell2008-01-261-1/+1
* Implement path plotter (for SVGs within a page).James Bursa2007-12-111-6/+4
* Increase default font size and line spacing.Michael Drake2007-12-091-2/+2
* Add empty path plotters to stop crashes.James Bursa2007-11-291-2/+13
* Add break; (these things help, now and again)John Mark Bell2007-11-041-11/+13
* Fix frame-related crash (images.google) caused by destruction of current wind...Adrian Lees2007-11-041-11/+22
* Ignore SIGPIPE on all platforms, not just RISC OS.John Mark Bell2007-10-311-0/+9
* Bug fixes by Franz Korntner.James Bursa2007-10-283-10/+5
* Remove the old and crap gesture coreDaniel Silverstone2007-09-144-412/+0
* Fix for Shift+Adjust clicks on links by Christopher Martin.Michael Drake2007-08-261-4/+5
* Rename default scale option back to "scale" (changed to "option_scale" by mis...James Bursa2007-08-131-1/+1
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-0826-86/+364
* Fix division by 0 caused by uninitialised scale value.John Mark Bell2007-08-073-26/+41
* Add path plotter (for SVG). Requires other implementations.James Bursa2007-08-071-0/+9
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-076-12/+41
* Add option_suppress_curl_debug and default it to trueDaniel Silverstone2007-06-272-0/+5
* Add ca_path option which sets CURLOPT_CAPATH.Daniel Silverstone2007-06-272-0/+4
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-1/+3
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-3018-121/+121
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-302-0/+11
* Switch version to "2.0 (Development)".James Bursa2007-05-221-2/+2
* Log libxml2 version in lib_init().James Bursa2007-05-061-3/+10
* Fix null pointer use when a content with no title is in the local history (hi...James Bursa2007-04-181-17/+35
* Don't block new windows for Adjust-click on target='_blank' links.Richard Wilson2007-04-081-1/+4
* Fix return value checkJohn Mark Bell2007-04-071-4/+4
* Open window targets with a new name in a new window. Fix handling of Adjust-c...Richard Wilson2007-04-074-46/+68
* Silence noisy loggingJohn Mark Bell2007-04-071-15/+8
* 1) Fix corruption of history data structure on cloningJohn Mark Bell2007-04-071-2/+2
* Add loggingJohn Mark Bell2007-04-071-2/+20
* Support insertion into textbox after optional trailing space.John Mark Bell2007-04-061-11/+25