summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdevstate.cxx
AgeCommit message (Expand)Author
2019-07-06simplify and flatten OutDevStateStackNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli
2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin
2018-03-26use boost::optional in OutDevStateNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-01-17loplugin:useuniqueptr in OutDevStateNoel Grandin
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-02-24coverity#1399161 the explicit Font::SetLanguage is unnecessary hereCaolán McNamara
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin
2016-05-10convert SAL_ROP to scoped enumNoel Grandin
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-26vcl: remove unnecessary headers from outdevstate.cxxChris Sherlock
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock
2015-12-26vcl: change device font size variable/fn namesChris Sherlock
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-06-01coverity#1302690 Uninitialized pointer fieldCaolán McNamara
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-04-10remove un-necessary type punning.Michael Meeks
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida
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