summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* svgtiny requires separate contentsJohn Mark Bell2009-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=9615
* Use DejaVu instead of Vera, seeing as Debian have removed Vera from sid.John Mark Bell2009-10-051-8/+8
| | | | svn path=/trunk/netsurf/; revision=9606
* Implement the ability to stay in memory if all windows are closed. This and ↵Chris Young2009-10-032-10/+22
| | | | | | | | no window on startup can be used together to make NetSurf "quick launch" and always available. svn path=/trunk/netsurf/; revision=9603
* 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-298-31/+81
| | | | | | "no window on startup" svn path=/trunk/netsurf/; revision=9601
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-283-36/+98
| | | | | | | | | | | Added option_startup_no_window to allow NetSurf to be opened without an initial browser window (unless a URL is specified on the command line or by extended selection) Provision for option_close_no_quit for NetSurf to stay in memory when all browser windows are closed (not implemented yet) svn path=/trunk/netsurf/; revision=9600
* Register with application.library.Chris Young2009-09-281-5/+70
| | | | | | | | | Icon appears on AmiDock - ToFront, Open Prefs and (Force) Quit commands work. Open (and maybe Print) Document could potentially be added. Not sure if AppIcon-style drag'n'drop works with application.library-registered apps by default (once Open supported). svn path=/trunk/netsurf/; revision=9599
* fix text cursor positioning some moreChris Young2009-09-231-5/+5
| | | | svn path=/trunk/netsurf/; revision=9597
* List SVGTiny too, because it uses the core build system now.Michael Drake2009-09-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=9595
* Fix obviously wrong logic and tweak the status display area frame slightly ↵Chris Young2009-09-171-22/+22
| | | | | | | | so it looks better (or at least fits in with the OS look better) svn path=/trunk/netsurf/; revision=9592
* Modify bottom border status gadget so that it has a frame. When the gadget isChris Young2009-09-152-23/+47
| | | | | | | | refreshed now it will erase the gadget area before redrawing, allowing to use RefreshGList instead of RefreshWindowFrame. This is significantly faster as RefreshWindowFrame redraws more than the function name suggests. svn path=/trunk/netsurf/; revision=9577
* Update from Samir HawamdehChris Young2009-09-131-10/+10
| | | | svn path=/trunk/netsurf/; revision=9569
* Doc updatesChris Young2009-09-132-5/+8
| | | | svn path=/trunk/netsurf/; revision=9564
* Introduce the concept of content reusability.John Mark Bell2009-09-091-1/+11
| | | | svn path=/trunk/netsurf/; revision=9563
* Fix crash when switching to tabs that are still loadingChris Young2009-09-081-2/+9
| | | | svn path=/trunk/netsurf/; revision=9562
* Musings on cachingJohn Mark Bell2009-09-081-0/+168
| | | | svn path=/trunk/netsurf/; revision=9561
* ensure current_redraw_browser is setChris Young2009-09-071-0/+2
| | | | svn path=/trunk/netsurf/; revision=9554
* Yet more case insensitivityJohn Mark Bell2009-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=9549
* Indicate when tabs are loading. Currently this only works with the AISS ↵Chris Young2009-09-063-3/+24
| | | | | | | | | | | theme (and probably only under OS4.1), showing a yellow flag on tabs which are currently loading. In the future this could be expanded to show a proper animated throbber on loading tabs, maybe instead of the main throbber. svn path=/trunk/netsurf/; revision=9548
* Make throbber operate correctly according to the tab currently displayed.Chris Young2009-09-062-17/+51
| | | | svn path=/trunk/netsurf/; revision=9547
* Fix for percentage values.Michael Drake2009-09-051-2/+4
| | | | svn path=/trunk/netsurf/; revision=9546
* 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