summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant line.Michael Drake2009-09-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=9545
* Fix table border=0.Michael Drake2009-09-051-5/+6
| | | | svn path=/trunk/netsurf/; revision=9544
* Fix defualt table cell border width and move border style from default css ↵Michael Drake2009-09-052-35/+47
| | | | | | 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
* Click position improvementsChris Young2009-09-051-5/+12
| | | | svn path=/trunk/netsurf/; revision=9541
* Fix missing charactersChris Young2009-09-051-15/+6
| | | | svn path=/trunk/netsurf/; revision=9540
* More simpleChris Young2009-09-051-11/+3
| | | | svn path=/trunk/netsurf/; revision=9539
* Simplify and fix some long-standing highlight/layout issuesChris Young2009-09-051-23/+44
| | | | svn path=/trunk/netsurf/; revision=9538
* Attribute value comparisons should be case insensitiveJohn Mark Bell2009-09-051-32/+38
| | | | svn path=/trunk/netsurf/; revision=9537
* Make the new horizontal scroller work the same way as the old one and teh ↵Chris Young2009-09-041-10/+7
| | | | | | | | vertical scroller. svn path=/trunk/netsurf/; revision=9536
* Fix kiosk modeChris Young2009-09-041-22/+21
| | | | svn path=/trunk/netsurf/; revision=9535
* Remove unnecessary RethinkLayout() for tabs under OS4.1 (removes flicker whenChris Young2009-08-311-3/+8
| | | | | | compositing off) svn path=/trunk/netsurf/; revision=9530
* Support AltChris Young2009-08-311-1/+6
| | | | svn path=/trunk/netsurf/; revision=9529
* Fix fast scrolling when scaledChris Young2009-08-311-8/+18
| | | | svn path=/trunk/netsurf/; revision=9524
* Fix box redraw when scaled, fast scrolling now works in the upwards ↵Chris Young2009-08-311-13/+26
| | | | | | | | direction, but not down :) svn path=/trunk/netsurf/; revision=9522
* Clearer wrapping.Michael Drake2009-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=9519
* Simplification of relative offset calculation. Thanks to Christopher Martin.Michael Drake2009-08-311-27/+22
| | | | svn path=/trunk/netsurf/; revision=9518
* Increase mouse wheel scroll speed again. This should bring it up to the ↵Chris Young2009-08-311-2/+2
| | | | | | | | same speed as OS4's built-in stuff. svn path=/trunk/netsurf/; revision=9516
* Fix scroll positionChris Young2009-08-301-3/+3
| | | | svn path=/trunk/netsurf/; revision=9514
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-308-68/+111
| | | | | | updating boxes (GIF anims etc) svn path=/trunk/netsurf/; revision=9513
* revert accidental changeChris Young2009-08-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=9506
* Show printing progressChris Young2009-08-307-1/+84
| | | | svn path=/trunk/netsurf/; revision=9505
* Attempt to fix kiosk_mode, still not working.Chris Young2009-08-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=9499
* Use correct history window structureChris Young2009-08-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=9498
* Give local history own off-screen rendering bitmapChris Young2009-08-292-7/+10
| | | | svn path=/trunk/netsurf/; revision=9497
* Font scaling - scaling now works for printing, need 2nd attempt at ↵Chris Young2009-08-295-2/+8
| | | | | | | | implementing it for browsing. svn path=/trunk/netsurf/; revision=9496
* Changes for asynchronous printing. Currently disabled, as NetSurf window ↵Chris Young2009-08-298-26/+89
| | | | | | | | doesn't redraw while printing in progress svn path=/trunk/netsurf/; revision=9495
* Fix page dragging etcChris Young2009-08-292-3/+16
| | | | svn path=/trunk/netsurf/; revision=9493
* gadget tag/position tweaksChris Young2009-08-281-4/+2
| | | | svn path=/trunk/netsurf/; revision=9491
* Move status bar to bottom window border, as per NetSurf standard. Thanks to ↵Chris Young2009-08-282-38/+180
| | | | | | | | | | Thomas Rapp and others for info on how to do this. Currently there seems to be a glitch which is cancelling events, making typing in gadgets very difficult and mouse dragging almost impossible. svn path=/trunk/netsurf/; revision=9490
* Hack around cache issue. The entire cache layer needs a redesign asap.John Mark Bell2009-08-261-0/+27
| | | | svn path=/trunk/netsurf/; revision=9460
* Less broken conditionalJohn Mark Bell2009-08-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=9444
* Stop the alpha channel getting lost on scaled bitmapsChris Young2009-08-241-2/+2
| | | | svn path=/trunk/netsurf/; revision=9439
* libsvgtiny is shared object now, tweak percent complete values in install to ↵Chris Young2009-08-242-3/+3
| | | | | | | | | allow this shared object and space for future ones (such as libDOM), without value jumping backwards. svn path=/trunk/netsurf/; revision=9438
* Portability hacks.John Mark Bell2009-08-241-0/+11
| | | | svn path=/trunk/netsurf/; revision=9432
* Squash warningsJohn Mark Bell2009-08-241-7/+9
| | | | svn path=/trunk/netsurf/; revision=9431
* Updated translation from Samir HawamdehChris Young2009-08-231-4/+4
| | | | svn path=/trunk/netsurf/; revision=9414
* Remove the hook function, printing now works correctly (at least with the ↵Chris Young2009-08-232-33/+6
| | | | | | FILE driver) svn path=/trunk/netsurf/; revision=9412
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-2317-52/+266
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Fix crash on www.bebo.comChris Young2009-08-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=9409
* Sync with libcss.John Mark Bell2009-08-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=9406
* Fix buildJohn Mark Bell2009-08-221-22/+9
| | | | svn path=/trunk/netsurf/; revision=9392
* Use new alignment schemeJohn Mark Bell2009-08-222-116/+97
| | | | svn path=/trunk/netsurf/; revision=9390
* Ensure we've got a case for default html alignment.John Mark Bell2009-08-211-0/+2
| | | | svn path=/trunk/netsurf/; revision=9382
* Support HTML alignment hints.John Mark Bell2009-08-214-93/+421
| | | | svn path=/trunk/netsurf/; revision=9381
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir ↵Chris Young2009-08-206-6/+6
| | | | | | | | 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
* Add missing code to apply the fetcher settingsChris Young2009-08-182-76/+77
| | | | | | Make some stuff private to gui_options.c svn path=/trunk/netsurf/; revision=9349
* Tweak throbber anim speedChris Young2009-08-183-3/+5
| | | | svn path=/trunk/netsurf/; revision=9348
* Built libxml2-2.7.3 and gave it a sensible name.Chris Young2009-08-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=9338