In MaskBlt delete correct bitmap.
[wine] / dlls / riched20 /
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.