summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist27-1644/+3
2013-03-16Revert "fdo#61725 workaround"Lionel Elie Mamane1-1/+1
2013-03-16fdo#61725 workaroundLionel Elie Mamane1-1/+1
2013-03-15Resolves: #i119125# various actions implemented, clipping added.Armin Le Grand2-6/+3
2013-03-15Related: #i119125# Added MetaFloatTransparentAction handling...Armin Le Grand2-13/+25
2013-03-14Missing WNT --enable-debug String -> OUString conversion partsStephan Bergmann1-1/+1
2013-03-14restore incrementing time fields by area cursor is inCaolán McNamara1-6/+13
2013-03-14Remove some accidental merge by-products.Thorsten Behrens1-3184/+0
2013-03-14pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtripsRadek Doulik3-1/+3221
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl9-16/+18
2013-03-13vcl: targetted restoration of OutputDevice::PixelToLogic overloadMichael Stahl1-0/+8
2013-03-13remove commented codeXisco Fauli1-49/+0
2013-03-13Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when ex...Zhe Wang1-1/+6
2013-03-13Related: #119125# Added usage of the ClipRegion for dismantling MetafilesArmin Le Grand3-2/+15
2013-03-13Avoid misleading leading zeros in hex digitTor Lillqvist1-2/+2
2013-03-13fix mac buildThomas Arnhold1-1/+1
2013-03-12Polishing 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10Chr. Rossmanith1-12/+12
2013-03-12fix dbgutil buildCaolán McNamara1-6/+6
2013-03-12Replace XubString with OUString (vcl/ilstbox)Chr. Rossmanith1-11/+11
2013-03-12Replace XubString with OUString (dbggui.cxx)Chr. Rossmanith1-73/+73
2013-03-12liblibo: install test library by itself and install it.Michael Meeks1-1/+1
2013-03-12equalsIgnoreAsciiCase is the one with support for literal argumentsStephan Bergmann1-2/+2
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist2-35/+35
2013-03-12No member named 'equalsIgnoreCaseAscii' in 'rtl::OUString'Tor Lillqvist1-2/+2
2013-03-11Resolves: fdo#62154 propogate text language down to icu for loclCaolán McNamara2-2/+3
2013-03-11vcl: further fixesThomas Arnhold1-2/+2
2013-03-11vcl: fix debug buildThomas Arnhold1-1/+1
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir3-73/+73
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
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-08fdo#60691 add modelines to *.src and *.hrc filesBorim10-0/+26
2013-03-08Make use of new-style AccessBridge ctorStephan Bergmann2-40/+26
2013-03-08set action and content area via their internal-child idsCaolán McNamara2-6/+28
2013-03-08make use of startsWith()Thomas Arnhold1-2/+2
2013-03-08fix handling of ttf embedding restrictionsLuboš Luňák1-6/+4
2013-03-08embed also view-only fonts, but do not use themLuboš Luňák1-5/+23
2013-03-08protect against incomplete writesLuboš Luňák1-5/+12
2013-03-08function for duplicated codeLuboš Luňák1-0/+41
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-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-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara2-3/+14
2013-03-07add stock button text for paste, and map to gtk-pasteCaolán McNamara2-1/+8
2013-03-07Oops, this is a conflict resolution problemFridrich Štrba1-1/+1
2013-03-07Replace (Xub)String with OUString in vcl(field)Chr. Rossmanith2-197/+188
2013-03-07fix canvas bitmap rendering (argb32 pixmaps) fixes color issue in n#780830Radek Doulik1-7/+3