summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* desktop: warning C4101 unreferenced local variableMichael Stahl2016-05-091-1/+1
* LOK: drop identical invalidation notificationsAshod Nakashian2016-05-092-13/+19
* LOK: SAL_WARN for each removed event is unnecessaryAshod Nakashian2016-05-091-2/+2
* Don't change part on text documents to paint tilesAshod Nakashian2016-05-091-4/+10
* Allow painting for arbitrary partAshod Nakashian2016-05-092-1/+59
* Some LOK notifications are dropped if they are superseeded by later onesAshod Nakashian2016-05-092-61/+98
* std::tuple -> std::pairAshod Nakashian2016-05-091-3/+3
* More LOK callback notification compressionAshod Nakashian2016-05-092-1/+25
* loplugin:redundantcastTor Lillqvist2016-05-091-1/+1
* Desktop compresses text selection start/end notificationsAshod Nakashian2016-05-092-1/+36
* Desktop compresses mouse pointer notificationsAshod Nakashian2016-05-082-4/+10
* Test desktop notification compressionAshod Nakashian2016-05-081-0/+54
* loplugin:redundantcastTor Lillqvist2016-05-081-1/+1
* New LOKDocument callback queue to flush events lazily on idleAshod Nakashian2016-05-074-27/+134
* coverity#1359235 Resource leakCaolán McNamara2016-05-061-11/+9
* -Werror,-Wlogical-not-parenthesesStephan Bergmann2016-05-021-1/+1
* tdf#99311 Detect SSDs in pageinNurhak ALTIN2016-05-011-0/+29
* Fix typosAndrea Gelmini2016-05-011-1/+1
* Fix typosAndrea Gelmini2016-04-301-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-8/+8
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-259-39/+36
* Avoid reserved identifierStephan Bergmann2016-04-221-1/+1
* lok: getPartHash should be at the end, it is a new API call.Jan Holesovsky2016-04-211-1/+21
* new plugin stylepoliceNoel Grandin2016-04-213-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-209-27/+27
* In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann2016-04-191-3/+18
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-183-4/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* Use the true exit code 77 hereStephan Bergmann2016-04-141-1/+1
* loplugin:passstuffbyref in variousNoel Grandin2016-04-146-13/+13
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-132-2/+0
* lok context menu: Add module specific unit testsPranav Kant2016-04-132-5/+239
* Avoid reserved identifierStephan Bergmann2016-04-121-4/+3
* remove that unused old codeMarkus Mohrhard2016-04-121-28/+0
* loplugin:defaultparamsStephan Bergmann2016-04-121-1/+1
* lok context menu: unit testPranav Kant2016-04-123-0/+149
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* tdf#94306 replace boost::noncopyable in d...Jochen Nitschke2016-04-086-19/+31
* refactor pagein, as it still seems to cause rare crashesBjoern Michaelsen2016-04-071-19/+11
* CppunitTest_desktop_lib: avoid #include "../..." style includeMiklos Vajna2016-04-072-1/+6
* RequestHandler::Disable(join = false) is problematicStephan Bergmann2016-04-052-4/+4
* loplugin:constantparamNoel Grandin2016-04-054-16/+6
* Consistently use "desktop.app" log area hereStephan Bergmann2016-04-051-3/+3
* Remove whitespace randomly insertedStephan Bergmann2016-04-051-1/+1
* -Werror,-Wunused-functionStephan Bergmann2016-04-051-36/+0
* sequence->vector in xmlscriptNoel Grandin2016-04-059-45/+39
* No DBUS_TIMEOUT_INFINITE before D-Bus 1.4.12Stephan Bergmann2016-04-041-2/+1
* ...and MSVC "warning C4701: potentially uninitialized local variable used"Stephan Bergmann2016-04-041-2/+2
* Try silence bogus -Werror,-Wsometimes-uninitializedStephan Bergmann2016-04-041-1/+1