summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app
AgeCommit message (Expand)Author
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin
2015-10-02loplugin:unusedmethods in vclNoel Grandin
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian
2015-09-30Fix typosAndrea Gelmini
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-09-28loplugin:staticmethodsStephan Bergmann
2015-09-21tdf#94275: core dump when XKeysymToString returns NULLJulien Nabet
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-20vcl: remove obsolete defines.Michael Meeks
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-07-02Translation from LatinAndrea Gelmini
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-07Remove include stdio (part8)Julien Nabet
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-23Remove include stdio (part6)Julien Nabet
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-17WaE in OSL_DEBUG_LEVEL > 1Caolán McNamara
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin