summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2021-05-22document how the on-demand treeview entries workCaolán McNamara
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20move some headers inside modulesNoel Grandin
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-18loplugin:unusedmethodsNoel Grandin
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh
2021-05-17gtk4: reenable buttonCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-15inherit ComboBox from Widget instead of ContainerCaolán McNamara
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara
2021-05-15inherit Button from Widget instead of ContainerCaolán McNamara
2021-05-15inherit Expander from Widget instead of ContainerCaolán McNamara
2021-05-15inherit TextView from Widget instead of ContainerCaolán McNamara
2021-05-14gtk4: clear parent widget can-focus of False if child has can-focus of trueCaolán McNamara
2021-05-13can pass by const& hereNoel Grandin
2021-05-13make some classes privateNoel Grandin
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-11loplugin:noexceptmoveNoel Grandin
2021-05-11gtk4: menu item text seems to be parsed as xml now, so escape the basicsCaolán McNamara
2021-05-11fix leak in SalLayoutGlyphsNoel Grandin
2021-05-11tdf#76258 Use correct icon size for color filter popup colorsSamuel Mehrbrodt
2021-05-10vcl: move outdev.hxx flags into own headersChris Sherlock
2021-05-10vcl: move DrawImageFlags to own headerChris Sherlock
2021-05-10vcl: move DrawTextFlags to own headerChris Sherlock
2021-05-06loplugin:unusedmethodsNoel Grandin
2021-05-06use Widget::get_clipboardCaolán McNamara
2021-05-06add get_clipboard to widgetCaolán McNamara
2021-05-06make it possible to write canvas unittestsLuboš Luňák
2021-05-05loplugin:unnecessaryvirtualNoel Grandin
2021-05-05convert sal_uLong and tools::Long in vcl/settingsNoel Grandin
2021-05-05loplugin:constmethodNoel Grandin
2021-05-05vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna
2021-05-05sal_uLong->Color in BitmapDuoToneFilterNoel Grandin
2021-05-05sal_uLong->sal_Int32 in BitmapMosaicFilterNoel Grandin
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin
2021-05-04sal_uLong->sal_Int64 in BitmapNoel Grandin
2021-05-04sal_uLong->sal_Int32 in PointerStateNoel Grandin
2021-05-03vcl: remove MetricVectorChris Sherlock
2021-05-03vcl: move SalLayoutFlags to own headerChris Sherlock
2021-05-03const Point& overloads for some BitmapReadAccess functionsLuboš Luňák
2021-05-03sal_uLong->sal_uInt32 in SvTreeListNoel Grandin
2021-05-03sal_uLong->sal_Int32 in IMapCircleObjectNoel Grandin
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt
2021-05-03sal_uLong->sal_Int32 in ButtonNoel Grandin
2021-05-02sal_uLong->sal_Int32 in TextHintNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-05-02GraphicAttributes: put const. and op. '=' into the header fileTomaž Vajngerl
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-04-30simplify WallpaperNoel Grandin