summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky2-26/+29
2015-06-19Disambiguate needlessly overloaded SvDetachedEventDescriptor::hasByNameStephan Bergmann1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-13/+12
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin5-18/+8
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+1
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-06-12graphicexport.ui: Remove incredibly unhelpful “help” messagesAdolfo Jayme Barrientos1-59/+5
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-4/+4
2015-06-10coverity#1302618 deref of NULLCaolán McNamara4-63/+45
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-0/+1
2015-06-09svtools: WaE: '<::' cannot begin a template-argument listMiklos Vajna1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann14-37/+37
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar1-7/+7
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2-3/+3
2015-06-06callcatcher: update unused codeCaolán McNamara2-13/+0
2015-06-03forgot to change the Invalidate to InvalidateEntry in treelistboxTomaž Vajngerl1-1/+1
2015-06-03tdf#91677 fix flickering rulerTomaž Vajngerl1-136/+112
2015-06-03tdf#91199 add Venetian [vec-IT] to language listEike Rathke1-0/+1
2015-06-03lok: Avoid instantiation of the slide sorter barJan Holesovsky1-2/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2-3/+3
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara37-66/+66
2015-06-01invalidate entry instead of everything in TreeListViewTomaž Vajngerl1-11/+6
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-29tdf#91677 fix invidsible menu in BaseTomaž Vajngerl1-8/+4
2015-05-29loplugin:loopvartoosmallNoel Grandin14-19/+19
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin3-4/+4
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin1-4/+4
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin2-9/+9
2015-05-28fix highlight rendering for iconview with more effective clippingTomaž Vajngerl1-20/+38
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl1-4/+8
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin4-10/+10
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-26Push without PopCaolán McNamara1-2/+3
2015-05-26loplugin: unnecessarysuperclass merge HashedEntryList into NameTranslationListNoel Grandin1-13/+9
2015-05-26convert SCROLL constants to scoped enumNoel Grandin5-11/+11
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin7-28/+28
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks6-13/+14
2015-05-25related tdf#90127: Simplify setting of the 'auto' icon theme.Jan Holesovsky1-41/+16
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin1-2/+2
2015-05-24callcatcher: update unused codeCaolán McNamara2-12/+0
2015-05-22svtools: SAL_WARN -> SAL_INFO that was OSL_DEBUG_LEVEL > 1 printf beforeMiklos Vajna1-2/+2