summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2013-01-31tell the options dialog to relayout if a pane queue-resizesCaolán McNamara
2013-01-30Remove unused DeInitSalMainStephan Bergmann
2013-01-30Setting env vars in aqua's InitSalMain should long be unnecessaryStephan Bergmann
2013-01-30Cosmetics and more informative SAL_INFO output from InitGIA()Tor Lillqvist
2013-01-30Fix SAL_INFO output from SetColor()Tor Lillqvist
2013-01-29allow a custom border property for drawing areasCaolán McNamara
2013-01-29Do not call putenv with a temporary string argumentStephan Bergmann
2013-01-29More work on the CoreText codeTor Lillqvist
2013-01-29Undo pointless field name changesTor Lillqvist
2013-01-28Sprinkle some SAL_INFO debugging outputTor Lillqvist
2013-01-28add SV_BUTTONTEXT_SAVE and map to gtk-saveCaolán McNamara
2013-01-27Some cppcheck cleaningJulien Nabet
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-25Resolves: rhbz#902694 impossible short-cuts for OK/Cancel translationsCaolán McNamara
2013-01-25Gradient::operator==: amazing how nobody noticed this for 13 yearsMiklos Vajna
2013-01-25Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to llCaolán McNamara
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith
2013-01-24remove XubString in Button::GetStandardTextCaolán McNamara
2013-01-24strip customproperty from name of Mnemonic Widget targetCaolán McNamara
2013-01-23fdo#54629 MultiSalLayout::GetBoundRect always uses level 0 fallback fontCaolán McNamara
2013-01-23Unused #includesStephan Bergmann
2013-01-23Fix fdo#59616 - ensure BitmapEx has same-sized subbitmapsThorsten Behrens
2013-01-23fdo#44582 fixing horizontal scroll bar in sub windowsAbdulaziz A Alayed
2013-01-23More informative warning messagesTor Lillqvist
2013-01-22Remove fprintf usage from vcl/builderArnaud Versini
2013-01-22Add Lithuanian translations of keyboard shortcuts (related to fdo#54165)Aurimas Fišeras
2013-01-22Add Lithuanian translations of keyboard shortcuts (related to fdo#50415)Aurimas Fišeras
2013-01-22default forward VclBuilder GetAccessibleName to its labelCaolán McNamara
2013-01-22implement loading Mnemonic Widgets via VclBuilderCaolán McNamara
2013-01-22rework accessibility to be layout awareCaolán McNamara
2013-01-22add a11y relations support to VclBuilderCaolán McNamara
2013-01-22add accessible-name and accessible-description support to VclBuilderCaolán McNamara
2013-01-22make GetAccessibleRelationMemberOf use SetAccessibleRelationMemberOf valuesCaolán McNamara
2013-01-22revert removal of used a11y codeCaolán McNamara
2013-01-22Translate keyboard shortcuts also for LinuxMartin Srebotnjak
2013-01-22fdo#59515: Typo CLIPBOARD -> PRIMARYStephan Bergmann
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-21Add Asturian, Slovenian, and Spanish translations of keymanes for WindowsPetr Mladek
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-20Fix fallout from my earlier vcl changes todayTor Lillqvist
2013-01-19AquaSalBitmap and IosSalBitmap were identical so unifyTor Lillqvist
2013-01-19implement custom images for radiobuttons via VclBuilderCaolán McNamara
2013-01-19allow access to menus via VclBuilderCaolán McNamara
2013-01-19De-duplication of CoreText code and headers for OS X and iOSTor Lillqvist
2013-01-19Use SAL_INFO instead of home-grown msgs_debugTor Lillqvist
2013-01-19Fix iOS bit-rot and unify with OS X CoreText codeTor Lillqvist
2013-01-19Fix pUnicodes unusedJulien Nabet
2013-01-19sal_Bool to boolTakeshi Abe