Print something useful in trace and fixme.
[wine] / dlls / riched20 /
2005-08-22  Phil KrylovAdded common keyboard shortcuts for Select All, Undo...
2005-08-15  Phil KrylovAdded EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW messag...
2005-08-11  Phil KrylovFixed a bug in EM_STREAMOUT RichEdit message handler...
2005-08-08  Phil KrylovFixed UTF-8 RTF parsing.
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-07-26  Phil KrylovImplemented EM_CHARFROMPOS RichEdit message.
2005-07-26  Phil KrylovGenerate ending \par in RTF output of RichEdit when...
2005-07-24  Phil KrylovAdded EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-07-22  Phil KrylovFixed EM_GETCHARFORMAT for selection containing a singl...
2005-07-22  Phil KrylovFixed an off-by-one error in EM_STREAMOUT handler for...
2005-07-22  Phil KrylovAdded some missing but useful items to the TODO list.
2005-07-21  Stefan HuehnerChange some char* to const char* to fix warnigns.
2005-07-21  Phil KrylovAdded some useful TRACEs.
2005-07-21  Phil KrylovAllow NULL parameter for WM_SETTEXT in RichEdit.
2005-07-21  Phil KrylovImplemented EM_LINELENGTH RichEdit message.
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-07-20  Daniel RemenakBasic handling of EM_SETTEXTEX.
2005-07-11  Felix NawothnigCheck structure size and fix return values in EM_GETCHA...
2005-07-06  Stefan HuehnerMake functions static to fix -Wmissing-declarations...
2005-07-06  Phil KrylovFixed EM_LINEINDEX handler and added EM_LINEFROMCHAR...
2005-07-06  Phil KrylovImplemented EM_EXLINEFROMCHAR, EM_LINEINDEX, EM_FINDTEXT,
2005-07-05  Phil KrylovFixed an off-by-one error in EM_GETLINECOUNT handler.
2005-07-05  Phil KrylovFixed another couple of EM_STREAMOUT bugs.
2005-07-05  Phil KrylovRemoved junk from UTF-8 RTF output.
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-07-01  Stefan HuehnerMake some function static.
2005-06-30  Phil KrylovImplemented EM_GETLINECOUNT RichEdit message.
2005-06-29  Aric StewartImplementation for EM_GETTEXTEX.
2005-06-28  Phil KrylovFixed a comment about EM_STREAMIN.
2005-06-28  Phil KrylovImplemented EM_GETTEXTLENGTHEX RichEdit message.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Vitaly LipatovAllow null pointers for EM_GETSEL message (as MSDN...
2005-06-20  Krzysztof Foltman- Fix a warning caused by the TAB patch.
2005-06-13  Robert ShearmanRichedit classes should be global.
2005-06-12  Krzysztof FoltmanEmit \tx for user-defined TABs.
2005-06-12  Krzysztof Foltman- added support for \ulnone (turning underline off)
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-24  Hannu ValtonenUse correct background color for the whole richedit...
2005-05-23  Hannu Valtonen- Implement EM_LINESCROLL message handling
2005-05-16  Michael StefaniucChange an assert to a WARN.
2005-05-16  Vincent BéronProvide minimal API documentation in advapi/eventlog...
2005-05-13  Krzysztof FoltmanAdded stubs for a couple of missing 2.0 and 3.0 messages.
2005-05-11  Ivan Leo PuotiFix crash in ME_GetRunSizeCommon(). Turn a FIXME into...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-20  Phil KrylovFixed an error in my previous commit which caused an...
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-04-13  Phil KrylovMake RTF reader fall back to simple text if a correct...
2005-04-11  Hannu ValtonenAdded mousewheel support.
2005-04-11  Krzysztof Foltman- EM_CANPASTE implemented
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
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-21  Mike McCormackRemove casts and unused code.
2005-03-21  Vincent BéronUse "" for Windows includes in dlls, instead of <>.
2005-03-21  Krzysztof Foltman- PageUp key support.
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-18  Phil KrylovFixed support for RTF documents using ANSI charset...
2005-03-17  Phil KrylovReplaced slow and outdated character set handling in...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-16  Phil KrylovImproved RTF export.
2005-03-16  Jason EdmeadesCorrect memory allocation macro.
2005-03-16  Krzysztof Foltman- Unknown destinations are now correctly skipped (so...
2005-03-15  Phil KrylovImplemented hash table lookup for RTF keywords in RTF...
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.
2005-03-14  Phil KrylovAdded "generator" RTF destination handling.
2005-03-14  Gerald PfeiferMake ME_ArrowLeft() return a value in every case.
2005-03-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Phil KrylovChanged buffer size for EM_STREAMIN message to 4096...
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-08  Krzysztof Foltman- specialized handler for SF_TEXT (ANSI or Unicode...
2005-03-08  Krzysztof Foltman- Single quotes are now handled properly (previously...
2005-03-08  Aric StewartImplement EM_GETOLEINTERFACE.
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-07  Mike McCormackPort the RTF parser to the richedit 2.0 control.
2005-03-07  Alexandre JulliardFixed DLL_PROCESS_DETACH handler to actually unregister...
2005-03-07  Krzysztof FoltmanAdded a check for empty scrollbar range.
2005-03-05  Alexandre JulliardFixed DOS line endings.
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.