summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-19Make build work without libmba and domcHEADmasterStef Walter
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2006-10-27Don't mark italic stuff as strike through.Stef Walter
2006-10-24 - Don't let page number fields through.Stef Walter
2006-10-16Don'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-13Fix build problems with GCC 4.0Stef Walter
2005-07-16Fix dumb mistake made in [243].Stef Walter
2005-06-09Fixes to the bookmarking code.Stef Walter
2005-06-08Support for links to bookmarks.Stef Walter
2005-06-08Bookmark support in rtfx.Stef Walter
2005-06-08Unicode should now work properly. See #37Stef Walter
2005-06-08Fix problem with ANSI conversion. See bug #36Stef Walter
2005-06-08Fix problem with identical adjacent elements not getting combined properly. L...Stef Walter
2005-06-08Fix problem with certain paragraph attributes leaking into adjacent paras.Stef Walter
2005-06-08RTFX now displays version number with -v argument.Stef Walter
2005-06-08Added option for pretty printing whitespace in XML.Stef Walter
2005-06-08Add 'indent' attriute to <para> tags for paragraph indent.Stef Walter
2005-06-07Only do paragraph alignment in presentation mode.Stef Walter
2005-06-07Add 'align' attribute to <para> tag for paragraph alignment.Stef Walter
2005-06-07Add <link> tag for hyperlink fields.Stef Walter
2005-06-07Add <highlight> tag for highlighted text.Stef Walter
2005-06-07Fixes to be compatible with newer versions of the autotools.Stef Walter
2005-04-19Added support for character styles.Stef Walter
2004-12-02Doc fixStef Walter
2004-12-02Fix build problem with GCC 3.4Stef Walter
2004-09-02More argument fixesStef Walter
2004-09-02Fix problems with stdin/stdout logicStef Walter
2004-09-02Allow conversions on stdin/stdoutStef Walter
2004-09-01Fix problems with reference countingStef Walter
2004-09-01Fix warningsStef Walter
2004-09-01- Changed fast node list to only operate on large number of child nodesStef Walter
2004-09-01Implemented FAST_NODELIST in DOMCStef Walter
2004-09-01Low ANSI chars are used in RTF for wierd things :(Stef Walter
2004-08-31ANSI to unicode codepage conversionsStef Walter
2004-08-03DOMC preliminary testing and work.Stef Walter
2004-07-29- Moved to DOMCStef Walter
2004-07-27URL fixStef Walter
2004-07-27Small wording changesStef Walter
2004-07-27- Fix font problemStef Walter
2004-07-27- DocumentationStef Walter
2004-07-27- Element comparison fixesStef Walter
2004-07-27- Preserve modeStef Walter
2004-07-24- Some wording changesStef Walter
2004-07-24- Bug fixes to new fixup schemeStef Walter
2004-07-24- Windows changes and fixesStef Walter
2004-07-24- Post processing code cleanup.Stef Walter
2004-07-24- More work on font supportStef Walter
2004-07-23- Initial font support.Stef Walter
2004-07-23- Fix destination bugStef Walter