summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Typo: remmeber->rememberJulien Nabet1-1/+1
2015-03-16Typo: warpper->wrapperJulien Nabet1-2/+2
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky1-31/+2
2015-03-16missing space in log messageMarkus Mohrhard1-1/+1
2015-03-16fdo#52540, fdo#88051: fix Graphite layoutLászló Németh1-2/+5
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-2/+2
2015-03-12vcldemo: get the pane layout right.Michael Meeks1-2/+10
2015-03-12Another "ancient compiler fix"Jan-Marek Glogowski1-4/+4
2015-03-12vcl: PVS-Studio V595 'mpImplWin' pointer could be nullMichael Stahl1-0/+1
2015-03-12vcl: spurious PVS-Studio V595Michael Stahl1-8/+5
2015-03-12make selected gtk3 menu entries visible under default f21 themeCaolán McNamara1-0/+5
2015-03-12vcl: fix Android buildMiklos Vajna1-0/+15
2015-03-12loplugin:stringconcatStephan Bergmann1-1/+1
2015-03-12vcl: parallelize image scaling.Michael Meeks1-27/+94
2015-03-12presumably this has to be 1 not 0Caolán McNamara1-1/+1
2015-03-12gtk3 is sendine me duplicate mouse downs/ups unless I return trueCaolán McNamara1-5/+4
2015-03-12Fix crash when timestamping PDF signatureTor Lillqvist1-2/+7
2015-03-12Don't bother with macros that are dummy on Unix in Unix-only codeTor Lillqvist1-11/+5
2015-03-11add EBD-36335 and EBD-36334 testsCaolán McNamara2-0/+2
2015-03-11flush surface for all backendsCaolán McNamara2-1/+1
2015-03-11AllocateFrame only needed for gtk3 pathCaolán McNamara1-2/+2
2015-03-11drop -1 +2 hack unless someone can show a need for it againCaolán McNamara1-9/+5
2015-03-11debug helpersCaolán McNamara1-7/+22
2015-03-11just trust cairo's clipping instead, simplesCaolán McNamara2-58/+8
2015-03-11gtk3 fix mem leakCaolán McNamara1-0/+1
2015-03-11make gtk3 performance usableCaolán McNamara4-92/+57
2015-03-11the clipping must be against the original deviceCaolán McNamara1-1/+12
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl1-2/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2-7/+4
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák4-14/+144
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák1-31/+42
2015-03-11vcl timers: avoid crash initializing too early.Michael Meeks1-3/+2
2015-03-11vcl timers: avoid crash with vcldemo.Michael Meeks1-7/+20
2015-03-11Move more variables out of the timestamping blockTor Lillqvist1-5/+4
2015-03-11dump ugly hack working around an ancient libxcb bug (tdf#89141)Luboš Luňák1-8/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara2-66/+55
2015-03-10Fix signature overflow check in the NSS caseTor Lillqvist1-11/+11
2015-03-10make SvpSalGraphics::getBitmap more readableCaolán McNamara1-6/+9
2015-03-10I don't think we should clip when using getBitmapCaolán McNamara1-2/+1
2015-03-10Avoid calls on null mpSalTimer on OS XStephan Bergmann3-6/+12
2015-03-10sigh, collisionCaolán McNamara1-1/+1
2015-03-10fix windows buildCaolán McNamara1-1/+1
2015-03-10attempt to fix windows buildNoel Grandin1-1/+1
2015-03-10Scheduler: replaced max cast with SAL_MAX_UINT64Tobias Madl2-2/+2
2015-03-09coverity#1268023 Logically dead codeCaolán McNamara1-2/+1
2015-03-09V801: Decreased performanceCaolán McNamara15-20/+20
2015-03-09draw menu items with gtk themeCaolán McNamara1-1/+6
2015-03-09fix various native themeing issues because of lacking restoreCaolán McNamara1-0/+1
2015-03-09draw menu bg with gtk themeCaolán McNamara1-4/+11