summaryrefslogtreecommitdiff
path: root/toolkit/source/awt
AgeCommit message (Expand)AuthorFilesLines
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-04fix for invalid dynamic_castNoel Grandin1-3/+4
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-4/+4
2014-09-29loplugin: cstylecastNoel Grandin10-259/+261
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin14-148/+148
2014-09-18fdo#82577: Handle FontNoel Grandin5-17/+17
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann1-1/+1
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-09-10vcl: sal_Bool -> boolStephan Bergmann3-5/+5
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 Souza1-2/+0
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann4-0/+4
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 Grandin3-7/+33
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-24coverity#705322 Missing break in switch, assuming incorrectCaolán McNamara1-0/+1
2014-06-18Missing SolarMutexGuardsStephan Bergmann1-0/+4
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl1-3/+1
2014-06-05coverity#705323 Missing break in switch, assuming its intentionalCaolán McNamara1-1/+1
2014-05-29fdo#75364 flat style and 3d style were swappedLionel Elie Mamane1-2/+2
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-16Resolves: #i98216# extract boolean value for AutoFill value of ComboBox modelTsutomu Uchino1-0/+6
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet11-40/+40
2014-05-14remove external header guardsThomas Arnhold1-1/+1
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold1-3/+3
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist4-7/+12
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-14correct indentationThomas Arnhold1-11/+9
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold2-10/+0
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-4/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin8-19/+19
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin2-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-28Remove remaining DBG_CTOR etc. remnants from toolkitStephan Bergmann4-41/+0
2014-03-28coverity#736157 Dereference null return valueCaolán McNamara1-2/+2