summaryrefslogtreecommitdiff
path: root/beos/beos_plotters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.Michael Drake2011-03-091-11/+0
* Fix the build.François Revel2011-02-221-1/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-13/+24
* Remove printfs from bitmap plotter.Michael Drake2010-08-141-2/+1
* Delete dead code and tweak polygon plotter. Still wrong, but better.Michael Drake2010-08-131-39/+1
* Turn on knockout rendering.Michael Drake2010-08-131-1/+1
* s/TRANSPARENT/NS_TRANSPARENT/François Revel2010-01-021-5/+5
* Fix stupidJohn Mark Bell2009-07-221-1/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-5/+5
* next round of plotter refactorVincent Sanders2009-07-141-21/+21
* plotters line refactorVincent Sanders2009-07-101-11/+19
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-67/+77
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-4/+4
* remove redundant clg callVincent Sanders2009-07-011-23/+0
* Improve bitmap plotter APIVincent Sanders2009-06-301-18/+8
* Moving the pen to 0,0 helps a lot making sure where we start drawing...François Revel2009-04-251-1/+9
* Add some support to handle transforms in plot_path, but it's disabled as it s...François Revel2009-04-251-16/+10
* Implement plot_path for BeOS, still missing transform support...François Revel2009-04-251-21/+45
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-6/+6
* Fix plot_fill and plot_clip coords.François Revel2008-10-051-2/+71
* Fix the white flickering and bad redraws (text too dark due to being drawn tw...François Revel2008-10-051-0/+16
* - iMissing knockout option to falseFrançois Revel2008-10-011-1/+2
* Fix the BeOS build:François Revel2008-08-131-5/+6
* Add copyrightsFrançois Revel2008-06-071-0/+48
* - fixed alpha bitmap drawingFrançois Revel2008-06-041-3/+37
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ...François Revel2008-06-031-0/+753