- ebfc7ac vcldemo: horrible scratch me - exposes internals for testing. by Michael Meeks · 11 years ago private/mmeeks/gldebug
- 12d8986 vcldemo: lower level help showing. by Michael Meeks · 11 years ago
- 8b39c01 vcldemo: make balloon help test minimal, and pop-up help on start. by Michael Meeks · 11 years ago
- 413f7c3 Remove oox::core::FilterBase::implGetImplementationName indirection by Stephan Bergmann · 11 years ago
- a81d605 fix higher debug build by Caolán McNamara · 11 years ago
- 2f49c0b Fix MSVC build by Stephan Bergmann · 11 years ago
- 93b0b5b tdf#90030 Jump to Last Edited Slide Menu Entry by Anurag Kanungo · 11 years ago
- 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
- 5229726 loplugin: add Dialog to unusedvariablecheck by Noel Grandin · 11 years ago
- bca6b66 DocxAttributeOutput::m_pFoot/EndnotesList: use std::unique_ptr by Miklos Vajna · 11 years ago
- 05da6e1 -Werror,-Winconsistent-missing-override by Stephan Bergmann · 11 years ago
- d4652b5 WW8: bShdTxtCol is always false by Zolnai Tamás · 11 years ago
- f7424ed SfxTabDialog: avoid changing const input parameter by Zolnai Tamás · 11 years ago
- e316792 make SwClientIter::GoStart/GoEnd private by Bjoern Michaelsen · 11 years ago
- a21948b refactor iteration by Bjoern Michaelsen · 11 years ago
- 3b4e5fd get rid of SearchType by Bjoern Michaelsen · 11 years ago
- 29492f2 Typo: remmeber->remember by Julien Nabet · 11 years ago
- bc4a33a Typo: warpper->wrapper by Julien Nabet · 11 years ago
- f3d41e1 fix stray SAL_OVERRIDE by Bjoern Michaelsen · 11 years ago
- 7ea33ed remove 'shortcut' that is longer than the original by Bjoern Michaelsen · 11 years ago
- b0dae8c Fixes for moving stuff to SwIterator by Bjoern Michaelsen · 11 years ago
- 059b2b0 Move SwClientIter::Previous() to SwIterator by Bjoern Michaelsen · 11 years ago
- 32d322a Move SwClientIter::Next() to SwIterator by Bjoern Michaelsen · 11 years ago
- a583f44 Move SwClientIter::Last() to SwIterator by Bjoern Michaelsen · 11 years ago
- 82a0260 move SwClientIter::First() to SwIterator by Bjoern Michaelsen · 11 years ago
- 0c27314 assert hard here by Bjoern Michaelsen · 11 years ago
- d7ab0bc make typed iteration private in SwClientIter now by Bjoern Michaelsen · 11 years ago
- 1fb1016 Pipe legacy Modify calls through SwClientModify by Bjoern Michaelsen · 11 years ago
- ea7f16b tdf#89361 Remove remnants of Gopher support by Adolfo Jayme Barrientos · 11 years ago
- 5a751d3 make SwIterator final by Bjoern Michaelsen · 11 years ago
- 553a058 core: dont use 'shortcut' that is longer than the original by Bjoern Michaelsen · 11 years ago
- bc2740d unocore: dont use 'shortcut' that is longer than the original by Bjoern Michaelsen · 11 years ago
- 883cb9e core/layout: dont use 'shortcut' that is longer than the original by Bjoern Michaelsen · 11 years ago
- 274a1bc core/docnode: dont use 'shortcut' that is longer than the original by Bjoern Michaelsen · 11 years ago
- e6fb43c CppunitTest_sw_tiledrendering: disable part of testSetGraphicSelection on OS X by Miklos Vajna · 11 years ago
- 1f61e13 Exclude Python components if --disable-python by Stephan Bergmann · 11 years ago
- f87a47a core/doc: dont use 'shortcut' that is longer than the original by Bjoern Michaelsen · 11 years ago
- f299396 use SwIterator<> by Bjoern Michaelsen · 11 years ago
- 2c93ae2 use SwIterator<> by Bjoern Michaelsen · 11 years ago
- 8b41d429 use SwIterator<> by Bjoern Michaelsen · 11 years ago
- b5cff1e use SwIterator<> by Bjoern Michaelsen · 11 years ago
- d426723 use SwIterator<> by Bjoern Michaelsen · 11 years ago
- e9fc57c use SwIterator for typed iteration by Bjoern Michaelsen · 11 years ago
- 0d97d25 use SwIterator for typed iteration by Bjoern Michaelsen · 11 years ago
- 5111ad5 nonsense SwClientIter::operator() isnt used, better remove before someone does by Bjoern Michaelsen · 11 years ago
- 9fb3182 external/coinmp: Work around -Werror,-Wformat-pedantic by Stephan Bergmann · 11 years ago
- 81f0c28 lok_docview_init: ignore the second, not the first param by Miklos Vajna · 11 years ago
- 45b82d9 libreofficekit: various loplugin fixes by Stephan Bergmann · 11 years ago
- 144b5e6 tdf#90029: FM_PROP_DATE/TIME confusion by Stephan Bergmann · 11 years ago
- d44240e Adapt configure.ac check to new Clang -fno-sanitize-recover=... syntax by Stephan Bergmann · 11 years ago
- 2479fae android: add toolbar button to force-show the soft keyboard by Miklos Vajna · 11 years ago
- af379e9 ImpEditView::DrawSelection: emit TEXT_SELECTION LOK callback by Miklos Vajna · 11 years ago
- 13a06aa SwSelPaintRects::Show: silence LOK callback till draw edit is active by Miklos Vajna · 11 years ago
- 30d83b0 Add SwXTextDocument::setTextSelection() testcase by Miklos Vajna · 11 years ago
- 8654e16 android: also hide keyboard on graphic selection by Miklos Vajna · 11 years ago
- 6e90795 android: hide soft keyboard when scrolling by Miklos Vajna · 11 years ago
- 2384e6e sc tiled editing: EndTracking() is necessary in the tiled rendering case. by Henry Castro · 11 years ago
- fa53289 SwXTextDocument: add missing @see for 3 vcl::ITiledRenderable methods by Miklos Vajna · 11 years ago
- 6e8da9b libreofficekit: add overview of tiled editing to README by Miklos Vajna · 11 years ago
- 39bf824 LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h header by Miklos Vajna · 11 years ago
- 5df6cd1 android: Make the Bold button actually work - switches to typing in bold. by Jan Holesovsky · 11 years ago
- e6f7b88 lokdocview: detect click on border vs click inside graphic selection by Miklos Vajna · 11 years ago
- 60256cc lokdocview: ensure that the cursor is at least 30 twips wide by Miklos Vajna · 11 years ago
- 2ba8f4d editeng tiled rendering: emit callbacks necessary to have a blinking cursor by Miklos Vajna · 11 years ago
- 00b758b LOK: Implement posting of .uno: commands. by Jan Holesovsky · 11 years ago
- a250e9d Factor out the .uno: command dispatching to a separate function / file. by Jan Holesovsky · 11 years ago
- 4a8afa0 Add ImpEditView::libreOfficeKitCallback() by Miklos Vajna · 11 years ago
- 5666552 sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow. by Henry Castro · 11 years ago
- ab27a77 Add SwXTextDocument::setGraphicSelection() testcase by Miklos Vajna · 11 years ago
- a1ae91f Add testcase for SwXTextDocument::resetSelection(). by Miklos Vajna · 11 years ago
- 73ed546 SdrMarkView::SetMarkHandles: when tiled rendering, show non-frame handles, too by Miklos Vajna · 11 years ago
- ea60724 Small cleanup - no need to have 2 OpenURL's. by Jan Holesovsky · 11 years ago
- bd3771e android: add to JNI - setGraphicSelection, resetSelection by Tomaž Vajngerl · 11 years ago
- bcc3163 android: add bold selection to toolbar (experimental) by Tomaž Vajngerl · 11 years ago
- 598ba92 android: add toolbar controller by Tomaž Vajngerl · 11 years ago
- 2c0498d android: add some material design icons by Tomaž Vajngerl · 11 years ago
- 1b33434 lokdocview: cppcheck: variableScope by Miklos Vajna · 11 years ago
- 34f3f24 make format consistent with the rest of the file... by Siqi Liu · 11 years ago
- e3b517e tdf#89705: make hyperlinks clickable on impress/calc by Siqi Liu · 11 years ago
- fdcd5a5 lokdocview.c -> lokdocview.cxx by Miklos Vajna · 11 years ago
- 0262693 lok::Document: add resetSelection() by Miklos Vajna · 11 years ago
- 5fb4e35 lokdocview: add edit-changed signal, so toolbar toggle button is in sync by Miklos Vajna · 11 years ago
- 997ca80 lokdocview: register callback early by Miklos Vajna · 11 years ago
- e12afad lokdocview: add lok_docview_get_edit() by Miklos Vajna · 11 years ago
- 5c3200c lokdocview: log dragging the graphic selection by Miklos Vajna · 11 years ago
- b02216b lokdocview: return early in lcl_signalMotion() by Miklos Vajna · 11 years ago
- b2355ed71 lokdocview: implement move of images by Miklos Vajna · 11 years ago
- d440dd2 lokdocview: use lok::Document::setGraphicSelection() by Miklos Vajna · 11 years ago
- 65726aa LOK: add lok::Document::setGraphicSelection() API and implement it for Writer by Miklos Vajna · 11 years ago
- c08069f android: clicking on toolbar icon exits edit mode by Tomaž Vajngerl · 11 years ago
- 1771f21 android: use LOK_SETTEXTSELECTION_RESET as it is meant to be used by Tomaž Vajngerl · 11 years ago
- b6df97c android: simplify state tracking, make graphic selection work by Tomaž Vajngerl · 11 years ago
- 003a62f android: add graphic selection to TextCursorLayer{View} by Tomaž Vajngerl · 11 years ago
- a14d292 android: wrong parent in theme definition by Tomaž Vajngerl · 11 years ago
- 7f4e5c82 drawinglayer::processor2d::HitTestProcessor2D: ignore pixel size of ... by Miklos Vajna · 11 years ago
- f030a7f Consistency ;-) by Jan Holesovsky · 11 years ago
- 1fd5450 sc tiled mouse events: Fix the click coordinates in non-100% zooms. by Jan Holesovsky · 11 years ago
- bd03308 use toUtf8 instead for string conversion by Siqi Liu · 11 years ago
- e6264466 lokdocview: handle LOK_CALLBACK_HYPERLINK_CLICKED by Miklos Vajna · 11 years ago
- c25062f sc tiled rendering: Don't adjust the text width according to printer. by Jan Holesovsky · 11 years ago