summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin13-162/+122
2020-06-25loplugin:unusedfieldsNoel Grandin1-1/+0
2020-06-24loplugin:unusedmethodsNoel Grandin8-107/+0
2020-06-24Move DumpAsPropertyTree code to cxx fileSzymon Kłos1-0/+21
2020-06-24use gtk_label_new_with_mnemonicCaolán McNamara1-3/+3
2020-06-24Move SalInstanceDrawingArea decl to header fileSzymon Kłos2-138/+174
2020-06-24optimize AlphaMask::BlendWith()Luboš Luňák1-6/+9
2020-06-24in Skia raster mode cache even enlarging of images (tdf#134160)Luboš Luňák1-7/+14
2020-06-24one more BmpConversion::N8BitNoConversion for alpha hackLuboš Luňák1-1/+1
2020-06-24tdf#127138: Fix detection of system icon theme with Qt5/KF5Igor Poboiko1-0/+3
2020-06-24jsdialog: send selected tab and namesSzymon Kłos1-0/+2
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-3/+1
2020-06-23fix commit "remove JSON node erasing"Noel Grandin1-3/+1
2020-06-23remove JSON node erasingNoel Grandin1-0/+9
2020-06-23move ListBox to toolkit-only headersCaolán McNamara10-10/+10
2020-06-23salvtables.hxx not needed outside vclCaolán McNamara4-4/+1111
2020-06-23most of jsdialogbuilder is not used outside vclCaolán McNamara3-6/+216
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara15-14/+18
2020-06-23jsdialog: use Idle timer to send updatesSzymon Kłos1-11/+32
2020-06-23Add license header to jsdialogbuilderSzymon Kłos1-0/+11
2020-06-23jsdialog: weld SpinButton and CheckButtonSzymon Kłos1-0/+56
2020-06-22do not assume SalBitmap is zero-initialized (tdf#134152)Luboš Luňák1-7/+4
2020-06-22move existing pages if inserting a page before an existing oneCaolán McNamara2-0/+23
2020-06-22add get_page_indexCaolán McNamara2-34/+51
2020-06-22jsdialog: use for message dialogs on mobileSzymon Kłos2-2/+50
2020-06-22add debugging hints to Skia READMELuboš Luňák1-0/+41
2020-06-22jsdialog: send JSON on selection changeSzymon Kłos1-0/+6
2020-06-22jsdialog: handle nested tab pagesSzymon Kłos2-24/+64
2020-06-22vcl/calendar.hxx no longer used outside vclCaolán McNamara4-3/+241
2020-06-22pdf export: add support for modification time/date in annotationsTomaž Vajngerl1-28/+50
2020-06-22pdf export: support pop-up annotation for notes / commentsTomaž Vajngerl2-33/+109
2020-06-21pdf: clean-up PDFWriterImpl::createNoteTomaž Vajngerl1-8/+9
2020-06-21weld DateField Calendar floating windowCaolán McNamara1-1/+0
2020-06-21support date and time for PDFium and use it for annotationsTomaž Vajngerl3-0/+94
2020-06-21block GtkCalendar mouse click from propogating to toplevel GtkWindowCaolán McNamara1-0/+13
2020-06-21sd: support adding PDF text / pop-up annotations as commentsTomaž Vajngerl1-1/+30
2020-06-21Removed duplicated includesAndrea Gelmini1-2/+0
2020-06-20jsdialog: remember weld instancesSzymon Kłos1-22/+63
2020-06-20jsdialog: execute actions using weld wrapperSzymon Kłos2-0/+3
2020-06-20pragma once for some PDF headersTomaž Vajngerl4-16/+4
2020-06-20vcl: Add annotation reading to PDFiumLibrary c++ wrapperTomaž Vajngerl4-0/+208
2020-06-20vcl: add PDFGraphicResult instead of std::pair in ImportPDFUnloadedTomaž Vajngerl1-1/+1
2020-06-20vcl: use pdfium c++ wraper classes in ImportPDFUnloadedTomaž Vajngerl1-10/+7
2020-06-20vcl: wrap PDFium types in c++ classes to ease lifecycle managementTomaž Vajngerl4-1/+231
2020-06-20tdf#133859 Wizard service: disable 'Next' button if path has only base itemIlhan Yesil2-0/+6
2020-06-19CppunitTest_vcl_pdfexport: clean up custom pdfium scopersMiklos Vajna1-61/+40
2020-06-19tdf#74702 vcl: extract DrawBorder()Chris Sherlock2-18/+20
2020-06-19sd signature line: include shape in the appearance widgetMiklos Vajna1-4/+51
2020-06-19fix coordinate typo in Skia drawTransformedBitmap() (tdf#134129)Luboš Luňák1-1/+1
2020-06-19jsdialog: Remember builder connected with LOK window idSzymon Kłos6-1240/+33