summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2019-10-08tdf#107487 fix font fallback for non-BMP characters.Mark Hung1-3/+5
2019-10-04lok preload: Some symbols are in-process when we need them.Jan Holesovsky1-5/+20
2019-09-26tdf#126967:vcl: lok: avoid starting idle paint taskHenry Castro1-0/+3
2019-09-25Fix icon load error & HiDPI icon sizing issue.Michael Meeks1-4/+28
2019-09-24tdf#126966: Use larger buttons for the colours in the sidebar on iOS - 2Marco Cecchetti1-0/+3
2019-09-18Get rid of another SAL_WARN that just pointlessly fills up log filesTor Lillqvist1-1/+0
2019-09-18Drop some useless warnings that we get hundreds ofTor Lillqvist1-4/+0
2019-09-17Revert "tdf#126966: Use larger buttons for the colours in the sidebar on iOS"Tor Lillqvist1-3/+0
2019-08-30tdf#126966: Use larger buttons for the colours in the sidebar on iOSTor Lillqvist1-0/+3
2019-07-22vcl: Numeric/MetricBox formatting of decimals is controlled via a flagAshod Nakashian1-10/+11
2019-07-15vcl: better decimal handling in NumericFormatterAshod Nakashian1-1/+24
2019-07-10tdf#81134 Chart size not retainedNoel Grandin1-3/+3
2019-07-04vcl lok: pre-load graphic librariesMiklos Vajna1-0/+26
2019-06-18[cp] android: Default to colibre.Jan Holesovsky1-0/+7
2019-06-17tdf#124907 vcl: react to pan gesture for listbox and other widgetsTomaž Vajngerl3-9/+19
2019-06-17lok: remove ext text event re-entrancy hazard.Michael Meeks1-0/+6
2019-06-07tdf#124947 fix hit area of the radio buttons, size in ios themeTomaž Vajngerl1-0/+1
2019-06-04Fix "external" graphic filter code for the DISABLE_DYNLOADING caseTor Lillqvist1-16/+14
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist1-0/+2
2019-05-23use the rect from all primitives when converting svg to BitmapTomaž Vajngerl1-8/+5
2019-05-23widgettheme: support multiple spinbox orientationsTomaž Vajngerl2-3/+11
2019-05-21tdf#125397: Avoid crash if GetpApp() returns null, can happen on iOS at leastTor Lillqvist1-1/+3
2019-05-14Introduce vcl::lok::unregisterPollCallbacks() and clarify isUnipoll()Tor Lillqvist1-1/+14
2019-05-14LOK: Do not offset window coordinates in LOKAshod Nakashian1-2/+7
2019-05-14vcl: LOK: emmit size_changed after window creationAshod Nakashian1-2/+17
2019-05-14Look for "online" theme when running LOOL and "ios" only on IOSTomaž Vajngerl1-0/+4
2019-05-14Gaceful fallback if the widget theme files can't be foundTomaž Vajngerl2-19/+54
2019-05-13Fix warning: unannotated fall-through between switch labelsTor Lillqvist1-0/+1
2019-05-10unipoll: let InitVCL tolerate double init.Michael Meeks1-0/+6
2019-05-10fix copying of maVectorGraphicData in ImpGraphicTomaž Vajngerl1-0/+1
2019-05-06libreofficekit: send show/hide messages for dialogscp-6.0-30Szymon Kłos1-0/+7
2019-05-06WidgetDefinition: add "action" state for the PushButtonTomaž Vajngerl1-0/+6
2019-05-06unipoll: emit user input-events & uno commands directly when in unipoll mode.Michael Meeks1-0/+6
2019-05-02lok: disable VCL painting and whole window invalidation.Michael Meeks1-1/+10
2019-04-30LOK: sidebar: release LOKNotifier on destructionAshod Nakashian1-0/+2
2019-04-30LOK: support resizing windowsAshod Nakashian1-0/+5
2019-04-26Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian1-0/+19
2019-04-18tdf#124032 fix Edit background drawingTomaž Vajngerl1-1/+2
2019-04-13sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian2-0/+10
2019-04-12At least tell by how many ticks we are too earlyTor Lillqvist1-1/+1
2019-04-10Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky2-4/+4
2019-04-05support opacity for widget definition draw SVGsTomaž Vajngerl1-4/+5
2019-04-05Related: tdf#124148 null-deref on clicking inside empty listboxCaolán McNamara1-2/+4
2019-04-04Fix compilation in !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+8
2019-04-04tdf#124155 fix slider to not go beyond rect boundsTomaž Vajngerl1-12/+43
2019-04-03pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky2-3/+3
2019-04-03pdfium: Use std::vector to hold the PdfData.Jan Holesovsky5-32/+32
2019-04-03pdfium: Delay the swap out.Jan Holesovsky1-3/+8
2019-04-03pdfium: Avoid unnecessary copying + some warning fixes.Jan Holesovsky1-7/+5
2019-04-03pdfium: Import PDF with unloaded images.Ashod Nakashian2-1/+79