summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-16make SwIterator finalBjoern Michaelsen1-1/+1
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen8-18/+17
2015-03-16unocore: dont use 'shortcut' that is longer than the originalBjoern Michaelsen4-9/+9
2015-03-16core/layout: dont use 'shortcut' that is longer than the originalBjoern Michaelsen4-12/+12
2015-03-16core/docnode: dont use 'shortcut' that is longer than the originalBjoern Michaelsen3-9/+9
2015-03-16CppunitTest_sw_tiledrendering: disable part of testSetGraphicSelection on OS XMiklos Vajna1-0/+2
2015-03-16Exclude Python components if --disable-pythonStephan Bergmann1-5/+7
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen4-7/+7
2015-03-16use SwIterator<>Bjoern Michaelsen1-52/+51
2015-03-16use SwIterator<>Bjoern Michaelsen1-11/+10
2015-03-16use SwIterator<>Bjoern Michaelsen1-4/+4
2015-03-16use SwIterator<>Bjoern Michaelsen1-62/+59
2015-03-16use SwIterator<>Bjoern Michaelsen1-7/+4
2015-03-16use SwIterator for typed iterationBjoern Michaelsen1-4/+2
2015-03-16use SwIterator for typed iterationBjoern Michaelsen1-30/+18
2015-03-16nonsense SwClientIter::operator() isnt used, better remove before someone doesBjoern Michaelsen1-4/+0
2015-03-16external/coinmp: Work around -Werror,-Wformat-pedanticStephan Bergmann2-0/+11
2015-03-16lok_docview_init: ignore the second, not the first paramMiklos Vajna1-2/+2
2015-03-16libreofficekit: various loplugin fixesStephan Bergmann2-8/+10
2015-03-16tdf#90029: FM_PROP_DATE/TIME confusionStephan Bergmann1-1/+1
2015-03-16Adapt configure.ac check to new Clang -fno-sanitize-recover=... syntaxStephan Bergmann1-1/+2
2015-03-16android: add toolbar button to force-show the soft keyboardMiklos Vajna4-0/+10
2015-03-16ImpEditView::DrawSelection: emit TEXT_SELECTION LOK callbackMiklos Vajna1-0/+26
2015-03-16SwSelPaintRects::Show: silence LOK callback till draw edit is activeMiklos Vajna1-1/+5
2015-03-16Add SwXTextDocument::setTextSelection() testcaseMiklos Vajna3-1/+31
2015-03-16android: also hide keyboard on graphic selectionMiklos Vajna1-0/+3
2015-03-16android: hide soft keyboard when scrollingMiklos Vajna1-0/+8
2015-03-16sc tiled editing: EndTracking() is necessary in the tiled rendering case.Henry Castro1-0/+5
2015-03-16SwXTextDocument: add missing @see for 3 vcl::ITiledRenderable methodsMiklos Vajna1-8/+4
2015-03-16libreofficekit: add overview of tiled editing to READMEMiklos Vajna1-0/+48
2015-03-16LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h headerMiklos Vajna6-8/+36
2015-03-16android: Make the Bold button actually work - switches to typing in bold.Jan Holesovsky8-11/+43
2015-03-16lokdocview: detect click on border vs click inside graphic selectionMiklos Vajna1-5/+33
2015-03-16lokdocview: ensure that the cursor is at least 30 twips wideMiklos Vajna1-1/+1
2015-03-16editeng tiled rendering: emit callbacks necessary to have a blinking cursorMiklos Vajna2-0/+15
2015-03-16LOK: Implement posting of .uno: commands.Jan Holesovsky6-0/+51
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky4-31/+98
2015-03-16Add ImpEditView::libreOfficeKitCallback()Miklos Vajna9-0/+55
2015-03-16sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow.Henry Castro1-0/+8
2015-03-16Add SwXTextDocument::setGraphicSelection() testcaseMiklos Vajna2-1/+27
2015-03-16Add testcase for SwXTextDocument::resetSelection().Miklos Vajna4-0/+154
2015-03-16SdrMarkView::SetMarkHandles: when tiled rendering, show non-frame handles, tooMiklos Vajna1-12/+12
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky4-15/+12
2015-03-16android: add to JNI - setGraphicSelection, resetSelectionTomaž Vajngerl2-1/+34
2015-03-16android: add bold selection to toolbar (experimental)Tomaž Vajngerl3-0/+12
2015-03-16android: add toolbar controllerTomaž Vajngerl5-14/+58
2015-03-16android: add some material design iconsTomaž Vajngerl3-0/+0
2015-03-16lokdocview: cppcheck: variableScopeMiklos Vajna1-42/+24
2015-03-16make format consistent with the rest of the file...Siqi Liu1-3/+1
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu4-3/+27