summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-06-27do not use VCL scaling algorithm from SkiaLuboš Luňák
2020-06-27properly copy pending scale quality in SkiaSalBitmapLuboš Luňák
2020-06-27cache raster scaling also in Skia's drawAlphaBitmap()Luboš Luňák
2020-06-27use boost::make_shared_noinit()Luboš Luňák
2020-06-26use Skia's SkShader for blending bitmapsLuboš Luňák
2020-06-26extend FormattedSpinButton to allow custom input/outputCaolán McNamara
2020-06-26SAL_DISABLE_GLYPH_CACHING is OpenGL-only againLuboš Luňák
2020-06-26Upcoming improved loplugin:elidestringvar: vclStephan Bergmann
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock
2020-06-25loplugin:virtualdeadNoel Grandin
2020-06-25handle nullptr pointers in Skia debugging functionsLuboš Luňák
2020-06-25log properly the compiler used to compile SkiaLuboš Luňák
2020-06-25sd signature line: place shape on the correct pageMiklos Vajna
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-25loplugin:unusedfieldsNoel Grandin
2020-06-24loplugin:unusedmethodsNoel Grandin
2020-06-24Move DumpAsPropertyTree code to cxx fileSzymon Kłos
2020-06-24use gtk_label_new_with_mnemonicCaolán McNamara
2020-06-24Move SalInstanceDrawingArea decl to header fileSzymon Kłos
2020-06-24optimize AlphaMask::BlendWith()Luboš Luňák
2020-06-24in Skia raster mode cache even enlarging of images (tdf#134160)Luboš Luňák
2020-06-24one more BmpConversion::N8BitNoConversion for alpha hackLuboš Luňák
2020-06-24tdf#127138: Fix detection of system icon theme with Qt5/KF5Igor Poboiko
2020-06-24jsdialog: send selected tab and namesSzymon Kłos
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-23fix commit "remove JSON node erasing"Noel Grandin
2020-06-23remove JSON node erasingNoel Grandin
2020-06-23move ListBox to toolkit-only headersCaolán McNamara
2020-06-23salvtables.hxx not needed outside vclCaolán McNamara
2020-06-23most of jsdialogbuilder is not used outside vclCaolán McNamara
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara
2020-06-23jsdialog: use Idle timer to send updatesSzymon Kłos
2020-06-23Add license header to jsdialogbuilderSzymon Kłos
2020-06-23jsdialog: weld SpinButton and CheckButtonSzymon Kłos
2020-06-22do not assume SalBitmap is zero-initialized (tdf#134152)Luboš Luňák
2020-06-22move existing pages if inserting a page before an existing oneCaolán McNamara
2020-06-22add get_page_indexCaolán McNamara
2020-06-22jsdialog: use for message dialogs on mobileSzymon Kłos
2020-06-22add debugging hints to Skia READMELuboš Luňák
2020-06-22jsdialog: send JSON on selection changeSzymon Kłos
2020-06-22jsdialog: handle nested tab pagesSzymon Kłos
2020-06-22vcl/calendar.hxx no longer used outside vclCaolán McNamara
2020-06-22pdf export: add support for modification time/date in annotationsTomaž Vajngerl
2020-06-22pdf export: support pop-up annotation for notes / commentsTomaž Vajngerl
2020-06-21pdf: clean-up PDFWriterImpl::createNoteTomaž Vajngerl
2020-06-21weld DateField Calendar floating windowCaolán McNamara
2020-06-21support date and time for PDFium and use it for annotationsTomaž Vajngerl
2020-06-21block GtkCalendar mouse click from propogating to toplevel GtkWindowCaolán McNamara
2020-06-21sd: support adding PDF text / pop-up annotations as commentsTomaž Vajngerl
2020-06-21Removed duplicated includesAndrea Gelmini