summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-27UBSan-detected overflow when nWidthPixel is LONG_MAX and rCurrentZoom is 1Stephan Bergmann1-6/+15
2015-01-26Make sure _nEventId gets reset after calling RemoveUserEventStephan Bergmann1-7/+1
2015-01-26coverity#1266460 Argument cannot be negativeCaolán McNamara1-3/+3
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin3-5/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin10-18/+14
2015-01-25fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály2-11/+14
2015-01-25coverity#440858 Argument cannot be negativeCaolán McNamara1-2/+3
2015-01-22Revert "fdo#88475 BrowseBox/grid: reposition data cursor to current row after...Lionel Elie Mamane1-7/+0
2015-01-20Some more loplugin:cstylecast: svtoolsStephan Bergmann6-18/+18
2015-01-19fixup previous commit:Lionel Elie Mamane1-1/+6
2015-01-19Ruler ticks spacing consistent with lowDPI monitors. Draw ticks with widthdbeurle1-13/+16
2015-01-16fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane1-0/+2
2015-01-16remove unnecessary parenthesesNoel Grandin3-3/+3
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara2-2/+2
2015-01-14GetData is a hopelessly generic nameCaolán McNamara1-1/+1
2015-01-14HiDPI changes to ruler to respect screen DPIdbeurle1-64/+104
2015-01-13eliminate unnecessary macroEike Rathke1-4/+1