summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann63-293/+293
2015-11-09new loplugin: oncevarNoel Grandin3-8/+5
2015-11-08sc lok: Add initial test for .uno:CellCursorAndrzej Hunt1-0/+20
2015-11-06afl-event-testing: afl-1.93b has a new persistent patternCaolán McNamara1-18/+8
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-18/+18
2015-11-05sc lok: update parameter syntax for .uno:CellCursorAndrzej Hunt1-23/+34
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt1-0/+43
2015-11-04yyyyyNoel Grandin6-29/+23
2015-11-04CppunitTest_desktop_lib: test absolute positions for row/column headersMiklos Vajna1-5/+49
2015-11-03lok: Fix crash due to non-initialized callback.Jan Holesovsky2-5/+16
2015-11-03lok: Unit test for LOK_CALLBACK_UNO_COMMAND_RESULT.Jan Holesovsky1-0/+36
2015-11-03sc lok: avoid placeholder row when providing all headersMiklos Vajna1-0/+32
2015-11-03sc lok: allow requesting row headers only for a logic areaMiklos Vajna1-2/+43
2015-11-03build fix?Stephan Bergmann1-1/+1
2015-11-03desktop: minimal Android build fixMiklos Vajna1-1/+1
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky2-5/+71
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-12/+12
2015-11-02afl-eventtesting: can simplify this now we use QueryExitCaolán McNamara2-40/+4
2015-11-02afl-eventtesting: fix persistent modeCaolán McNamara1-1/+1
2015-11-01android: update JNI facade, rename mouse/keyboard event flagsTomaž Vajngerl1-4/+46
2015-11-01android: don't use alpha VDev when painting tiles on AndroidTomaž Vajngerl1-10/+24
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin12-39/+30
2015-10-30LOK: initial Document::getCommandValues() for RowColumnHeadersMiklos Vajna1-1/+17
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-3/+3
2015-10-29LOK: font/back color feedbackMihai Varga1-1/+3
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2-11/+7
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna1-8/+1
2015-10-27loplugin:unusedmethodsNoel Grandin2-14/+0
2015-10-26gtktiledviwer: try to paste as html, then as plain textMiklos Vajna1-1/+1
2015-10-26lok clipboard: support rich text pasteMiklos Vajna3-4/+12
2015-10-26lok::Document::paste: check if the given mime type is supportedMiklos Vajna2-1/+11
2015-10-22loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-22desktop: add lok::Document::paste() testcaseMiklos Vajna2-7/+18
2015-10-22LOK: add Document::paste()Miklos Vajna4-0/+181
2015-10-21android: remove the native DirectBufferAllocatorTomaž Vajngerl1-28/+0
2015-10-20afl-eventtesting: shutdown cleaner to allow things to deregisterCaolán McNamara1-2/+3
2015-10-20sc: initial png exportMiklos Vajna2-0/+11
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO1-7/+5
2015-10-20lok::Document::saveAs: add Writer/Impress/Draw png mappingMiklos Vajna3-0/+16
2015-10-19loplugin:defaultparamsStephan Bergmann2-4/+4
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen1-1/+0
2015-10-16convert Link<> to typedNoel Grandin5-21/+13
2015-10-15vcl: aAlphaBitmap.ImplGetImpBitmap() seen as 0Miklos Vajna1-0/+8
2015-10-15lok::Document::paintTile: fix non-rectangular tiles wrt. transparencyMiklos Vajna2-1/+22
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna1-1/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann57-397/+397
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-20/+20
2015-10-12cppcheck:variableScopeNoel Grandin1-8/+4