summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl12-62/+32
2015-03-10tabbar: remove useless whitespace, rearrange constructorTomaž Vajngerl1-164/+12
2015-03-10tabbar: convert ItemList* to ItemList and clean-upTomaž Vajngerl1-96/+109
2015-03-10tabbar: move TabBarList to implTomaž Vajngerl1-90/+94
2015-03-10tabbar: use unique_ptr for buttons, sizer & clean-upTomaž Vajngerl1-105/+106
2015-03-10tabbar: use symbol "plus" instead of image for adding tabsTomaž Vajngerl1-12/+5
2015-03-07tdf#88847: Fields of query design can be moved to the left onlyJulien Nabet1-1/+2
2015-03-06Idle: Changed to new enum nameTobias Madl7-13/+13
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl7-13/+13
2015-03-06idle includes and enum useJennifer Liebel5-4/+6
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl4-9/+10
2015-03-06Timer: Reversed some Idles to TimerTobias Madl2-4/+4
2015-03-06use DrawHandle for drawing of tab sizer in tabbarTomaž Vajngerl1-29/+3
2015-03-06tabbar: scroll tabs with wheelTomaž Vajngerl1-1/+25
2015-03-05add margin before/after button handles in tabbarTomaž Vajngerl1-1/+8
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-03-02coverity#1272391 Dereference null return valueCaolán McNamara1-0/+1
2015-03-02convert GFF_ constants to enum classNoel Grandin1-27/+27
2015-03-02in tabbar - don't show tab background on tab add (plus icon)Tomaž Vajngerl1-1/+0
2015-03-02tabbar buttons next/previous act as last/first if MOD1 is pressedTomaž Vajngerl1-11/+33
2015-03-02make tabbar buttons flat by defaultTomaž Vajngerl1-1/+1
2015-03-02cleanup TabBar's ImplTabButtonTomaž Vajngerl1-22/+23
2015-03-01variable is assigned the same value twiceMarkus Mohrhard1-1/+0
2015-03-01fix self-assignmentDavid Tardon1-6/+4
2015-02-28Typo: excute->executeJulien Nabet1-1/+1
2015-02-27Avoid unnecessary bad downcastStephan Bergmann1-2/+2
2015-02-26TyposJulien Nabet1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-4/+4
2015-02-24Typo: curently->currentlyJulien Nabet1-1/+1
2015-02-23Missing disposeStephan Bergmann1-0/+2
2015-02-22Simplify erase iterator management (calendar.cxx)Julien Nabet1-2/+2
2015-02-22Test for tdf#88935Zolnai Tamás1-0/+66
2015-02-22More improvements of graphic cache size handlingZolnai Tamás4-42/+8
2015-02-18fix JunitTest_toolkit_complexCaolán McNamara1-5/+2
2015-02-18boost->stdCaolán McNamara2-55/+55
2015-02-17callcatcher: update unused codeCaolán McNamara1-39/+0
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara6-58/+58
2015-02-11tdf#87303: svtools: relax the security a bit for embedded objectsMichael Stahl1-3/+10
2015-02-10Use "!=" instead of "<" to compare current it with end itJulien Nabet1-3/+3
2015-02-09svtool/GraphicManager: properly decrease mnUsedSize on unregister opsPierre-Eric Pelloux-Prayer1-2/+3
2015-02-07loplugin:deletedspecialStephan Bergmann3-15/+4
2015-02-07tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás1-0/+11
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2-37/+34
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2-3/+0
2015-02-05Updated all precompiled headers.Ashod Nakashian1-20/+5
2015-02-03Avoid downcastStephan Bergmann1-2/+3
2015-02-02coverity#1266460 Argument cannot be negativeCaolán McNamara1-3/+7
2015-02-01coverity#1267678 this is surely backwards (gold)Caolán McNamara1-2/+2
2015-01-30coverity#1267679 Dereference before null checkCaolán McNamara1-7/+4
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara12-173/+4