summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin3-41/+10
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan2-1/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann2-2/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-05java: unnecessary method overridesNoel Grandin1-6/+0
2015-01-05java: remove more dead codeNoel Grandin4-7/+9
2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin1-2/+2
2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin3-323/+29
2015-01-05java: remove dead codeNoel Grandin27-1501/+1
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-7/+7
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-19java: fix access to always null fieldNoel Grandin1-4/+1
2014-12-19java: synching on a global object is not very usefulNoel Grandin1-2/+1
2014-12-19java: dodgy synchronisation around clearNoel Grandin1-1/+1
2014-12-18toolkit: Use appropriate OUString functions on string constantsStephan Bergmann6-8/+8
2014-12-18No need for libotouch any more hereTor Lillqvist1-6/+0
2014-12-18Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist1-24/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin2-6/+0
2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann7-133/+74
2014-12-11java: remove some unnecessary interfacesNoel Grandin2-10/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin34-112/+112
2014-12-10java: simplify the getMSF() methodsNoel Grandin2-5/+2
2014-12-10Split into individual definitions, one per lineStephan Bergmann1-54/+108
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin3-9/+6
2014-12-05java: remove some unused local variablesNoel Grandin2-2/+0
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock2-4/+4
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl17-1/+17
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18java: make fields final where possibleNoel Grandin28-97/+71
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+3
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini6-21/+21
2014-11-12java: convert fields to local variables where possibleNoel Grandin5-43/+23
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-20/+16
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05idle: allow processing pending handlers remotely.Michael Meeks1-0/+9
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-33/+27
2014-10-31Removed duplicated includesAndrea Gelmini2-2/+0
2014-10-30accessibility: shift by zeroRobert Antoni Buj i Gelonch2-4/+4
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch1-6/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-3/+3