index
:
rtfx
master
Program for converting rtf to xml
stef@thewalter.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2006-10-24
- Don't let page number fields through.
Stef Walter
2006-10-16
Don't parse pictures in one big data block which is slow.
Stef Walter
2006-10-16
- Don't let most characters below 0x0020 through. Old RTF's seem
Stef Walter
2006-02-13
Fix build problems with GCC 4.0
Stef Walter
2005-07-16
Fix dumb mistake made in [243].
Stef Walter
2005-06-09
Fixes to the bookmarking code.
Stef Walter
2005-06-08
Support for links to bookmarks.
Stef Walter
2005-06-08
Bookmark support in rtfx.
Stef Walter
2005-06-08
Unicode should now work properly. See #37
Stef Walter
2005-06-08
Fix problem with ANSI conversion. See bug #36
Stef Walter
2005-06-08
Fix problem with identical adjacent elements not getting combined properly. L...
Stef Walter
2005-06-08
Fix problem with certain paragraph attributes leaking into adjacent paras.
Stef Walter
2005-06-08
RTFX now displays version number with -v argument.
Stef Walter
2005-06-08
Added option for pretty printing whitespace in XML.
Stef Walter
2005-06-08
Add 'indent' attriute to <para> tags for paragraph indent.
Stef Walter
2005-06-07
Only do paragraph alignment in presentation mode.
Stef Walter
2005-06-07
Add 'align' attribute to <para> tag for paragraph alignment.
Stef Walter
2005-06-07
Add <link> tag for hyperlink fields.
Stef Walter
2005-06-07
Add <highlight> tag for highlighted text.
Stef Walter
2005-06-07
Fixes to be compatible with newer versions of the autotools.
Stef Walter
2005-04-19
Added support for character styles.
Stef Walter
2004-12-02
Doc fix
Stef Walter
2004-12-02
Fix build problem with GCC 3.4
Stef Walter
2004-09-02
More argument fixes
Stef Walter
2004-09-02
Fix problems with stdin/stdout logic
Stef Walter
2004-09-02
Allow conversions on stdin/stdout
Stef Walter
2004-09-01
Fix problems with reference counting
Stef Walter
2004-09-01
Fix warnings
Stef Walter
2004-09-01
- Changed fast node list to only operate on large number of child nodes
Stef Walter
2004-09-01
Implemented FAST_NODELIST in DOMC
Stef Walter
2004-09-01
Low ANSI chars are used in RTF for wierd things :(
Stef Walter
2004-08-31
ANSI to unicode codepage conversions
Stef Walter
2004-08-03
DOMC preliminary testing and work.
Stef Walter
2004-07-29
- Moved to DOMC
Stef Walter
2004-07-27
URL fix
Stef Walter
2004-07-27
Small wording changes
Stef Walter
2004-07-27
- Fix font problem
Stef Walter
2004-07-27
- Documentation
Stef Walter
2004-07-27
- Element comparison fixes
Stef Walter
2004-07-27
- Preserve mode
Stef Walter
2004-07-24
- Some wording changes
Stef Walter
2004-07-24
- Bug fixes to new fixup scheme
Stef Walter
2004-07-24
- Windows changes and fixes
Stef Walter
2004-07-24
- Post processing code cleanup.
Stef Walter
2004-07-24
- More work on font support
Stef Walter
2004-07-23
- Initial font support.
Stef Walter
2004-07-23
- Fix destination bug
Stef Walter
2004-07-23
- Add 'deep' semantics to getElement
Stef Walter
2004-07-23
- Remove unneeded RtfContext structure
Stef Walter
2004-07-23
- Move formatInt to a better place
Stef Walter
[next]