summaryrefslogtreecommitdiff
path: root/desktop/inc
AgeCommit message (Expand)Author
2016-09-09LOK: new callback dropping implementationMarco Cecchetti
2016-09-09LOK: tidy up `CallbackFlushHandler::queue`, improved cell view cursorMarco Cecchetti
2016-09-03LOK: queue-up events while processing client callsAshod Nakashian
2016-07-13desktop: validate OpenCL drivers before use.Michael Meeks
2016-07-12sw lok: move filtering of callbacks during paint to desktopMiklos Vajna
2016-07-12desktop lok: implement per-view CallbackFlushHandlerMiklos Vajna
2016-07-12desktop lok: move CallbackFlushHandler impl details out of headerMiklos Vajna
2016-07-12add way to add additional information to the crash reportMarkus Mohrhard
2016-06-20bccu#1781: Impress/Comments - selection not updated on deleteAshod Nakashian
2016-06-20LOK: don't filter cursor visibility during paintingAshod Nakashian
2016-06-20LOK: improved event handling and fixesAshod Nakashian
2016-06-20Revert "LOK: simplify notification compression to minimize error"Ashod Nakashian
2016-06-20LOK: simplify notification compression to minimize errorAshod Nakashian
2016-06-19LOK: drop identical invalidation notificationsAshod Nakashian
2016-06-19LOK: SAL_WARN for each removed event is unnecessaryAshod Nakashian
2016-06-19Allow painting for arbitrary partAshod Nakashian
2016-06-19Some LOK notifications are dropped if they are superseeded by later onesAshod Nakashian
2016-06-16std::tuple -> std::pairAshod Nakashian
2016-06-16More LOK callback notification compressionAshod Nakashian
2016-06-16Desktop compresses text selection start/end notificationsAshod Nakashian
2016-06-16Desktop compresses mouse pointer notificationsAshod Nakashian
2016-06-16New LOKDocument callback queue to flush events lazily on idleAshod Nakashian
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock
2016-01-29libreofficekit: password interaction optional and off by defaultMichael Stahl
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky
2015-11-02afl-eventtesting: can simplify this now we use QueryExitCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09loplugin:staticmethodsStephan Bergmann
2015-10-09afl-eventtesting: provide a way to pseudo-restartCaolán McNamara
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson
2015-09-25desktop: make LibLibreOffice_Impl visible to testcasesMiklos Vajna
2015-09-24desktop: missing header guardMiklos Vajna
2015-09-23desktop: avoid 'using' in headersMiklos Vajna
2015-09-22convert Link<> to typedNoel Grandin
2015-09-17boost->stdCaolán McNamara
2015-09-09LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-07-17loplugin:unusedmethods desktopNoel Grandin
2015-07-10do not include boost/utility.hppMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-09loplugin:staticmethodsNoel Grandin
2015-02-07Fixup --without-x buildRiccardo Magliocchetti
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara