summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-12-28jsdialog: enable statistics dialogsSzymon Kłos1-1/+14
2020-12-28jsdialog: dump separator lineSzymon Kłos1-0/+8
2020-12-28ofz#28984 Direct-leakCaolán McNamara1-3/+3
2020-12-28jsdialog: handle value change for spinfieldsSzymon Kłos2-1/+11
2020-12-28jsdialog: dump buttonbox propertiesSzymon Kłos1-0/+33
2020-12-28jsdialog: export column merging property in gridSzymon Kłos1-0/+4
2020-12-28jsdialog: disable row activated on "select" actionHenry Castro1-1/+1
2020-12-28jsdialog: use "WindowPaint" event to updateHenry Castro2-0/+49
2020-12-28jsdialog: use the "WindowShow" eventHenry Castro2-0/+24
2020-12-28Fix 82609e5cf72a5d4bc0f51c0f60d1246eec8953f8 (vcl/transfer)Julien Nabet1-1/+1
2020-12-28vcl: add BinaryDataContainer and change GfxLink to use itTomaž Vajngerl3-36/+65
2020-12-28jsdialog: dump collapsed state for dialogSzymon Kłos1-0/+5
2020-12-28jsdialog: change selection not mergeSzymon Kłos1-0/+2
2020-12-28jsdialog: properly destroy JsonWriterSzymon Kłos2-6/+13
2020-12-28Fix typoAndrea Gelmini2-2/+2
2020-12-28vcl: remove ancient SAL_DISABLE_NATIVE_ALPHA environment variableChris Sherlock2-13/+2
2020-12-28vcl: remove OutputDevice::ScaleBitmapChris Sherlock1-16/+13
2020-12-28ImpGraphic: inline loadPrepared as it is used only in one placeTomaž Vajngerl2-12/+8
2020-12-27replace margin-left with margin-startCaolán McNamara1-1/+1
2020-12-27tdf#88205 vcl: Adapt uses of css::uno::Sequence to use initializer_list ctorChris Sherlock1-1/+1
2020-12-27ImplGraphic: set PrefSize, PrefMapMode without forcing a swap-inTomaž Vajngerl2-26/+21
2020-12-27vcl: 'horizontically'Chris Sherlock1-1/+1
2020-12-26Cleanups after vcl/bitmapaccess.hxx splittingIlmari Lauhakangas2-2/+2
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock2-3/+3
2020-12-26tools: add Color::IsTransparent()Chris Sherlock7-46/+8
2020-12-26New loplugin:stringliteralvarStephan Bergmann7-8/+8
2020-12-25Removed duplicated includesAndrea Gelmini1-4/+0
2020-12-25Removed duplicated includeAndrea Gelmini1-1/+0
2020-12-24Temporarily disable assert that kills JenkinsStephan Bergmann1-1/+1
2020-12-24ofz#28902 uncaught exceptionCaolán McNamara1-54/+63
2020-12-24ofz#28907 Direct-leak in MetaAction::ReadMetaActionCaolán McNamara2-4/+4
2020-12-24custom literal for Degree10Noel Grandin31-84/+83
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock66-853/+847
2020-12-24vcl: merge bitmap.cxx and bitmap3.cxxChris Sherlock4-1010/+961
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock12-9/+9
2020-12-23if the label is explicitly set there is no ambiguity as to the labelCaolán McNamara1-1/+1
2020-12-23jsdialog: fix disable idle notifyHenry Castro1-4/+5
2020-12-23Use char16_t string literalsStephan Bergmann1-1/+1
2020-12-22drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara2-1936/+1825
2020-12-22loplugin:loopvartoosmallStephan Bergmann1-1/+1
2020-12-22left/top variable names don't match propertyCaolán McNamara1-2/+2
2020-12-22oss-fuzz: pngfuzzer doesn't pass sanity checkCaolán McNamara1-5/+10
2020-12-22oss-fuzz: bmpfuzzer doesn't pass sanity checkCaolán McNamara1-6/+13
2020-12-22jsdialog: add the "expand" actionHenry Castro3-7/+22
2020-12-22jsdialog: disable idle notifyHenry Castro4-1/+22
2020-12-22pdfium: replace 3 patches with backportsMiklos Vajna1-5/+5
2020-12-22Use gtk_box_pack_start/gtk_grid_attach (vcl/gtk3gtkinst)Julien Nabet1-19/+13
2020-12-22drop deprecated 'rules-hint'Caolán McNamara2-5/+0
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara8-41/+47
2020-12-22tdf#138801 vcl: fix lazy-loading of GIF images with logic sizeMiklos Vajna7-3/+110