summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-20Use C++17 hexadecimal exponent floating point literalsHossein1-1/+1
2021-11-19add placement to Popover popup_at_rectCaolán McNamara3-45/+127
2021-11-19fix gtk4 buildRene Engelhard1-0/+2
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski2-3/+3
2021-11-19gtk3: treat standalone GtkPopover similarly to the GtkMenuButton managed oneCaolán McNamara1-54/+194
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski10-20/+15
2021-11-19remove unused definesNoel Grandin1-42/+1
2021-11-19gtk4: GtkPopover parent must be set before its shownCaolán McNamara1-1/+3
2021-11-19Qt set QPainter AntiAlias hint from SalGraphicsArmin Le Grand (Allotropia)1-0/+1
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin5-237/+237
2021-11-19gtk3: take default modality from the popover it replacesCaolán McNamara1-1/+1
2021-11-19Upgrade to un-deprecated API and fix a crash in the pasteboard.mm helper toolTor Lillqvist1-10/+11
2021-11-19gtk4: remove constrain-to propertyCaolán McNamara1-0/+3
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin11-37/+34
2021-11-19refactor for potential reuse outside MenuButtonCaolán McNamara1-27/+29
2021-11-19Drop F_2PIMike Kaganski5-13/+13
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-3/+3
2021-11-19tdf#137924 qt (>=5.14): Use proper DPI without requiring window handleMichael Weghorn2-2/+16
2021-11-18Qt implement QtFont::GetGlyphOutlineArmin Le Grand (Allotropia)1-1/+56
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-18add an extra margin to native control drawing on Skia/MacLuboš Luňák1-6/+18
2021-11-18fix background color of some native controls with Skia/Mac (tdf#145748)Luboš Luňák1-0/+9
2021-11-18draw Mac widget controls at proper size when HiDPILuboš Luňák1-8/+17
2021-11-18Fix typosAndrea Gelmini1-1/+1
2021-11-18allow vcl gen menus to have non-square imagesCaolán McNamara1-4/+10
2021-11-18handle also curved lines for nojoin skia polylines (tdf#143837)Luboš Luňák1-25/+22
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 McNamara3-6/+29
2021-11-17drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara1-3/+0
2021-11-17Qt resolve native winId() on demandJan-Marek Glogowski3-4/+9
2021-11-17Qt refactor SystemEnvData setupJan-Marek Glogowski3-50/+27
2021-11-17Skia dumping is no longer dbgutil-onlyLuboš Luňák1-2/+0
2021-11-17fix SkiaTest::testDrawDelayedScaleImage() with GPU+HiDPILuboš Luňák1-0/+2
2021-11-17loplugin:simplifyboolStephan Bergmann1-2/+1
2021-11-16loplugin:finalprotectedStephan Bergmann1-3/+1
2021-11-16fix drawBitmap() unittests with Skia/HiDPILuboš Luňák1-1/+2
2021-11-16try to avoid scaling bitmaps twice in Skia when drawingLuboš Luňák6-48/+212
2021-11-16make SkiaHelper::dump() available also in non-dbgutil buildsLuboš Luňák7-26/+22