summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2020-11-17loplugin:stringviewparam check methods tooNoel6-40/+40
2020-11-16Instead of labs, use overloaded absStephan Bergmann5-8/+18
2020-11-16fix loplugin indentation warningLuboš Luňák1-2/+2
2020-11-16replace std::min(std::max()) with std::clampNoel2-2/+2
2020-11-16tdf#137898 Page count is not reset to 1 in the print preview dialogCaolán McNamara1-1/+1
2020-11-16tdf#113163 OOXML Fix transparency and alpha channel supportBartosz Kosiorek2-1/+3
2020-11-16replace std::max(std::min()) with std::clampNoel1-2/+2
2020-11-15add Menu::get_idCaolán McNamara1-0/+4
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann1-2/+3
2020-11-15uitest: Rename the "SET" to "TYPE" for Edit boxes + implement the real "SET".Jan Holesovsky1-1/+12
2020-11-14remove SalPointNoel Grandin6-47/+47
2020-11-14allow F1<->F26 accelerators in .uiCaolán McNamara1-0/+6
2020-11-14Related: tdf#131970 icon-switcher should be in single-selection modeCaolán McNamara2-0/+11
2020-11-13add set_accessible_descriptionCaolán McNamara1-0/+5
2020-11-13properly clip native VCL gradients (tdf#137563)Luboš Luňák1-1/+2
2020-11-13tdf#131970 enable tab-cycling between VerticalTabControl membersCaolán McNamara1-0/+1
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin3-12/+12
2020-11-13remove unused #ifdefNoel1-13/+3
2020-11-13tools::Long->sal_Int32 in vcl filtersNoel2-15/+15
2020-11-12pdf: add writeString for pdf elements for writing element contentTomaž Vajngerl1-3/+25
2020-11-12loplugin:unusedmethodsNoel1-6/+0
2020-11-12New loplugin:stringviewparamStephan Bergmann5-9/+11
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12Don't reuse tooltip window in different contextSzymon Kłos1-15/+14
2020-11-12use Point direct and drop a reinterpret_castCaolán McNamara1-27/+26
2020-11-12Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens1-0/+129
2020-11-12remove BigInt::operator tools::Long()Noel3-12/+12
2020-11-12remove Fraction::operator tools::Long()Noel1-2/+2
2020-11-11pdf: use a common call to parse a objectTomaž Vajngerl1-12/+9
2020-11-11pdf: use object stream to copy dict or array contentTomaž Vajngerl1-7/+14
2020-11-11support getting Expander's labelCaolán McNamara2-0/+7
2020-11-11loplugin:stringviewNoel6-9/+9
2020-11-11make sure mpAlphaVDev is drawn when drawing lines (tdf#137974)Luboš Luňák2-29/+29
2020-11-11convert more long -> tools::LongNoel16-44/+43
2020-11-11support changing Expander's labelCaolán McNamara1-0/+2
2020-11-11pdfium: eliminate remaining direct calls to FPDFPageObj_GetType()Miklos Vajna1-5/+17
2020-11-11Improved starmath colordante2-6/+6
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin28-77/+79
2020-11-10allow VclBuilder to set expander label attributesCaolán McNamara2-0/+13
2020-11-10lock print dialog height so expanders don't expand the dialogCaolán McNamara1-0/+6
2020-11-10sync the vcl expander default with the gtk one to !m_bResizeTopLevelCaolán McNamara1-1/+1
2020-11-09tdf#136962 only do implicit SetUpdateMode optimization if the widget is hiddenCaolán McNamara1-8/+11
2020-11-06pdfium: add FPDFBitmap_GetBuffer/Stride wrappersMiklos Vajna2-3/+9
2020-11-05Make findChild more robust in the face of disposed windowsStephan Bergmann1-1/+1
2020-11-05INPUTENABLE is unusedNoel1-8/+0
2020-11-05N8BitTcMask is unusedNoel7-54/+3
2020-11-04sfxlo-SidebarToolBox not used in any current .ui filesCaolán McNamara1-2/+3
2020-11-04negative returnsCaolán McNamara1-1/+1
2020-11-04loplugin:unusedmethodsNoel1-25/+6
2020-11-02pdf: deduplicate resources when copying from external PDF streamTomaž Vajngerl4-24/+80