summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-126-21/+21
* java: convert fields to local variables where possibleNoel Grandin2014-11-125-43/+23
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-20/+16
* fix spelling implemenation -> implementationNoel Grandin2014-11-101-1/+1
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-071-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* idle: allow processing pending handlers remotely.Michael Meeks2014-11-051-0/+9
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-055-33/+27
* Removed duplicated includesAndrea Gelmini2014-10-312-2/+0
* accessibility: shift by zeroRobert Antoni Buj i Gelonch2014-10-302-4/+4
* java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2014-10-301-6/+0
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-232-3/+3
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-2/+2
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-212-6/+7
* accessibility: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-191-9/+6
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-2/+2
* java: always use braces for while loopsNoel Grandin2014-10-167-10/+18
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-163-103/+101
* java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch2014-10-131-4/+2
* accessibility: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-131-4/+31
* accessibility: Calling String.toString()Robert Antoni Buj i Gelonch2014-10-111-1/+1