summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2019-07-25Fix typosAndrea Gelmini1-3/+3
2019-07-25LOK: support resizing windowsAshod Nakashian2-1/+23
2019-07-25LOK: Do not offset window coordinates in LOKAshod Nakashian1-1/+1
2019-07-25LOK: Reduce and improve logging of event compressionAshod Nakashian1-27/+32
2019-07-25LOK: Minor window event processing cleanupAshod Nakashian1-10/+10
2019-07-25LOK: Refactor large event queueing casesAshod Nakashian2-265/+303
2019-07-25LOK: Remove window invalidations prior to size_changedAshod Nakashian1-0/+18
2019-07-25LOK: Window creation supersedes any events on same windowAshod Nakashian1-0/+13
2019-07-25LOK: Reduce logging while processing eventsAshod Nakashian2-7/+16
2019-07-25LOK: remove duplicate cursor invalidations for same view onlyAshod Nakashian1-13/+4
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke1-0/+1
2019-07-25LOK: trace queue only when it is changedAshod Nakashian1-16/+16
2019-07-24sd lok: Remove the .uno:LeftPaneImpress call from sd lok initialization.Noel Grandin1-2/+0
2019-07-24"Basic macros" instead of "$Productname Basic macros"Samuel Mehrbrodt1-1/+1
2019-07-24Redundant conditionMike Kaganski1-1/+1
2019-07-24Drop unneeded initializationMike Kaganski1-4/+1
2019-07-23Don't draw gridlines and document background in Online server processMike Kaganski1-0/+3
2019-07-19loplugin:referencecasting in desktopNoel Grandin7-28/+19
2019-07-19cid#1448295 Unchecked return valueCaolán McNamara1-1/+1
2019-07-18cid#1448296 Unchecked return valueCaolán McNamara1-1/+1
2019-07-18cid#1448333 Unchecked return valueCaolán McNamara1-1/+1
2019-07-17Resolves: tdf#126304 resizing the extension manager breaks redrawCaolán McNamara1-0/+1
2019-07-17scrollbar is outside the widget now, not insideCaolán McNamara1-8/+0
2019-07-17LOK: support for ordering/moving partsAshod Nakashian2-1/+20
2019-07-16tdf#1448393 Uninitialized scalar fieldCaolán McNamara1-0/+1
2019-07-13Add more useful exports to soffice's callgrind modeIlmari Lauhakangas1-0/+4
2019-07-10Fix typoAndrea Gelmini1-1/+1
2019-07-10slide-sorter: multiple selectionAshod Nakashian2-2/+23
2019-07-04vcl lok: pre-load graphic librariesMiklos Vajna1-0/+3
2019-07-02tdf#125655 disbale quick edit mode for iOS and AndroidTomaž Vajngerl1-0/+11
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-1/+1
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann1-1/+1
2019-06-17tdf#125691: use _exit() instead of exit()...Dennis Francis1-1/+1
2019-06-17android: Unregistering in runLoop() is important even on Android.Jan Holesovsky1-2/+2
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin16-73/+75
2019-06-14remove some unused includesCaolán McNamara11-57/+10
2019-06-14weld ExtMgrDialog and UpdateRequiredDialogCaolán McNamara12-769/+715
2019-06-13no need for awt::Toolkit::create in UpdateDialogCaolán McNamara1-11/+0
2019-06-13drop intermediate IExtensionListBox classCaolán McNamara3-31/+16
2019-06-12move IExtensionListBox to where its usedCaolán McNamara3-10/+27
2019-06-12Missing test dependencyStephan Bergmann1-0/+4
2019-06-12Missing test dependencyStephan Bergmann1-0/+1
2019-06-12LOK: set the language for LOK before document loadingAshod Nakashian1-0/+2
2019-06-07lok: re-factor getTextSelection.Michael Meeks1-7/+89
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist1-7/+0
2019-06-06loplugin:data (macOS)Stephan Bergmann1-2/+2
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov10-14/+14
2019-06-03LD_BIND_NOW=1 if running under callgrindLuboš Luňák1-0/+3
2019-06-03LOK: Factor out iOS painting codeTomaž Vajngerl1-28/+44