summaryrefslogtreecommitdiff
path: root/vcl/inc/pch
AgeCommit message (Expand)Author
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-14use forward decls to reduce including unnecessary headersCaolán McNamara
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara
2020-02-06drop unnecessary includeCaolán McNamara
2020-02-03make some headers privateCaolán McNamara
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth
2019-05-12regenerate PCH headersLuboš Luňák
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara
2018-04-22Drop header that had just one typedefKhaled Hosny
2018-04-17remove ImpBitmapNoel Grandin
2018-03-02delete colordata.hxxNoel Grandin
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-02-21try to fix "random config" tbMarkus Mohrhard
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl
2016-12-16vcl: Kill unused RenderSettingsTakeshi Abe
2016-12-13change from glew to epoxyCaolán McNamara
2016-11-26Kill old Graphite layout enginesKhaled Hosny
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-05-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-02-18move from boost::signal to typed LinkCaolán McNamara
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-25git: rename dndlcon.{hxx|cxx} to dndlistenercontainer.{hxx|cxx}Chris Sherlock
2016-01-11PCH support on LinuxAshod Nakashian
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-18pch: jpeg's headers conflict with INT32 typedef when in pch.Jan Holesovsky
2014-08-13update_pchThomas Arnhold
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert