summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-02-24pdfium: move PDFiumLibrary::get() impl out of the headerMiklos Vajna1-0/+6
2021-02-23tdf#127471 Detect&Correct EMF/WMF with wrong FontScaleArmin Le Grand (Allotropia)3-33/+39
2021-02-23use unique_ptr in OutputDevice::EmulateDrawTransparentNoel1-2/+2
2021-02-23loplugin:unusedmethodsNoel3-15/+0
2021-02-23do not SAL_WARN about headless not supporting blendBitmap()Luboš Luňák1-2/+0
2021-02-23loplugin:constantparamNoel1-2/+2
2021-02-23loplugin:unnecessaryvirtualNoel1-1/+1
2021-02-23convert internal bitmap formats transparency->alphaNoel Grandin8-15/+17
2021-02-23tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner7-38/+41
2021-02-22Fix computation of aF fraction in OutputDevice::SetRelativeMapModeStephan Bergmann1-2/+2
2021-02-22forward declare some things and avoid includesCaolán McNamara6-0/+7
2021-02-22factor out as a ResizableDockingWindowCaolán McNamara2-9/+36
2021-02-22move dockingwindow.ui to vclCaolán McNamara2-0/+19
2021-02-22rename to DropdownDockingWindowCaolán McNamara2-7/+7
2021-02-22an iconview target is also possibleCaolán McNamara1-1/+1
2021-02-22optimize Bitmap::Mirror()Luboš Luňák2-32/+173
2021-02-21Use structured binding here for simplicity and clarityMike Kaganski1-5/+1
2021-02-21Missing include (fix --disable-pch build)Mike Kaganski1-0/+1
2021-02-20merge together interimdockparent usageCaolán McNamara2-8/+25
2021-02-20move docking adapters to vclCaolán McNamara4-1/+62
2021-02-19ignore "fake" keypress in slideshowCaolán McNamara1-0/+2
2021-02-19update pchesCaolán McNamara1-1/+4
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara13-1/+16
2021-02-19forward declare VclBuilder in VclBuilderContainerCaolán McNamara3-2/+9
2021-02-19move VclBuilder::preload so desktop doesn't need to include that headerCaolán McNamara1-1/+6
2021-02-19detect if menubutton already has an image and reuse itCaolán McNamara1-0/+12
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara3-10/+21
2021-02-19write color components properly in debug outputLuboš Luňák1-3/+4
2021-02-19loplugin:refcounting in vclNoel16-101/+88
2021-02-19pdfium: eliminate FPDF_DOCUMENT from public headerMiklos Vajna1-12/+39
2021-02-18move async focus-in/focus-out workaround to known client that needs itCaolán McNamara1-57/+16
2021-02-18loplugin:referencecasting (macOS)Stephan Bergmann1-1/+1
2021-02-18disable-pch fixNoel Grandin1-0/+2
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel4-10/+7
2021-02-18Fix an OUString constructionStephan Bergmann1-1/+1
2021-02-18pdfium: eliminate FPDF_PAGE from public headerMiklos Vajna1-14/+59
2021-02-18vcl: move def. of peekGraphicFormat into GraphicFormatDetectorTomaž Vajngerl4-284/+278
2021-02-18vcl: condense the description and rename the peek format functionTomaž Vajngerl3-47/+30
2021-02-18vcl: clean-up code used for loading of external graphic filtersTomaž Vajngerl3-210/+2
2021-02-18Move GIF writer from filter module into VCLTomaž Vajngerl9-47/+876
2021-02-17ofz#31021 Stack-buffer-overflowCaolán McNamara1-2/+1
2021-02-17Move DXF reader from filter module into VCLTomaž Vajngerl32-86/+61174
2021-02-17tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)3-5/+86
2021-02-17pdfium: eliminate FPDF_SIGNATURE from public headerMiklos Vajna1-8/+26
2021-02-17Move PBM,PPM reader from filter module into VCLTomaž Vajngerl20-24/+663
2021-02-17Move PCD reader from filter module into VCLTomaž Vajngerl13-36/+487
2021-02-17Move PSD reader from filter module into VCLTomaž Vajngerl16-21/+882
2021-02-17Move EPS reader and writer from filter module into VCLTomaž Vajngerl19-28/+4318
2021-02-17Move RAS and PCX reader from filter module into VCLTomaž Vajngerl30-46/+1047
2021-02-17Move MET reader from filter module into VCLTomaž Vajngerl18-40/+2929