summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* move the public form APIVincent Sanders2016-06-146-8/+8
|
* msplit public url database API out for frontendsVincent Sanders2016-06-1321-26/+42
|
* reduce cocoa unecessary use of core APIVincent Sanders2016-06-128-7/+9
|
* reduce cocoa frontend use of content APIVincent Sanders2016-06-127-17/+13
|
* remove unecessary content header inclusion from beos frontendVincent Sanders2016-06-1110-76/+72
|
* remove unecessary risc os frontend usage of content headersVincent Sanders2016-06-1014-50/+43
|
* remove unecessary content API usage from atari frontendVincent Sanders2016-06-0811-23/+7
|
* reduce unecessary usage of content headersVincent Sanders2016-06-065-11/+4
|
* reduce usage of content headers by monkey frontendVincent Sanders2016-06-065-9/+10
|
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-0/+2
|
* beos frontend compile cannot do forward declrarations of enumsVincent Sanders2016-06-061-1/+1
|
* missed necessary header for haikuVincent Sanders2016-06-061-0/+1
|
* fixup beos build after content header changesVincent Sanders2016-06-062-7/+8
|
* fixup cocoa image handler for content API changesVincent Sanders2016-06-062-3/+5
|
* haiku gcc does not support forward enum declarationsVincent Sanders2016-06-061-0/+1
|
* Clean up RISC OS save source to remove forward declarations and improve ↵Vincent Sanders2016-06-061-747/+754
| | | | documentation
* Update content to split public and internal APIVincent Sanders2016-06-0645-151/+168
|
* Fix OS3 buildChris Young2016-06-022-0/+8
|
* Ensure variables are declared correctlyChris Young2016-06-0228-43/+56
|
* Make rxsig private to gui.cChris Young2016-06-023-7/+6
|
* Make arexx_obj private to arexx.cChris Young2016-06-023-8/+12
|
* Move some globals into gui.cChris Young2016-06-022-6/+11
|
* Make more drag-related global variables privateChris Young2016-06-014-8/+12
|
* Make ami_autoscroll private to drag.cChris Young2016-06-014-14/+14
|
* Rationalise gui_globals a bitChris Young2016-06-018-9/+18
|
* reduce core header usageVincent Sanders2016-06-0112-35/+68
|
* fix missing header for amiga warn user callVincent Sanders2016-05-312-5/+12
|
* fix missing includes from header API changesVincent Sanders2016-05-303-5/+10
|
* move plotters header into public APIVincent Sanders2016-05-3063-63/+62
|
* move desktop window header into public APIVincent Sanders2016-05-3088-98/+100
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-3042-42/+42
|
* move netsurf header into public APIVincent Sanders2016-05-3010-10/+10
|
* move layout header into public APIVincent Sanders2016-05-3012-12/+12
|
* move fetch header into public APIVincent Sanders2016-05-3010-10/+10
|
* move misc header into public APIVincent Sanders2016-05-309-9/+9
|
* move utf8 header into public APIVincent Sanders2016-05-306-6/+6
|
* move download header into public APIVincent Sanders2016-05-308-9/+9
|
* move clipboard header into public APIVincent Sanders2016-05-3013-13/+13
|
* move window header into public APIVincent Sanders2016-05-3037-37/+37
|
* move search header into public APIVincent Sanders2016-05-306-6/+6
|
* move bitmap API header to core include directoryVincent Sanders2016-05-2617-17/+17
|
* move the CSS content handlerVincent Sanders2016-05-261-1/+1
|
* fixup cocoa imports for moved image content handlersVincent Sanders2016-05-232-2/+2
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-2318-19/+19
|
* 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
|
* store toolbar config in standard options instead of a separate fileVincent Sanders2016-05-215-74/+97
|
* fix resource locationVincent Sanders2016-05-151-7/+12
|
* fixup tab bar widget icon resource locationVincent Sanders2016-05-151-2/+2
|