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
/
Readers
/
Docx
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
6
-0
/
+6
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
2
-2
/
+1
2015-10-04
Docx Reader: Parse soft, no-break hyphen elements
Ophir Lifshitz
1
-1
/
+3
2015-03-24
Docx Writer: Fix StyleMap
Nikolay Yakimov
1
-18
/
+19
2015-03-03
Code cleanup
Nikolay Yakimov
1
-12
/
+12
2015-03-01
Started moving StyleMap out of writer code
Nikolay Yakimov
3
-20
/
+137
2015-02-19
Docx reader: Allow numbering in the style file.
Jesse Rosenthal
1
-21
/
+33
2015-01-21
Docx: Parse images in deprecated vml format.
Jesse Rosenthal
1
-0
/
+10
2014-11-13
Account for external link URLs with anchors
Caleb McDaniel
1
-7
/
+10
2014-10-25
Docx reader: fix for Issue #1692 (i18n styles)
Nikolay Yakimov
1
-29
/
+124
2014-09-27
Merge pull request #1601 from jkr/windowsfix
John MacFarlane
1
-1
/
+1
2014-09-04
Docx reader: Single-item headers in ordered lists are headers.
Jesse Rosenthal
1
-4
/
+6
2014-09-02
Docx reader: Fix window path for image lookup.
Jesse Rosenthal
1
-1
/
+1
2014-08-17
Docx Parse: build a bottom-up style tree.
Jesse Rosenthal
1
-6
/
+31
2014-08-17
Alias string and runStyle to CharStyle type.
Jesse Rosenthal
1
-7
/
+10
2014-08-17
Docx Style parser: Basic one now just takes a parent style.
Jesse Rosenthal
1
-13
/
+15
2014-08-17
Parser: Framework for parsing styles.
Jesse Rosenthal
1
-11
/
+44
2014-08-17
Docx reader: Change behavior of Super/Subscript
Jesse Rosenthal
1
-12
/
+13
2014-08-16
Rewrite Docx.hs and Reducible to use Builder.
Jesse Rosenthal
1
-189
/
+175
2014-08-13
Docx: Reducible forgot about smallcaps
Jesse Rosenthal
1
-0
/
+2
2014-08-12
Docx reader: accept explicit "Italic" and "Bold" rStyles.
Jesse Rosenthal
1
-13
/
+13
2014-08-12
Docx Reader: Fix font style parsing.
Jesse Rosenthal
1
-12
/
+27
2014-08-12
Docx reader: move combining logic to Reducible
Jesse Rosenthal
1
-0
/
+10
2014-08-11
Add dropCap to paragraph style.
Jesse Rosenthal
1
-2
/
+12
2014-08-11
Docx reader: handle empty reducibles.
Jesse Rosenthal
1
-5
/
+6
2014-08-11
Docx Parse: Improved font recognition when specified in rFonts element
Matthew Pickering
1
-8
/
+27
2014-08-11
Docx Fonts: Derives Show and Eq
Matthew Pickering
1
-0
/
+1
2014-08-10
Merge pull request #1510 from jkr/spacefix
John MacFarlane
1
-10
/
+12
2014-08-10
Removed OMath module, depend on texmath >= 0.8.
John MacFarlane
2
-439
/
+1
2014-08-10
Change head/tail to pattern guards.
Jesse Rosenthal
1
-7
/
+8
2014-08-09
Docx reader: Fix spacing issue.
Jesse Rosenthal
1
-9
/
+10
2014-08-09
Docx Parse: Recognises code points in sym elements which are in the private r...
Matthew Pickering
1
-1
/
+4
2014-08-09
Added Text.Pandoc.Readers.Docx.Fonts
Matthew Pickering
1
-0
/
+237
2014-08-09
Docx Reader: Added recognition of sym element in paragraphs
Matthew Pickering
1
-0
/
+19
2014-08-08
OMath parser: Change signature of exported function.
Jesse Rosenthal
2
-7
/
+20
2014-08-08
OMath: Finish initial cleanup.
Jesse Rosenthal
2
-536
/
+54
2014-08-08
OMath: Remove Namespaces
Jesse Rosenthal
2
-287
/
+290
2014-08-08
OMath: Start phasing out internal OMath type.
Jesse Rosenthal
1
-0
/
+276
2014-08-08
OMath parser: don't group expressions if there's only one.
Jesse Rosenthal
1
-3
/
+3
2014-08-07
Merge pull request #1494 from jkr/math-module
John MacFarlane
2
-366
/
+629
2014-08-07
Docx reader: Handle inline drawings.
Jesse Rosenthal
1
-3
/
+15
2014-08-07
OMath module: Add new file.
Jesse Rosenthal
1
-0
/
+622
2014-08-07
Docx reader: Split math out into math module.
Jesse Rosenthal
1
-366
/
+7
2014-08-06
Remove now-unnecessary TexChar
Jesse Rosenthal
1
-4386
/
+0
2014-08-06
Add a note on how `mapD` works.
Jesse Rosenthal
1
-0
/
+3
2014-08-06
Docx reader: Use TeXMath to write math
Jesse Rosenthal
1
-22
/
+125
2014-08-01
Docx Parser: Produce endnotes.
Jesse Rosenthal
1
-2
/
+2
2014-07-30
Docx reader: Make docx reader put image data in MediaBag.
Jesse Rosenthal
1
-5
/
+5
2014-07-12
Removed space at ends of lines in source.
John MacFarlane
4
-36
/
+36
2014-07-12
Docx Reader: Add a compatibility layer for Except.
Jesse Rosenthal
1
-3
/
+3
[prev]
[next]