summaryrefslogtreecommitdiff
path: root/atari/plot/plot.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-171-1/+1
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-1/+0
|
* 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.
* Added plot_set_abs_clipping API to define maximum allowed clipping extent.Ole Loots2013-12-281-4/+59
| | | | 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-131-1/+13
|
* 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
|
* Added "scale" member and get / set methodsOle Loots2013-12-041-0/+11
|
* Treeview implementation adjustedOle Loots2013-10-061-0/+6
| | | | (still requires changes at several places in the atari frontent)
* Added plot_get/set_text_plotter and commentsOle Loots2013-10-061-0/+10
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Removed debug outputOle Loots2013-04-121-3/+3
|
* Improved favicon/iconyfied redraw (obey to visible rectangle list)Ole Loots2013-04-121-0/+6
|
* Some more finetuning...Ole Loots2013-01-311-35/+37
|
* 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-071-11/+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-071-1/+11
|
* 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-271-14/+7
|
* Fixed colour type for vs* functions, added comments.Ole Loots2012-07-251-13/+42
|
* Changed toolbar_bg_color to type "colour",Ole Loots2012-07-231-0/+3
| | | | | Now the toolbar background can be configured as RGB colour.
* renamed plot functions (use plot_ prefix)Ole Loots2012-07-231-3/+3
|
* renmaed plot functions (use plot_ prefix).Ole Loots2012-07-231-19/+43
|
* moved "bitmap_resize()" to bitmap.cOle Loots2012-07-231-71/+16
|
* Inline some functionsOle Loots2012-07-231-8/+8
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-0/+2068