summaryrefslogtreecommitdiff
path: root/atari/plot
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-1512-6244/+0
|
* cleanup unneeded includes in utils.h after API simplificationVincent Sanders2016-04-202-0/+2
|
* atari header cleanup and warning squashVincent Sanders2016-04-201-0/+1
| | | | | | This rationalises atari platform user of headers and squashes a lot of warnings. Should not be viewed as real maintenance, more that it was getting in the way of fixing real core header issues.
* Change LOG() macro to be varadicVincent Sanders2015-05-284-11/+11
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-2811-2977/+2996
|
* Convert atari to bitmap render interfaceVincent Sanders2015-04-241-1/+1
|
* rationalise atari plotters header usage.Vincent Sanders2015-04-196-94/+84
|
* Convert atari frontend to use bitmap operation tableVincent Sanders2015-04-163-67/+70
|
* Improve Doxygen documentationVincent Sanders2014-11-081-8/+8
|
* remove the die API from the core.Vincent Sanders2014-10-261-0/+1
| | | | | | | | The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-174-30/+37
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-1/+0
|
* add API to set DPIVincent Sanders2014-10-131-7/+5
|
* Ensure bitmap width/height are initialised.Michael Drake2014-05-201-0/+3
|
* Various fixes informed by cppcheck.Michael Drake2014-05-201-14/+4
| | | | Removal of unused variables and dead assignements.
* Fix rgb check.Michael Drake2014-05-201-1/+1
| | | | It was doing the same check on green twice, and not checking blue.
* Remove unused variables.Michael Drake2014-05-201-3/+0
|
* Remove redundant NULL check.Michael Drake2014-05-201-13/+12
|
* Fix line endings.Michael Drake2014-05-201-227/+227
|
* make atari font plotting include css header explicitlyVincent Sanders2014-05-181-0/+1
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+2
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-282-2/+2
|
* Added prototype for plot_get_abs_clipping_grectOle Loots2014-01-021-0/+1
|
* Added plot_set_abs_clipping API to define maximum allowed clipping extent.Ole Loots2013-12-282-4/+61
| | | | subsequent call's to plot_clip obey to the maximum clipping rect.
* Added comments to plot APIOle Loots2013-12-211-2/+24
|
* plot_set_scale return old scale now.Ole Loots2013-12-132-2/+14
|
* Recognize scale when plotting fontsOle Loots2013-12-041-1/+8
|
* Removed debug printOle Loots2013-12-041-1/+0
|
* Recognize scale when plotting bitmapsOle Loots2013-12-041-0/+7
|
* fix previous prototypeOle Loots2013-12-041-1/+1
|
* Added plot_set_scale / plot_get_scale prototypesOle Loots2013-12-041-0/+2
|
* Added "scale" member and get / set methodsOle Loots2013-12-041-0/+11
|
* Treeview implementation adjustedOle Loots2013-10-062-0/+7
| | | | (still requires changes at several places in the atari frontent)
* Replaced atari_treeview wrapper with a new oneOle Loots2013-10-061-4/+2
| | | | (removed all modules which used the old tree API)
* moved font plotter allocationOle Loots2013-10-061-48/+52
| | | | | Delayed font plotter alloction until the requested font plotter is found.
* Added plot_get/set_text_plotter and commentsOle Loots2013-10-063-135/+165
|
* fixup atari option namesVincent Sanders2013-05-281-10/+10
|
* move options includeVincent Sanders2013-05-282-2/+2
|
* Removed debug outputOle Loots2013-04-121-3/+3
|
* Improved favicon/iconyfied redraw (obey to visible rectangle list)Ole Loots2013-04-122-0/+7
|
* Make comaptible with new nsfont_split expectation. Untested, but code is ↵Michael Drake2013-02-103-4/+12
| | | | same as framebuffer front end, so should work.
* Some more finetuning...Ole Loots2013-01-315-107/+199
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-4/+16
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-073-14/+22
| | | | | - Serch window - Pop Menus in the settings dialog
* Clip only once, not on every drawing primitive...Ole Loots2013-01-061-43/+44
|
* Added function to retrieve current plotter dimensions.Ole Loots2012-12-072-1/+12
|
* Reenabled VDI clipping...Ole Loots2012-12-041-1/+5
|
* Completet scroll preprocessing, Hotlist fully works.Ole Loots2012-11-221-5/+13
|
* Fixed syntax error caused by search&replace?Ole Loots2012-11-071-346/+347
|
* Fix warnings, moved prototypes, housekeepingOle Loots2012-08-272-14/+13
|