summaryrefslogtreecommitdiff
path: root/vcl/workben
AgeCommit message (Expand)AuthorFilesLines
2021-07-23do not use "using namespace std" in headersCollabora1-1/+0
2021-06-07ofz#35033 missing componentsCaolán McNamara1-0/+4
2021-05-29ofz#34763 missing componentsCaolán McNamara1-0/+4
2021-05-27osl::Module::loadRelative against symbol from executable is unreliableStephan Bergmann1-128/+44
2021-05-26ofz#34602 missing a componentCaolán McNamara1-0/+2
2021-05-25ofz#34602 missing a componentCaolán McNamara1-0/+2
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh1-0/+1
2021-05-17split OutputDevice from WindowNoel Grandin3-12/+12
2021-05-09fix fuzzer buildCaolán McNamara1-0/+1076
2021-04-26drop mask from BitmapExNoel Grandin1-2/+2
2021-04-05SAL_WMF_COMPLEXCLIP_VIA_REGION is gone nowCaolán McNamara2-2/+0
2021-04-01drop AFL_DRIVER_DONT_DEFER from fuzzing .optionsCaolán McNamara18-36/+0
2021-04-01ReleaseSolarMutex before possible afl forkCaolán McNamara1-0/+8
2021-03-28oss-fuzz: stub out new entry pointsCaolán McNamara2-0/+35
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-03-23Add -a option to dump all pasteboard types plus some minor cleanupTor Lillqvist1-5/+27
2021-03-18vcl: test for reading the XPM formatTomaž Vajngerl2-2/+2
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl2-4/+4
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák3-7/+6
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-2/+2
2021-03-10add macOS instructionsNoel Grandin1-0/+4
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-02-17Move DXF reader from filter module into VCLTomaž Vajngerl2-14/+5
2021-02-17Move PBM,PPM reader from filter module into VCLTomaž Vajngerl2-13/+4
2021-02-17Move PCD reader from filter module into VCLTomaž Vajngerl2-13/+4
2021-02-17Move PSD reader from filter module into VCLTomaž Vajngerl2-13/+4
2021-02-17Move EPS reader and writer from filter module into VCLTomaž Vajngerl2-13/+4
2021-02-17Move RAS and PCX reader from filter module into VCLTomaž Vajngerl3-26/+8
2021-02-17Move MET reader from filter module into VCLTomaž Vajngerl2-13/+4
2021-02-17Move PICT reader from filter module into VCLTomaž Vajngerl2-13/+4
2021-02-17Move TGA reader from filter module into VCLTomaž Vajngerl2-13/+4
2021-02-06move Button to vcl/toolkitCaolán McNamara1-1/+1
2021-01-15Show error message if data for a type is not availableTor Lillqvist1-1/+4
2021-01-14Run through clang-format and fix a typoTor Lillqvist1-13/+13
2021-01-14Add an option to dump pasteboard data for a type to stdoutTor Lillqvist1-0/+46
2021-01-14Add a tiny program to list the contents of the macOS pasteboardTor Lillqvist1-0/+61
2021-01-07fix oss-fuzz build and fftesterCaolán McNamara2-13/+4
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock2-2/+3
2020-12-24custom literal for Degree10Noel Grandin2-5/+5
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock2-2/+0
2020-12-14ofz#28630 Fuzzing build failureCaolán McNamara1-1/+2
2020-12-13ofz#28630 Fuzzing build failureCaolán McNamara1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák1-2/+0
2020-12-07remove OpenGL VCL backend codeLuboš Luňák1-191/+5
2020-11-25Use sal_Int64 to printf tools::Long valuesStephan Bergmann1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer1-5/+5
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1