summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Remove unused DeInitSalMainStephan Bergmann2013-01-308-25/+0
* Setting env vars in aqua's InitSalMain should long be unnecessaryStephan Bergmann2013-01-301-48/+0
* Cosmetics and more informative SAL_INFO output from InitGIA()Tor Lillqvist2013-01-301-64/+40
* Fix SAL_INFO output from SetColor()Tor Lillqvist2013-01-301-1/+1
* allow a custom border property for drawing areasCaolán McNamara2013-01-291-1/+4
* Do not call putenv with a temporary string argumentStephan Bergmann2013-01-291-10/+6
* More work on the CoreText codeTor Lillqvist2013-01-294-146/+278
* Undo pointless field name changesTor Lillqvist2013-01-293-212/+189
* Sprinkle some SAL_INFO debugging outputTor Lillqvist2013-01-281-9/+53
* add SV_BUTTONTEXT_SAVE and map to gtk-saveCaolán McNamara2013-01-283-10/+18
* Some cppcheck cleaningJulien Nabet2013-01-271-2/+0
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
* gbuild: remove various pointless calls that don't add anythingMichael Stahl2013-01-261-4/+0
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-2612-0/+15
* Resolves: rhbz#902694 impossible short-cuts for OK/Cancel translationsCaolán McNamara2013-01-253-12/+29
* Gradient::operator==: amazing how nobody noticed this for 13 yearsMiklos Vajna2013-01-251-9/+9
* Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to llCaolán McNamara2013-01-251-0/+1
* Change GetSavedValue() to return OUStringChr. Rossmanith2013-01-242-4/+4
* remove XubString in Button::GetStandardTextCaolán McNamara2013-01-242-18/+16
* strip customproperty from name of Mnemonic Widget targetCaolán McNamara2013-01-241-2/+6
* fdo#54629 MultiSalLayout::GetBoundRect always uses level 0 fallback fontCaolán McNamara2013-01-232-27/+0
* Unused #includesStephan Bergmann2013-01-231-8/+0
* Fix fdo#59616 - ensure BitmapEx has same-sized subbitmapsThorsten Behrens2013-01-231-0/+18
* fdo#44582 fixing horizontal scroll bar in sub windowsAbdulaziz A Alayed2013-01-231-1/+6
* More informative warning messagesTor Lillqvist2013-01-231-3/+3
* Remove fprintf usage from vcl/builderArnaud Versini2013-01-221-2/+0
* Add Lithuanian translations of keyboard shortcuts (related to fdo#54165)Aurimas Fišeras2013-01-221-0/+22
* Add Lithuanian translations of keyboard shortcuts (related to fdo#50415)Aurimas Fišeras2013-01-221-0/+37
* default forward VclBuilder GetAccessibleName to its labelCaolán McNamara2013-01-224-51/+59
* implement loading Mnemonic Widgets via VclBuilderCaolán McNamara2013-01-222-0/+26
* rework accessibility to be layout awareCaolán McNamara2013-01-229-122/+286
* add a11y relations support to VclBuilderCaolán McNamara2013-01-222-5/+76
* add accessible-name and accessible-description support to VclBuilderCaolán McNamara2013-01-223-0/+64
* make GetAccessibleRelationMemberOf use SetAccessibleRelationMemberOf valuesCaolán McNamara2013-01-221-0/+3
* revert removal of used a11y codeCaolán McNamara2013-01-223-0/+65
* Translate keyboard shortcuts also for LinuxMartin Srebotnjak2013-01-221-0/+36
* fdo#59515: Typo CLIPBOARD -> PRIMARYStephan Bergmann2013-01-221-1/+1
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-2131-95/+95
* Add Asturian, Slovenian, and Spanish translations of keymanes for WindowsPetr Mladek2013-01-211-0/+60
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-212-2/+2
* Fix fallout from my earlier vcl changes todayTor Lillqvist2013-01-201-2/+0
* AquaSalBitmap and IosSalBitmap were identical so unifyTor Lillqvist2013-01-1918-1164/+77
* implement custom images for radiobuttons via VclBuilderCaolán McNamara2013-01-193-10/+54
* allow access to menus via VclBuilderCaolán McNamara2013-01-192-4/+20
* De-duplication of CoreText code and headers for OS X and iOSTor Lillqvist2013-01-1933-2226/+266
* Use SAL_INFO instead of home-grown msgs_debugTor Lillqvist2013-01-1910-126/+100
* Fix iOS bit-rot and unify with OS X CoreText codeTor Lillqvist2013-01-197-184/+201
* Fix pUnicodes unusedJulien Nabet2013-01-191-3/+0
* sal_Bool to boolTakeshi Abe2013-01-192-3/+3
* Fix duplicate ifJulien Nabet2013-01-171-3/+1