summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-12-23if the label is explicitly set there is no ambiguity as to the labelCaolán McNamara
2020-12-23jsdialog: fix disable idle notifyHenry Castro
2020-12-23Use char16_t string literalsStephan Bergmann
2020-12-22drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-12-22loplugin:loopvartoosmallStephan Bergmann
2020-12-22left/top variable names don't match propertyCaolán McNamara
2020-12-22oss-fuzz: pngfuzzer doesn't pass sanity checkCaolán McNamara
2020-12-22oss-fuzz: bmpfuzzer doesn't pass sanity checkCaolán McNamara
2020-12-22jsdialog: add the "expand" actionHenry Castro
2020-12-22jsdialog: disable idle notifyHenry Castro
2020-12-22pdfium: replace 3 patches with backportsMiklos Vajna
2020-12-22Use gtk_box_pack_start/gtk_grid_attach (vcl/gtk3gtkinst)Julien Nabet
2020-12-22drop deprecated 'rules-hint'Caolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-12-22tdf#138801 vcl: fix lazy-loading of GIF images with logic sizeMiklos Vajna
2020-12-22split SotStorageStream into two classesNoel
2020-12-21Improve SAL_INFO output for clipboard operations on iOSTor Lillqvist
2020-12-21Add two debug output helper functionsTor Lillqvist
2020-12-21presumably we don't then need GDK_VISIBILITY_NOTIFY_MASKCaolán McNamara
2020-12-21drop deprecated visibility-notify-event event handlerCaolán McNamara
2020-12-21vcl: reverse the if statement in VectorGraphicData::getSizeBytesTomaž Vajngerl
2020-12-21pdf: add a public function to load PDF as a VectorGraphicDataTomaž Vajngerl
2020-12-21drop GTK_STOCK_* label usesCaolán McNamara
2020-12-21ditch direct gtk_alignment_new creationCaolán McNamara
2020-12-21Replace more deprecated gtk_hbox_new/gtk_vbox_new with gtk_box_newCaolán McNamara
2020-12-21disable some more tests for non-default-dpiNoel Grandin
2020-12-21vcl: refactor - new local function shiftScanlineColors()Chris Sherlock
2020-12-20Replace deprecated gtk_hbox_new/gtk_vbox_new with gtk_box_newJulien Nabet
2020-12-20GtkAlignment is a GtkContainer so the GTK_IS_CONTAINER branch is sufficientCaolán McNamara
2020-12-20drop never completed GtkSalPrinterCaolán McNamara
2020-12-20tdf#139063 crash when add a new sheet to a RTL sheetCaolán McNamara
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-19vcl: refactor - new local function getColor()Chris Sherlock
2020-12-19vcl: remove duplicate pScanlineRead assignmentChris Sherlock
2020-12-19vcl: refactor - new local function shiftColor()Chris Sherlock
2020-12-19vcl: move variables in Dither() closer to where they are usedChris Sherlock
2020-12-19vcl: move Floyd-Steinberg constants and defines to own local headerChris Sherlock
2020-12-19vcl: move GAMMA define to bitmap.hxxChris Sherlock
2020-12-19vcl: remove bRet variable from Bitmap::Dither()Chris Sherlock
2020-12-19vcl: add unit test for certain sizes of bitmaps to be ditheredChris Sherlock
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara
2020-12-18fix incorrect array access after a removed enum (tdf#138973)Luboš Luňák
2020-12-18Bin unnecessary forward declarationTor Lillqvist
2020-12-18lok: check if the tree list box model has changedHenry Castro
2020-12-18lok: add "ondemand" property to dump the TreeView propertyHenry Castro
2020-12-18lok: jsdialog: fix possible nullptr dereferenceHenry Castro
2020-12-18lok: jsbuilder: avoid sending early id to client sideHenry Castro
2020-12-18lok: use JSDialog Builder to create a Macro Selector DialogHenry Castro