summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-2/+2
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-133-6/+11
* Don't clear window before redraw or blit if the redraw didn't completeChris Young2011-02-131-12/+12
* Fix clip parameters, plain text scrolling now worksChris Young2011-02-121-16/+2
* port to new apiChris Young2011-02-121-18/+16
* Port to browser_window_redraw()Chris Young2011-02-111-34/+27
* Web search text selectionChris Young2011-02-092-12/+71
* Fix some long-standing issues with events not getting captured, make sure theChris Young2011-02-092-46/+49
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-1/+3
* Fix colour setting. GetRGB32 seems to have been designed for some futuristic...Chris Young2011-01-301-6/+10