summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-303-68/+96
* revert accidental changeChris Young2009-08-301-1/+1
* Show printing progressChris Young2009-08-302-1/+69
* Attempt to fix kiosk_mode, still not working.Chris Young2009-08-291-1/+2
* Use correct history window structureChris Young2009-08-291-1/+1
* Give local history own off-screen rendering bitmapChris Young2009-08-292-7/+10
* Font scaling - scaling now works for printing, need 2nd attempt at implementi...Chris Young2009-08-295-2/+8
* Changes for asynchronous printing. Currently disabled, as NetSurf window doe...Chris Young2009-08-293-21/+84
* Fix page dragging etcChris Young2009-08-292-3/+16
* gadget tag/position tweaksChris Young2009-08-281-4/+2
* Move status bar to bottom window border, as per NetSurf standard. Thanks to ...Chris Young2009-08-282-38/+180
* Stop the alpha channel getting lost on scaled bitmapsChris Young2009-08-241-2/+2
* libsvgtiny is shared object now, tweak percent complete values in install to ...Chris Young2009-08-242-3/+3
* Remove the hook function, printing now works correctly (at least with the FIL...Chris Young2009-08-232-33/+6
* First attempt at Amiga printing support. Doesn't quite work - a column on th...Chris Young2009-08-2311-51/+260
* Fix crash on www.bebo.comChris Young2009-08-231-0/+2
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir Hawam...Chris Young2009-08-201-1/+1
* Add missing code to apply the fetcher settingsChris Young2009-08-182-76/+77
* Tweak throbber anim speedChris Young2009-08-183-3/+5
* Built libxml2-2.7.3 and gave it a sensible name.Chris Young2009-08-171-1/+1
* Revert back to creating a new clip region rather than reusing the previous on...Chris Young2009-08-172-16/+7
* Fix compileChris Young2009-08-141-6/+14
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-0/+2
* Revert r9108, as component order in libnsgif due to be corrected.Chris Young2009-08-092-44/+7
* Copy libcurl.so, have built 7.19.5 with a sensible nameChris Young2009-08-091-2/+2
* Support new libnsgif by adding bitmap flag BITMAP_ABGR.Chris Young2009-08-072-8/+53
* Disable resize with contents. This should stop the resize lockups once and f...Chris Young2009-08-011-9/+8
* Make polling function return after a fetch_free operation, as under certain (...Chris Young2009-07-301-15/+7
* Fix RISC OS and Amiga builds.John Mark Bell2009-07-271-2/+2
* Revert r8804. This is still occuring, on two different XOOPS sites.Chris Young2009-07-261-0/+1
* Allow the user to disable URL suggestion.Chris Young2009-07-261-0/+3
* Remove setting incremental_reflow off by default. Whatever the cause, the li...Chris Young2009-07-261-1/+0
* Minor corrections for libcss buildChris Young2009-07-261-1/+1
* Ensure quirks.css gets recognised as CSSChris Young2009-07-261-0/+0
* Fix logicChris Young2009-07-261-14/+6
* Merge LibCSS port to trunk.John Mark Bell2009-07-235-13/+18
* Replace URL bar with custom StringView class. Thanks to Stephen Fellner, Ren...Chris Young2009-07-236-1/+1102
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-3/+3
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-215-68/+53
* Switch off incremental reflow by default, as for some reason it started causi...Chris Young2009-07-181-0/+1
* Fix OS4.0 key duplication issue (unsat bug#62)Chris Young2009-07-181-1/+3
* Remove old progress pointer hackChris Young2009-07-151-2/+0
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-3/+3
* next round of plotter refactorVincent Sanders2009-07-142-30/+48
* Don't do higher quality scaling on OS4.0 as it doesn't work.Chris Young2009-07-123-3/+9
* plotters line refactorVincent Sanders2009-07-102-18/+42
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-095-106/+95
* Fix compilationChris Young2009-07-081-2/+2
* ploter refactor of rectangle handling Vincent Sanders2009-07-082-47/+71
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-075-186/+180