summaryrefslogtreecommitdiff
path: root/toolkit/source
AgeCommit message (Expand)AuthorFilesLines
2015-10-17Related tdf#94557: Combo box entries are case-sensitive (sometimes)Lionel Elie Mamane1-2/+2
2015-08-03Resolves: tdf#90609 SolarMutex assert on threaded loadCaolán McNamara1-0/+2
2015-06-18Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara1-1/+21
2015-04-16Resolves: tdf#90228 1.06 turns into a monsterCaolán McNamara1-2/+3
2015-03-26tdf#67990: Management of case in comboboxJulien Nabet1-2/+2
2015-02-17tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl1-0/+9
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl2-0/+2
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-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 Gelmini3-18/+18
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-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2-6/+7
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-3/+3
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-04fix for invalid dynamic_castNoel Grandin1-3/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin2-6/+6
2014-09-29toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann1-42/+43
2014-09-29loplugin: cstylecastNoel Grandin10-259/+261
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin18-177/+177
2014-09-18fdo#82577: Handle FontNoel Grandin8-24/+24
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann2-2/+2
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-09-10vcl: sal_Bool -> boolStephan Bergmann6-12/+12
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-5/+5
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2-3/+0
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann19-1/+19
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud2-2/+12
2014-07-11coverity#736076 Missing break in switch, its got to be wrongCaolán McNamara1-0/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin6-13/+63
2014-07-08use SimpleReferenceObject in accessibilityNoel Grandin1-25/+0
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara1-1/+1
2014-07-01coverity#707416 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+1
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann1-13/+0