summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski1-18/+2
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-5/+2
2021-11-30tdf#145952 don't crash with LO_COLLECT_UIINFO set in autofilterCaolán McNamara1-2/+2
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara1-3/+7
2021-11-28don't need to include vcl/menu.hxx from vcl/menubarupdateicon.hxxCaolán McNamara4-13/+13
2021-11-27Related: tdf#144410 we don't want a gap in a multicol spanning separatorCaolán McNamara1-2/+3
2021-11-25vcl: pInputElement is never nullptr in PDFObjectCopier::copyRecursively()Miklos Vajna1-9/+9
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski1-1/+1
2021-11-23Crash around help-windows.Michael Meeks1-1/+2
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara1-2/+9
2021-11-23avoid only painting to windows in LOK mode, not invalidationsLuboš Luňák1-30/+5
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin9-18/+18
2021-11-23tdf#129638 print preview: use new paper size after switching pageJustin Luth1-0/+1
2021-11-22tdf#133835 speedup calc autofilter (7)Noel Grandin1-21/+42
2021-11-19add placement to Popover popup_at_rectCaolán McNamara1-3/+8
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski2-3/+3
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski6-10/+10
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin1-22/+22
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin4-22/+23
2021-11-19Drop F_2PIMike Kaganski3-11/+11
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-3/+3
2021-11-18Drop F_PI180Mike Kaganski1-2/+1
2021-11-18draw symbols using polygons instead of raster of linesLuboš Luňák1-156/+138
2021-11-18allow vcl gen menus to have non-square imagesCaolán McNamara1-4/+10
2021-11-17vcl: split GetGradientSteps() into Get{Complex|Linear}GradientSteps()Chris Sherlock1-11/+30
2021-11-17weld colormenuCaolán McNamara1-14/+0
2021-11-17allow menu placement either under or at endCaolán McNamara1-3/+8
2021-11-17drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara1-3/+0
2021-11-16Resolves: tdf#143511 SysObj is clipped out if the widget is out of viewCaolán McNamara1-0/+20
2021-11-15qt6: Fix crash on exitMichael Weghorn1-1/+2
2021-11-12Resolves tdf#70519 - Make wavy lines depend on zoom factorHeiko Tietze1-3/+1
2021-11-12make it possible to find out what fonts are actually really usedLuboš Luňák1-0/+55
2021-11-12external: update pdfium to 4699Miklos Vajna1-1/+2
2021-11-09One LogicToLogic lessMike Kaganski1-13/+14
2021-11-09tdf#145354: Don't let an arbitrary paper size match any other arbitrary sizeTor Lillqvist1-2/+4
2021-11-09Add Printer::GetSizeOfPaper() with semantics to match GetPaper()Tor Lillqvist1-0/+5
2021-11-04Resolves: tdf#138826 adjust the aTmpMtf to get drawn at maPos of ActionCaolán McNamara1-0/+6
2021-11-04vcl: remove not needed pObjectStream in PDFObjectCopier::copyExternalResource()Miklos Vajna1-6/+0
2021-11-03tdf#145354: Don't claim random paper sizes from the system are "User Defined"Tor Lillqvist1-2/+9
2021-11-03tdf#145354: Ensure displayed paper name matches displayed paper dimensionsTor Lillqvist1-5/+8
2021-11-03put the message into static_assertCaolán McNamara1-1/+1
2021-11-03can use static_assert for compile time check hereCaolán McNamara1-1/+1
2021-11-02Add comments to two arrays mentioning that they must match the enum PaperTor Lillqvist1-0/+1
2021-11-02extract a ReorderingDropTarget for reuseCaolán McNamara1-0/+33
2021-11-01tdf#145496 Add dropped nLineWidth from refactoringJan-Marek Glogowski1-0/+3
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski16-186/+153
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák9-14/+14
2021-10-31tools::Long->sal_Int32 in bitmap filtersNoel Grandin26-435/+432
2021-10-31tools::Long->sal_Int32 in Bitmap::DitherNoel Grandin1-10/+9
2021-10-31tools::Long->sal_Int32 in ImplExpandNoel Grandin1-3/+3