summaryrefslogtreecommitdiffstats
path: root/svtools/source/control
Commit message (Expand)AuthorAgeFilesLines
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-104-101/+102
* mend misc. lifecycle breakage.Michael Meeks2015-04-101-9/+5
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-14/+0
* svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks2015-04-101-2/+1
* vclwidget: improve detection of vcl::Window fieldsNoel Grandin2015-04-101-6/+6
* vclwidget: only call dispose() onceNoel Grandin2015-04-1013-17/+17
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-102-9/+9
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-108-58/+52
* prophylactic double dispose audit.Michael Meeks2015-04-091-7/+6
* vclref: protect vs. double disposes.Michael Meeks2015-04-091-0/+5
* vcl: more double-dispose protection, and survival after dispose.Michael Meeks2015-04-091-4/+12
* svtools: apply vcl::window refcounting changesNoel Grandin2015-04-0913-81/+173
* loplugin:staticmethodsNoel Grandin2015-04-093-5/+5
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-024-23/+23
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-024-23/+23
* loplugin:staticmethodsNoel Grandin2015-04-021-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* convert ProminentEntry to enum classNoel Grandin2015-03-271-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-264-16/+16
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* loplugin:constantfunction: svtoolsNoel Grandin2015-03-194-50/+4
* V803 decreased performance postfix incrementMichael Stahl2015-03-131-9/+9
* tabbar: remove useless whitespace, rearrange constructorTomaž Vajngerl2015-03-101-164/+12
* tabbar: convert ItemList* to ItemList and clean-upTomaž Vajngerl2015-03-101-96/+109
* tabbar: move TabBarList to implTomaž Vajngerl2015-03-101-90/+94
* tabbar: use unique_ptr for buttons, sizer & clean-upTomaž Vajngerl2015-03-101-105/+106
* tabbar: use symbol "plus" instead of image for adding tabsTomaž Vajngerl2015-03-101-12/+5
* tdf#88847: Fields of query design can be moved to the left onlyJulien Nabet2015-03-071-1/+2
* Idle: Changed to new enum nameTobias Madl2015-03-062-2/+2
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-062-2/+2
* idle includes and enum useJennifer Liebel2015-03-062-2/+3
* use DrawHandle for drawing of tab sizer in tabbarTomaž Vajngerl2015-03-061-29/+3
* tabbar: scroll tabs with wheelTomaž Vajngerl2015-03-061-1/+25
* add margin before/after button handles in tabbarTomaž Vajngerl2015-03-051-1/+8
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* in tabbar - don't show tab background on tab add (plus icon)Tomaž Vajngerl2015-03-021-1/+0
* tabbar buttons next/previous act as last/first if MOD1 is pressedTomaž Vajngerl2015-03-021-11/+33
* make tabbar buttons flat by defaultTomaž Vajngerl2015-03-021-1/+1
* cleanup TabBar's ImplTabButtonTomaž Vajngerl2015-03-021-22/+23
* variable is assigned the same value twiceMarkus Mohrhard2015-03-011-1/+0
* fix self-assignmentDavid Tardon2015-03-011-6/+4
* TyposJulien Nabet2015-02-261-1/+1
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-251-4/+4
* Simplify erase iterator management (calendar.cxx)Julien Nabet2015-02-221-2/+2
* callcatcher: update unused codeCaolán McNamara2015-02-171-39/+0
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-162-37/+37
* coverity#1267679 Dereference before null checkCaolán McNamara2015-01-301-7/+4
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-296-133/+0
* Make sure _nEventId gets reset after calling RemoveUserEventStephan Bergmann2015-01-261-7/+1