summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2015-11-16sc lok: use client zoom for ViewRowColumnHeadersAndrzej Hunt1-0/+3
2015-11-16Bin some const char arrays used only onceTor Lillqvist1-10/+2
2015-11-16desktop: stop --convert-to from creating some not requested ...Michael Stahl1-60/+66
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin2-44/+4
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-2/+2
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian4-438/+399
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-14CppunitTest_desktop_lib: add Writer comments textcaseMiklos Vajna2-0/+47
2015-11-13loplugin:nullptrStephan Bergmann2-6/+6
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga2-1/+27
2015-11-12lok: Use reference instead of copy constructing in range-based for.Jan Holesovsky1-5/+5
2015-11-12sw lok: filter out defalt styles to avoid duplicatesAndrzej Hunt1-4/+14
2015-11-12More range based forAndrzej Hunt1-1/+1
2015-11-12Use std::vector instead of an array of stringsAndrzej Hunt1-3/+5
2015-11-12lok: send list of commands instead of ClearStylesAndrzej Hunt2-5/+22
2015-11-12Windows header sanitizationAshod Nakashian1-2/+2
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist1-1/+0
2015-11-11lok sw: Place default styles at top of style selectorAndrzej Hunt1-0/+33
2015-11-11lok: add Clear formatting to getStyles()Andrzej Hunt3-2/+15
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt1-0/+69
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-1/+1
2015-11-10desktop: Make the --writer/--calc/--impress command line options work again.Jan Holesovsky1-1/+1
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