summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2020-01-02sidebar: bring new sidebar commands in-house & be more assertive with sfx2Michael Meeks1-1/+69
2019-12-23Fix typoAndrea Gelmini1-1/+1
2019-12-23lok: catch and log exceptions during key / mouse event emission.Michael Meeks1-3/+18
2019-12-23desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian2-0/+76
2019-12-23LOK: spelldialog: don't create the dialog when loading new viewsAshod Nakashian1-0/+0
2019-12-22sc: LOK: commit cell edits before saveasAshod Nakashian1-7/+54
2019-12-21lok: Add pseudo uno command ToggleOrientationMuhammet Kara1-0/+156
2019-12-19sal_Char->char in desktop..dtransNoel Grandin17-25/+25
2019-12-16sfx2: sidebar: new .uno commands to show and hide sidebarsAshod Nakashian1-6/+6
2019-12-16LOK: don't send LOK notifications while switching viewsAshod Nakashian1-16/+2
2019-12-16jsdialogs: simply resize to reloadSzymon Kłos1-2/+1
2019-12-16Revert "jsdialogs: don't recreate sidebar on event"Szymon Kłos1-0/+4
2019-12-16jsdialogs: don't recreate sidebar on eventSzymon Kłos1-4/+0
2019-12-16jsdialogs: refresh after eventSzymon Kłos1-2/+2
2019-12-16lok: unit test dialog text input fieldMarco Cecchetti1-0/+32
2019-12-13loplugin:unusedfieldsNoel Grandin2-4/+2
2019-12-10LO extension Dialog fill updateandreas kainz1-7/+0
2019-12-09Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-3/+3
2019-12-05LO extension Dialog move Header and filters to the topandreas kainz1-96/+96
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-04desktop: fix Android -Werror,-Wunreachable-codeMiklos Vajna1-3/+2
2019-12-04lok: Fix the condition of setting the transparent background.Jan Holesovsky1-4/+5
2019-12-04lok: cleanup getCellCursorMichael Meeks2-39/+3
2019-12-03use scoped enumStephan Bergmann1-14/+13
2019-12-03remove some useless comment linesNoel Grandin3-3/+0
2019-12-03Make OpenCLMinimumDataSize configuration property non-nillableStephan Bergmann1-1/+1
2019-12-03desktop: disable callback handling while changing the viewAshod Nakashian2-20/+33
2019-12-03lok: formula bar: function completionMarco Cecchetti2-1/+19
2019-12-02android: Get rid of the 'old' vs. Online-based runtime distinction.Jan Holesovsky1-15/+6
2019-12-01cppcheck: performing init in init list (desktop/editeng)Julien Nabet1-4/+10
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann33-92/+92
2019-11-30lok: add viewId to window painting, to allow special-casing on render.Michael Meeks2-7/+25
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-27Remove unused BackendImpl::t_string2objectStephan Bergmann1-2/+0
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann1-3/+3
2019-11-26lok: calc formula bar tunneling: function list callbackMarco Cecchetti1-0/+2
2019-11-26We use the system clipboard on iOS and not the "LOK clipboard"Tor Lillqvist2-2/+23
2019-11-24cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet2-5/+3
2019-11-24lok: Chart context menu: Replace tunneled context menu with JS context menu.Tamás Zolnai1-2/+12
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann16-5/+68
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann5-6/+6
2019-11-19tdf#128523: drop cache directory when restart manager initiates restartMike Kaganski1-0/+13
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-16Replace some std::once with static initializersMike Kaganski1-12/+6
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks1-0/+2
2019-11-10Added Orientation argument to LOKIT renderFontMert Tumer2-7/+30
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-06Revert "lok: sc: make hi-dpi/zoom compatible with retrieving cell cursor"Michael Meeks1-1/+1
2019-11-06Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks1-7/+1
2019-11-04lok: share conversion of OUString to C strings.Michael Meeks1-61/+24