Age | Commit message (Expand) | Author |
2014-08-21 | vcl: convert push flags to type-safe enum-like class | Noel Grandin |
2014-08-20 | vcl: use enum for complex text layout constants | Noel Grandin |
2014-06-30 | Cleaned up code from operations in vcl | matteocam |
2014-06-30 | Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawText | matteocam |
2014-06-30 | HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDev | matteocam |
2014-05-03 | Rearrange outdev.cxx functions, et al. | Chris Sherlock |
2014-04-28 | VCL: Move line functions into state areas | Chris Sherlock |
2014-04-28 | VCL move SetLayoutMode & SetDigitLanguage from font.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-28 | VCL move SetRasterOp & SetDrawMode from outdev.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-28 | VCL move SetAntialiasing from outdev.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-28 | VCL: Move SetFont up the include file | Chris Sherlock |
2014-04-28 | VCL: Move SetBackground from outdev.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-28 | VCL: Move SetFillColor from outdev.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-28 | VCL: Move EnableOutput from outdev.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-28 | VCL: Move GetGCStackDepth from outdev.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-28 | VCL: Move Push and Pop from outdev.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-28 | VCL: Move InitFillColor from outdev.cxx to outdevstate.cxx | Chris Sherlock |
2014-04-27 | VCL: rearrange font functions, move functions into OutputDevice | Chris Sherlock |
2014-04-26 | unnecessary to check for null before delete | Caolán McNamara |
2014-04-25 | VCL: ImpObjStack replaced with std::stack | Chris Sherlock |