winspool: Remove cross calls W->A for the "Printers" registry path.
[wine] / dlls / riched20 / writer.c
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-02-05  Kevin Koltzauriched20: Separate stream state from editor state.
2006-02-05  Kevin Koltzauriched20: Add method to stream data based on a range.
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2005-10-11  Phil KrylovFixed encoding of non-ASCII chars.
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-08-11  Phil KrylovFixed a bug in EM_STREAMOUT RichEdit message handler...
2005-07-26  Phil KrylovGenerate ending \par in RTF output of RichEdit when...
2005-07-22  Phil KrylovFixed an off-by-one error in EM_STREAMOUT handler for...
2005-07-21  Stefan HuehnerChange some char* to const char* to fix warnigns.
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-07-05  Phil KrylovFixed another couple of EM_STREAMOUT bugs.
2005-07-05  Phil KrylovRemoved junk from UTF-8 RTF output.
2005-06-20  Krzysztof Foltman- Fix a warning caused by the TAB patch.
2005-06-12  Krzysztof FoltmanEmit \tx for user-defined TABs.
2005-03-24  Phil KrylovFixed \u keyword to output signed 16-bit values. Also...
2005-03-22  Phil KrylovMade RTF reader and writer handle codepages mostly...
2005-03-16  Phil KrylovImproved RTF export.
2005-03-15  Krzysztof Foltman- WM_COPY (and WM_CUT) can now put both Unicode and...
2005-03-14  Phil KrylovInitial implementation of EM_STREAMOUT and RTF writer.