summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* loplugin:staticmethodsNoel Grandin2015-04-071-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-3/+3
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-3/+3
* loplugin:staticfunctionNoel Grandin2015-04-015-5/+5
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-016-24/+24
* Resolves: tdf#90228 1.06 turns into a monsterCaolán McNamara2015-03-311-2/+3
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-288-28/+28
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-3/+3
* tdf#67990: Management of case in comboboxJulien Nabet2015-03-261-2/+2
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-1716-51/+832
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+4
* V801: Decreased performanceCaolán McNamara2015-03-091-2/+2
* Idle Timer: Invented Base ClassTobias Madl2015-03-061-2/+2
* Idle and Timer are now completely independentTobias Madl2015-03-061-1/+2
* V813: Decreased performanceCaolán McNamara2015-03-043-4/+4
* Avoid unnecessary bad downcasts to ButtonStephan Bergmann2015-02-241-2/+5
* TyposJulien Nabet2015-02-181-1/+1
* tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl2015-02-161-0/+9
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-163-55/+53
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-13/+13
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-293-56/+0
* Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino2015-01-271-1/+1
* calling alloca() requires #include <sal/alloca.h>Michael Stahl2015-01-232-0/+2
* Some more loplugin:cstylecast: toolkitStephan Bergmann2015-01-204-7/+7
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-123-41/+10
* Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky2015-01-101-2/+2
* Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan2015-01-092-1/+2
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-092-2/+2
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-3/+3
* Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann2015-01-062-2/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* java: unnecessary method overridesNoel Grandin2015-01-051-6/+0
* java: remove more dead codeNoel Grandin2015-01-054-7/+9
* java: was passing the wrong thing to the remove methodNoel Grandin2015-01-051-2/+2
* java: remove unnecessary reflection in toolkit testsNoel Grandin2015-01-053-323/+29
* java: remove dead codeNoel Grandin2015-01-0527-1501/+1
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-041-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-7/+7
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* java: fix access to always null fieldNoel Grandin2014-12-191-4/+1
* java: synching on a global object is not very usefulNoel Grandin2014-12-191-2/+1
* java: dodgy synchronisation around clearNoel Grandin2014-12-191-1/+1
* toolkit: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-186-8/+8
* No need for libotouch any more hereTor Lillqvist2014-12-181-6/+0
* Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist2014-12-181-24/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-152-6/+0
* toolkit: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-127-133/+74