summaryrefslogtreecommitdiff
path: root/vcl/source/control/fixed.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-03-02weld split cells dialogCaolán McNamara1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-6/+6
2018-02-13tdf#94341: Set child transparent mode for ToolBoxMike Kaganski1-8/+13
2018-01-24loplugin:unused-returns in vclNoel Grandin1-2/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-2/+2
2017-08-21WB_FAST/WB_TOPLEFTVISIBLE are deadNoel Grandin1-8/+0
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-5/+4
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-4/+3
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-02-14Convert WindowType to scoped enumNoel Grandin1-4/+4
2017-01-18change DrawControlText to return new rect rather than change old oneCaolán McNamara1-2/+2
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-2/+2
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl1-1/+1
2016-10-29HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl1-9/+2
2016-10-25no FixedText loaded from .src nowCaolán McNamara1-15/+0
2016-10-24no FixedImage is loaded from .src anymoreCaolán McNamara1-25/+0
2016-10-12drop unused argumentCaolán McNamara1-2/+2
2016-10-05now ditch WB_INFOCaolán McNamara1-3/+3
2016-10-05no FixedLines are loaded from resources files anymoreCaolán McNamara1-12/+0
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+0
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin1-23/+15
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-3/+3
2015-08-11loplugin: defaultparamsNoel Grandin1-9/+9
2015-06-19tdf#91467 FixedText vertical orientation restoredAndras Timar1-1/+1
2015-06-18rendercontext: Fix rendering of double-buffered fixed line.Jan Holesovsky1-1/+4
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-8/+8
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-20/+20
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-2/+2
2015-05-23fix for the failed JUnit testTomaž Vajngerl1-1/+2
2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl1-126/+123
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-2/+2
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-26/+26
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-07convert FixedText to use RenderContext when paintingTomaž Vajngerl1-58/+56
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-28/+28
2015-04-29delegate RenderContext - fixed, group, imgctrlTomaž Vajngerl1-10/+10
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-4/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+1
2015-04-09vcl: window destructors calling disposeNoel Grandin1-8/+0
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks1-0/+6