summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2018-01-23EPUB export, fixed layout: add chapter names to the navigation documentMiklos Vajna
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin
2018-01-22vcl: various std::*::result_type deprecated in C++17Michael Stahl
2018-01-22improve RTL detection in TextEngineNoel Grandin
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-18Move toolbars to the border window tearoff mechanismMaxim Monastirsky
2018-01-18lok dialog: enable MessageDialog tunnelingHenry Castro
2018-01-18framework: disable layout manager in hidden framesMiklos Vajna
2018-01-17Fix typosAndrea Gelmini
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin
2018-01-17loplugin:useuniqueptr in GraphicFilterNoel Grandin
2018-01-17loplugin:useuniqueptr in PDFExtOutDevDataNoel Grandin
2018-01-17loplugin:useuniqueptr in VectorGraphicDataNoel Grandin
2018-01-17loplugin:useuniqueptr in OutDevStateNoel Grandin
2018-01-17loplugin:useuniqueptr in TextEngineNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-16Remove unused GDI_METAFILE_LABEL_NOTFOUNDStephan Bergmann
2018-01-15vcl: No need for a double-linked list of dialogs in Execute().Jan Holesovsky
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-15loplugin:useuniqueptr in CursorNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-12loplugin:useuniqueptr in Accelerator and ImplSplitSetNoel Grandin
2018-01-11Replace macro with functionStephan Bergmann
2018-01-11loplugin:redundantcast: vclStephan Bergmann
2018-01-11[API CHANGE] migrate PackageKit usage to Modify2Caolán McNamara
2018-01-09convert COLOR_CHANNEL_MERGE to constexpr functionNoel Grandin
2018-01-07uitest: add support for GtkTextView/VclMultiLineEditMarkus Mohrhard
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-28Fix typosAndrea Gelmini
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-12-22tdf#79077: Mildly improved user experienceKatarina Behrens
2017-12-21set dbus id for existing DbusSessionHelper usersCaolán McNamara
2017-12-20lokdialog: Use Application::Post{Mouse,Key}Event() to post to main threadPranav Kant
2017-12-20tdf#79077: Cleanup PapersizeFromSetup related codeKatarina Behrens
2017-12-20sal_uLong->sal_uInt32 in DrawModeFlagsNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-12-19show rest of the menu bar in a pop-up if the are is too smallTomaž Vajngerl
2017-12-19menu: pass paint size to ImplPaint and account for buttonsTomaž Vajngerl
2017-12-16sal_uLong->SalPrinterError in SalPrinterNoel Grandin
2017-12-15sal_uIntPtr/sal_uLong->void* in Popover idsNoel Grandin
2017-12-14sal_uIntPtr->unsigned long in SystemEnvDataNoel Grandin
2017-12-13sal_uLong->void* for userdata in MenuNoel Grandin
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-12-12Remove obsolete "explicit operator bool" hackStephan Bergmann
2017-12-11Remove unnecessary forward declarationStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-08Build fix: forward-decl rtl::OUStringEike Rathke