summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxtoolkit.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-18Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-04Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara1-0/+20
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-2/+3
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks1-65/+65
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-2/+2
2015-03-06Idle Timer: Invented Base ClassTobias Madl1-2/+2
2015-03-06Idle and Timer are now completely independentTobias Madl1-1/+2
2015-02-18TyposJulien Nabet1-1/+1
2015-01-20Some more loplugin:cstylecast: toolkitStephan Bergmann1-2/+2
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan1-1/+1
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann1-1/+1
2014-12-18Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist1-24/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-05idle: allow processing pending handlers remotely.Michael Meeks1-0/+9
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
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 Picca1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-10/+12
2014-09-23fdo#82577: Handle WindowNoel Grandin1-23/+23
2014-09-10vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+3
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+1
2014-06-18Missing SolarMutexGuardsStephan Bergmann1-0/+4
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl1-3/+1
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist1-1/+2
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-14correct indentationThomas Arnhold1-11/+9
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold1-7/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-29/+29
2014-02-27Remove unused VCLXTabPageModelStephan Bergmann1-1/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-56/+56
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan1-7/+3
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-8/+8
2014-01-24Include boost/ptr_container/ptr_vector.hpp at the beginning again.Matúš Kukan1-0/+2
2014-01-24Remove unneeded include to hopefully fix the tinderboxes.Matúš Kukan1-1/+0
2014-01-24tk: Constructor feature for VCLXToolkit.Matúš Kukan1-13/+169
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-10/+2
2013-10-04VCLXToolkit::reschedule(): lock SolarMutexDavid Ostrovsky1-0/+1
2013-09-17convert TOOLKIT module from String to OUStringNoel Grandin1-7/+7
2013-09-13String to OUStringThomas Arnhold1-5/+5
2013-08-28sal_Bool to boolTakeshi Abe1-9/+9