summaryrefslogtreecommitdiff
path: root/!NetSurf
Commit message (Collapse)AuthorAgeFilesLines
...
* Select element width is width of longest option text.Michael Drake2008-02-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=3855
* Fix makefile and RISC OS !Run file.Michael Drake2008-02-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=3834
* Improve float positioning.Michael Drake2008-02-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=3833
* Remove dubious default CSS rule.Michael Drake2008-02-021-1/+0
| | | | svn path=/trunk/netsurf/; revision=3822
* Ensure button style is the same as input type=button.Michael Drake2008-02-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=3820
* Treat font tag relative sizes of +/- >1 the same as one.Michael Drake2008-02-021-2/+4
| | | | svn path=/trunk/netsurf/; revision=3817
* Make text input boxes with height:auto; and no initial value get a sensible ↵Michael Drake2008-02-021-8/+8
| | | | | | height. Make all form elements have their dimensions based on the configured minimum font size, if the current text size is smaller. Remove redundant code for setting radio icon and checkbox sizes. All em/ex based sizes now respect the min font size, when it's in effect. Updated default styles for form elements. svn path=/trunk/netsurf/; revision=3813
* Revert last change because it made the tracker almost unusable.Michael Drake2008-01-301-4/+2
| | | | svn path=/trunk/netsurf/; revision=3810
* Support SUP and SUB tags with relative position in default CSS file.Michael Drake2008-01-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=3808
* Add stylesheet for GTK specific rules.Michael Drake2008-01-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=3802
* Tidy default form element styles.Michael Drake2008-01-291-20/+17
| | | | svn path=/trunk/netsurf/; revision=3801
* Apply default margin to select and textarea elements too.Michael Drake2008-01-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=3790
* Replace accidentally checked in files with previous ones.Michael Drake2008-01-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=3786
* Fix vertical position of images with margin/borders/padding.Michael Drake2008-01-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=3785
* Make inline-blocks have margins. Add defualt margin around form inputs.Michael Drake2008-01-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3779
* Add icon to distinguish online links.Michael Drake2008-01-211-0/+0
| | | | svn path=/trunk/netsurf/; revision=3744
* Link to new welcome page.Michael Drake2008-01-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=3731
* Rename about pageJohn Mark Bell2008-01-191-0/+0
| | | | svn path=/trunk/netsurf/; revision=3728
* Remove old filesJohn Mark Bell2008-01-199-376/+0
| | | | svn path=/trunk/netsurf/; revision=3723
* Update about page to use new CSS file and tidy.Michael Drake2008-01-195-0/+65
| | | | svn path=/trunk/netsurf/; revision=3719
* Set SVG filetype's name.Michael Drake2007-12-161-0/+1
| | | | svn path=/trunk/netsurf/; revision=3670
* Updated Dutch translation by Simon Voortman and Gerard van Katwijk.Michael Drake2007-12-122-68/+68
| | | | svn path=/trunk/netsurf/; revision=3669
* Increase default font size and line spacing.Michael Drake2007-12-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3660
* Put alignment stuff back to how it was in the release branch. However it is ↵Michael Drake2007-11-051-22/+15
| | | | | | done in the default CSS file, there are problems. We may as well have the same problems in the release and development builds. svn path=/trunk/netsurf/; revision=3651
* Update interactive help text for links.Michael Drake2007-11-054-4/+4
| | | | svn path=/trunk/netsurf/; revision=3650
* Update alignment rules again.Michael Drake2007-11-011-3/+9
| | | | svn path=/trunk/netsurf/; revision=3640
* Update alignment rules.Michael Drake2007-11-011-15/+16
| | | | svn path=/trunk/netsurf/; revision=3639
* 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
* Update year.Michael Drake2007-07-144-4/+4
| | | | svn path=/trunk/netsurf/; revision=3408
* Scroll wheel support on hotlist and history windowsAdrian Lees2007-06-244-0/+0
| | | | svn path=/trunk/netsurf/; revision=3364
* Update user support mailing list URL.Michael Drake2007-06-154-6/+5
| | | | svn path=/trunk/netsurf/; revision=3346
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-301-2/+2
| | | | svn path=/trunk/netsurf/; revision=3306
* More alignment changes.Michael Drake2007-05-211-4/+4
| | | | svn path=/trunk/netsurf/; revision=3298
* Treat CENTER like other browsers do.Michael Drake2007-05-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=3297
* Update development build !Help file.Michael Drake2007-05-181-5/+5
| | | | svn path=/trunk/netsurf/; revision=3288
* Import font containing symbols we need for list items.John Mark Bell2007-05-144-1/+47
| | | | | | | (Un)Install font appropriately at runtime. Make list markers use the right characters. svn path=/trunk/netsurf/; revision=3280
* Update NetSurf URL.Michael Drake2007-04-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=3257
* Transliterate form submissions (requires an iconv implementation that John Mark Bell2007-03-111-3/+3
| | | | | | | | understands //TRANSLIT - both glibc & libiconv's do, as do Iconv modules >= 0.08) Require Iconv 0.08 svn path=/trunk/netsurf/; revision=3203
* Correct SharedUnixLibrary version number. Thanks to Richard Mellish.Michael Drake2007-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=3184
* Remove spare 'F'.Michael Drake2007-01-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=3143
* New French resources by Jerome Mathevet.Michael Drake2007-01-132-41/+41
| | | | svn path=/trunk/netsurf/; revision=3142
* Bring Messages file translations in to line with English version.Michael Drake2007-01-133-12/+123
| | | | svn path=/trunk/netsurf/; revision=3141
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ↵James Bursa2007-01-131-4/+41
| | | | | | other information to status bar. svn path=/trunk/netsurf/; revision=3140
* Remove form margin (broke centered forms and not needed).James Bursa2007-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3138
* Change nested list style.Michael Drake2007-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3137
* Make default CSS rules closer to the w3c suggestions.Richard Wilson2007-01-061-26/+26
| | | | svn path=/trunk/netsurf/; revision=3136
* Implement 1553994.Richard Wilson2006-12-034-0/+0
| | | | svn path=/trunk/netsurf/; revision=3097
* Use netsurf-browser.org domain.Michael Drake2006-11-266-18/+18
| | | | svn path=/trunk/netsurf/; revision=3069
* Fix gap between list marker and list content.Michael Drake2006-11-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=3040
* Update default list style types.Michael Drake2006-11-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=3038