summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdev.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock1-368/+277
2014-04-28mem leak in OutDevStackStateCaolán McNamara1-4/+3
2014-04-28VCL move DrawCheckered from outdev.cxx to rect.cxxChris Sherlock1-24/+0
2014-04-28VCL move SetRasterOp & SetDrawMode from outdev.cxx to outdevstate.cxxChris Sherlock1-28/+0
2014-04-28VCL move SetAntialiasing from outdev.cxx to outdevstate.cxxChris Sherlock1-17/+0
2014-04-28VCL: Move SetBackground from outdev.cxx to outdevstate.cxxChris Sherlock1-24/+0
2014-04-28VCL: Move SetFillColor from outdev.cxx to outdevstate.cxxChris Sherlock1-85/+0
2014-04-28VCL: Move EnableOutput from outdev.cxx to outdevstate.cxxChris Sherlock1-8/+0
2014-04-28VCL: Move GetGCStackDepth from outdev.cxx to outdevstate.cxxChris Sherlock1-5/+0
2014-04-28VCL: Move Push and Pop from outdev.cxx to outdevstate.cxxChris Sherlock1-185/+0
2014-04-28VCL: Move InitFillColor from outdev.cxx to outdevstate.cxxChris Sherlock1-21/+0
2014-04-28VCL: Renamed two functionsChris Sherlock1-1/+1
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock1-1/+1
2014-04-27VCL: OutputDevice::ImplRotatePosi, nOrientation param. should be shortChris Sherlock1-1/+1
2014-04-27VCL: rearrange font functions, move functions into OutputDeviceChris Sherlock1-14/+66
2014-04-26the OutDevState dtors are never calledCaolán McNamara1-41/+41
2014-04-25Fix OutputDevice::PopStephan Bergmann1-1/+1
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock1-260/+198
2014-04-25VCL: Remove unused and deprecated debug check functionChris Sherlock1-17/+0
2014-04-25VCL: Reorganize and rename wallpaper functionsChris Sherlock1-1/+1
2014-04-25Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDeviceChris Sherlock1-101/+92
2014-04-25VCL: Rename OutputDevice::ImplSelectClipRegion to SelectClipRegionChris Sherlock1-1/+1
2014-04-25VCL Change OutputDevice::ImplSetClipRegion to SetDeviceClipRegionChris Sherlock1-1/+1
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-4/+4
2014-04-24Remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxxChris Sherlock1-3/+36
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-13/+13
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock1-2/+2
2014-04-22Merge tworect.cxx with rect.cxx and rename functionsChris Sherlock1-3/+3
2014-04-22Move OutputDevice clipping functions into own fileChris Sherlock1-238/+0
2014-04-22Rearrange OutputDevice line functionsChris Sherlock1-69/+0
2014-04-20Move VCL function SetAntialiasing outdev.cxxChris Sherlock1-0/+17
2014-04-19fdo#74702 Allow Window & OutputDevice to handle erasureChris Sherlock1-19/+1
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock1-2/+1
2014-04-16Split outdev5.cxx and outdev6.cxxChris Sherlock1-0/+118
2014-04-16Split outdev2.cxxChris Sherlock1-0/+1579