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
2015-02-24
Comment out unused functions to make CI happy
Nikolay Yakimov
1
-8
/
+8
2015-02-24
Treat some ambiguous styles as custom for now
Nikolay Yakimov
1
-11
/
+10
2015-02-23
Do not lookup custom styles
Nikolay Yakimov
1
-9
/
+13
2015-02-23
Also skip SourceCode style if exists
Nikolay Yakimov
1
-9
/
+12
2015-02-22
If --no-highlight is set, remove *Tok styles.
Nikolay Yakimov
1
-2
/
+10
2015-02-22
Prototype fix for #1872
Nikolay Yakimov
1
-4
/
+7
2015-02-21
Initial stab at more involved fix for #1607
Nikolay Yakimov
1
-64
/
+86
2015-02-12
Docx writer: Add footnotes id -1 and 0.
Jesse Rosenthal
1
-1
/
+17
2015-02-11
Docx Writer: Add "BodyText" Style
Jesse Rosenthal
1
-9
/
+11
2015-02-10
Docx Writer: Use FirstParagraph style at beginning.
Jesse Rosenthal
1
-1
/
+1
2015-02-09
Docx Writer: Implement FirstParagraph Style
Jesse Rosenthal
1
-15
/
+39
2014-12-19
Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.
John MacFarlane
1
-3
/
+3
2014-12-08
Fix for #1641 (docx table captions above tables)
Nikolay Yakimov
1
-2
/
+3
2014-10-24
Docx Writer: Partial fix for #1607
Nikolay Yakimov
1
-7
/
+35
2014-10-21
DOCX writer: Look in user data dir for archive reference.docx.
John MacFarlane
1
-1
/
+1
2014-10-05
Getting the page width from the reference file
Grégory Bataille
1
-17
/
+36
2014-09-11
Docx writer: Renumber header and footer relationships to avoid collisions.
Jesse Rosenthal
1
-12
/
+56
2014-08-30
Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mime
John MacFarlane
1
-8
/
+8
2014-08-26
Docx writer: Accomodate GHC 7.4 (no lookupEnv)
Jesse Rosenthal
1
-1
/
+1
2014-08-25
Docx writer: Default to user login and time of change if not given.
Jesse Rosenthal
1
-6
/
+21
2014-08-25
Docx writer: Implement track changes.
Jesse Rosenthal
1
-9
/
+40
2014-08-24
Hlint changes to Docx writer.
John MacFarlane
1
-22
/
+19
2014-08-23
Docx writer: Bibliography entries get Bibliography style.
John MacFarlane
1
-2
/
+6
2014-08-17
Merge pull request #1536 from considerate/master
John MacFarlane
1
-0
/
+3
2014-08-17
Docx writer: Fixed regression, bungled list numbering.
John MacFarlane
1
-3
/
+10
2014-08-17
MIME cleanup.
Artyom Kazak
1
-8
/
+8
2014-08-17
Simplify row width calculation.
Viktor Kronvall
1
-2
/
+2
2014-08-17
Include row width in table rows.
Christoffer Ackelman
1
-0
/
+3
2014-08-11
Merge pull request #1365 from gbataille/docx-margin
John MacFarlane
1
-1
/
+9
2014-08-04
Use texmath 0.7 interface.
John MacFarlane
1
-2
/
+2
2014-07-30
PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.
John MacFarlane
1
-1
/
+2
2014-07-29
Docx writer: Print subtitle from metadata if present.
John MacFarlane
1
-3
/
+9
2014-07-26
Docx writer: Added missing case from last commit.
John MacFarlane
1
-1
/
+1
2014-07-26
Docx writer: include abstract with Abstract style.
John MacFarlane
1
-1
/
+8
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
1
-1
/
+1
2014-06-29
Docx writer: insert bookmark tags inside <w:p> tag.
Jesse Rosenthal
1
-3
/
+6
2014-06-23
Scale images to fit the page for DOCX
Grégory Bataille
1
-1
/
+9
2014-06-19
Docx writer: Use Compact style for empty table cells.
John MacFarlane
1
-1
/
+3
2014-06-03
Docx writer: Section numbering carries over from reference.docx.
John MacFarlane
1
-1
/
+6
2014-06-03
Docx writer: Combine reference.docx numbering with pandoc's.
John MacFarlane
1
-6
/
+6
2014-06-03
Docx writer: pandoc uses only numIds >= 1000 for lists.
John MacFarlane
1
-3
/
+8
2014-06-03
Docx writer: Changed abstractNumId numbering scheme.
John MacFarlane
1
-3
/
+3
2014-06-03
Docx writer: Simplified abstractNumId numbering.
John MacFarlane
1
-19
/
+30
2014-06-02
Docx writer: Create overrides per-image for media/ in ref docx.
John MacFarlane
1
-13
/
+8
2014-06-02
Docx writer: Improved entryFromArchive to avoid parse.
John MacFarlane
1
-2
/
+3
2014-06-02
Docx writer: Make images work in reference.docx headers/footers.
John MacFarlane
1
-8
/
+20
2014-06-01
Docx writer: Improved handling of headers/footers.
John MacFarlane
1
-52
/
+53
2014-06-01
Docx writer: Header and footer are now carried over from reference.docx.
John MacFarlane
1
-16
/
+38
2014-06-01
Minor code reformat.
John MacFarlane
1
-5
/
+5
2014-05-31
Docx writer: Take over document formatting from reference.docx.
John MacFarlane
1
-17
/
+30
[prev]
[next]