aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RTF.hs
AgeCommit message (Expand)Author
2026-01-02RTF reader: Improve hyperlink parsing more (#11370)Tuong Nguyen Manh
2025-12-29RTF reader: fix bug where list items were...John MacFarlane
2025-12-27RTF reader: Ensure new paragraph on \pard (#11361)Tuong Nguyen Manh
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-10-13RTF reader: improve hyperlink parsing.John MacFarlane
2024-09-29Stop depending on package SHAAlbert Krewinkel
2024-09-03RTF reader: handle images inside shp contexts.John MacFarlane
2024-07-27RTF reader: handle `\*\shppict` without dropping image.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-22RTF reader: don't try to handle non-default code pages.John MacFarlane
2024-04-22Revert "Depend on encoding and begin to implement code pages in RTF reader."John MacFarlane
2024-04-22Revert "RTF reader: remove debugging trace left in by accident."John MacFarlane
2024-04-22RTF reader: remove debugging trace left in by accident.John MacFarlane
2024-04-22Depend on encoding and begin to implement code pages in RTF reader.John MacFarlane
2024-04-22RTF reader: more changes to handle different ANSI code pages.John MacFarlane
2024-04-22RTF reader: internal refactoring.John MacFarlane
2023-04-14Fix bug in RTF table parsing.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-07-07RTF reader: support `\nosupersub`.John MacFarlane
2022-03-31RTF reader: increased stricness.John MacFarlane
2022-03-30STrictness improvement in RTF reader.John MacFarlane
2022-03-29Fixed two thunk leaks in RTF reader.John MacFarlane
2022-03-25More optimization of RTF reader.John MacFarlane
2022-03-25RTF reader: optimize parsing of unformatted text.John MacFarlane
2022-03-24RTF reader: more memory usage optimizations.John MacFarlane
2022-03-24Small optimizations in RTF reader.John MacFarlane
2022-03-24RTF reader: more efficient parsing of command parameters.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-09-10Remove redundant import.John MacFarlane
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane
2021-09-04Minor renaming to avoid shadowing.John MacFarlane
2021-09-03RTF reader: if doc begins with {\rtf1 ... } only parse its contents.John MacFarlane
2021-09-03RTF reader: Ignore `\pgdsc` group.John MacFarlane
2021-08-10Fix RTF table parsing bug that created undesired nested tables.John MacFarlane
2021-08-10Add RTF reader.John MacFarlane