summaryrefslogtreecommitdiff
path: root/vcl/source/control/fixed.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-19tdf#91467 FixedText vertical orientation restoredAndras Timar
2015-06-18rendercontext: Fix rendering of double-buffered fixed line.Jan Holesovsky
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-23fix for the failed JUnit testTomaž Vajngerl
2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
2015-05-07convert FixedText to use RenderContext when paintingTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-29delegate RenderContext - fixed, group, imgctrlTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-07-22callcatcher: update unused codeCaolán McNamara
2014-07-02callcatcher: rsc loaded fixedbitmap is no moreCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-27coverity#735559 Logically dead codeCaolán McNamara
2014-01-13longparas: STRING_LEN here means text len, so expand to just thatCaolán McNamara
2013-12-17support setting end ellipsis from .uiCaolán McNamara
2013-08-21allow toolbox icons to be set directly from .uiCaolán McNamara
2013-08-12convert String to OUString in VCLNoel Grandin
2013-05-16sal_Bool to boolTakeshi Abe