summaryrefslogtreecommitdiffstats
path: root/toolkit/source/awt/vclxtoolkit.cxx
Commit message (Expand)AuthorAgeFilesLines
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-08-061-0/+2
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-08-061-2/+2
* Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara2015-08-061-0/+20
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-271-1/+1
* cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin2015-05-061-2/+3
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks2015-04-161-65/+65
* loplugin:staticfunctionNoel Grandin2015-04-011-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-5/+5
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-2/+2
* Idle Timer: Invented Base ClassTobias Madl2015-03-061-2/+2
* Idle and Timer are now completely independentTobias Madl2015-03-061-1/+2
* TyposJulien Nabet2015-02-181-1/+1
* Some more loplugin:cstylecast: toolkitStephan Bergmann2015-01-201-2/+2
* Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan2015-01-091-1/+1
* Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann2015-01-061-1/+1
* Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist2014-12-181-24/+1
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* idle: allow processing pending handlers remotely.Michael Meeks2014-11-051-0/+9
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-2/+2
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-2/+2
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-2/+2
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-2/+2
* loplugin: cstylecastNoel Grandin2014-09-291-10/+12
* fdo#82577: Handle WindowNoel Grandin2014-09-231-23/+23
* vcl: sal_Bool -> boolStephan Bergmann2014-09-101-3/+3
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+3
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-071-0/+1
* Missing SolarMutexGuardsStephan Bergmann2014-06-181-0/+4
* gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl2014-06-091-3/+1
* Move headers that are private to toolkit there, thenTor Lillqvist2014-04-191-1/+2
* typo: dependend -> dependentThomas Arnhold2014-04-141-1/+1
* correct indentationThomas Arnhold2014-04-141-11/+9
* SCROLLABLEFRAME never definedThomas Arnhold2014-04-141-7/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-29/+29
* Remove unused VCLXTabPageModelStephan Bergmann2014-02-271-1/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-56/+56
* Add config_libraries.h definitions to get library names easily.Matúš Kukan2014-02-251-7/+3
* toolkit: sal_Bool -> boolStephan Bergmann2014-02-241-3/+3
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-8/+8
* Include boost/ptr_container/ptr_vector.hpp at the beginning again.Matúš Kukan2014-01-241-0/+2
* Remove unneeded include to hopefully fix the tinderboxes.Matúš Kukan2014-01-241-1/+0
* tk: Constructor feature for VCLXToolkit.Matúš Kukan2014-01-241-13/+169
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-10/+2
* VCLXToolkit::reschedule(): lock SolarMutexDavid Ostrovsky2013-10-041-0/+1
* convert TOOLKIT module from String to OUStringNoel Grandin2013-09-171-7/+7
* String to OUStringThomas Arnhold2013-09-131-5/+5
* sal_Bool to boolTakeshi Abe2013-08-281-9/+9