index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-11
Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).
John MacFarlane
1
-2
/
+1
2013-08-10
Use walk, walkM in place of bottomUp, bottomUpM when possible.
John MacFarlane
1
-5
/
+6
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-5
/
+5
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+2
2013-08-08
Added Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-1
/
+1
2013-07-18
Improved fetching of external resources.
John MacFarlane
1
-1
/
+1
2013-07-16
Text.Pandoc.ImageSize: Handle EPS.
John MacFarlane
1
-0
/
+1
2013-07-13
Docx writer: Make `--no-highlight` work properly.
John MacFarlane
1
-7
/
+11
2013-07-12
Docx writer: Ignore most components of reference.docx.
John MacFarlane
1
-24
/
+41
2013-07-04
Docx writer: Use w:br with w:type 'textWrapping' for linebreaks.
John MacFarlane
1
-1
/
+1
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-7
/
+12
2013-03-30
Docx writer: Use Compact style for Plain block elements.
John MacFarlane
1
-2
/
+8
2013-03-18
Docx writer: Fixed rendering of display math in lists.
John MacFarlane
1
-13
/
+27
2013-02-26
Docx writer: Better treatment of display math.
John MacFarlane
1
-13
/
+19
2013-02-26
Changed style names in reference docx.
John MacFarlane
1
-4
/
+4
2013-02-26
Docx writer: Create content types and document rels from scratch.
John MacFarlane
1
-15
/
+79
2013-02-25
Refactoring in Docx writer.
John MacFarlane
1
-24
/
+44
2013-02-23
Docx writer: Handle PDF images.
John MacFarlane
1
-0
/
+1
2013-01-15
Use 'fig:' instead of '\SOH' in title to indicate figure.
John MacFarlane
1
-2
/
+2
2013-01-14
Implemented Ext_implicit_figures.
John MacFarlane
1
-2
/
+3
2013-01-11
Refactoring:
John MacFarlane
1
-8
/
+2
2013-01-11
ODT, Docx writers: Properly handle URL refs for images.
John MacFarlane
1
-2
/
+9
2013-01-11
Improvements to docx writer.
John MacFarlane
1
-65
/
+63
2013-01-11
Docx writer: Preliminary improvements.
John MacFarlane
1
-18
/
+23
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-2
/
+4
2013-01-06
Docx writer: Use rIdNN identifiers for r:embed in images.
John MacFarlane
1
-1
/
+1
2013-01-06
Docx writer: Use separate footnotes.xml for notes.
John MacFarlane
1
-21
/
+32
2012-12-29
Data files changes.
John MacFarlane
1
-11
/
+2
2012-10-02
Docx writer: Added nsid to abstractNum elements.
John MacFarlane
1
-11
/
+16
2012-10-02
Use integer ids for bookmarks.
John MacFarlane
1
-6
/
+8
2012-09-25
Removed need for utf8-string package.
John MacFarlane
1
-11
/
+10
2012-09-23
Revert "More intelligent handling of text encodings."
John MacFarlane
1
-2
/
+3
2012-09-23
More intelligent handling of text encodings.
John MacFarlane
1
-3
/
+2
2012-09-05
Docx writer: Fixed bug with nested lists.
John MacFarlane
1
-20
/
+19
2012-08-17
Docx line breaks: Use w:cr in w:r instead of w:br.
John MacFarlane
1
-5
/
+6
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-0
/
+1
2012-07-24
Changed signatures of writeODT, writeDocx, writeEPUB.
John MacFarlane
1
-4
/
+3
2012-06-01
Simplified bullet characters so they work with Word 2007.
John MacFarlane
1
-7
/
+7
2012-04-21
Docx writer: Fixed error message when style file can't be parsed.
John MacFarlane
1
-1
/
+2
2012-04-07
Docx writer: Fixed multi-paragraph list items.
John MacFarlane
1
-1
/
+4
2012-02-14
Add TableNormal style to tables.
John MacFarlane
1
-2
/
+3
2012-02-11
Fix _rels/.rels if it has been screwed up by Word.
John MacFarlane
1
-1
/
+10
2012-01-28
Remove dependency on old-time.
John MacFarlane
1
-2
/
+2
2012-01-28
Put date in YYYY-MM-DD format if possible for HTML, docx metadata.
John MacFarlane
1
-3
/
+4
2012-01-20
Docx: Put display math on separate line.
John MacFarlane
1
-5
/
+9
2012-01-20
Docx writer: Fixed styles in footnotes.
John MacFarlane
1
-0
/
+6
2012-01-20
Docx: Adjusted list spacing for less cramped number markers.
John MacFarlane
1
-1
/
+1
2012-01-20
Docx writer: Start bullet lists with solid bullet.
John MacFarlane
1
-6
/
+7
2012-01-20
Docx writer: Don't indent first level of lists.
John MacFarlane
1
-2
/
+2
2012-01-20
Docx writer: Fixed bug with numbered lists.
John MacFarlane
1
-24
/
+37
[next]