summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxtoolkit.cxx
AgeCommit message (Expand)Author
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
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
2013-07-18fdo#66762 - Other: com.sun.star.awt.DisplayAccess removedNoel Grandin
2013-07-17Mark as constTakeshi Abe
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile
2013-07-11fdo#66718: Demote SystemClipboard.createUnix to an internal hackStephan Bergmann
2013-07-05Related: #i121514# Remove deprecated UnoControlSimpleAnimationAriel Constenla-Haile
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile
2013-05-20vcl: all EnableAutoSize methods take a bool.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02drop prefix from ::cssThomas Arnhold
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith
2013-03-27Bypass X11-specific fields for AndroidTor Lillqvist
2013-03-27Bypass fields that are meaningless for iOSTor Lillqvist
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-03coverity#735368: operation has no effectMarkus Mohrhard
2013-02-22coverity#982817 Out-of-bounds accessNorbert Thiebaud
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2013-01-07Call SetOutputSizePixelScaleOffsetAndBuffer for non-AndroidTor Lillqvist
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin
2012-10-24fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental..Noel Grandin
2012-10-04Link directly to CreateWindow (in svtools) when DISABLE_DYNLOADINGTor Lillqvist
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-11disable scrollable Frame ( not working well )Noel Power
2012-09-11get scrollbar details actually read for groupboxNoel Power
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power
2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power
2012-09-11attempt own scrollNoel Power