summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* fix plain text render regression introduced in layout table changesVincent Sanders2016-04-281-3/+5
|
* update windows frontend to not use depricated warn_user APIVincent Sanders2016-04-277-48/+47
|
* update gtk to stop using depricated warn_user APIVincent Sanders2016-04-2612-81/+117
|
* update RISC OS frontend to not use the depricated warn_user APIVincent Sanders2016-04-2639-391/+399
|
* remove all core usage of warn_user APIVincent Sanders2016-04-2612-77/+69
|
* update scrollbar_create error handling to return nserrorVincent Sanders2016-04-265-23/+27
|
* improve error returns from pdf save APIVincent Sanders2016-04-262-10/+10
|
* fix error reporting from frameset creationVincent Sanders2016-04-263-17/+29
|
* fix typo in riscos wan_user updateVincent Sanders2016-04-251-3/+2
|
* use the miscellaneous table warning entryVincent Sanders2016-04-2526-246/+248
| | | | | | | change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion.
* Add missing tableChris Young2016-04-251-0/+1
|
* attempt to fix cocoa frontend font layout tableVincent Sanders2016-04-241-3/+3
|
* update cocoa frontend to use font layout tableVincent Sanders2016-04-243-23/+34
|
* remove unecessary include causing build faliure.Vincent Sanders2016-04-241-1/+0
|
* fixup errors in font layout table conversionVincent Sanders2016-04-245-10/+11
|
* update beos to use font layout tableVincent Sanders2016-04-243-119/+120
|
* update amiga font layout handling to use tableVincent Sanders2016-04-244-11/+15
|
* update atari to use font layout tableVincent Sanders2016-04-243-48/+112
|
* update windows frontend to use font layout tableVincent Sanders2016-04-243-21/+19
|
* update risc os frontend for layout tableVincent Sanders2016-04-243-98/+90
|
* update framebuffer frontend to use layout tableVincent Sanders2016-04-247-71/+107
|
* update monkey frontend to use layout tableVincent Sanders2016-04-244-13/+50
|
* Update gtk frontend to use layout tableVincent Sanders2016-04-237-99/+98
|
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-2317-3238/+3330
| | | | | This refactors the core "font" sizing API to be handled through gui function tables similar to every other core/frontend calling API.
* make bitmap operations static to avoid warningsVincent Sanders2016-04-221-11/+11
|
* for strtof to be redefined on haiku stdlib must be included beforehandVincent Sanders2016-04-212-4/+1
|
* attempt to fix haiku headersVincent Sanders2016-04-211-0/+4
|
* need strings.h for strncasecmp on freebsdVincent Sanders2016-04-212-0/+2
|
* missing stdlib headerVincent Sanders2016-04-211-0/+1
|
* fixup haiku brakage from header changesVincent Sanders2016-04-213-0/+3
|
* Split utils header into string functions and everything elseVincent Sanders2016-04-2141-182/+187
| | | | | split out the string handling API from the rest of the utils header and fix up all the fallout.
* remove unused wallclock APIVincent Sanders2016-04-212-21/+0
|
* change to use nsutils monotonic time APIVincent Sanders2016-04-211-11/+16
|
* make framebuffer use nsutils library monotonic timesVincent Sanders2016-04-212-8/+13
|
* replace wallclock API usage with nsutils monitonic timeVincent Sanders2016-04-212-9/+15
|
* fix missing assert include due to core changesVincent Sanders2016-04-211-2/+4
|