summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdev.cxx
AgeCommit message (Expand)Author
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock
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-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 method to swap buffers after painting windowLouis-Francis Ratté-Boulianne
2014-11-03coverity#1209395 Dereference after null checkCaolán McNamara
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-20vcl: add floating equivalent for MapResNorbert Thiebaud
2014-07-10vcl/source/outdev/outdev.cxx: drop unused svsys.h headerDouglas Mencken
2014-07-10coverity#1225002 Uninitialized scalar fieldCaolán McNamara
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock
2014-04-28mem leak in OutDevStackStateCaolán McNamara
2014-04-28VCL move DrawCheckered from outdev.cxx to rect.cxxChris Sherlock
2014-04-28VCL move SetRasterOp & SetDrawMode from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL move SetAntialiasing from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move SetBackground from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move SetFillColor from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move EnableOutput from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move GetGCStackDepth from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move Push and Pop from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move InitFillColor from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Renamed two functionsChris Sherlock
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock
2014-04-27VCL: OutputDevice::ImplRotatePosi, nOrientation param. should be shortChris Sherlock
2014-04-27VCL: rearrange font functions, move functions into OutputDeviceChris Sherlock
2014-04-26the OutDevState dtors are never calledCaolán McNamara
2014-04-25Fix OutputDevice::PopStephan Bergmann
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock
2014-04-25VCL: Remove unused and deprecated debug check functionChris Sherlock
2014-04-25VCL: Reorganize and rename wallpaper functionsChris Sherlock
2014-04-25Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDeviceChris Sherlock
2014-04-25VCL: Rename OutputDevice::ImplSelectClipRegion to SelectClipRegionChris Sherlock
2014-04-25VCL Change OutputDevice::ImplSetClipRegion to SetDeviceClipRegionChris Sherlock
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock
2014-04-24Remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxxChris Sherlock
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock
2014-04-22Merge tworect.cxx with rect.cxx and rename functionsChris Sherlock
2014-04-22Move OutputDevice clipping functions into own fileChris Sherlock
2014-04-22Rearrange OutputDevice line functionsChris Sherlock
2014-04-20Move VCL function SetAntialiasing outdev.cxxChris Sherlock