summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2016-07-18lok: Skip saving unmodified doc if DontSaveIfUnmodified=truePranav Kant1-2/+48
2016-07-14sc lok: add more toolbar itemsHenry Castro1-1/+3
2016-07-13include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-1/+1
2016-07-13tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks1-0/+12
2016-07-13desktop: validate OpenCL drivers before use.Michael Meeks4-0/+182
2016-07-13Resolves: tdf#100713 on cancel curData points to deleted parents vector entryCaolán McNamara1-6/+8
2016-07-12sw lok: move filtering of callbacks during paint to desktopMiklos Vajna3-89/+96
2016-07-12In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann1-3/+18
2016-07-12lok: Add a new sheet selection testPranav Kant2-1/+113
2016-07-12loplugin:unusedfieldsNoel Grandin2-3/+0
2016-07-12Remove excess newlinesChris Sherlock42-116/+0
2016-07-12lok: Subcribe to more uno commands for state changePranav Kant1-6/+6
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin1-2/+0
2016-07-12desktop lok: implement per-view CallbackFlushHandlerMiklos Vajna3-12/+20
2016-07-12desktop lok: move CallbackFlushHandler impl details out of headerMiklos Vajna2-194/+209
2016-07-12add way to add additional information to the crash reportMarkus Mohrhard8-29/+41
2016-07-10lok: disable unused UNO commandsHenry Castro1-4/+0
2016-07-07sc lok: add number format toolbar itemsHenry Castro1-1/+4
2016-07-06sc lok: add toolbar item wrap text and merge cellsHenry Castro1-1/+3
2016-07-03sd: add status bar UNO commandsHenry Castro1-1/+4
2016-07-03sw lok: add status bar UNO commandsHenry Castro1-1/+5
2016-07-02sc lok: add status bar UNO commandsHenry Castro1-1/+11
2016-07-01LOK: fix desktop unittestsAshod Nakashian1-1/+4
2016-06-22lok: Change version string to JSON formatPranav Kant1-1/+9
2016-06-22lok: Expose LO version informationPranav Kant1-0/+12
2016-06-20bccu#1781: Impress/Comments - selection not updated on deleteAshod Nakashian1-1/+3
2016-06-20LOK: don't filter cursor visibility during paintingAshod Nakashian1-1/+2
2016-06-20LOK: improved event handling and fixesAshod Nakashian1-11/+28
2016-06-20Revert "LOK: simplify notification compression to minimize error"Ashod Nakashian2-23/+30
2016-06-20LOK: simplify notification compression to minimize errorAshod Nakashian2-31/+23
2016-06-19lok: add uno command AssignLayoutHenry Castro1-1/+2
2016-06-19lok: Subcribe to more uno commands for state changePranav Kant1-1/+18
2016-06-19LOK: drop identical invalidation notificationsAshod Nakashian1-8/+17
2016-06-19fix/merge desktop unit testsAndras Timar1-32/+216
2016-06-19LOK: SAL_WARN for each removed event is unnecessaryAshod Nakashian1-2/+2
2016-06-19sw: add AnchorType parameter to .uno:PasteMiklos Vajna2-1/+17
2016-06-19CppunitTest_desktop_lib: avoid #include "../..." style includeMiklos Vajna2-1/+6
2016-06-19Test desktop notification compressionAshod Nakashian1-0/+54
2016-06-19lok: Extend the StatusModified unit test with Save As.Jan Holesovsky1-3/+38
2016-06-19CppunitTest_desktop_lib: add ModifiedStatus callback testcaseMiklos Vajna1-2/+42
2016-06-19Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2-3/+0
2016-06-19Don't change part on text documents to paint tilesAshod Nakashian1-4/+10
2016-06-19Allow painting for arbitrary partAshod Nakashian2-1/+59
2016-06-19Some LOK notifications are dropped if they are superseeded by later onesAshod Nakashian1-0/+51
2016-06-16std::tuple -> std::pairAshod Nakashian1-3/+3
2016-06-16More LOK callback notification compressionAshod Nakashian1-0/+4
2016-06-16Desktop compresses text selection start/end notificationsAshod Nakashian1-0/+9
2016-06-16Desktop compresses mouse pointer notificationsAshod Nakashian1-0/+1
2016-06-16lok: getPartHash should be at the end, it is a new API call.Jan Holesovsky1-1/+21
2016-06-16New LOKDocument callback queue to flush events lazily on idleAshod Nakashian4-27/+128