summaryrefslogtreecommitdiffstats
path: root/toolkit/source/awt
Commit message (Expand)AuthorAgeFilesLines
* drop prefix from ::cssThomas Arnhold2013-04-021-59/+59
* remove boilerplate commentsThomas Arnhold2013-04-012-4/+1
* Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith2013-04-012-5/+5
* Bypass X11-specific fields for AndroidTor Lillqvist2013-03-274-0/+12
* Bypass fields that are meaningless for iOSTor Lillqvist2013-03-274-0/+12
* Re-work the vcl aspects of the iOS portTor Lillqvist2013-03-214-42/+0
* Fix broken string cleanupStephan Bergmann2013-03-191-7/+7
* further OUString cleanupThomas Arnhold2013-03-191-3/+3
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-2/+2
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák2013-03-182-2/+2
* Replace String with OUString in toolkit(vclxprinter.cxx)Chr. Rossmanith2013-03-161-11/+11
* Remove RTL_CONSTASCII_(U)STRING in toolkitChr. Rossmanith2013-03-163-20/+18
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-082-0/+6
* doubled usingThomas Arnhold2013-03-051-1/+0
* doubled includesThomas Arnhold2013-03-041-1/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-4/+4
* coverity#735368: operation has no effectMarkus Mohrhard2013-03-031-1/+1
* coverity#983201: fix memory leakMarkus Mohrhard2013-03-031-3/+1
* fdo#39674: Rename menues to menuThomas Arnhold2013-02-221-6/+6
* coverity#982817 Out-of-bounds accessNorbert Thiebaud2013-02-221-1/+1
* add AccessibleRelationMemberOf to AccessibleRelationSetCaolán McNamara2013-01-221-0/+8
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-1/+1
* fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin2013-01-151-7/+5
* we only ever want the preferred window size from GetOptimalSizeCaolán McNamara2013-01-141-1/+1
* QUARTZ is equivalent to MACOSXTor Lillqvist2013-01-114-11/+11
* allow menu items to be referred to by a nameCaolán McNamara2013-01-071-2/+2
* Call SetOutputSizePixelScaleOffsetAndBuffer for non-AndroidTor Lillqvist2013-01-071-6/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-303-8/+0
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
* targetted cleanup of misc. vba pieces.Noel Power2012-11-161-4/+0
* merge SetDescription into SetTextCaolán McNamara2012-11-131-3/+3
* move svtools's FixedHyper.hxx to vclCaolán McNamara2012-11-121-7/+7
* Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2012-10-311-19/+6
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-241-7/+2
* fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental..Noel Grandin2012-10-241-1/+1
* Link directly to CreateWindow (in svtools) when DISABLE_DYNLOADINGTor Lillqvist2012-10-041-1/+19
* re-base on ALv2 code. Includes:Michael Meeks2012-10-0326-584/+373
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-0110-10/+2
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-281-1/+1
* unusedcode: add #if SCROLLABLEFRAME for ScrollableWrapper<GroupBox>Matúš Kukan2012-09-211-0/+2
* gridfixes: #i117549# finalize css.awt.tab APINorbert Thiebaud2012-09-142-6/+6
* targetted VBA re-work.Noel Power2012-09-121-32/+0
* blind fix for toolkit_unoapiNoel Power2012-09-111-0/+4
* Missing "this->" qualificationStephan Bergmann2012-09-111-1/+1
* -Werror=unused-but-set-variableStephan Bergmann2012-09-111-1/+0
* disable scrollable Frame ( not working well )Noel Power2012-09-111-0/+2
* get scrollbar details actually read for groupboxNoel Power2012-09-111-1/+1
* fixed the unable to close dialog when vert scrollbars setNoel Power2012-09-112-6/+14
* make interface for scrollablity properties to allow more code sharingNoel Power2012-09-114-108/+78