summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-30Include <algorithm> for std::min()Tor Lillqvist1-0/+2
2015-03-30Resolves: tdf#90301 string access out of boundsEike Rathke1-1/+1
2015-03-30Resolves: tdf#42481 propagate errors as errors in matrix calculationsEike Rathke1-8/+13
2015-03-30Return value 0 from connect() is not an error, errno is not setTor Lillqvist1-1/+0
2015-03-30Revert "Merge the --invisible and --headless options"Tor Lillqvist7-23/+48
2015-03-30WaE clang seems confused with >>= overriden operator and do not detect initia...Norbert Thiebaud1-3/+3
2015-03-30Merge the --invisible and --headless optionsTor Lillqvist7-48/+23
2015-03-30Turn macros into functionsStephan Bergmann1-31/+45
2015-03-30coverity#1292227 Missing break in switchCaolán McNamara1-0/+1
2015-03-30coverity#1292225 variable guards dead codeCaolán McNamara1-1/+1
2015-03-30drop rather awkward debugging hunkCaolán McNamara1-12/+0
2015-03-30don't attempt X internals for gtk3 plug window used by avmediaCaolán McNamara2-7/+16
2015-03-30vcl: fix GCC buildMiklos Vajna1-1/+1
2015-03-30WaE: passing [...] by value, rather pass by referenceTor Lillqvist2-9/+9
2015-03-30cleanup for SkipImages unit testsLászló Németh1-22/+29
2015-03-30Bypass test that fails on OS X without window system accessTor Lillqvist1-0/+13
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist6-50/+128
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist3-36/+0
2015-03-30Remove leftover debug codeStephan Bergmann1-4/+0
2015-03-30Replace scary reinterpret_casts with OUString::unacquiredStephan Bergmann4-19/+18
2015-03-30Unit tests for SkipImagesLászló Németh5-2/+88
2015-03-30-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2015-03-30fdo#57950 Replace chained append() with operator+Krisztian Pinter5-123/+35
2015-03-30stop including irrelevant header; include right ones insteadTakeshi Abe2-2/+2
2015-03-30finally implement and define also date formattingMarkus Mohrhard5-0/+347
2015-03-30Covertiy#1292224: Probably this is what was meant...Stephan Bergmann1-3/+3
2015-03-30Make syntax gotchaStephan Bergmann1-1/+1
2015-03-30loplugin:staticfunctionNoel Grandin28-76/+71
2015-03-30sc tiled editing: Hide the cell selection when we select graphic.Jan Holesovsky2-2/+7
2015-03-30sc tiled editing: Improve the deselection.Jan Holesovsky1-6/+13
2015-03-30Add SvxTableController::setCursorLogicPosition()Miklos Vajna5-0/+34
2015-03-30lokdocview: move handle rendering to LOKDocView_ImplMiklos Vajna1-120/+113
2015-03-30android: comment selection related code, rearrange and clean-upTomaž Vajngerl4-31/+167
2015-03-30android: open csv files in CalcMiklos Vajna2-1/+9
2015-03-30svx tiled rendering: double-click in empty table cell selects itMiklos Vajna1-0/+32
2015-03-30lokdocview: move cursor / selection overlay to LOKDocView_ImplMiklos Vajna1-82/+92
2015-03-30SdXImpressDocument: implement resetSelection()Miklos Vajna3-1/+26
2015-03-30SdrTableObj tiled rendering: implement selection callbacksMiklos Vajna1-7/+37
2015-03-30SdrMarkView tiled rendering: partially disable SdrTableObj graphic selectionMiklos Vajna4-1/+19
2015-03-30lokdocview: move motion handling to LOKDocView_ImplMiklos Vajna1-32/+32
2015-03-30sc tiled editing: Implement resetSelection().Jan Holesovsky2-2/+19
2015-03-30android: properly merge README with new contentTomaž Vajngerl1-35/+76
2015-03-30Revert "android: add README"Tomaž Vajngerl1-40/+136
2015-03-30android: add READMETomaž Vajngerl1-136/+40
2015-03-30android: add contains (hit test) to CanvasElement interfaceTomaž Vajngerl3-0/+9
2015-03-30sc tiled editing: Implement scaling of drawings and bitmaps in Calc.Jan Holesovsky3-2/+40
2015-03-30sc: No need for a special LogicMouseButtonUp/Down.Jan Holesovsky3-35/+8
2015-03-30Make SetCellSelection work in pixels, and change the name accordingly.Jan Holesovsky3-6/+6
2015-03-30android: rename graphic selection and handleTomaž Vajngerl3-23/+22
2015-03-30android: introduce CanvasElement interfaceTomaž Vajngerl3-2/+35