summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)Author
2015-02-03Initialize graphics in OutputDevice::getFallbackFont.Ashod Nakashian
2015-01-20move OutputDevice:: Clear/Refresh inside AddTempDevFontCaolán McNamara
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19Don't allow a negative sample range. Fixes test breakage.Tomaž Vajngerl
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-19fdo#74124 bilinear scaling with blending for some formatsTomaž Vajngerl
2015-01-19Extract slow path of DrawDeviceAlphaBitmap into its own methodTomaž Vajngerl
2015-01-13Improve ImplLogicToPixel overflow checkStephan Bergmann
2015-01-12do not set Y line width to 0Luboš Luňák
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
2015-01-06Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-23vcl: fdo#87510 regression in GetFontMetricChris Sherlock
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-26can be constCaolán McNamara
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida
2014-11-25Resolves fdo#86689: Strikethrough: "With /" and "With X"Julien Nabet
2014-11-25vcl: assert when LogicToPixel overflowsMichael Stahl
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-11-22vcl: Apply the OutputDevice transformation to the gradient clipping polygonLouis-Francis Ratté-Boulianne
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky
2014-11-20vcl: If there it a MapMode, it is applied.Jan Holesovsky
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky
2014-11-15vcl: Draw gradient in alpha device even when using native renderingLouis-Francis Ratté-Boulianne
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-13vcl: rename variable in OutputDevice:drawOutDevDirect()Chris Sherlock
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-12alloca needs special include on SOLARISRichard PALO
2014-11-12Fraction: rewrite condition 'GetDenominator()==-1'Juan Picca
2014-11-11vcl: Use the fast path for rendering.Jan Holesovsky
2014-11-11windows opengl: Make sure we don't reach the slow parts of the code.Jan Holesovsky
2014-11-11vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock
2014-11-11vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10prevent insane memory allocationMarkus Mohrhard
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne
2014-11-05vcl: renamed OutputDevice::PaintLineGeometryWithEvtlExpand()Chris Sherlock
2014-11-04WaE: unused variable 'aClipPolyPoly'Tor Lillqvist
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock
2014-11-03be a little more consistent stylewiseCaolán McNamara
2014-11-03coverity#1209395 Dereference after null checkCaolán McNamara