summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor tidyingJohn Mark Bell2007-03-251-9/+2
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-1/+5
* Apply Darren Salt's keypress callbacl claiming patch, with addition of doc co...Rob Kendrick2007-03-062-31/+43
* Stop iframe contents from appearing in global history. Fix by JMB.Michael Drake2007-03-061-1/+1
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-12/+19
* Revert r3156 (content cleaner frequency reduction) as it introduces John Mark Bell2007-01-311-15/+1
* Generates and use a User-Agent: string based on new netsurf_version_major/min...Rob Kendrick2007-01-302-1/+4
* Attempt to perform content cleaning far less frequently.John Mark Bell2007-01-301-1/+15
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-0/+1
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-273-42/+93
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-132-8/+2
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-032-38/+50
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-301-2/+8
* Implement form targets (fix 1619094)Richard Wilson2006-12-303-21/+19
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-282-0/+4
* Add URLdb destruction functionalityJohn Mark Bell2006-12-081-0/+3
* Correctly support NORESIZE flag for frames (partially fix 1593228)Richard Wilson2006-12-031-8/+27
* Update project URL.Michael Drake2006-11-2726-76/+76
* Add browser_window_reformat() and use it instead of content_reformat() to rem...James Bursa2006-11-262-29/+58
* Move frames-related code out of browser.c into a new file. Remove some browse...James Bursa2006-11-264-866/+937
* Unescape fragment identifiers.John Mark Bell2006-10-011-5/+21