Age | Commit message (Expand) | Author |
2016-05-25 | sw: replace boost::shared_array with std::shared_ptr | Michael Stahl |
2016-04-12 | Avoid reserved identifiers | Stephan Bergmann |
2016-03-31 | tdf#97525 vcl: make DeletionListener internal | Jochen Nitschke |
2016-02-02 | boost::hash->std::hash | Noel Grandin |
2016-02-01 | boost::cref->std::cref | Noel Grandin |
2016-01-31 | OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that | Caolán McNamara |
2016-01-18 | basebmp now only used from vcl/headless code | Caolán McNamara |
2016-01-18 | drawmodes header gone | Caolán McNamara |
2015-12-12 | No need for a separate <vcl/lstbox.h> | Tor Lillqvist |
2015-12-11 | No need for a separate <vcl/combobox.h> | Tor Lillqvist |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian |
2015-11-11 | 5th step to remove tools/rtti.hxx | Oliver Specht |
2015-10-01 | tdf#92341 Add AutoCorrect entry in context menu for non-swriter | Yousuf Philips |
2015-09-18 | boost->std | Caolán McNamara |
2015-06-18 | drop unused sequenceasvector.hxx (see sequence.hxx) | Caolán McNamara |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-08-18 | drop unnecessary shl.hxx includes | Caolán McNamara |
2014-07-17 | Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx | Tobias Lippert |
2014-05-09 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-04-23 | huge hrc and src file cleanup | Thomas Arnhold |
2013-10-28 | fixincludeguards.sh: editeng | Thomas Arnhold |
2013-04-23 | execute move of global headers | Bjoern Michaelsen |
2013-04-22 | editeng: move two double used SIDs | Thomas Arnhold |
2013-04-22 | restore SvxNumRule::SetLevel variant | Caolán McNamara |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-22 | sal_Bool to bool | Matteo Casalin |
2013-04-19 | Revert "Revert "fix fdo#47018 Impress paste destroy bullet"" | Eike Rathke |
2013-04-19 | Revert "fix fdo#47018 Impress paste destroy bullet" | Stephan Bergmann |
2013-04-18 | fix fdo#47018 Impress paste destroy bullet | Cao Cuong Ngo |
2013-04-15 | basic inplace Font preview for calc | Noel Power |
2013-04-12 | make that a proper static method EditView::CheckLanguage() | Eike Rathke |
2013-04-08 | fdo#62116: Be sure to convert relative URLs into absolute ones. | Kohei Yoshida |
2013-04-07 | remove needless forward rtl::OUString declarations | Luboš Luňák |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-05 | new module i18nlangtag | Eike Rathke |
2013-03-22 | Make EditTextObject copyable. Its Clone() method uses that anyway... | Kohei Yoshida |
2013-03-13 | fdo#60724: Fix spelling avaliable -> available. | Steven Meyer |
2013-03-12 | Oops | Fridrich Štrba |
2013-03-12 | Resolves: #i120773 Numbering lost when saving or opening a ppt file | Zhe Wang |
2013-03-12 | Let's abbreviate Rectangle as Rect, not Rec | Tor Lillqvist |
2013-03-11 | Resolves: #i118905# Changed EditEngine to be able to paint to overlay directly | Armin Le Grand |
2013-03-09 | const-correctness | Ivan Timofeev |
2013-03-08 | fdo#60691 add modelines to *.src and *.hrc files | Borim |
2013-03-04 | doubled includes | Thomas Arnhold |
2013-03-04 | remove unused and commented out code | Thomas Arnhold |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold |
2013-03-02 | Typo fix: informations -> information and a few other adjacent typos. | Gregg King |
2013-02-27 | fdo#39446 - Bloat Removal. Removing uncallable code with callcatcher | Jean-Noël Rouvignac |