summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2023-01-06move drawPolygon into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-80/+38
2023-01-06move drawPolyLine into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-382/+36
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin15-192/+205
2023-01-06move drawPolyPolygon into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-342/+141
2023-01-06adjust bodge to be only for CAIRO_CONTENT_ALPHACaolán McNamara1-1/+1
2023-01-06move getPixel into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-65/+48
2023-01-06use current known geometry for surface size instead of SAL_MAX_INT16Caolán McNamara5-15/+19
2023-01-06Revert "move getPixel into CairoCommon and reuse from X11CairoSalGraphicsImpl"Caolán McNamara7-48/+65
2023-01-06tdf#86630 sw: Add one-step page number insertion wizardofftkp3-0/+15
2023-01-06Fix typoAndrea Gelmini1-1/+1
2023-01-05Related: tdf#152703 Prevent possible hang when live resizing a windowPatrick Luby2-29/+50
2023-01-05flatten some code in vclNoel Grandin4-507/+448
2023-01-05tdf#56973 - Copy/paste (single) sheet is checked but not enabledAndreas Heinisch1-0/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann8-55/+6
2023-01-05move getPixel into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-65/+48
2023-01-05move drawPixel into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-43/+41
2023-01-05move drawLine into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-27/+56
2023-01-05move hasFastDrawTransformedBitmap into CairoCommon and reuseCaolán McNamara7-8/+14
2023-01-05move drawAlphaRect into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-85/+85
2023-01-05move drawGradient into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-78/+102
2023-01-04move implDrawGradient into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara7-31/+62
2023-01-04move supportsOperation to CairoCommonCaolán McNamara4-14/+16
2023-01-04move supportsOperation to X11CairoSalGraphicsImplCaolán McNamara4-26/+13
2023-01-04sync drawPolyLine impls early returnsCaolán McNamara2-12/+4
2023-01-04always use X11CairoSalGraphicsImplCaolán McNamara3-17/+0
2023-01-04tdf#152703 Force relayout during live resizing of windowPatrick Luby2-9/+31
2023-01-04enable SAL_ENABLE_USE_CAIRO_FOR_POLYGONS pathCaolán McNamara1-57/+49
2023-01-04drop SAL_DISABLE_USE_CAIRO_FOR_FATLINESCaolán McNamara1-22/+9
2023-01-04make applyColor staticCaolán McNamara3-9/+9
2023-01-04flatten some vcl codeNoel Grandin9-1481/+1337
2023-01-03tdf#114441 Convert sal_uLong to a better typeAndrea Rosetti4-4/+4
2023-01-03loplugin:fakeboolStephan Bergmann1-1/+1
2023-01-03vcl: Copy the resource kind object itself if...Dennis Francis3-0/+68
2023-01-03vcl: copy /Pattern resources tooDennis Francis1-1/+1
2023-01-03vcl: use /MediaBox origin in the ctm...Dennis Francis3-5/+85
2023-01-03Related: tdf#152703 Eliminate empty window with Skia/Metal while resizingPatrick Luby1-1/+30
2023-01-03tdf#148109 Paint background color in listboxIlhan Yesil3-18/+24
2023-01-03jsdialog: fix validation error dialog in CalcSzymon Kłos2-5/+8
2023-01-02split OutputDevice::CreateMask methodNoel Grandin1-117/+136
2023-01-02Use std synchronisation APIs instead of a pipeTor Lillqvist2-69/+22
2023-01-01remove dead codeNoel Grandin1-49/+7
2022-12-31tdf#136604: Remove Source Sans Pro fontsKhaled Hosny1-0/+0
2022-12-30vcl: Simplify this code and remove the funny commentKhaled Hosny1-13/+2
2022-12-30tdf#152734: Calculate correctly the kashida glyph X positionKhaled Hosny1-4/+7
2022-12-29Related: tdf#146842 Eliminate temporary copies of SkiaSalBitmap when printingPatrick Luby11-292/+323
2022-12-29merge SwapFile into ImpSwapFileNoel Grandin2-43/+4
2022-12-29use TempFileFast for vcl graphics swapoutNoel Grandin4-134/+57
2022-12-26tdf#127588 - extend selection to the entire field if nothing is selectedAndreas Heinisch1-0/+13
2022-12-23loplugin:unocast (SalGtkXWindow)Stephan Bergmann3-2/+11
2022-12-23tdf#150177 Limit minimum blink cursor ratePatrick Luby1-9/+18