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
2016-11-18
Docx writer: fixed XML markup for empty cells.
John MacFarlane
1
-1
/
+1
2016-11-02
Docx writer: Handle title text in images.
Jesse Rosenthal
1
-2
/
+2
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-6
/
+5
2016-10-05
Docx writer: Move one more env var to Reader monad
Jesse Rosenthal
1
-6
/
+5
2016-10-05
Docx writer: code legibility fixups.
Jesse Rosenthal
1
-5
/
+6
2016-10-04
Docx writer: Clean up and streamline RTL behavior
Jesse Rosenthal
1
-71
/
+77
2016-10-04
Docx writer: move a couple more vars to ReaderT
Jesse Rosenthal
1
-21
/
+29
2016-10-03
Clean up commented-out code
Jesse Rosenthal
1
-12
/
+0
2016-10-03
Remove bool on setRTL.
Jesse Rosenthal
1
-17
/
+13
2016-10-03
Filter text/para props correctly.
Jesse Rosenthal
1
-2
/
+2
2016-10-03
Add a boolean flag to the setRTL function.
Jesse Rosenthal
1
-5
/
+5
2016-10-03
Test for "dir" metadata.
Jesse Rosenthal
1
-2
/
+7
2016-10-03
Add setRTL and setLTR functions.
Jesse Rosenthal
1
-8
/
+41
2016-10-03
Move more enviroment vars to Reader Monad.
Jesse Rosenthal
1
-62
/
+52
2016-10-03
Add ReaderT env to the docx writer:
Jesse Rosenthal
1
-8
/
+17
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
1
-1
/
+1
2016-08-15
Docx Writer: change dynamic style key
Jesse Rosenthal
1
-1
/
+1
2016-08-15
Docx writer: Inject text properties as well.
Jesse Rosenthal
1
-3
/
+20
2016-08-15
Docx Writer: Keep track of dynamic text props too.
Jesse Rosenthal
1
-0
/
+3
2016-08-15
Docx writer: Allow dynamic styles on spans.
Jesse Rosenthal
1
-1
/
+5
2016-08-15
Docx writer: Inject new paragraph properties
Jesse Rosenthal
1
-4
/
+23
2016-08-15
Docx Writer: Have state keep track of dynamic styles.
Jesse Rosenthal
1
-2
/
+6
2016-08-13
Docx Writer: Implement user-defined styles.
Jesse Rosenthal
1
-0
/
+6
2016-07-14
Fixed compiler warnings.
John MacFarlane
1
-1
/
+0
2016-07-14
Docx Writer: Use actual creation time as doc prop
Jesse Rosenthal
1
-4
/
+3
2016-07-01
Docx writer: set paragraph to FirstPara after display math
Jesse Rosenthal
1
-0
/
+1
2016-03-10
Docx Writer: handle image alt text
mb21
1
-2
/
+2
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-3
/
+4
2015-12-12
Restore no wrapping of XML in Docx, ODT.
John MacFarlane
1
-1
/
+1
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-1
/
+2
2015-12-01
Docx writer: better handling of PDF images.
John MacFarlane
1
-8
/
+2
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-13
/
+11
2015-11-15
Docx writer: insert space between footnote ref and footnote.
John MacFarlane
1
-2
/
+2
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-0
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-14
More changes to avoid compiler warnings on ghc 7.10.
John MacFarlane
1
-2
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+1
2015-09-09
Use user data directory for reference docx archive.
John MacFarlane
1
-1
/
+1
2015-08-10
Docx writer: Moved invalid character stripping to `formattedString`.
John MacFarlane
1
-4
/
+4
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-2
/
+2
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-11
/
+9
2015-06-28
Make sure we use dist version of reference.docx for some things.
John MacFarlane
1
-2
/
+2
2015-06-28
Let reference.docx/odt behave as if they are virtual data files.
John MacFarlane
1
-24
/
+0
2015-05-28
Better fix for #2187.
John MacFarlane
1
-11
/
+36
2015-05-09
Improved warnings when image size can't be determined.
John MacFarlane
1
-2
/
+5
2015-05-09
ImageSize: make imageSize return an Either, not a Maybe.
John MacFarlane
1
-2
/
+4
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-04-14
Docx Writer: Take TOC title from toc-title metadata field
Nikolay Yakimov
1
-1
/
+15
2015-04-01
Added "noProof" to docx syntax highlighting SourceCode style.
John MacFarlane
1
-0
/
+1
[prev]
[next]