summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-14Slideshow update loop; set scheduler priority to REPAINT.Michael Meeks1-0/+2
2015-11-14Fix selection of transition groups with just one variant.Michael Meeks1-17/+26
2015-11-13Updated coreAndras Timar1-0/+0
2015-11-13disentangle ENABLE_CAIRO_CANVAS from other cairo usageCaolán McNamara1-13/+0
2015-11-13silence Solar-Version warningsCaolán McNamara1-5/+0
2015-11-13Related: #i126649# Fix wrong at tag namesTsutomu Uchino5-9/+7
2015-11-13sc: replace that boost::ptr_vector<Reference<T>*> abominationMichael Stahl2-15/+12
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl7-52/+64
2015-11-13slideshow: improve rotation timing in glitter transitionTomaž Vajngerl1-20/+26
2015-11-13slideshow: simplify NByMTileFlip transitionTomaž Vajngerl1-23/+15
2015-11-13Added Test for checking new Writer document modified stateVarun Dhall1-0/+13
2015-11-13underscores are reservedTomaž Vajngerl3-5/+5
2015-11-13OpenGL error codes are defined in hex, so show them as suchTor Lillqvist1-4/+3
2015-11-13sw: solve the CheckBookmarks fails on WNT mysteryMichael Stahl2-8/+2
2015-11-13sw lok comments: fix position of blinking cursor after mouse clickMiklos Vajna1-6/+18
2015-11-13sw lok: disable comment menu button for nowMiklos Vajna1-0/+4
2015-11-13editeng lok: respect origin of map mode for TEXT_SELECTIONMiklos Vajna1-0/+9
2015-11-13Updated coreChristian Lohmaier1-0/+0
2015-11-13tdf#86886 Shortcut keys missing in undo and redo tooltipsSamuel Mehrbrodt2-4/+4
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl3-3/+17
2015-11-13do all the headless using platforms have cairo ?Caolán McNamara6-24/+22
2015-11-13Bogus assertStephan Bergmann1-10/+12
2015-11-13loplugin:nullptrStephan Bergmann1-1/+1
2015-11-13loplugin:nullptrStephan Bergmann2-6/+6
2015-11-13sw: prefix members of SwTextIterMiklos Vajna13-580/+580
2015-11-13slideshow: cleanup main-loop usage, post-yield listeners, etc.Michael Meeks7-181/+8
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-14/+14
2015-11-13remove SSE detection code (but keep SSE2)Tomaž Vajngerl2-8/+0
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-16/+13
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-4/+6
2015-11-13tdf#95795 vcl: fix KDE5 desktop detectionMiklos Vajna1-1/+1
2015-11-13tdf#95188: enable import of shapes in footnotes in .docxOliver Specht1-0/+2
2015-11-13new loplugin ptrvector - find bad comparison of container<unique_ptr>Noel Grandin2-1/+83
2015-11-13arraysumfunctor: fast sum a double array, use for SUM() in CalcTomaž Vajngerl2-11/+145
2015-11-13tools: runtime SSE/SSE2 detectionTomaž Vajngerl3-0/+92
2015-11-13cui: loplugin:overrideMichael Stahl1-1/+1
2015-11-13sw lok: fix blinking cursor position of commentsMiklos Vajna5-16/+38
2015-11-13editeng lok: respect origin of map mode for INVALIDATE_VISIBLE_CURSORMiklos Vajna1-0/+7
2015-11-13clear VclPtr warningCaolán McNamara2-0/+6
2015-11-13Related: tdf#95682 set edit to modified after insert symbol/pasteCaolán McNamara1-0/+6
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl5-26/+33
2015-11-13android: Fixes to AndroidManifestTomaž Vajngerl1-2/+3
2015-11-13android: add source of icons to READMETomaž Vajngerl1-0/+9
2015-11-13android: don't set text color in about dialogTomaž Vajngerl1-4/+0
2015-11-13Re-enable CppunitTest_officecfg_cppheader_testStephan Bergmann2-9/+8
2015-11-13tdf#90372: Make VclScrolledWindow candidate for tabstoppingKatarina Behrens1-1/+1
2015-11-13android: remove old unused action buttons (bold, italic,...)Tomaž Vajngerl16-0/+0
2015-11-13android: rename "editMode" to "experimentalMode"Tomaž Vajngerl1-5/+5
2015-11-13android: add undo/redo to the main toolbarTomaž Vajngerl7-0/+31
2015-11-13android: Add string searching + search toolbarTomaž Vajngerl15-0/+185