summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* java: remove some unnecessary interfacesNoel Grandin2014-12-112-10/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-1134-112/+112
* java: simplify the getMSF() methodsNoel Grandin2014-12-102-5/+2
* Split into individual definitions, one per lineStephan Bergmann2014-12-101-54/+108
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-083-9/+6
* java: remove some unused local variablesNoel Grandin2014-12-052-2/+0
* vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock2014-11-222-4/+4
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-1817-1/+17
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* java: make fields final where possibleNoel Grandin2014-11-1828-97/+71
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+3
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-142-0/+2