summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-19Disambiguate needlessly overloaded SvDetachedEventDescriptor::hasByNameStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-06-12graphicexport.ui: Remove incredibly unhelpful “help” messagesAdolfo Jayme Barrientos
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks
2015-06-09svtools: WaE: '<::' cannot begin a template-argument listMiklos Vajna
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-06callcatcher: update unused codeCaolán McNamara
2015-06-03forgot to change the Invalidate to InvalidateEntry in treelistboxTomaž Vajngerl
2015-06-03tdf#91677 fix flickering rulerTomaž Vajngerl
2015-06-03tdf#91199 add Venetian [vec-IT] to language listEike Rathke
2015-06-03lok: Avoid instantiation of the slide sorter barJan Holesovsky
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-06-01invalidate entry instead of everything in TreeListViewTomaž Vajngerl
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-29tdf#91677 fix invidsible menu in BaseTomaž Vajngerl
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
2015-05-28fix highlight rendering for iconview with more effective clippingTomaž Vajngerl
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
2015-05-26Push without PopCaolán McNamara
2015-05-26loplugin: unnecessarysuperclass merge HashedEntryList into NameTranslationListNoel Grandin
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-25related tdf#90127: Simplify setting of the 'auto' icon theme.Jan Holesovsky
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin
2015-05-24callcatcher: update unused codeCaolán McNamara