summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Version 3.6.3.1, tag libreoffice-3.6.3.1libreoffice-3.6.3.1Fridrich Štrba0-0/+0
2012-10-10bump product version to 3.6.3.1, release number to 1Fridrich Štrba2-26/+26
2012-10-10Branch libreoffice-3-6-3Fridrich Štrba0-0/+0
2012-10-10fdo#55526: fix import of RTF \brdrhair:Michael Stahl1-2/+16
2012-10-10Fix fdo#55142 - use proper output offsets.Sergey Farbotka1-1/+1
2012-10-10add editeng::ConvertBorderWidthFromWord:Michael Stahl4-141/+86
2012-10-10RepositoryExternal: internal libpng requires zlib as wellMichael Stahl1-2/+3
2012-10-10fdo#54648: WW8 export: test that FlyFrm actually has layout frmMichael Stahl1-0/+4
2012-10-09don't insert the same pointer twice into a ptr_set, fdo#55710Markus Mohrhard1-2/+2
2012-10-09xlsx fix import/export of column widths fdo#55623Noel Power3-5/+6
2012-10-07fdo#46071: Do not hide windows based on nil "Visible" propertyStephan Bergmann3-8/+41
2012-10-07rhbz#820283, fdo#55462: sw: better fix for DOCX table import crash:Michael Stahl1-27/+24
2012-10-06limit polynomial degree in the dialog, related fdo#46100Markus Mohrhard1-2/+2
2012-10-06limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard1-1/+5
2012-10-05New release libcdr 0.0.9, fixes fdo#55522 and partly fdo#54785Fridrich Štrba4-16/+4
2012-10-05workaround broken uno implementatiion with ScRangeListMarkus Mohrhard1-0/+13
2012-10-05fdo#52022: Simple/LargeControlPoints actually can have nil valuesStephan Bergmann3-6/+6
2012-10-04really export default row heights for xlsx fdo#55621Noel Power2-1/+8
2012-10-04fdo#54940 - make editing relative refs more intuitive to meMichael Meeks4-3/+20
2012-10-04Revert "really export default row heights for xlsx fdo#55621" wrong branchNoel Power2-8/+1
2012-10-04Revert "xlsx fix import/export of column widths fdo#55623" wrong branchNoel Power3-7/+6
2012-10-04xlsx fix import/export of column widths fdo#55623Noel Power3-6/+7
2012-10-04really export default row heights for xlsx fdo#55621Noel Power2-1/+8
2012-10-04fix for fdo#55565 regression, failure to export vertical text in shapeNoel Power1-0/+21
2012-10-04fdo#44278: fix leaked image when import docxCédric Bosdonnat1-0/+4
2012-10-03splash screen: fix RTL modeIvan Timofeev1-0/+1
2012-10-03correct help string: horizontal -> verticalIvan Timofeev1-1/+1
2012-10-03Help text for newly introduced switches.Jan Holesovsky1-0/+14
2012-10-03misc comment import/export fixesNoel Power3-2/+49
2012-10-02fdo#46278 - misc comment import/export fixesNoel Power3-4/+4
2012-10-02fdo#52268: splash: change color and position of messagesIvan Timofeev5-2/+88
2012-10-02Resolves: fdo#54862 extra ++n causing merged cells to be skippedCaolán McNamara1-1/+0
2012-10-02Add back compatible Hungarian date format acceptanceLászló Németh1-0/+2
2012-10-02fdo#53673 fix for layout problems with version 3.6 and upWinfried Donkers1-54/+23
2012-10-01n#707779: Fix overflowing of left margin value in editeng when negative.Jan Holesovsky2-13/+6
2012-10-01auto-expand the first conditional format in the list.Michael Meeks1-0/+2
2012-10-01improve conditional formatting height calculations.Michael Meeks1-21/+16
2012-10-01rhbz#826526 Inform user about unsupported PDF encryption formatsStephan Bergmann5-38/+101
2012-10-01fetime of mpCondFormat is more complex, fdo#55379Markus Mohrhard2-6/+6
2012-10-01fix vell value import from ooxml with array formulas, fdo#54558Markus Mohrhard1-8/+9
2012-10-01fdo#52475 fix import of RTF_CHCBPAT with value 0Miklos Vajna1-2/+1
2012-10-01fdo#31405 CommandType is a LONG, so use a sal_Int32 to retrieve itLionel Elie Mamane1-3/+3
2012-10-01Silly workaround for fdo#55156Tor Lillqvist1-0/+4
2012-10-01ooxml spec allow ext ref to non existent entry, fdo#54558Markus Mohrhard1-1/+7
2012-10-01vba procedures and macro names will result in crash, fdo#55174Markus Mohrhard1-0/+4
2012-09-27explicitly --disable-gtk for Windows and MacOSXAndras Timar4-0/+4
2012-09-27Fix crash on Mac when a11y in use, and avoid infinite loop, fdo#47275Tor Lillqvist2-2/+20
2012-09-27No dictionaries were preselected for en_US langpackStephan Bergmann1-90/+70
2012-09-27don't access out of bound array index, fdo#55022Markus Mohrhard1-1/+5
2012-09-26rhbz#827695: sw: prevent crashes after incomplete print:Michael Stahl4-11/+27