John Mark Bell
ab62e61b55
Fix RO5 IconSprites
...
svn path=/trunk/netsurf/; revision=4143
2008-05-11 10:04:11 +00:00
John Mark Bell
301d71385d
Correct file types
...
svn path=/trunk/netsurf/; revision=4142
2008-05-10 12:03:45 +00:00
John Mark Bell
e6416eed54
Fix IconSprites on RO6
...
svn path=/trunk/netsurf/; revision=4141
2008-05-10 11:59:09 +00:00
Michael Drake
239ac40bd7
Add NetSurf Scrap/Choices directory openers.
...
svn path=/trunk/netsurf/; revision=4139
2008-05-10 11:12:19 +00:00
John Mark Bell
6d4e871260
Require C99 SCL in Run file. Provides a friendlier error message than "Integer too big for SharedCLibrary" when attempting to load modules that require either a 32bit or C99-capable SCL (e.g. AcornURI or Iconv)
...
svn path=/trunk/netsurf/; revision=4124
2008-05-04 19:04:03 +00:00
Michael Drake
4110152a62
Change handling of form element widths / heights.
...
svn path=/trunk/netsurf/; revision=4107
2008-04-25 14:15:18 +00:00
Michael Drake
384327a279
Default size for textareas.
...
svn path=/trunk/netsurf/; revision=4080
2008-04-07 09:03:21 +00:00
Michael Drake
bbca624564
Move ReadMe and update welcome page heading.
...
svn path=/trunk/netsurf/; revision=3992
2008-03-19 23:00:42 +00:00
Michael Drake
cdea9de987
Revert accidentally committed files.
...
svn path=/trunk/netsurf/; revision=3905
2008-03-09 14:29:13 +00:00
Michael Drake
920be77804
When floats have clear right or left set, as well as being put below floats on that side, they should still follow normal behaviour with respect to floats on the other side.
...
svn path=/trunk/netsurf/; revision=3904
2008-03-09 14:10:05 +00:00
Michael Drake
5141da86fd
Put old make files and !Run file back.
...
svn path=/trunk/netsurf/; revision=3896
2008-03-07 18:51:53 +00:00
Michael Drake
16489d1b12
No space between rows of floats.
...
svn path=/trunk/netsurf/; revision=3895
2008-03-07 18:36:04 +00:00
Michael Drake
a4e1ffda1a
Improve handling of HTML attributes / markup:
...
* Only apply presentational HTML attributes if no more
important CSS has been set for the property. (NetSurf used
to be a bit hit-and-miss when presentational markup and
CSS were mixed.)
* Change table cellpadding and border handling to happen as
soon the boxes styles are available, rather than after the
whole table has been constructed. Also fix default table
border colour.
* Improve handling of CENTER tag and ALIGN attribute. These
could not be correctly supported in the default CSS file,
so block level element alignment is now done during box
construction. (Fixes #1891379 , #1824492 , #1723853 )
Form improvements:
* Small MAXLENGTH values on text inputs now reduce element
width. (Fixes #1894854 )
* Prevent select option text from wrapping.
svn path=/trunk/netsurf/; revision=3866
2008-02-25 16:37:48 +00:00
James Bursa
9f9d9c9d4f
Update SSL certificates to the latest Mozilla certificates using curl/lib/mk-ca-bundle.pl. Number of certificates increased from 94 to 114.
...
svn path=/trunk/netsurf/; revision=3858
2008-02-14 03:39:31 +00:00
Michael Drake
a86e38d9cc
Tweak select element style.
...
svn path=/trunk/netsurf/; revision=3856
2008-02-11 21:18:53 +00:00
Michael Drake
7d748ae2ff
Select element width is width of longest option text.
...
svn path=/trunk/netsurf/; revision=3855
2008-02-11 17:53:00 +00:00
Michael Drake
61e70fee80
Fix makefile and RISC OS !Run file.
...
svn path=/trunk/netsurf/; revision=3834
2008-02-03 18:54:21 +00:00
Michael Drake
7177f59309
Improve float positioning.
...
svn path=/trunk/netsurf/; revision=3833
2008-02-03 18:44:24 +00:00
Michael Drake
eb2c2e3f63
Remove dubious default CSS rule.
...
svn path=/trunk/netsurf/; revision=3822
2008-02-02 13:36:30 +00:00
Michael Drake
43e365f0aa
Ensure button style is the same as input type=button.
...
svn path=/trunk/netsurf/; revision=3820
2008-02-02 09:53:42 +00:00
Michael Drake
477cfc8baf
Treat font tag relative sizes of +/- >1 the same as one.
...
svn path=/trunk/netsurf/; revision=3817
2008-02-02 00:48:39 +00:00
Michael Drake
120ca506c1
Make text input boxes with height:auto; and no initial value get a sensible 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
2008-02-02 00:13:19 +00:00
Michael Drake
0309c25c2e
Revert last change because it made the tracker almost unusable.
...
svn path=/trunk/netsurf/; revision=3810
2008-01-30 22:09:41 +00:00
Michael Drake
087516561f
Support SUP and SUB tags with relative position in default CSS file.
...
svn path=/trunk/netsurf/; revision=3808
2008-01-30 18:30:59 +00:00
Michael Drake
0c311cf6a2
Add stylesheet for GTK specific rules.
...
svn path=/trunk/netsurf/; revision=3802
2008-01-29 14:00:56 +00:00
Michael Drake
b74a1a173e
Tidy default form element styles.
...
svn path=/trunk/netsurf/; revision=3801
2008-01-29 13:03:29 +00:00
Michael Drake
75fe183d01
Apply default margin to select and textarea elements too.
...
svn path=/trunk/netsurf/; revision=3790
2008-01-28 02:25:30 +00:00
Michael Drake
32fe1bd1bf
Replace accidentally checked in files with previous ones.
...
svn path=/trunk/netsurf/; revision=3786
2008-01-28 01:11:37 +00:00
Michael Drake
49fce64c1a
Fix vertical position of images with margin/borders/padding.
...
svn path=/trunk/netsurf/; revision=3785
2008-01-28 00:58:31 +00:00
Michael Drake
b2b6fa0f10
Make inline-blocks have margins. Add defualt margin around form inputs.
...
svn path=/trunk/netsurf/; revision=3779
2008-01-27 17:39:14 +00:00
Michael Drake
f69ce8d094
Add icon to distinguish online links.
...
svn path=/trunk/netsurf/; revision=3744
2008-01-21 20:01:36 +00:00
Michael Drake
7ef6638af9
Link to new welcome page.
...
svn path=/trunk/netsurf/; revision=3731
2008-01-19 23:26:58 +00:00
John Mark Bell
8798a3ccd2
Rename about page
...
svn path=/trunk/netsurf/; revision=3728
2008-01-19 23:15:48 +00:00
John Mark Bell
54da4474f7
Remove old files
...
svn path=/trunk/netsurf/; revision=3723
2008-01-19 23:01:32 +00:00
Michael Drake
33ea795dea
Update about page to use new CSS file and tidy.
...
svn path=/trunk/netsurf/; revision=3719
2008-01-19 22:42:48 +00:00
Michael Drake
6a11f56dca
Set SVG filetype's name.
...
svn path=/trunk/netsurf/; revision=3670
2007-12-16 19:36:28 +00:00
Michael Drake
99596c7751
Updated Dutch translation by Simon Voortman and Gerard van Katwijk.
...
svn path=/trunk/netsurf/; revision=3669
2007-12-12 20:07:03 +00:00
Michael Drake
d13ac3b066
Increase default font size and line spacing.
...
svn path=/trunk/netsurf/; revision=3660
2007-12-09 11:13:25 +00:00
Michael Drake
ac084adfb2
Put alignment stuff back to how it was in the release branch. However it is 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
2007-11-05 15:39:54 +00:00
Michael Drake
cf77c922db
Update interactive help text for links.
...
svn path=/trunk/netsurf/; revision=3650
2007-11-05 15:29:28 +00:00
Michael Drake
189f9f7492
Update alignment rules again.
...
svn path=/trunk/netsurf/; revision=3640
2007-11-01 21:59:35 +00:00
Michael Drake
e5d3a2e792
Update alignment rules.
...
svn path=/trunk/netsurf/; revision=3639
2007-11-01 21:44:44 +00:00
Michael Drake
bd590f4f99
Add rule to make it visually clearer that a menu is available on SELECT elements. (This will have no effect until :after and content: are implemented.)
...
svn path=/trunk/netsurf/; revision=3607
2007-09-29 11:51:10 +00:00
Michael Drake
0c5320a7c7
Update year.
...
svn path=/trunk/netsurf/; revision=3408
2007-07-14 10:06:00 +00:00
Adrian Lees
9e2baee37d
Scroll wheel support on hotlist and history windows
...
svn path=/trunk/netsurf/; revision=3364
2007-06-24 17:10:08 +00:00
Michael Drake
b98b588ee5
Update user support mailing list URL.
...
svn path=/trunk/netsurf/; revision=3346
2007-06-15 08:34:41 +00:00
Daniel Silverstone
25e22eb1f5
Add a -v option to enable debug logging. Pass -v by default to the RO runimage.
...
svn path=/trunk/netsurf/; revision=3306
2007-05-30 22:27:58 +00:00
Michael Drake
65d727b190
More alignment changes.
...
svn path=/trunk/netsurf/; revision=3298
2007-05-21 12:58:14 +00:00
Michael Drake
87836a2b3d
Treat CENTER like other browsers do.
...
svn path=/trunk/netsurf/; revision=3297
2007-05-21 10:59:55 +00:00
Michael Drake
b6087556e5
Update development build !Help file.
...
svn path=/trunk/netsurf/; revision=3288
2007-05-18 11:16:43 +00:00
John Mark Bell
00377eec58
Import font containing symbols we need for list items.
...
(Un)Install font appropriately at runtime.
Make list markers use the right characters.
svn path=/trunk/netsurf/; revision=3280
2007-05-14 22:57:11 +00:00
Michael Drake
976213b579
Update NetSurf URL.
...
svn path=/trunk/netsurf/; revision=3257
2007-04-20 19:11:08 +00:00
John Mark Bell
58c217cbee
Transliterate form submissions (requires an iconv implementation that
...
understands //TRANSLIT - both glibc & libiconv's do, as do Iconv
modules >= 0.08)
Require Iconv 0.08
svn path=/trunk/netsurf/; revision=3203
2007-03-11 13:58:15 +00:00
Michael Drake
f0cd19dedc
Correct SharedUnixLibrary version number. Thanks to Richard Mellish.
...
svn path=/trunk/netsurf/; revision=3184
2007-02-20 11:38:55 +00:00
Michael Drake
b3ae53990a
Remove spare 'F'.
...
svn path=/trunk/netsurf/; revision=3143
2007-01-13 18:47:11 +00:00
Michael Drake
89f4ae2a03
New French resources by Jerome Mathevet.
...
svn path=/trunk/netsurf/; revision=3142
2007-01-13 18:37:23 +00:00
Michael Drake
e812fe31d2
Bring Messages file translations in to line with English version.
...
svn path=/trunk/netsurf/; revision=3141
2007-01-13 10:58:38 +00:00
James Bursa
bda01b3135
Fix parsing error when an empty HTML data is returned. Add HTTP status and other information to status bar.
...
svn path=/trunk/netsurf/; revision=3140
2007-01-13 00:21:15 +00:00
James Bursa
829f34b994
Remove form margin (broke centered forms and not needed).
...
svn path=/trunk/netsurf/; revision=3138
2007-01-09 19:43:52 +00:00
Michael Drake
2a5d4eacc5
Change nested list style.
...
svn path=/trunk/netsurf/; revision=3137
2007-01-09 18:14:22 +00:00
Richard Wilson
f7fe971613
Make default CSS rules closer to the w3c suggestions.
...
svn path=/trunk/netsurf/; revision=3136
2007-01-06 16:11:51 +00:00
Richard Wilson
f3b791eafe
Implement 1553994.
...
svn path=/trunk/netsurf/; revision=3097
2006-12-03 12:30:13 +00:00
Michael Drake
699a0e34ca
Use netsurf-browser.org domain.
...
svn path=/trunk/netsurf/; revision=3069
2006-11-26 19:07:36 +00:00
Michael Drake
5adbed530c
Fix gap between list marker and list content.
...
svn path=/trunk/netsurf/; revision=3040
2006-11-10 14:53:46 +00:00
Michael Drake
6d6ab5399c
Update default list style types.
...
svn path=/trunk/netsurf/; revision=3038
2006-11-05 22:49:17 +00:00
James Bursa
f546f6b5e7
Implement list-style-type circle, square, none, and decimal.
...
svn path=/trunk/netsurf/; revision=3034
2006-11-05 19:50:34 +00:00
James Bursa
fc197a4835
Use new list support for li.
...
svn path=/trunk/netsurf/; revision=3033
2006-11-05 17:46:51 +00:00
Michael Drake
8cab28a8c2
Updated German messages by Sebastian Barthel.
...
svn path=/trunk/netsurf/; revision=3023
2006-11-03 15:46:04 +00:00
Michael Drake
db699c20f8
Fix Navigation menu help text. Thanks to Sebastian Barthel.
...
svn path=/trunk/netsurf/; revision=3009
2006-10-19 22:43:15 +00:00
Michael Drake
cd1cdda0f5
Updated German resources. Thanks to Sebastian Barthel.
...
svn path=/trunk/netsurf/; revision=3008
2006-10-19 22:34:02 +00:00
Michael Drake
c1840513f6
Status icons.
...
svn path=/trunk/netsurf/; revision=3006
2006-10-14 13:54:12 +00:00
Michael Drake
6358e6b87f
Update About page.
...
svn path=/trunk/netsurf/; revision=2945
2006-09-10 19:20:48 +00:00
Richard Wilson
02a8722cc6
Fix 1553282.
...
svn path=/trunk/netsurf/; revision=2932
2006-09-08 16:57:26 +00:00
Richard Wilson
1999becb42
Finish event based GUI system transition and begin code cleanup.
...
svn path=/trunk/netsurf/; revision=2922
2006-09-06 14:44:42 +00:00
Richard Wilson
74fa727509
Experimental new frames code.
...
svn path=/trunk/netsurf/; revision=2906
2006-09-02 15:52:41 +00:00
Michael Drake
3590fa427c
Update bullet image name.
...
svn path=/trunk/netsurf/; revision=2887
2006-08-24 17:18:47 +00:00
Michael Drake
45c6e7acdd
Update bullet path.
...
svn path=/trunk/netsurf/; revision=2886
2006-08-24 17:12:39 +00:00
Michael Drake
17f0124892
Updated French translation and English messages corrections. Thanks to Jerome Mathevet.
...
svn path=/trunk/netsurf/; revision=2874
2006-08-20 22:47:38 +00:00
Richard Wilson
cad95f5aca
Add ptr_lr shape and iconise outline for pre-RISC OS 5.
...
svn path=/trunk/netsurf/; revision=2807
2006-08-04 19:18:27 +00:00
Richard Wilson
0309e937e6
Allow the user to delete cookies.
...
svn path=/trunk/netsurf/; revision=2770
2006-07-16 21:42:37 +00:00
Michael Drake
7f75f86661
Convert filetype icons to 256 colours.
...
svn path=/trunk/netsurf/; revision=2764
2006-07-16 14:30:12 +00:00
Richard Wilson
00d74fdd2d
Allow the viewing of the entire SSL certificate chain.
...
svn path=/trunk/netsurf/; revision=2755
2006-07-16 00:21:15 +00:00
Michael Drake
cb04a8c779
Add SSL icon
...
svn path=/trunk/netsurf/; revision=2754
2006-07-15 19:33:24 +00:00
John Mark Bell
4c564c28bf
Display session cookies' expiry correctly
...
Fix urldb debug build
Fix GTK build's cookie_update API
svn path=/trunk/netsurf/; revision=2752
2006-07-15 11:59:25 +00:00
Michael Drake
001cf8aa33
Help text for show cookies menu options.
...
svn path=/trunk/netsurf/; revision=2751
2006-07-14 16:05:40 +00:00
Michael Drake
52a90e9998
Add cookie menu help text.
...
svn path=/trunk/netsurf/; revision=2740
2006-07-13 13:50:32 +00:00
Richard Wilson
d4331fa64f
Additional messages for cookie trees
...
svn path=/trunk/netsurf/; revision=2738
2006-07-13 12:37:13 +00:00
Richard Wilson
301886c957
Add cookie window related messages
...
svn path=/trunk/netsurf/; revision=2737
2006-07-12 22:54:53 +00:00
Michael Drake
befe98a028
Add cookie toolbar help text.
...
svn path=/trunk/netsurf/; revision=2736
2006-07-12 21:50:54 +00:00
Richard Wilson
806fc97126
Improve SSL window.
...
svn path=/trunk/netsurf/; revision=2731
2006-07-11 23:03:03 +00:00
Michael Drake
6d92ee72bd
Add Wikipedia links.
...
svn path=/trunk/netsurf/; revision=2722
2006-07-06 16:50:49 +00:00
Richard Wilson
de0c4e2c32
Implement up toolbar icon and menu option.
...
svn path=/trunk/netsurf/; revision=2705
2006-07-03 21:07:02 +00:00
Michael Drake
79cd7b86a9
Add Up icons.
...
svn path=/trunk/netsurf/; revision=2704
2006-07-03 16:55:41 +00:00
Richard Wilson
5eb703af73
Allow thumbnail icons to be turned off.
...
svn path=/trunk/netsurf/; revision=2699
2006-07-03 01:03:07 +00:00
John Mark Bell
5adef63ac5
Localise configure icon strings when appropriate.
...
Fix gright menu handling - now writes into display field without
attempting to localise the selection string - it's already localised.
Update German Messages file appropriately.
svn path=/trunk/netsurf/; revision=2638
2006-06-20 21:35:33 +00:00
Michael Drake
d44108433e
Updated German translation. Thanks to Sebastian Barthel.
...
svn path=/trunk/netsurf/; revision=2615
2006-06-08 22:10:01 +00:00
Adrian Lees
8f7eeb9e58
Report fetching of 1 object/stylesheet correctly in status bar
...
svn path=/trunk/netsurf/; revision=2609
2006-05-29 00:55:43 +00:00
John Mark Bell
581ad55c90
Improve handling of attempts to run NetSurf twice
...
svn path=/trunk/netsurf/; revision=2604
2006-05-20 19:25:52 +00:00
John Mark Bell
1822e9bfd8
Update !Unicode URL. Ensure revision tag gets updated.
...
svn path=/trunk/netsurf/; revision=2599
2006-05-07 17:47:54 +00:00
Michael Drake
8d3e2a7891
Update download URLs.
...
svn path=/trunk/netsurf/; revision=2596
2006-05-07 10:17:51 +00:00