summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-15git-review: Use the hostname instead of alias.cp-6.0-31Jan Holesovsky1-1/+1
2019-05-15Attempt to load the theme when LibreOfficeKit is active.Jan Holesovsky1-2/+3
2019-05-15Reimplement IObjectSafety from aggregate object into ancestorMike Kaganski3-142/+67
2019-05-15Use lambdas to initialize staticsMike Kaganski1-16/+14
2019-05-15Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna4-41/+0
2019-05-15Check passed pointersMike Kaganski1-0/+6
2019-05-15Use proper VARIANT_BOOL values: VARIANT_TRUE is actually -1Mike Kaganski1-3/+10
2019-05-14CppunitTest_sw_tiledrendering: close the document while LOK is still activeAshod Nakashian1-0/+2
2019-05-14sw lok: assume no windows in SwLayoutFrame::PaintSwFrame()Miklos Vajna3-1/+39
2019-05-14CppunitTest_sw_tiledrendering: avoid stack-use-after-return in ...Miklos Vajna1-0/+7
2019-05-14Don't call Application::Quit() in Desktop::terminate() on iOSTor Lillqvist1-0/+4
2019-05-14Introduce vcl::lok::unregisterPollCallbacks() and clarify isUnipoll()Tor Lillqvist3-5/+20
2019-05-14We apparently need to drop the Solar Mutex when exiting lo_runLoop() on iOSTor Lillqvist1-4/+11
2019-05-14Bump version to 6.0-31Andras Timar1-1/+1
2019-05-14LOK: sc: Issue DOCUMENT_SIZE_CHANGED only when size changesAshod Nakashian1-6/+10
2019-05-14LOK: Do not offset window coordinates in LOKAshod Nakashian2-3/+8
2019-05-14LOK: Reduce and improve logging of event compressionAshod Nakashian1-27/+32
2019-05-14LOK: Minor window event processing cleanupAshod Nakashian1-9/+9
2019-05-14LOK: Refactor large event queueing casesAshod Nakashian2-269/+308
2019-05-14LOK: Remove window invalidations prior to size_changedAshod Nakashian1-0/+18
2019-05-14LOK: Window creation supersedes any events on same windowAshod Nakashian1-0/+13
2019-05-14LOK: Reduce logging while processing eventsAshod Nakashian2-7/+16
2019-05-14vcl: LOK: emmit size_changed after window creationAshod Nakashian1-2/+17
2019-05-14Implement OpenDocuments::PromptedOnLastOpenMike Kaganski1-3/+16
2019-05-14Look for "online" theme when running LOOL and "ios" only on IOSTomaž Vajngerl1-0/+4
2019-05-14Gaceful fallback if the widget theme files can't be foundTomaž Vajngerl3-19/+58
2019-05-13Fix comment to match realityTor Lillqvist1-1/+1
2019-05-13Using the m_FeedbackFDs is now necessary also on iOSTor Lillqvist1-14/+0
2019-05-13tdf#124923: Need to call InitVCL() on iOS before using SolarMutexGuardTor Lillqvist1-0/+4
2019-05-13Fix warning: unannotated fall-through between switch labelsTor Lillqvist1-0/+1
2019-05-13CppunitTest_sw_tiledrendering: close the document while LOK is still activeMiklos Vajna2-127/+149
2019-05-13unipoll: add a --unipoll parameter to gtktiledviewer.Michael Meeks4-4/+81
2019-05-10CppunitTest_sc_tiledrendering: close the document while LOK is still activeMiklos Vajna1-84/+77
2019-05-10CppunitTest_desktop_lib: close the document while LOK is still activeMiklos Vajna2-90/+18
2019-05-10svx lok: fix crash on select all when there is no mpMarkedObj yetMiklos Vajna1-1/+2
2019-05-10unipoll: let InitVCL tolerate double init.Michael Meeks2-18/+15
2019-05-10crashtesting: crash on importing tdf#123420-2.xlsxDennis Francis1-4/+2
2019-05-10fix copying of maVectorGraphicData in ImpGraphicTomaž Vajngerl1-0/+1
2019-05-10lok: avoid locking table when ScSpecialFilterDlg is destroyedHenry Castro1-1/+1
2019-05-10drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna4-0/+41
2019-05-10tdf#124953: Use rangelist's combined range top-left address...Dennis Francis4-7/+29
2019-05-10related tdf#117816, the dxf ID is a global and not a sheet propertyMarkus Mohrhard2-2/+2
2019-05-10related tdf#117816, only export cond format formula to xlsx when requiredMarkus Mohrhard1-3/+24
2019-05-10related tdf#117816, add more work arounds for MS Excel bugsMarkus Mohrhard1-11/+53
2019-05-10add test for tdf#117816Markus Mohrhard2-0/+13
2019-05-10tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard1-0/+10
2019-05-10tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis7-11/+162
2019-05-10tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse22-35/+429
2019-05-10PPTX: Fix import / export of image transparencyTamás Zolnai4-2/+33
2019-05-08Respect page margins of the source doc during redactionMuhammet Kara3-5/+182