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