summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-2/+1
* Remove gui_globals scale as no longer neededChris Young2011-03-104-7/+0
* Fix crash when launching NetSurf twiceChris Young2011-03-101-5/+8
* Fix up pkg-config package ordering to ensure that libcares appears after libc...John Mark Bell2011-03-091-2/+4
* Need __USE_INLINE__ and __USE_BASETYPE__ for AmigaOS4John Mark Bell2011-03-091-3/+11
* Squash warningJohn Mark Bell2011-03-091-1/+1
* Squash warningsJohn Mark Bell2011-03-091-2/+3
* Buildsystem hackery to support cross compiling for AmigaOS4John Mark Bell2011-03-091-1/+1
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-2/+0
* Don't scale text plots in front end (Amiga).Michael Drake2011-03-081-4/+4
* Remove -liconv, as we use newlib's implementation andChris Young2011-03-061-1/+1
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-068-57/+331
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-054-103/+155
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, if...Chris Young2011-03-055-204/+247
* Remove compat.c/h, hasn't been needed for a long time.Chris Young2011-03-043-145/+1
* Add "use blank page" button for homepage urlChris Young2011-03-041-3/+21
* Don't override download dir as it stops the last used dir being rememberedChris Young2011-03-041-1/+0
* Use browser_window_redraw_readyChris Young2011-03-041-6/+4
* Use BltBitMapTagsChris Young2011-03-041-7/+33
* Don't trap RMB over gadgets if those gadgets are disabledChris Young2011-03-011-4/+4
* Copy our updated working libpng.so; this fixes the cyan boxes on WikipediaChris Young2011-03-011-1/+1
* Brand new windows should not be cloning an existing browser_window or they pi...Chris Young2011-03-012-4/+4
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-012-14/+5
* Limit context menu history items to 10Chris Young2011-02-282-0/+8
* Don't plot 0 size bitmapsChris Young2011-02-281-0/+2
* Add history context menu to the forward button tooChris Young2011-02-281-2/+38
* Right-click back button now gives list of history items.Chris Young2011-02-281-7/+37
* Memory leakChris Young2011-02-281-0/+6
* Avoid multiple duplicated menusChris Young2011-02-281-3/+10
* Allow context menus in arbitrary positions outside the browsing area.Chris Young2011-02-284-166/+226
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
* Stop mix'n'match p96/gfx.lib drawing, remove ami_clgChris Young2011-02-263-20/+9
* Fix copying of iconChris Young2011-02-261-8/+5
* Rename confusingly-named file; Remove about from unsupported protocols, as wi...Chris Young2011-02-264-3/+2
* Less ridiculous time calculationChris Young2011-02-261-7/+4
* Very basic resource selection (resource: simply points to PROGDIR:Resources)Chris Young2011-02-231-1/+6
* Updates required to build with previous commitChris Young2011-02-232-10/+37
* Disable fast scrolling for scaled contents for nowChris Young2011-02-231-8/+6
* add resource handlingVincent Sanders2011-02-231-0/+6
* Get filename from coreChris Young2011-02-231-1/+1
* Fix compilationChris Young2011-02-201-7/+10
* Port Amiga front end to thumbnail_redraw().Michael Drake2011-02-201-13/+19
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-0/+1
* Get one timer message per signal to allow other non-scheduled events to be ac...Chris Young2011-02-191-1/+1
* Move timer.device stuff to schedule.cChris Young2011-02-194-28/+38
* Modify scheduler to use a binary heap (using libpbl).Chris Young2011-02-165-75/+84
* New tabs should show the homepageChris Young2011-02-162-2/+2
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-142-7/+8
* ConstifyJohn Mark Bell2011-02-142-2/+2