summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)Author
2015-06-11Cleanup crossplatform cairoMox Soini
2015-06-09vcl: handle nDPI == 0 in ImplPixelToLogic()Miklos Vajna
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky
2015-06-04Cleanup crossplatform cairoMox Soini
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-01coverity#1302690 Uninitialized pointer fieldCaolán McNamara
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara
2015-05-24rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-20convert FONT_SUBSTITUTE constants to scoped enumNoel Grandin
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-20convert GRID constants to scoped enumNoel Grandin
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-20convert COPYAREA constant to bool flagNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-05-19Resolves: tdf#91392 orig map for orig code paths, and new map for new pathCaolán McNamara
2015-05-18tdf#90604: vcl: reduce MapMode precision further to 32 bits...Michael Stahl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-15tdf#91195: vcl: reduce MapMode Fraction precision to avoid...Michael Stahl
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara
2015-05-11gtk3: get the native tab item padding and borders sizeCaolán McNamara
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-08False loplugin:staticmethodsStephan Bergmann
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-26add EditBoxValue::cloneCaolán McNamara
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-16overloading is hard to resolve for poor old c++Michael Stahl
2015-04-16tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()Michael Stahl
2015-04-16tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3Michael Stahl
2015-04-10Fix misc. issues in lifecycle unit tests.Michael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks