summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2021-02-22Fix computation of aF fraction in OutputDevice::SetRelativeMapModeStephan Bergmann
2021-02-22forward declare some things and avoid includesCaolán McNamara
2021-02-22factor out as a ResizableDockingWindowCaolán McNamara
2021-02-22move dockingwindow.ui to vclCaolán McNamara
2021-02-22rename to DropdownDockingWindowCaolán McNamara
2021-02-22an iconview target is also possibleCaolán McNamara
2021-02-22optimize Bitmap::Mirror()Luboš Luňák
2021-02-21Use structured binding here for simplicity and clarityMike Kaganski
2021-02-21Missing include (fix --disable-pch build)Mike Kaganski
2021-02-20merge together interimdockparent usageCaolán McNamara
2021-02-20move docking adapters to vclCaolán McNamara
2021-02-19ignore "fake" keypress in slideshowCaolán McNamara
2021-02-19update pchesCaolán McNamara
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2021-02-19forward declare VclBuilder in VclBuilderContainerCaolán McNamara
2021-02-19move VclBuilder::preload so desktop doesn't need to include that headerCaolán McNamara
2021-02-19detect if menubutton already has an image and reuse itCaolán McNamara
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara
2021-02-19write color components properly in debug outputLuboš Luňák
2021-02-19loplugin:refcounting in vclNoel
2021-02-19pdfium: eliminate FPDF_DOCUMENT from public headerMiklos Vajna
2021-02-18move async focus-in/focus-out workaround to known client that needs itCaolán McNamara
2021-02-18loplugin:referencecasting (macOS)Stephan Bergmann
2021-02-18disable-pch fixNoel Grandin
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2021-02-18Fix an OUString constructionStephan Bergmann
2021-02-18pdfium: eliminate FPDF_PAGE from public headerMiklos Vajna
2021-02-18vcl: move def. of peekGraphicFormat into GraphicFormatDetectorTomaž Vajngerl
2021-02-18vcl: condense the description and rename the peek format functionTomaž Vajngerl
2021-02-18vcl: clean-up code used for loading of external graphic filtersTomaž Vajngerl
2021-02-18Move GIF writer from filter module into VCLTomaž Vajngerl
2021-02-17ofz#31021 Stack-buffer-overflowCaolán McNamara
2021-02-17Move DXF reader from filter module into VCLTomaž Vajngerl
2021-02-17tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)
2021-02-17pdfium: eliminate FPDF_SIGNATURE from public headerMiklos Vajna
2021-02-17Move PBM,PPM reader from filter module into VCLTomaž Vajngerl
2021-02-17Move PCD reader from filter module into VCLTomaž Vajngerl
2021-02-17Move PSD reader from filter module into VCLTomaž Vajngerl
2021-02-17Move EPS reader and writer from filter module into VCLTomaž Vajngerl
2021-02-17Move RAS and PCX reader from filter module into VCLTomaž Vajngerl
2021-02-17Move MET reader from filter module into VCLTomaž Vajngerl
2021-02-17Move PICT reader from filter module into VCLTomaž Vajngerl
2021-02-17Move TGA reader from filter module into VCLTomaž Vajngerl
2021-02-17vcl: add TIF case to GraphicDescriptorTestTomaž Vajngerl
2021-02-16WB_HYPHENATION is newly unusedCaolán McNamara
2021-02-16pdfium: add a FPDF_GetLastError() wrapperMiklos Vajna
2021-02-16vcl: add test to load graphic of some less common formatsTomaž Vajngerl
2021-02-15Qt don't fallthrough in inputMethodQueryJan-Marek Glogowski
2021-02-15tdf#140207 Qt downscale the ExtTextInputPosJan-Marek Glogowski
2021-02-15tdf#119931 Fix accessibility warningshomeboy445