summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09some cleanup in treelistboxTomaž Vajngerl
2015-04-08convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-06Resolves: #i81637# Replace column header "Title" by "Name"Ariel Constenla-Haile
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31tdf#89873 UI: some dialog windows not being paintedJuergen Funk
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-29tdf#90292: Crash in pivot table when dragging field into Rows fieldsJulien Nabet
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27convert ProminentEntry to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-10tabbar: remove useless whitespace, rearrange constructorTomaž Vajngerl
2015-03-10tabbar: convert ItemList* to ItemList and clean-upTomaž Vajngerl
2015-03-10tabbar: move TabBarList to implTomaž Vajngerl
2015-03-10tabbar: use unique_ptr for buttons, sizer & clean-upTomaž Vajngerl
2015-03-10tabbar: use symbol "plus" instead of image for adding tabsTomaž Vajngerl
2015-03-07tdf#88847: Fields of query design can be moved to the left onlyJulien Nabet
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06idle includes and enum useJennifer Liebel
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-03-06Timer: Reversed some Idles to TimerTobias Madl
2015-03-06use DrawHandle for drawing of tab sizer in tabbarTomaž Vajngerl
2015-03-06tabbar: scroll tabs with wheelTomaž Vajngerl
2015-03-05add margin before/after button handles in tabbarTomaž Vajngerl
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02coverity#1272391 Dereference null return valueCaolán McNamara
2015-03-02convert GFF_ constants to enum classNoel Grandin
2015-03-02in tabbar - don't show tab background on tab add (plus icon)Tomaž Vajngerl
2015-03-02tabbar buttons next/previous act as last/first if MOD1 is pressedTomaž Vajngerl
2015-03-02make tabbar buttons flat by defaultTomaž Vajngerl
2015-03-02cleanup TabBar's ImplTabButtonTomaž Vajngerl
2015-03-01variable is assigned the same value twiceMarkus Mohrhard
2015-03-01fix self-assignmentDavid Tardon