summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-05-18loplugin:unusedmethodsNoel Grandin1-24/+0
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh1-1/+2
2021-05-17gtk4: reenable buttonCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin4-37/+151
2021-05-15inherit ComboBox from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara1-2/+2
2021-05-15inherit Button from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-15inherit Expander from Widget instead of ContainerCaolán McNamara1-3/+3
2021-05-15inherit TextView from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-14gtk4: clear parent widget can-focus of False if child has can-focus of trueCaolán McNamara1-1/+1
2021-05-13can pass by const& hereNoel Grandin1-1/+1
2021-05-13make some classes privateNoel Grandin1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-11/+6
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-6/+11
2021-05-11loplugin:noexceptmoveNoel Grandin1-2/+2
2021-05-11gtk4: menu item text seems to be parsed as xml now, so escape the basicsCaolán McNamara1-0/+2
2021-05-11fix leak in SalLayoutGlyphsNoel Grandin1-3/+4
2021-05-11tdf#76258 Use correct icon size for color filter popup colorsSamuel Mehrbrodt1-0/+1
2021-05-10vcl: move outdev.hxx flags into own headersChris Sherlock7-92/+249
2021-05-10vcl: move DrawImageFlags to own headerChris Sherlock2-15/+42
2021-05-10vcl: move DrawTextFlags to own headerChris Sherlock2-28/+54
2021-05-06loplugin:unusedmethodsNoel Grandin2-6/+0
2021-05-06use Widget::get_clipboardCaolán McNamara1-0/+4
2021-05-06add get_clipboard to widgetCaolán McNamara1-0/+5
2021-05-06make it possible to write canvas unittestsLuboš Luňák2-10/+18
2021-05-05loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2021-05-05convert sal_uLong and tools::Long in vcl/settingsNoel Grandin2-36/+36
2021-05-05loplugin:constmethodNoel Grandin3-3/+3
2021-05-05vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna1-2/+2
2021-05-05sal_uLong->Color in BitmapDuoToneFilterNoel Grandin1-3/+3
2021-05-05sal_uLong->sal_Int32 in BitmapMosaicFilterNoel Grandin1-5/+5
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin3-4/+5
2021-05-04sal_uLong->sal_Int64 in BitmapNoel Grandin1-5/+5
2021-05-04sal_uLong->sal_Int32 in PointerStateNoel Grandin1-3/+2
2021-05-03vcl: remove MetricVectorChris Sherlock4-10/+8
2021-05-03vcl: move SalLayoutFlags to own headerChris Sherlock2-20/+45
2021-05-03const Point& overloads for some BitmapReadAccess functionsLuboš Luňák1-0/+9
2021-05-03sal_uLong->sal_uInt32 in SvTreeListNoel Grandin5-65/+62
2021-05-03sal_uLong->sal_Int32 in IMapCircleObjectNoel Grandin1-5/+4
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt1-0/+4
2021-05-03sal_uLong->sal_Int32 in ButtonNoel Grandin1-2/+1
2021-05-02sal_uLong->sal_Int32 in TextHintNoel Grandin1-4/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann3-6/+6
2021-05-02GraphicAttributes: put const. and op. '=' into the header fileTomaž Vajngerl1-2/+30
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+3
2021-04-30simplify WallpaperNoel Grandin1-10/+15
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák1-13/+13
2021-04-29allow push/pop multiple levels of freeze/thawCaolán McNamara1-0/+12
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin2-15/+7
2021-04-27Related: tdf#130326 allow bulk_insert_for_each to insert under a nodeCaolán McNamara1-1/+3