summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-26Version 5.2.0.0.beta1, tag libreoffice-5.2.0.0.beta1-hotfix1libreoffice-5.2.0.0.beta1-hotfix1Christian Lohmaier
2016-05-26Revert "opengl: combined shaders to reduce shader switching"Christian Lohmaier
2016-05-26Version 5.2.0.0.beta1, tag libreoffice-5.2.0.0.beta1libreoffice-5.2.0.0.beta1Christian Lohmaier
2016-05-26bump product version to 5.2.0.0.beta1Christian Lohmaier
2016-05-26Branch libreoffice-5-2Christian Lohmaier
2016-05-26update creditslibreoffice-5-2-branch-pointChristian Lohmaier
2016-05-26update emoji autocorrect files from po-filesChristian Lohmaier
2016-05-25Updated coreChristian Lohmaier
2016-05-25sw: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-05-25vcl: replace prematurely optimized GlyphEmit with a std::vectorMichael Stahl
2016-05-25canvas: replace BOOST_PP usageMichael Stahl
2016-05-25filter: generate that with the python script, not BOOST_PPMichael Stahl
2016-05-25sw: boost::numeric_cast not really ideal in core codeMichael Stahl
2016-05-25remove now moot comment, tdf#86282 follow-upEike Rathke
2016-05-25add DVARP test caseZdeněk Crhonek
2016-05-25tdf#86282 switch to base name sheet name again for external references CSVEike Rathke
2016-05-25add DVAR test caseZdeněk Crhonek
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-05-25Resolves: tdf#97879 loop in style hierarchy on odt loopCaolán McNamara
2016-05-25Updated coreChristian Lohmaier
2016-05-25Updated coreChristian Lohmaier
2016-05-25tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke
2016-05-25Disable line arrow heads when a shape is selectedRishabh Kumar
2016-05-25Resolves: tdf#98895 range search crashes open office if range is nullCaolán McNamara
2016-05-25tdf#87026: Move accessibility relations to .ui file for LinePropertyPanelBaseMuhammet Kara
2016-05-25Resolves: rhbz#89554 Dragging table to other page causes crashCaolán McNamara
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara
2016-05-25new src file has ExtraLong in use anymoreCaolán McNamara
2016-05-25no src file has BorderStyle in use anymoreCaolán McNamara
2016-05-25tdf#74795 RTF import: handle row-level default cell marginsMiklos Vajna
2016-05-25this temporary window will never see key inputMarkus Mohrhard
2016-05-25remove unused enum ImageColorTransformNoel Grandin
2016-05-25sd bccu#1840: .uno: commands for inserting rows / columns in Impress.Jan Holesovsky
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-25Convert AUTOCOMPLETE to scoped enumNoel Grandin
2016-05-25-Werror,-Wunused-macrosStephan Bergmann
2016-05-25Silence clang-cl -Werror,-Wmicrosoft-enum-value in external includeStephan Bergmann
2016-05-25Use VCL_GL_INFO hereTor Lillqvist
2016-05-25Avoid redundancy: The same information was logged in readProgramBinary()Tor Lillqvist
2016-05-25slideshow: appease MSVC 2013 with the std::chrono typesMichael Stahl
2016-05-25convert ImageType to scoped enumNoel Grandin
2016-05-25Don't claim to be reading a file before trying to open itTor Lillqvist
2016-05-25tdf#98792: This assertion is not neededTor Lillqvist
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin
2016-05-25l10ntools: replace boost::crc with rtl_crc32Michael Stahl
2016-05-25slideshow: replace boost::posix_time with C++11 std::chronoMichael Stahl
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl
2016-05-25oox: replace boost::array with std::arrayMichael Stahl
2016-05-25SWITCH returns error if compared value contains an error, tdf#97831 follow-upWinfried Donkers