summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
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
2015-02-28Typo: excute->executeJulien Nabet
2015-02-27Avoid unnecessary bad downcastStephan Bergmann
2015-02-26TyposJulien Nabet
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-24Typo: curently->currentlyJulien Nabet
2015-02-23Missing disposeStephan Bergmann
2015-02-22Simplify erase iterator management (calendar.cxx)Julien Nabet
2015-02-22Test for tdf#88935Zolnai Tamás
2015-02-22More improvements of graphic cache size handlingZolnai Tamás
2015-02-18fix JunitTest_toolkit_complexCaolán McNamara
2015-02-18boost->stdCaolán McNamara
2015-02-17callcatcher: update unused codeCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-11tdf#87303: svtools: relax the security a bit for embedded objectsMichael Stahl
2015-02-10Use "!=" instead of "<" to compare current it with end itJulien Nabet
2015-02-09svtool/GraphicManager: properly decrease mnUsedSize on unregister opsPierre-Eric Pelloux-Prayer
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-03Avoid downcastStephan Bergmann
2015-02-02coverity#1266460 Argument cannot be negativeCaolán McNamara
2015-02-01coverity#1267678 this is surely backwards (gold)Caolán McNamara
2015-01-30coverity#1267679 Dereference before null checkCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-27UBSan-detected overflow when nWidthPixel is LONG_MAX and rCurrentZoom is 1Stephan Bergmann
2015-01-26Make sure _nEventId gets reset after calling RemoveUserEventStephan Bergmann
2015-01-26coverity#1266460 Argument cannot be negativeCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-25fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály
2015-01-25coverity#440858 Argument cannot be negativeCaolán McNamara
2015-01-22Revert "fdo#88475 BrowseBox/grid: reposition data cursor to current row after...Lionel Elie Mamane
2015-01-20Some more loplugin:cstylecast: svtoolsStephan Bergmann
2015-01-19fixup previous commit:Lionel Elie Mamane