summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks
2015-04-10Fixup toolkit's printer code.Michael Meeks
2015-04-10toolkit: much safer WindowDestroyed handler.Michael Meeks
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks
2015-04-10toolkit: more VclPtr pieces.Michael Meeks
2015-04-10toolkit: more cleanup.Michael Meeks
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01loplugin:staticfunctionNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Resolves: tdf#90228 1.06 turns into a monsterCaolán McNamara
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26tdf#67990: Management of case in comboboxJulien Nabet
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-06Idle Timer: Invented Base ClassTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-24Avoid unnecessary bad downcasts to ButtonStephan Bergmann
2015-02-18TyposJulien Nabet
2015-02-16tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl
2015-01-20Some more loplugin:cstylecast: toolkitStephan Bergmann
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-05java: unnecessary method overridesNoel Grandin
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin
2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara