summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Script to create a resources dir in the build tree, for running NetSurf from ...Chris Young2011-04-091-0/+21
* Enable the ask overwrite checkbox so it can actually be changed, correct the ...Chris Young2011-03-261-13/+14
* copy documentationChris Young2011-03-261-1/+1
* Remove unused ColorMap to CLUT functionChris Young2011-03-262-24/+0
* Implement ask overwriteChris Young2011-03-2614-68/+188
* Remove "search from url bar" as it doesn't do anything.Chris Young2011-03-251-40/+30
* Fix crash when adding to hotlistChris Young2011-03-241-7/+7
* Use webp.library instead of libwebp.soChris Young2011-03-211-2/+2
* Update to use official libwebp 0.1Chris Young2011-03-203-4/+2
* print caret at scroll position netsurf believes the page is at, rather than w...Chris Young2011-03-191-2/+2
* Redraw the area under a caret when it is cleared, rather than relying on a po...Chris Young2011-03-192-13/+9
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
* Enable fast scrolling for non-HTML contentsChris Young2011-03-171-1/+1
* Remove what should now be redundant special casing of text/plain.Michael Drake2011-03-171-6/+0
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Localise About req buttons (OK/Credits/Licence)Chris Young2011-03-162-22/+36
* Move remaining popupmenu.class stuff to context_menu.c, and #ifdef it forChris Young2011-03-162-64/+99
* 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