summaryrefslogtreecommitdiff
path: root/!NetSurf
Commit message (Collapse)AuthorAgeFilesLines
* Amiga font code revamped and fixed. Will now fall back to a different font ↵Chris Young2010-05-065-0/+5
| | | | | | | | | | | if the character isn't present in the current one, this needs a complete or near-complete Unicode font in order to be useful - Code2000 and Bitstream Cyberbit are auto-detected by NetSurf on startup if none is configured. Japanese websites now display correctly, along with Japanese characters within Google UK search results etc. svn path=/trunk/netsurf/; revision=10551
* Update root certificatesChris Young2010-05-011-13/+655
| | | | svn path=/trunk/netsurf/; revision=10538
* Restyle developer list.Michael Drake2010-04-301-56/+77
| | | | svn path=/trunk/netsurf/; revision=10536
* Correct name.Steve Fryatt2010-04-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=10535
* Update definition of "NetSurf Developers". Pedantic spelling changes.John Mark Bell2010-04-301-10/+60
| | | | svn path=/trunk/netsurf/; revision=10533
* Include as many of the licence texts, and which components they apply to, ↵Rob Kendrick2010-04-306-23/+1817
| | | | | | for as much as I can think of to the about document. svn path=/trunk/netsurf/; revision=10529
* Updated Italian tranlation from Samir HawamdehChris Young2010-04-131-20/+20
| | | | svn path=/trunk/netsurf/; revision=10393
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-271-18/+19
| | | | svn path=/trunk/netsurf/; revision=10157
* Updated translation from Samir HawamdehChris Young2010-03-231-100/+99
| | | | svn path=/trunk/netsurf/; revision=10147
* Add missing string. Thanks to Samir Hawamdeh for the report.Chris Young2010-03-225-0/+5
| | | | svn path=/trunk/netsurf/; revision=10144
* Updated translation from Samir HawamdehChris Young2010-03-181-5/+4
| | | | svn path=/trunk/netsurf/; revision=10138
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-175-0/+25
| | | | svn path=/trunk/netsurf/; revision=10136
* and again.Chris Young2010-02-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=10049
* Didn't catch that the last commit was slightly out of sync with trunkChris Young2010-02-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=10048
* Missing string (thanks to Samir Hawamdeh)Chris Young2010-02-145-2/+7
| | | | svn path=/trunk/netsurf/; revision=10047
* Set filetype type names for ICO and BMP.Michael Drake2010-02-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=10041
* Proper download notification code, should also open the file if the ↵Chris Young2010-02-135-0/+5
| | | | | | | | notification is double-clicked, although it doesn't seem to work. svn path=/trunk/netsurf/; revision=10037
* Remove duplicate. Thanks to Sebastian Barthel.Michael Drake2010-02-094-4/+0
| | | | svn path=/trunk/netsurf/; revision=9961
* Updated German translation. Thanks to Sebastian Barthel.Michael Drake2010-01-201-181/+181
| | | | svn path=/trunk/netsurf/; revision=9852
* Updated Italian translation from Samir HawamdehChris Young2009-12-281-104/+104
| | | | svn path=/trunk/netsurf/; revision=9761
* Search and a couple of other new optionsChris Young2009-12-235-0/+25
| | | | svn path=/trunk/netsurf/; revision=9756
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-185-0/+5
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-177-14/+611
| | | | svn path=/trunk/netsurf/; revision=9729
* Amiga print UIChris Young2009-11-014-4/+4
| | | | svn path=/trunk/netsurf/; revision=9655
* Updated translation from Samir HawamdehChris Young2009-10-011-18/+18
| | | | svn path=/trunk/netsurf/; revision=9602
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-295-0/+15
| | | | | | "no window on startup" svn path=/trunk/netsurf/; revision=9601
* Update from Samir HawamdehChris Young2009-09-131-10/+10
| | | | svn path=/trunk/netsurf/; revision=9569
* Fix defualt table cell border width and move border style from default css ↵Michael Drake2009-09-051-2/+1
| | | | | | to code. svn path=/trunk/netsurf/; revision=9543
* Add table border styles to default CSS.Michael Drake2009-09-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=9542
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-305-0/+15
| | | | | | updating boxes (GIF anims etc) svn path=/trunk/netsurf/; revision=9513
* Show printing progressChris Young2009-08-305-0/+15
| | | | svn path=/trunk/netsurf/; revision=9505
* Changes for asynchronous printing. Currently disabled, as NetSurf window ↵Chris Young2009-08-295-5/+5
| | | | | | | | doesn't redraw while printing in progress svn path=/trunk/netsurf/; revision=9495
* Updated translation from Samir HawamdehChris Young2009-08-231-4/+4
| | | | svn path=/trunk/netsurf/; revision=9414
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-235-0/+5
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Support HTML alignment hints.John Mark Bell2009-08-211-31/+5
| | | | svn path=/trunk/netsurf/; revision=9381
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir ↵Chris Young2009-08-205-5/+5
| | | | | | | | Hawamdeh for the heads-up svn path=/trunk/netsurf/; revision=9377
* Updated Italian translation from Samir HawamdehChris Young2009-08-201-15/+15
| | | | svn path=/trunk/netsurf/; revision=9376
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-145-1/+31
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Add default line-height for form elements. Fixes squashed Google homepage.Michael Drake2009-08-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=9012
* Updated version from Samir HawamdehChris Young2009-07-261-7/+7
| | | | svn path=/trunk/netsurf/; revision=8805
* Undo alignment change pending proper implementation of HTML alignment.Michael Drake2009-07-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=8764
* Remove old forced table cell text alignement.Michael Drake2009-07-231-2/+1
| | | | svn path=/trunk/netsurf/; revision=8759
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+14
| | | | svn path=/trunk/netsurf/; revision=8752
* Improve RISC OS progress pointer.Michael Drake2009-07-141-0/+0
| | | | svn path=/trunk/netsurf/; revision=8526
* More minor changes from SamirChris Young2009-06-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=8162
* Minor fixes from Samir HawamdehChris Young2009-06-281-15/+15
| | | | svn path=/trunk/netsurf/; revision=8132
* Updated Italian translation from Samir HawamdehChris Young2009-06-281-84/+84
| | | | svn path=/trunk/netsurf/; revision=8107
* Completed Amiga preferences GUI.Chris Young2009-06-275-0/+570
| | | | svn path=/trunk/netsurf/; revision=8065
* Updated Italian translation from Samir HawamdehChris Young2009-06-131-21/+21
| | | | svn path=/trunk/netsurf/; revision=7792
* SSL certificate verification stringsChris Young2009-06-015-0/+95
| | | | svn path=/trunk/netsurf/; revision=7685