summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-03-13Remove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespace for stringsChris1-9/+9
2013-03-13Avoid misleading leading zeros in hex digitTor Lillqvist1-2/+2
2013-03-13fix mac buildThomas Arnhold1-1/+1
2013-03-12Polishing 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10Chr. Rossmanith4-19/+19
2013-03-12fix dbgutil buildCaolán McNamara1-6/+6
2013-03-12Replace XubString with OUString (vcl/ilstbox)Chr. Rossmanith2-23/+23
2013-03-12Replace XubString with OUString (dbggui.cxx)Chr. Rossmanith2-75/+74
2013-03-12Qt4.8 is enough for Qt glib integration support working properlyLuboš Luňák1-2/+5
2013-03-12re-add support for KDE4 Qt+glib eventloop intergrationLuboš Luňák2-0/+13
2013-03-12maybe fix MacOSX buildEike Rathke1-2/+2
2013-03-12fix incorrectly applied patchLuboš Luňák1-1/+1
2013-03-12Removal finished of CreateFromAsciiRicardo Montania2-5/+4
2013-03-12update pch headersLuboš Luňák1-0/+7
2013-03-12Resolves: rhbz#920697, #i110881#, rhbz#623191 presentation not fullscreenCaolán McNamara1-32/+0
2013-03-12liblibo: install test library by itself and install it.Michael Meeks3-23/+14
2013-03-12equalsIgnoreAsciiCase is the one with support for literal argumentsStephan Bergmann1-2/+2
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist3-36/+36
2013-03-12No member named 'equalsIgnoreCaseAscii' in 'rtl::OUString'Tor Lillqvist1-2/+2
2013-03-11sd: translate debug messagesThomas Arnhold1-1/+1
2013-03-11Resolves: fdo#62154 propogate text language down to icu for loclCaolán McNamara4-6/+182
2013-03-11vcl: further fixesThomas Arnhold2-27/+27
2013-03-11vcl: fix debug buildThomas Arnhold1-1/+1
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir9-113/+113
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold10-20/+20
2013-03-11Make ComboBox::CalcSize to return the right widthZolnai Tamás1-0/+2
2013-03-11use approximate_char_width instead of GetTextWidth('X')Caolán McNamara1-1/+1
2013-03-11XubString->OUStringCaolán McNamara1-2/+2
2013-03-10update pch filesPeter Foley1-0/+1
2013-03-09Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAMChris4-20/+20
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim12-0/+32
2013-03-08AndroidSalInstance::Wakeup() is unusedTor Lillqvist2-7/+0
2013-03-08Don't crash the other experimental appsTor Lillqvist2-16/+21
2013-03-08Make use of new-style AccessBridge ctorStephan Bergmann3-41/+28
2013-03-08set action and content area via their internal-child idsCaolán McNamara3-6/+35
2013-03-08make use of startsWith()Thomas Arnhold4-7/+7
2013-03-08Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxxChris1-2/+2
2013-03-08fix handling of ttf embedding restrictionsLuboš Luňák1-6/+4
2013-03-08editable ttf fonts are usable for print&preview tooLuboš Luňák3-9/+9
2013-03-08embed also view-only fonts, but do not use themLuboš Luňák2-6/+40
2013-03-08protect against incomplete writesLuboš Luňák1-5/+12
2013-03-08function for duplicated codeLuboš Luňák2-0/+56
2013-03-08WaE: avoid mis-detection of uninitialized pixmap.Michael Meeks1-4/+6
2013-03-07Some further hacks for scrolling on touch devices, but no cigarTor Lillqvist1-1/+20
2013-03-07Add a commentTor Lillqvist1-0/+6
2013-03-07Add a SAL_INFO()Tor Lillqvist1-0/+1
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac1-4/+4
2013-03-07OUString::replaceAt() does not replace in-placeTor Lillqvist1-1/+1
2013-03-07Do not call OUStringBuffer::copy with bad argumentStephan Bergmann1-1/+2
2013-03-07c#708653# remove unused member SalXLib::pYieldEntries_Herbert Dürr1-2/+0
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara4-4/+21