summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Only extend the clipping area for plain text contentsChris Young2011-03-151-2/+8
* Fix local history redrawChris Young2011-03-151-2/+2
* give up trying to create fs links as it doesn't work properly either with or Chris Young2011-03-142-2/+0
* Add links to missing resourcesChris Young2011-03-142-0/+2
* Revert errorneous documentation updateChris Young2011-03-141-3/+0
* More rigourous MIME type checking for CSS allows us to remove the icons from ...Chris Young2011-03-148-18/+40
* Avoid crash when no theme is presentChris Young2011-03-141-1/+6
* Check for RISC OS CSS filetype in case we have got redirected (ie. we are run...Chris Young2011-03-141-0/+11
* Avoid crashing on NULL schedule_listChris Young2011-03-131-0/+2
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
* Don't crash if removing events when we have no listChris Young2011-03-131-0/+2
* Empty the schedule list before freeing and closing resourcesChris Young2011-03-132-2/+22
* Move timer initialisation for scheduler so netsurf_init can queue scheduled e...Chris Young2011-03-131-3/+3
* Add missing includes; Don't mix TimeVal definitionsChris Young2011-03-131-2/+5
* Add Credits and Licence buttons to About requester.Chris Young2011-03-131-12/+11
* Search for resources in user's preferred languages, en, and outside theChris Young2011-03-132-9/+50
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-1/+1
* Set version using testament.h instead of old ARexx scriptChris Young2011-03-133-65/+37
* 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