summaryrefslogtreecommitdiff
path: root/svtools/source/control
AgeCommit message (Expand)Author
2015-07-24RemoteFilesDialog integration with AsyncPickerActionSzymon Kłos
2015-07-24Breadcrumb: clear all fields after changing rootSzymon Kłos
2015-07-24svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-19Use isEmpty()Matteo Casalin
2015-07-16loplugin:stringconstantStephan Bergmann
2015-07-16loplugin:loopvartoosmallStephan Bergmann
2015-07-16Breadcrumb: accessibility, TABSTOPSzymon Kłos
2015-07-16hiding the fragments of the long pathsSzymon Kłos
2015-07-16added a new mode of showing path in the breadcrumbSzymon Kłos
2015-07-16the breadcrumb class moved to the new fileSzymon Kłos
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-28coverity#1308503 Uncaught exceptionCaolán McNamara
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-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-03tdf#91677 fix flickering rulerTomaž Vajngerl
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
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-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-22svtools: SAL_WARN -> SAL_INFO that was OSL_DEBUG_LEVEL > 1 printf beforeMiklos Vajna
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-21svtools: simplify code by replacing std::find_if with std::any_ofTakeshi Abe
2015-05-20mbHasInsertTab is not needed anymoreTomaž Vajngerl
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-18WaE: unused-const-variableCaolán McNamara
2015-05-18callcatcher: update unused codeCaolán McNamara
2015-05-18use RenderTools variant of DrawSelectionBackgroundTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-17cleanup tabbarTomaž Vajngerl
2015-05-17tabbar: use a button for adding of tabs, move button before tabsTomaž Vajngerl
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini