summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl1-4/+0
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl12-0/+15
2013-01-25Resolves: rhbz#902694 impossible short-cuts for OK/Cancel translationsCaolán McNamara3-12/+29
2013-01-25Gradient::operator==: amazing how nobody noticed this for 13 yearsMiklos Vajna1-9/+9
2013-01-25Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to llCaolán McNamara1-0/+1
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith2-4/+4
2013-01-24remove XubString in Button::GetStandardTextCaolán McNamara2-18/+16
2013-01-24strip customproperty from name of Mnemonic Widget targetCaolán McNamara1-2/+6
2013-01-23fdo#54629 MultiSalLayout::GetBoundRect always uses level 0 fallback fontCaolán McNamara2-27/+0
2013-01-23Unused #includesStephan Bergmann1-8/+0
2013-01-23Fix fdo#59616 - ensure BitmapEx has same-sized subbitmapsThorsten Behrens1-0/+18
2013-01-23fdo#44582 fixing horizontal scroll bar in sub windowsAbdulaziz A Alayed1-1/+6
2013-01-23More informative warning messagesTor Lillqvist1-3/+3
2013-01-22Remove fprintf usage from vcl/builderArnaud Versini1-2/+0
2013-01-22Add Lithuanian translations of keyboard shortcuts (related to fdo#54165)Aurimas Fišeras1-0/+22
2013-01-22Add Lithuanian translations of keyboard shortcuts (related to fdo#50415)Aurimas Fišeras1-0/+37
2013-01-22default forward VclBuilder GetAccessibleName to its labelCaolán McNamara4-51/+59
2013-01-22implement loading Mnemonic Widgets via VclBuilderCaolán McNamara2-0/+26
2013-01-22rework accessibility to be layout awareCaolán McNamara9-122/+286
2013-01-22add a11y relations support to VclBuilderCaolán McNamara2-5/+76
2013-01-22add accessible-name and accessible-description support to VclBuilderCaolán McNamara3-0/+64
2013-01-22make GetAccessibleRelationMemberOf use SetAccessibleRelationMemberOf valuesCaolán McNamara1-0/+3
2013-01-22revert removal of used a11y codeCaolán McNamara3-0/+65
2013-01-22Translate keyboard shortcuts also for LinuxMartin Srebotnjak1-0/+36
2013-01-22fdo#59515: Typo CLIPBOARD -> PRIMARYStephan Bergmann1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith31-95/+95
2013-01-21Add Asturian, Slovenian, and Spanish translations of keymanes for WindowsPetr Mladek1-0/+60
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2-2/+2
2013-01-20Fix fallout from my earlier vcl changes todayTor Lillqvist1-2/+0
2013-01-19AquaSalBitmap and IosSalBitmap were identical so unifyTor Lillqvist18-1164/+77
2013-01-19implement custom images for radiobuttons via VclBuilderCaolán McNamara3-10/+54
2013-01-19allow access to menus via VclBuilderCaolán McNamara2-4/+20
2013-01-19De-duplication of CoreText code and headers for OS X and iOSTor Lillqvist33-2226/+266
2013-01-19Use SAL_INFO instead of home-grown msgs_debugTor Lillqvist10-126/+100
2013-01-19Fix iOS bit-rot and unify with OS X CoreText codeTor Lillqvist7-184/+201
2013-01-19Fix pUnicodes unusedJulien Nabet1-3/+0
2013-01-19sal_Bool to boolTakeshi Abe2-3/+3
2013-01-17Fix duplicate ifJulien Nabet1-3/+1
2013-01-17Personas: Fix fdo#59208 - get rid of artifacts when we run out of bitmap.Jan Holesovsky2-0/+3
2013-01-17Personas: Clear the BitmapEx first, so that we can switch off Personas.Jan Holesovsky2-10/+11
2013-01-17Personas: Fix fdo#59230 - make Personas fully work in non-NWF case too.Jan Holesovsky2-2/+7
2013-01-17Personas: Fix one more potential crash.Jan Holesovsky1-6/+7
2013-01-17callcatcher: remove newly unused codeCaolán McNamara2-24/+0
2013-01-16fdo#54165: Add key replacement names for Estonian (Patch by: Mihkel Tõnnov)Jesús Corrius1-0/+12
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin8-51/+33
2013-01-15WaE: nil is not a BOOLNorbert Thiebaud1-1/+1
2013-01-15cosmetic cleanup (trailing spaces)Norbert Thiebaud1-30/+30
2013-01-14Resolves: fdo#58324 keep both halves of surrogate pairs if glyph isn't foundCaolán McNamara1-2/+12
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara34-174/+82