summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-04-22tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl3-3/+13
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 Nakashian3-0/+11
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-05fix spinbox right press SVG - plus sign didn't define a colorTomaž Vajngerl1-2/+2
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-04ios widget defs: update combobox, checkbox, spinbox SVGsTomaž Vajngerl22-1665/+153
2019-04-04ios theme definition: add slider disabled stateTomaž Vajngerl3-3/+16
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 Holesovsky3-4/+4
2019-04-03pdfium: Use std::vector to hold the PdfData.Jan Holesovsky6-36/+36
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
2019-04-03Fix linking error in the !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+4
2019-04-03Fix build in !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+4
2019-04-03pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky2-73/+88
2019-04-03pdfium: Share the GfxLink for PDF files.Jan Holesovsky3-4/+36
2019-04-03vcl: share GfxLinkAshod Nakashian4-16/+11
2019-04-01Resolves: tdf#123175 don't use NWF to draw buttons with an overridden bgCaolán McNamara1-1/+2
2019-04-01tdf#124150 increase size of color valueset widgetTomaž Vajngerl2-0/+6
2019-04-01ios theme definition: file rename svgx -> svgTomaž Vajngerl44-93/+93
2019-04-01tdf#124148 add configurable margin for the listbox pop-up listTomaž Vajngerl5-21/+44
2019-03-29Avoid dialog headings showing up as some serif font in the iOS appTor Lillqvist1-1/+1
2019-03-29Use the colibre icon theme in Online and appsTor Lillqvist1-0/+5
2019-03-28Revert "vcl: share GfxLink"Jan Holesovsky4-11/+16
2019-03-28Revert "pdfium: Share the GfxLink for PDF files."Jan Holesovsky3-36/+4
2019-03-28Revert "pdfium: Keep the PDF data in memory, so that we can really share them."Jan Holesovsky2-88/+73
2019-03-28Revert "Fix build in !HAVE_FEATURE_PDFIUM case"Jan Holesovsky1-4/+0
2019-03-28Revert "Fix linking error in the !HAVE_FEATURE_PDFIUM case"Jan Holesovsky1-4/+0
2019-03-27Fix icon load error for uno commands with paramsMuhammet Kara1-0/+15
2019-03-27Make contents of combobox follow the finger when scrolling with a pan gestureTor Lillqvist1-1/+1
2019-03-27Fix linking error in the !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+4
2019-03-27fix build against masterTomaž Vajngerl1-2/+2
2019-03-27tdf#124146 Support panning (pan gesture) of the combobox listTomaž Vajngerl4-0/+26
2019-03-27tdf#124146 add (general) gesture event support to VCLTomaž Vajngerl4-7/+128
2019-03-27Rename DrawCommand* to WidgetDrawAction*, remove unused circ drawTomaž Vajngerl6-154/+85
2019-03-26Fix build in !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+4
2019-03-26pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky2-73/+88
2019-03-26pdfium: Share the GfxLink for PDF files.Jan Holesovsky3-4/+36
2019-03-26vcl: share GfxLinkAshod Nakashian4-16/+11
2019-03-26vcl: svx: misc improvements to pdfium importingAshod Nakashian1-1/+1
2019-03-26pdf: refactor poppler importerAshod Nakashian1-3/+3
2019-03-25opengl's drawBitmap() should also scale properly if needed (tdf#123372)Luboš Luňák1-1/+13
2019-03-16ios widget theme: make corners of widgets more round (rx,ry = 4px)Tomaž Vajngerl25-47/+47
2019-03-16ios widget theme: draw focus rectangles for widgetsTomaž Vajngerl4-0/+37
2019-03-16ios widget theme: fix wrong svg filename for the button in editboxTomaž Vajngerl1-2/+2