summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
* 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-303-68/+96
| | | | | | 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-302-1/+69
| | | | 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-293-21/+84
| | | | | | | | 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
* 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
* 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-2311-51/+260
| | | | | | | | 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
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir ↵Chris Young2009-08-201-1/+1
| | | | | | | | Hawamdeh for the heads-up svn path=/trunk/netsurf/; revision=9377
* 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
* Revert back to creating a new clip region rather than reusing the previous ↵Chris Young2009-08-172-16/+7
| | | | | | | | | one. This fixes the long-standing incremental_reflow problem, as apparently ClearClipRegion can't cope with the frequency of calls it gets with this switched on. svn path=/trunk/netsurf/; revision=9333
* Fix compileChris Young2009-08-141-6/+14
| | | | svn path=/trunk/netsurf/; revision=9302
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-141-0/+2
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Revert r9108, as component order in libnsgif due to be corrected.Chris Young2009-08-092-44/+7
| | | | svn path=/trunk/netsurf/; revision=9137
* Copy libcurl.so, have built 7.19.5 with a sensible nameChris Young2009-08-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=9133
* Support new libnsgif by adding bitmap flag BITMAP_ABGR.Chris Young2009-08-072-8/+53
| | | | | | | | | | | | | | This tells big endian systems that the data is in ABGR instead of RGBA. It should be ignored on little endian systems! Add support in Amiga platform code. -> All platform code that could be compiled for big endian systems will need to be updated to recognise BITMAP_ABGR. This includes GTK and Framebuffer frontends. Both BITMAP_ABGR *and* the endianness of the host will most likely need to be checked and the allocated bitmap format and/or bitmap plotter changed to handle ABGR component order. svn path=/trunk/netsurf/; revision=9108
* Disable resize with contents. This should stop the resize lockups once and ↵Chris Young2009-08-011-9/+8
| | | | | | for all. svn path=/trunk/netsurf/; revision=8950
* Make polling function return after a fetch_free operation, as under certain ↵Chris Young2009-07-301-15/+7
| | | | | | | | | | | (unknown) circumstances it starts wandering off to nodes which don't exist (the same happens when using NetSurf's rings). Remove debug svn path=/trunk/netsurf/; revision=8915
* Fix RISC OS and Amiga builds.John Mark Bell2009-07-271-2/+2
| | | | | | The sooner this stuff is in the core, the better. svn path=/trunk/netsurf/; revision=8827
* Revert r8804. This is still occuring, on two different XOOPS sites.Chris Young2009-07-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=8807
* Allow the user to disable URL suggestion.Chris Young2009-07-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=8806
* Remove setting incremental_reflow off by default. Whatever the cause, the ↵Chris Young2009-07-261-1/+0
| | | | | | | | libcss changes appear to have fixed it. svn path=/trunk/netsurf/; revision=8804
* Minor corrections for libcss buildChris Young2009-07-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=8803
* Ensure quirks.css gets recognised as CSSChris Young2009-07-261-0/+0
| | | | svn path=/trunk/netsurf/; revision=8802
* Fix logicChris Young2009-07-261-14/+6
| | | | svn path=/trunk/netsurf/; revision=8801
* Merge LibCSS port to trunk.John Mark Bell2009-07-235-13/+18
| | | | svn path=/trunk/netsurf/; revision=8752