summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix doc typo.James Bursa2007-10-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=3634
* Fix recursion when search string is pure wildcardAdrian Lees2007-10-151-2/+5
| | | | svn path=/trunk/netsurf/; revision=3633
* Allow interactive help to be turned off (implement 1793020)Richard Wilson2007-10-103-6/+23
| | | | svn path=/trunk/netsurf/; revision=3631
* Don't remove table rows with no children (fix 1753365)Richard Wilson2007-10-101-11/+19
| | | | svn path=/trunk/netsurf/; revision=3630
* Remove legacy code.Richard Wilson2007-10-101-8/+1
| | | | svn path=/trunk/netsurf/; revision=3629
* Check the RAM sprite pool before the ROM sprite pool (fix 1781184)Richard Wilson2007-10-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=3628
* Correctly terminate the plot group of a clipped box. Clip visible children ↵Richard Wilson2007-10-091-12/+20
| | | | | | of hidden elements (fix 1808893). svn path=/trunk/netsurf/; revision=3627
* No longer assert on invalid input to hex_colour.Richard Wilson2007-10-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=3626
* Fix parsing of invalid colour values becoming CSS_COLOR_NONE. Make all ↵Richard Wilson2007-10-093-86/+97
| | | | | | colour parsing code common. svn path=/trunk/netsurf/; revision=3625
* Change curse type used for links to the correct one (GTK 2.12/GNOME 2.20 ↵Rob Kendrick2007-10-041-1/+1
| | | | | | changes what we used to something inappropriate) svn path=/trunk/netsurf/; revision=3622
* Allow hex CSS colour values with omitted hash. Fix #rgb and #rrggbb handling ↵Michael Drake2007-10-031-2/+34
| | | | | | to only accept hex characters. svn path=/trunk/netsurf/; revision=3620
* Add mockup nsgtk downloads window and some support code, remove warning on ↵Rob Kendrick2007-10-026-5301/+3580
| | | | | | recent nsgtk select changes svn path=/trunk/netsurf/; revision=3619
* Remove restriction of @import coming at the start, because multiple inline ↵James Bursa2007-10-021-1/+1
| | | | | | stylesheets are parsed as one stylesheet, so may contain @import in the middle. svn path=/trunk/netsurf/; revision=3616
* Process inline stylesheets anywhere in document, not just in <head>.James Bursa2007-10-021-115/+185
| | | | svn path=/trunk/netsurf/; revision=3615
* Fix "no proxy" option.John Mark Bell2007-09-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=3613
* Tweaks to nsgtk's proxy option savingRob Kendrick2007-09-301-2/+24
| | | | svn path=/trunk/netsurf/; revision=3612
* Make loading/saving of memory cache size option work in nsgtkRob Kendrick2007-09-301-1/+4
| | | | svn path=/trunk/netsurf/; revision=3611
* Add rule to make it visually clearer that a menu is available on SELECT ↵Michael Drake2007-09-291-0/+1
| | | | | | elements. (This will have no effect until :after and content: are implemented.) svn path=/trunk/netsurf/; revision=3607
* Use custom RISC OS-like popup menu cursor on select boxesRob Kendrick2007-09-281-1/+36
| | | | svn path=/trunk/netsurf/; revision=3603
* Add mention of GTK 2.8 dependancyRob Kendrick2007-09-282-1/+5
| | | | svn path=/trunk/netsurf/; revision=3601
* Also try charsets without transliteration -- not all iconv() implementations ↵John Mark Bell2007-09-271-8/+30
| | | | | | support //TRANSLIT as it's a non-standard extension. svn path=/trunk/netsurf/; revision=3598
* Attempt to fix popup menu strangeness in nsgtk experienced by some.Rob Kendrick2007-09-261-1/+2
| | | | svn path=/trunk/netsurf/; revision=3593
* nsgtk single and multiple select form widgets now workRob Kendrick2007-09-261-2/+39
| | | | svn path=/trunk/netsurf/; revision=3592
* Fix handling of backgrounds on <body> and <html>John Mark Bell2007-09-171-45/+119
| | | | svn path=/trunk/netsurf/; revision=3545
* Remove the old and crap gesture coreDaniel Silverstone2007-09-146-415/+2
| | | | svn path=/trunk/netsurf/; revision=3537
* NetBSD doesn't have the timezone struct, either.Rob Kendrick2007-09-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=3536
* Probably fix crash on clicking in url completion dialogue.John Mark Bell2007-08-291-3/+13
| | | | | | URL completion really needs revisiting, as it's full of side effects and has weird and wonderful interactions with other parts of the system. svn path=/trunk/netsurf/; revision=3535
* Fix disappearing borders for elements with overflow: hidden.James Bursa2007-08-281-2/+1
| | | | svn path=/trunk/netsurf/; revision=3534
* Fix for Shift+Adjust clicks on links by Christopher Martin.Michael Drake2007-08-261-4/+5
| | | | svn path=/trunk/netsurf/; revision=3533
* Bring nsgtk execution instruction forward to first sentence in paragraph.Michael Drake2007-08-231-8/+6
| | | | svn path=/trunk/netsurf/; revision=3532
* Reflow the if statements as per nsgtk styleDaniel Silverstone2007-08-221-4/+8
| | | | svn path=/trunk/netsurf/; revision=3531
* Ensure that when directly setting scroll extents, we clamp them to the ↵Daniel Silverstone2007-08-221-4/+13
| | | | | | GtkAdjustment range properly svn path=/trunk/netsurf/; revision=3530
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-208-65/+104
| | | | svn path=/trunk/netsurf/; revision=3529
* Provide the facility to set the DPI of the display by removing the ↵Daniel Silverstone2007-08-193-12/+19
| | | | | | assumptions of 90.0 dpi from the CSS and layout engines. svn path=/trunk/netsurf/; revision=3528
* Rename default scale option back to "scale" (changed to "option_scale" by ↵James Bursa2007-08-131-1/+1
| | | | | | mistake). svn path=/trunk/netsurf/; revision=3512
* Include new licencing terms in nsgtk about windowRob Kendrick2007-08-111-1/+51
| | | | svn path=/trunk/netsurf/; revision=3510
* fix nsgtk ssl cert verify windowRob Kendrick2007-08-111-4/+6
| | | | svn path=/trunk/netsurf/; revision=3508
* Initial trivial (temp) implementation of nsgtk SSL cert window. Currently ↵Rob Kendrick2007-08-112-9/+60
| | | | | | segfaults if you accept, however. svn path=/trunk/netsurf/; revision=3507
* nsgtk warning squashRob Kendrick2007-08-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=3498
* Add GTK stub path functionRob Kendrick2007-08-111-1/+15
| | | | svn path=/trunk/netsurf/; revision=3497
* revert 3482 so it can be reapplied as two seperate patchesRob Kendrick2007-08-112-16/+1
| | | | svn path=/trunk/netsurf/; revision=3496
* Clarify licensing arrangementsJohn Mark Bell2007-08-091-0/+49
| | | | svn path=/trunk/netsurf/; revision=3493
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-08231-844/+3377
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Fix warning with rsvgRob Kendrick2007-08-082-2/+2
| | | | svn path=/trunk/netsurf/; revision=3485
* a script which will determine who was the last person to change a line which ↵Vincent Sanders2007-08-081-0/+36
| | | | | | has a warning upon it (and a which revision) svn path=/trunk/netsurf/; revision=3484
* Ensure that we can scroll properly with the keyboard in nsgtkDaniel Silverstone2007-08-071-5/+5
| | | | svn path=/trunk/netsurf/; revision=3483
* Fix warnings in nsgtk caused by recent changes.Rob Kendrick2007-08-072-1/+16
| | | | svn path=/trunk/netsurf/; revision=3482
* Fix division by 0 caused by uninitialised scale value.John Mark Bell2007-08-073-26/+41
| | | | | | Break out initialisation of common parts of struct browser_window into their own function. svn path=/trunk/netsurf/; revision=3481
* Improve error message.James Bursa2007-08-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=3480
* Add path plotter (for SVG). Requires other implementations.James Bursa2007-08-072-7/+125
| | | | svn path=/trunk/netsurf/; revision=3479