summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2015-04-15remove unnecessary use of void in function declarationsNoel 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
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
2014-12-19java: fix access to always null fieldNoel Grandin
2014-12-19java: synching on a global object is not very usefulNoel Grandin
2014-12-19java: dodgy synchronisation around clearNoel Grandin
2014-12-18toolkit: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18No need for libotouch any more hereTor Lillqvist
2014-12-18Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist
2014-12-15java: remove some unused fields and variablesNoel Grandin