summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-12-01gbuild: introduce plugin + loader conceptsJan-Marek Glogowski9-9/+18
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski1-18/+2
2021-12-01Qt fix non-X11 build and introduce CHECK_* macrosJan-Marek Glogowski4-15/+21
2021-12-01Distinguish between --disable-gui and --without-xJan-Marek Glogowski1-64/+42
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-5/+2
2021-12-01tdf#145964: Windows format name is FileNameW for Unicode stringsMike Kaganski1-1/+1
2021-11-30don't disable Skia tests on MacLuboš Luňák1-36/+51
2021-11-30fix Skia copyArea() not coping with coordinates outside (tdf#145811)Luboš Luňák3-3/+124
2021-11-30svp: normalize DoYieldJan-Marek Glogowski3-72/+84
2021-11-30gtk[3|4] calculate row height closer to what gtk appears to doCaolán McNamara1-1/+1
2021-11-30tdf#145952 don't crash with LO_COLLECT_UIINFO set in autofilterCaolán McNamara1-2/+2
2021-11-30gtk[3|4] allow anything that would enable positioning onscreenCaolán McNamara1-5/+2
2021-11-30handle Skia not drawing GPU-backend shader to a bitmap (tdf#145797)Luboš Luňák1-0/+9
2021-11-30loplugin:simplifyconstructStephan Bergmann1-2/+2
2021-11-30tdf#145873 Fix FILEOPEN: EMF file not displayed #2Hossein2-0/+35
2021-11-30workaround gcc bug #55776 about enum class shadowing a globalLuboš Luňák3-20/+16
2021-11-30remove duplicated VCL_DLLPUBLICLuboš Luňák1-4/+4
2021-11-30Document SAL_NO_MOUSEGRABSSamuel Mehrbrodt1-0/+2
2021-11-29implement xor drawing directly using Skia (tdf#141090)Luboš Luňák6-162/+179
2021-11-29remove Skia kDifference workaroundLuboš Luňák3-40/+4
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara2-4/+13
2021-11-29these are pdf export tests, move them to vcl_pdfexportXisco Fauli3-0/+669
2021-11-29gtk3: set anchor_hints for gdk_window_move_to_rectCaolán McNamara1-3/+6
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-26-Werror,-Wreorder-ctorStephan Bergmann1-3/+3
2021-11-25Resolves: tdf#145786 get the correct bounds with window scaling enabledCaolán McNamara1-37/+16
2021-11-25vcl: pInputElement is never nullptr in PDFObjectCopier::copyRecursively()Miklos Vajna2-10/+10
2021-11-24gtk3: I don't think it makes sense to claim a crossing event is consumedCaolán McNamara1-1/+1
2021-11-24Resolves: tdf#145864 we should only return true if we consume the motion eventCaolán McNamara1-2/+1
2021-11-24gtk[3|4] don't need the ifdefs if only using the dlsymed functionsCaolán McNamara1-19/+1
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski1-1/+1
2021-11-24tdf#84283: vcl_pdfexport: Add unittestXisco Fauli2-0/+7
2021-11-23CppunitTest_vcl_pdfexport: factor out common codeXisco Fauli1-287/+71
2021-11-23tdf#62812 WIN use a compatible DC for font funcsJan-Marek Glogowski4-84/+54
2021-11-23Crash around help-windows.Michael Meeks1-1/+2
2021-11-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara1-8/+44
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara3-5/+23
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 Grandin12-24/+24
2021-11-23tdf#129638 print preview: use new paper size after switching pageJustin Luth1-0/+1
2021-11-23gtk3: reuse popover replacement as mouse event widgetCaolán McNamara1-17/+36
2021-11-22Use less DegreeN::get()Mike Kaganski1-1/+1
2021-11-22handle filling and stroking at the same time if possibleLuboš Luňák2-3/+6
2021-11-22move code to helper functionsLuboš Luňák4-45/+57
2021-11-22tdf#133835 speedup calc autofilter (7)Noel Grandin1-21/+42
2021-11-22Related: tdf#145786 cooperate between our own grabsCaolán McNamara1-5/+40
2021-11-22gtk3: popover replacement for GtkMenuButton has to be modalCaolán McNamara1-8/+5
2021-11-21gtk3: consider replacement for popovers visibility when queryed for itCaolán McNamara1-0/+11
2021-11-20gtk3: don't double close popover replacementCaolán McNamara1-16/+26