summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move plotters header into public APIVincent Sanders2016-05-3085-89/+88
|
* move desktop window header into public APIVincent Sanders2016-05-30114-153/+158
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-3057-67/+82
|
* fix test include path to account for public API headersVincent Sanders2016-05-301-1/+1
|
* move netsurf header into public APIVincent Sanders2016-05-3022-34/+34
|
* move layout header into public APIVincent Sanders2016-05-3022-21/+21
|
* move fetch header into public APIVincent Sanders2016-05-3015-14/+14
|
* move misc header into public APIVincent Sanders2016-05-3031-30/+30
|
* move utf8 header into public APIVincent Sanders2016-05-3011-10/+10
|
* move download header into public APIVincent Sanders2016-05-3011-11/+11
|
* move clipboard header into public APIVincent Sanders2016-05-3018-17/+17
|
* move window header into public APIVincent Sanders2016-05-3042-41/+41
|
* move search header into public APIVincent Sanders2016-05-309-8/+8
|
* move bitmap API header to core include directoryVincent Sanders2016-05-2637-38/+38
|
* move the CSS content handlerVincent Sanders2016-05-2646-325/+341
|
* fixup cocoa imports for moved image content handlersVincent Sanders2016-05-232-2/+2
|
* update doxygen to accomodate image content handler relocationVincent Sanders2016-05-231-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-2357-71/+76
|
* In 8-bit mode, when using a 1-bit mask, set the mask so only wholly ↵Chris Young2016-05-221-1/+1
| | | | | | transparent pixels are not plotted by default. This is considered "more correct" than setting an arbitrary value when full alpha is not possible.
* Avoid crash when freeing websearch listChris Young2016-05-221-0/+1
|
* rationalise use of gtk scaffolding headerVincent Sanders2016-05-216-6/+4
|
* 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
|