summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix test targetVincent Sanders2016-05-211-1/+1
|
* store toolbar config in standard options instead of a separate fileVincent Sanders2016-05-218-80/+103
|
* Update Doxygen config to follow new frontend locationsVincent Sanders2016-05-151-17/+17
|
* fix resource locationVincent Sanders2016-05-151-7/+12
|
* fixup tab bar widget icon resource locationVincent Sanders2016-05-151-2/+2
|
* update missed cocoa frontend resource locationsVincent Sanders2016-05-151-1/+1
|
* update missed beos resource locationsVincent Sanders2016-05-151-2/+2
|
* fix cocoa frontend xib compile tool locationVincent Sanders2016-05-151-1/+1
|
* fix beos resource linksVincent Sanders2016-05-1517-17/+17
|
* fix amiga package dir locationVincent Sanders2016-05-151-6/+7
|
* fix missing default for framebuffer frontendVincent Sanders2016-05-151-0/+4
|
* move frontends into sub directoryVincent Sanders2016-05-151129-534/+398
|
* Squash harmless Clang warning introduced in Duktape 1.5.0.Michael Drake2016-05-111-0/+6
| | | | duk_error_macros.c:61:19: warning: unused function 'duk_err_unsupported_defmsg' [-Wunused-function]
* Restore "make declarations match definitions for duk_raw_read_xxx_be" from ↵Michael Drake2016-05-071-6/+6
| | | | 6d63f7959af64a45b0643d0610fcbdb0c07bfbc4
* Restore prevention of clang static analysis from ↵Michael Drake2016-05-071-0/+3
| | | | 336326af3aab93f31474fa6de28782457ae4a1c0
* Update to Duktape 1.5.0 release.Michael Drake2016-05-073-10072/+8566
|
* update gource generation script for this years uploadVincent Sanders2016-05-061-12/+11
|
* Fix several doxygen errorsVincent Sanders2016-05-056-9/+11
|
* Add guigfx.library as a requirement to the Aminet .readmeChris Young2016-05-052-0/+2
|
* reduce beos frontend usage of plotter APIVincent Sanders2016-05-044-15/+15
|
* add in missing include on amiga.Vincent Sanders2016-05-041-0/+1
|
* cleanup printer API usage of plotter headersVincent Sanders2016-05-044-5/+9
|
* remove unused windows pretile code and plotter API useVincent Sanders2016-05-042-51/+2
|
* rationalise gtk use of plotters APIVincent Sanders2016-05-044-4/+2
|
* improve plotter documentation header for monkey frontendVincent Sanders2016-05-043-4/+28
|
* reduce use of plotters header in framebuffer frontendVincent Sanders2016-05-046-5/+32
|
* Add missing includeChris Young2016-05-031-0/+1
|
* Revert back to using the guigfx built-in paletteChris Young2016-05-031-12/+2
| | | | Some colours are still a bit weird but it appears to have improved things a bit
* fix erroneously removed includes in beos window headerVincent Sanders2016-05-032-1/+5
|
* allow beos frontend to make clipboard functions private.Vincent Sanders2016-05-033-29/+44
| | | | | reduces the unecessary export of clipboard functions in beos frontend and also removes inclusion of unecessary headers.
* remove unused warn_user APIVincent Sanders2016-05-022-24/+0
|
* remove unecessary utils includes from RISC OS frontendVincent Sanders2016-05-0242-64/+44
|
* remove unecessary utils includes from gtk frontendVincent Sanders2016-05-029-10/+2
|
* cleanup some warnings in cocoa frontendVincent Sanders2016-05-024-26/+33
|
* IndentationChris Young2016-05-021-9/+9
|
* Ensure we don't leak random memory into our IFF DR2D filesChris Young2016-05-021-5/+7
|
* fix cocoa include ordering to ensure error enum is availableVincent Sanders2016-05-025-28/+30
|
* update cocoa frontend to not use depricated warn_user APIVincent Sanders2016-05-028-33/+50
|
* fix beos_warn_user definitionVincent Sanders2016-05-011-1/+1
|
* update beos frontend to remove useage of depricated warn_user APIVincent Sanders2016-05-018-34/+36
|
* Update to new warn_user APIChris Young2016-05-0114-38/+38
|
* Fix version number display on library open error requesterChris Young2016-05-011-1/+1
|
* update atari frontend to remove usage of depricated warn_user APIVincent Sanders2016-04-3012-35/+25
|
* completely remove use of depricated warn_user API in monkeyVincent Sanders2016-04-291-1/+1
|
* stop monkey frontend using depricated warn_user APIVincent Sanders2016-04-293-26/+33
|
* stop teh png image content handler directly reporting errors to usersVincent Sanders2016-04-291-2/+0
|
* message get API should not raise user errors itselfVincent Sanders2016-04-291-4/+1
|
* Use guigfx.library for 8-bit image quantizationChris Young2016-04-287-125/+134
| | | | | | This achieves speed-up on OS3/68k platforms where 8-bit modes are more likely to be used, at the expense of lower quality quantization than the former picture.datatype abuse provided. Additionally, caching of BitMaps in palette-mapped modes is now possible. NetSurf now requires guigfx.library (and render.library) in order to start, even on OS4.
* Fix Amiga build following recent API changeChris Young2016-04-283-30/+31
|
* fix RISC OS font layout routines to return the correct error codesVincent Sanders2016-04-281-21/+29
| | | | | During the font layout table refactor the return type was changed to nserror and the risc os code was not updated correctly.