summaryrefslogtreecommitdiffstats
path: root/include/vcl
Commit message (Expand)AuthorAgeFilesLines
* lok dialog: enable MessageDialog tunnelingHenry Castro2018-01-182-1/+2
* framework: disable layout manager in hidden framesMiklos Vajna2018-01-181-1/+6
* Fix typosAndrea Gelmini2018-01-171-2/+2
* loplugin:useuniqueptr in PPDParserNoel Grandin2018-01-171-1/+2
* loplugin:useuniqueptr in GraphicFilterNoel Grandin2018-01-171-1/+2
* loplugin:useuniqueptr in PDFExtOutDevDataNoel Grandin2018-01-171-2/+3
* loplugin:useuniqueptr in VectorGraphicDataNoel Grandin2018-01-171-1/+2
* loplugin:useuniqueptr in OutDevStateNoel Grandin2018-01-171-10/+11
* loplugin:useuniqueptr in TextEngineNoel Grandin2018-01-171-6/+6
* Fix typosAndrea Gelmini2018-01-162-2/+2
* Remove unused GDI_METAFILE_LABEL_NOTFOUNDStephan Bergmann2018-01-161-1/+0
* vcl: No need for a double-linked list of dialogs in Execute().Jan Holesovsky2018-01-151-3/+1
* lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky2018-01-152-0/+35
* More loplugin:cstylecast: vclStephan Bergmann2018-01-151-1/+1
* loplugin:useuniqueptr in CursorNoel Grandin2018-01-151-1/+2
* More loplugin:cstylecast: vclStephan Bergmann2018-01-1221-184/+184
* loplugin:useuniqueptr in Accelerator and ImplSplitSetNoel Grandin2018-01-121-1/+2
* Replace macro with functionStephan Bergmann2018-01-111-2/+2
* loplugin:redundantcast: vclStephan Bergmann2018-01-111-1/+1
* [API CHANGE] migrate PackageKit usage to Modify2Caolán McNamara2018-01-111-13/+0
* convert COLOR_CHANNEL_MERGE to constexpr functionNoel Grandin2018-01-091-3/+3
* uitest: add support for GtkTextView/VclMultiLineEditMarkus Mohrhard2018-01-072-1/+66
* convert tolerance params to sal_uInt8 (second try)Noel Grandin2018-01-062-5/+5
* tdf#114837 FILEOPEN: Image is blankNoel Grandin2018-01-052-5/+5
* Fix typosAndrea Gelmini2017-12-281-2/+2
* loplugin:passstuffbyref even more return improvementsNoel Grandin2017-12-248-12/+12
* loplugin:passstuffbyref improved returns in vclNoel Grandin2017-12-237-8/+8
* tdf#79077: Mildly improved user experienceKatarina Behrens2017-12-222-1/+8
* set dbus id for existing DbusSessionHelper usersCaolán McNamara2017-12-211-0/+13
* lokdialog: Use Application::Post{Mouse,Key}Event() to post to main threadPranav Kant2017-12-201-7/+0
* tdf#79077: Cleanup PapersizeFromSetup related codeKatarina Behrens2017-12-202-1/+6
* sal_uLong->sal_uInt32 in DrawModeFlagsNoel Grandin2017-12-201-1/+1
* loplugin:unusedenumconstantsNoel Grandin2017-12-191-2/+0
* show rest of the menu bar in a pop-up if the are is too smallTomaž Vajngerl2017-12-191-0/+1
* menu: pass paint size to ImplPaint and account for buttonsTomaž Vajngerl2017-12-191-1/+1
* sal_uLong->SalPrinterError in SalPrinterNoel Grandin2017-12-161-1/+2
* sal_uIntPtr/sal_uLong->void* in Popover idsNoel Grandin2017-12-151-3/+3
* sal_uIntPtr->unsigned long in SystemEnvDataNoel Grandin2017-12-141-1/+1
* sal_uLong->void* for userdata in MenuNoel Grandin2017-12-131-3/+3
* convert tolerance params to sal_uInt8Noel Grandin2017-12-132-5/+5
* Remove obsolete "explicit operator bool" hackStephan Bergmann2017-12-121-5/+2
* Remove unnecessary forward declarationStephan Bergmann2017-12-111-1/+0
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* Build fix: forward-decl rtl::OUStringEike Rathke2017-12-081-0/+1
* Build fixSzymon Kłos2017-12-081-0/+1
* lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant2017-12-092-1/+1
* loplugin:salcall vcl builder methodsNoel Grandin2017-12-081-3/+3
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-064-2/+5
* lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky2017-12-061-2/+4
* lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant2017-12-041-3/+0