summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-06-04tdf#122221: Bin apparently unnecessary early returnTor Lillqvist
2019-06-04Fix "external" graphic filter code for the DISABLE_DYNLOADING caseTor Lillqvist
2019-05-29The iOS DataFlavorMapper::getAllSupportedPboardTypes() is unusedTor Lillqvist
2019-05-29tdf#124752: We do need to accept text/html from the system clipboardTor Lillqvist
2019-05-29Add a couple of SAL_INFOs about types available on the system clipboardTor Lillqvist
2019-05-28tdf#124752: Simplify the iOS DataFlavorMapping thing a lotTor Lillqvist
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist
2019-05-23use the rect from all primitives when converting svg to BitmapTomaž Vajngerl
2019-05-23widgettheme: support multiple spinbox orientationsTomaž Vajngerl
2019-05-21tdf#125397: Avoid crash if GetpApp() returns null, can happen on iOS at leastTor Lillqvist
2019-05-15Attempt to load the theme when LibreOfficeKit is active.Jan Holesovsky
2019-05-14Introduce vcl::lok::unregisterPollCallbacks() and clarify isUnipoll()Tor Lillqvist
2019-05-14LOK: Do not offset window coordinates in LOKAshod Nakashian
2019-05-14vcl: LOK: emmit size_changed after window creationAshod Nakashian
2019-05-14Look for "online" theme when running LOOL and "ios" only on IOSTomaž Vajngerl
2019-05-14Gaceful fallback if the widget theme files can't be foundTomaž Vajngerl
2019-05-13Using the m_FeedbackFDs is now necessary also on iOSTor Lillqvist
2019-05-13Fix warning: unannotated fall-through between switch labelsTor Lillqvist
2019-05-10unipoll: let InitVCL tolerate double init.Michael Meeks
2019-05-10fix copying of maVectorGraphicData in ImpGraphicTomaž Vajngerl
2019-05-06libreofficekit: send show/hide messages for dialogscp-6.0-30Szymon Kłos
2019-05-06WidgetDefinition: add "action" state for the PushButtonTomaž Vajngerl
2019-05-06unipoll: emit user input-events & uno commands directly when in unipoll mode.Michael Meeks
2019-05-02lok: disable VCL painting and whole window invalidation.Michael Meeks
2019-04-30LOK: sidebar: release LOKNotifier on destructionAshod Nakashian
2019-04-30LOK: support resizing windowsAshod Nakashian
2019-04-30tdf#118977 support PDF documents as a clipboard formatTomaž Vajngerl
2019-04-30tdf#119965 implement tooltip widget style on macosTomaž Vajngerl
2019-04-30Remove unneeded iOS ifdefferyTor Lillqvist
2019-04-30unipoll: do the legacy wakeup if not in unipoll mode.Michael Meeks
2019-04-26Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian
2019-04-22tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl
2019-04-18tdf#124032 fix Edit background drawingTomaž Vajngerl
2019-04-13sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian
2019-04-12At least tell by how many ticks we are too earlyTor Lillqvist
2019-04-10Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky
2019-04-05support opacity for widget definition draw SVGsTomaž Vajngerl
2019-04-05fix spinbox right press SVG - plus sign didn't define a colorTomaž Vajngerl
2019-04-05Related: tdf#124148 null-deref on clicking inside empty listboxCaolán McNamara
2019-04-04Fix compilation in !HAVE_FEATURE_PDFIUM caseTor Lillqvist
2019-04-04ios widget defs: update combobox, checkbox, spinbox SVGsTomaž Vajngerl
2019-04-04ios theme definition: add slider disabled stateTomaž Vajngerl
2019-04-04tdf#124155 fix slider to not go beyond rect boundsTomaž 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: Delay the swap out.Jan Holesovsky
2019-04-03pdfium: Avoid unnecessary copying + some warning fixes.Jan Holesovsky
2019-04-03pdfium: Import PDF with unloaded images.Ashod Nakashian
2019-04-03Fix linking error in the !HAVE_FEATURE_PDFIUM caseTor Lillqvist
2019-04-03Fix build in !HAVE_FEATURE_PDFIUM caseTor Lillqvist