summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdevstate.cxx
AgeCommit message (Expand)Author
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-06-30Cleaned up code from operations in vclmatteocam
2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock
2014-04-28VCL: Move line functions into state areasChris Sherlock
2014-04-28VCL move SetLayoutMode & SetDigitLanguage from font.cxx to outdevstate.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 SetFont up the include fileChris 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-27VCL: rearrange font functions, move functions into OutputDeviceChris Sherlock
2014-04-26unnecessary to check for null before deleteCaolán McNamara
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock