summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-26restrict this for > cairo 1.10.0 for nowCaolán McNamara1-2/+6
2015-11-26default to trying the linux bridge for all linuxy like thingsCaolán McNamara1-24/+40
2015-11-26test for IsMouseCaptured before releasing mouseCaolán McNamara3-7/+7
2015-11-26downgrade warning to infoCaolán McNamara1-1/+1
2015-11-26compilerplugins: adapt commentMiklos Vajna1-1/+1
2015-11-26SfxStyleSheetBasePool::Count returns sal_uInt16Stephan Bergmann1-2/+2
2015-11-26Adapt whitelisted namesStephan Bergmann1-4/+4
2015-11-26cid#1340232 uncaught exceptionMiklos Vajna1-6/+13
2015-11-26cid#1340231 uncaught exceptionMiklos Vajna1-6/+13
2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky21-355/+314
2015-11-26Revert "no-one passes explicit values for these defaulted params"Noel Grandin1-12/+13
2015-11-26Use comphelper::containerToSequence()Miklos Vajna1-4/+3
2015-11-26loplugin:redundantcastNoel Grandin1-1/+1
2015-11-26expression result unused [-Werror,-Wunused-value]Noel Grandin1-1/+1
2015-11-26starmath: Prefix members of SmCaretDrawingVisitorTakeshi Abe2-30/+30
2015-11-26no-one passes explicit values for these defaulted paramsNoel Grandin1-13/+12
2015-11-25vcl: further fix debug name cleanup.Michael Meeks2-3/+8
2015-11-25Convert to range based forAndrzej Hunt1-3/+3
2015-11-25add const in ranged forAndrzej Hunt1-1/+1
2015-11-25vcl: cleanup scheduler debug name usage.Michael Meeks3-13/+11
2015-11-25vcl: don't treat non-ready timers as idle handlers.Michael Meeks6-11/+46
2015-11-25vcl: improve scheduler debugging information.Michael Meeks5-1/+22
2015-11-25vcl: timer - avoid expensive and pointless re-fetch of current time.Michael Meeks1-3/+2
2015-11-25rename-sw-abbreviations.sh: Avoid test documents in complex tests.Jan Holesovsky1-1/+1
2015-11-25i125711 - Illumos port: generalize MAX_ALIGNMENT for SolarisPedro Giffuni1-2/+4
2015-11-25#i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic1-1/+2
2015-11-25gtk3: use cairo to do drawAlphaBitmap with scalingCaolán McNamara1-9/+5
2015-11-25sw: un-break JunitTest_sw_complexMichael Stahl1-0/+0
2015-11-25vcl: SalEnumFontsProcExA is unused since 2010Michael Stahl1-70/+0
2015-11-25gtk3: of course we have a different 1 bit mask format as wellCaolán McNamara1-7/+26
2015-11-25presumably if only one theme has an icon, it should be in the base themeCaolán McNamara2-0/+0
2015-11-25downgrade these warnings to infoCaolán McNamara1-3/+3
2015-11-25Fix thinko; thanks to mst.Michael Meeks1-1/+1
2015-11-25coverity#1340224 Logically dead codeCaolán McNamara1-0/+1
2015-11-25coverity#1340229 try and silence Resource leakCaolán McNamara1-12/+9
2015-11-25coverity#1340228 try and silence Resource leakCaolán McNamara1-6/+5
2015-11-25coverity#1340230 Dereference before null checkCaolán McNamara1-1/+1
2015-11-25coverity#1340222 Logically dead codeCaolán McNamara1-18/+0
2015-11-25coverity#1340227 Missing break in switchCaolán McNamara1-0/+1
2015-11-25coverity#1340226 Missing break in switchCaolán McNamara1-0/+1
2015-11-25coverity#1340225 Missing break in switchCaolán McNamara1-0/+1
2015-11-25crashtesting: failure on File_1404.docxCaolán McNamara1-0/+2
2015-11-25gtk3: implement drawAlphaBitmap for svp/gtk3 backendCaolán McNamara2-60/+194
2015-11-25gtk3: it's the *Original* device we care about, not the temp clip hack devicesCaolán McNamara1-1/+1
2015-11-25gtk3: implement drawPolyLine for svp/gtk3 backendCaolán McNamara1-37/+134
2015-11-25gtk3: track what needs to be implementedCaolán McNamara1-0/+8
2015-11-25gtk3: stroke as well as fillCaolán McNamara1-26/+74
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara15-18/+18
2015-11-25assign macro dialog: correct event name "errorOccured"Lionel Elie Mamane1-1/+1
2015-11-25regex result offsets can be negative if a group was not matched, tdf#94810Eike Rathke1-14/+22