summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-06-07lok: re-factor getTextSelection.Michael Meeks
2019-06-05Fix Android build after commit ac419786b3244d909901db053841862abf5e7a2fMike Kaganski
2019-06-05android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky
2019-06-05android: Expose setting of the JavaVM.Jan Holesovsky
2019-06-05Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann
2019-06-05android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2019-06-05android: make compat header self-containedMiklos Vajna
2019-05-29Add a couple of SAL_INFOs about types available on the system clipboardTor Lillqvist
2019-05-23lru_map: fix std::move insertJan-Marek Glogowski
2019-05-23bring lru_map to the latest (needed by widget draw cache)Tomaž Vajngerl
2019-05-21tdf#125360: PPTX: Shape fill transparency is not exportedTamás Zolnai
2019-05-19tdf#125346: PPTX export: Shape has wrong fill color comming from themeTamás Zolnai
2019-05-15Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna
2019-05-14Introduce vcl::lok::unregisterPollCallbacks() and clarify isUnipoll()Tor Lillqvist
2019-05-10drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna
2019-05-06libreofficekit: send show/hide messages for dialogscp-6.0-30Szymon Kłos
2019-05-06unipoll: emit user input-events & uno commands directly when in unipoll mode.Michael Meeks
2019-05-02lok: We changed the (unstable) ABI, but let's allow the older C++ API.Jan Holesovsky
2019-05-02lok: allow paste content to popup dialogHenry Castro
2019-04-30sfx2: LOK: resize the sidebar after layouting to avoid scrollbarsAshod Nakashian
2019-04-30sfx: LOK: notify clients of the sidebar stateAshod Nakashian
2019-04-30sfx: LOK: don't shrink sidebar height below minimumAshod Nakashian
2019-04-30sfx: LOK: no sidebar tabbarAshod Nakashian
2019-04-30LOK: sidebar: publish notifications to the correct viewAshod Nakashian
2019-04-30LOK: sidebar: enable only for Impress in LOKAshod Nakashian
2019-04-30LOK: support resizing windowsAshod Nakashian
2019-04-30sfx2: LOK: route the parent sidebar window instead of the deckAshod Nakashian
2019-04-30LOK: sfx2: disble sidebar menu-button when deck is hiddenAshod Nakashian
2019-04-30sd: sidebars are now visible in LOOLAshod Nakashian
2019-04-30tdf#118977 support PDF documents as a clipboard formatTomaž Vajngerl
2019-04-30lok: update graphic selection callback descriptionMarco Cecchetti
2019-04-26Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian
2019-04-24lok: emit ProfileZone data in messages when requested.Michael Meeks
2019-04-15LOK: support for ordering/moving partsAshod Nakashian
2019-04-15LOK: getPartInfo now returns list of selected partsAshod Nakashian
2019-04-15slide-sorter: multiple selectionAshod Nakashian
2019-04-13sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian
2019-04-11Run clang-formatTor Lillqvist
2019-04-11Don't crash if the BSTR pointer in a VARIANT is (weirdly) nullTor Lillqvist
2019-04-11tdf#82009 TreeList move painting of drag target into Paint func.Tomaž Vajngerl
2019-04-05support opacity for widget definition draw SVGsTomaž Vajngerl
2019-04-04tdf#124155 fix slider to not go beyond rect boundsTomaž Vajngerl
2019-04-04tdf#124155 change "gradient tab page" - increment & angle sliderTomaž Vajngerl
2019-04-03pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky
2019-04-03pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-04-03pdfium: Import PDF with unloaded images.Ashod Nakashian
2019-04-03pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky
2019-04-03pdfium: Share the GfxLink for PDF files.Jan Holesovsky
2019-04-01tdf#124150 increase size of color valueset widgetTomaž Vajngerl
2019-03-28Revert "pdfium: Share the GfxLink for PDF files."Jan Holesovsky