Shawn Iwinski
|
6606d5c5c4
|
Remove spurious executable bits
|
2014-05-02 14:43:43 -04:00 |
Ivan Lanin
|
f829559f65
|
ODT Writer: Basic image writing support
|
2014-04-18 23:12:51 +07:00 |
Ivan Lanin
|
f5f03a5b2b
|
Emulate \ZipArchive::extractTo for PCLZip
|
2014-04-18 02:58:38 +07:00 |
Roman Syroeshko
|
db1d89ab23
|
Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
src/PhpWord/Element/Section.php
src/PhpWord/Endnotes.php
src/PhpWord/Footnotes.php
src/PhpWord/Media.php
src/PhpWord/PhpWord.php
src/PhpWord/Reader/Word2007.php
src/PhpWord/Writer/AbstractWriter.php
src/PhpWord/Writer/ODText/Content.php
src/PhpWord/Writer/Word2007.php
src/PhpWord/Writer/Word2007/Notes.php
|
2014-04-16 17:39:26 +04:00 |
Roman Syroeshko
|
2c1c1ea60f
|
[IMPROVED] Dockblocks as per https://github.com/PHPOffice/PHPWord/pull/187.
|
2014-04-16 17:22:30 +04:00 |
Ivan Lanin
|
2829fd8216
|
Enable image in HTML writer
|
2014-04-16 12:12:32 +07:00 |
Ivan Lanin
|
9c738f7eae
|
Refactor Element\Image and some samples
|
2014-04-16 09:50:56 +07:00 |
Ivan Lanin
|
3cb6d86e22
|
Unit tests for PDF writer; Enable `zip://zipFilename#archiveFilename` construct for image source
|
2014-04-16 07:50:39 +07:00 |
Ivan Lanin
|
e78489b36e
|
Update unit test and changelog
|
2014-04-13 18:03:59 +07:00 |
Ivan Lanin
|
abc67edb50
|
Merge branch 'develop' of https://github.com/japonicus/PHPWord into develop
|
2014-04-13 17:45:50 +07:00 |
Ivan Lanin
|
0ccea9620c
|
Merge remote-tracking branch 'upstream/develop' into xml-reader
|
2014-04-09 18:48:04 +07:00 |
Ivan Lanin
|
2cdad4b247
|
Reader: Ability to read header, footer, footnotes, link, preservetext, textbreak, pagebreak, table
|
2014-04-09 18:13:43 +07:00 |
Roman Syroeshko
|
191d37b280
|
Leading backslashes in global function/constant calls were removed.
|
2014-04-08 21:56:18 +04:00 |
japonicus
|
833dfea1e0
|
Keep image aspect ratio if only 1 dimension styled
If only one of image width or height is specified, then scale missing
dimension to maintain the aspect ratio.
|
2014-04-08 17:42:01 +01:00 |
Ivan Lanin
|
cd2dba0848
|
Element inheritance refinements
|
2014-04-08 03:27:19 +07:00 |
Ivan Lanin
|
f1108c48e6
|
Add Abstract- prefix and -Interface suffix for corresponding classes
|
2014-04-08 01:09:06 +07:00 |
Ivan Lanin
|
a218202dbd
|
Enhance unit tests
|
2014-04-06 15:19:09 +07:00 |
Ivan Lanin
|
50e9e0f029
|
Merge branch 'develop' into #160-element-container
|
2014-04-06 11:44:37 +07:00 |
Ivan Lanin
|
7c549f5802
|
DocBlock and use fixes
|
2014-04-03 10:13:13 +07:00 |
Ivan Lanin
|
637c9fce6f
|
Create new Element abstract class
|
2014-04-03 09:12:11 +07:00 |
Ivan Lanin
|
13e5ca0a84
|
#160 Refactor folders: Element, Container, and Exception
- Rename folder Section to Element
- Rename folder Exceptions to Exception
- Move Section, Header, Footer, Settings to Container folder
- Move Element\Footer\PreserveText to Element\PreserveText
|
2014-03-31 10:11:52 +07:00 |