summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-03-19SetSalColor() and GetSalColor() are unusedTor Lillqvist7-128/+0
2013-03-19Fix previous fixStephan Bergmann1-1/+1
2013-03-19Fix broken automatic search/replace resultsStephan Bergmann1-1/+1
2013-03-19handle the empty URL case in file pickerGergő Mocsi2-0/+6
2013-03-19further OUString cleanupThomas Arnhold4-5/+5
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold10-31/+31
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold27-122/+120
2013-03-19trailing whitespacesThomas Arnhold1-1/+1
2013-03-19Fix single core build when TDE integration is enabledTimothy Pearson1-0/+4
2013-03-18Cppcheck: Variables reassigned before the old one has been useJulien Nabet1-5/+2
2013-03-18IsPrinterGraphics() and IsVirDevGraphics() were unused.Tor Lillqvist2-4/+0
2013-03-18Improve indentation and alignment consistencyTor Lillqvist4-45/+46
2013-03-18Bin pointless __cplusplus ifdefsTor Lillqvist2-26/+0
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák1-1/+1
2013-03-18change #ifdef -> #if for KDE4 feature macrosLuboš Luňák1-10/+14
2013-03-18coverity#982272 Copy-paste errorJulien Nabet1-1/+1
2013-03-18Reuse ImplPower10()Chr. Rossmanith1-19/+5
2013-03-18Improve indentation consistencyTor Lillqvist7-277/+299
2013-03-18Don't do any own auto-cleanup of aurorelease pools on iOS when a thread endsTor Lillqvist1-21/+1
2013-03-18Factor out the CoreText source filesTor Lillqvist1-8/+8
2013-03-18Bypass X11-specific code if not on X11Tor Lillqvist2-4/+8
2013-03-18SalData::drainThreadAutoreleasePool() is unusedTor Lillqvist4-51/+0
2013-03-17AndroidSalInstance::RedrawWindows() is called from only one placeTor Lillqvist2-23/+5
2013-03-17onAppCmd() and onInputEvent() don't exist any moreTor Lillqvist1-3/+0
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist35-2019/+4
2013-03-16Bin some pointless comments and ASCII graphicsTor Lillqvist37-482/+10
2013-03-16Get rid of a few pointless commentsTor Lillqvist3-28/+1
2013-03-16mnSystemVersion not usedTor Lillqvist2-6/+0
2013-03-16Revert "fdo#61725 workaround"Lionel Elie Mamane1-1/+1
2013-03-16fdo#61725 workaroundLionel Elie Mamane1-1/+1
2013-03-16Fix buildFridrich Štrba1-0/+1
2013-03-15Resolves: #i119125# various actions implemented, clipping added.Armin Le Grand3-7/+5
2013-03-15Related: #i119125# Added MetaFloatTransparentAction handling...Armin Le Grand3-13/+33
2013-03-15Related: rhbz#906137 g_module_symbol returned nothingCaolán McNamara1-6/+2
2013-03-15Resolves: rhbz#906137 slide show inverts outputsCaolán McNamara1-4/+4
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-4/+0
2013-03-14vcl: fix WNT only debug code OUStringsMichael Stahl1-1/+2
2013-03-14Missing WNT --enable-debug String -> OUString conversion partsStephan Bergmann2-2/+2
2013-03-14tests cases for EDB-24743Caolán McNamara4-0/+0
2013-03-14stray test .png left behindCaolán McNamara1-0/+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 Behrens3-4206/+0
2013-03-14Remove rtl:: namespace, fix minor spelling error in commentChris4-19/+16
2013-03-14pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtripsRadek Doulik9-7/+4264
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl10-22/+24
2013-03-13vcl: targetted restoration of OutputDevice::PixelToLogic overloadMichael Stahl2-0/+9
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