Stub implementations for functions handling paged search results.
[wine] / dlls / riched20 /
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-03  Phil KrylovCache background color brush instead of recreating...
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-11-02  Mike McCormackConvert all RTFPanic and RTFMsg calls to ERR calls.
2005-10-19  Krzysztof Foltman- Bugfix in EM_GETTEXTEX
2005-10-13  Krzysztof FoltmanFix unnecessary (and harmful) repeated statement.
2005-10-12  Krzysztof Foltman- Style trace information is written to different debug...
2005-10-11  Phil KrylovFixed encoding of non-ASCII chars.
2005-10-10  Krzysztof FoltmanRemoved buffer overrun error (incrementing output point...
2005-10-10  Krzysztof FoltmanThe previous implementation was a workaround for off...
2005-10-10  Krzysztof FoltmanFixed EOL detection in ME_RunOfsFromCharOfs in 1.0...
2005-10-10  Krzysztof FoltmanFix a bug in 1.0 emulation mode in EM_LINELENGTH (which...
2005-10-10  Krzysztof FoltmanFix 1.0 emulation mode in ME_GetTextW.
2005-10-08  Krzysztof FoltmanSend verbose info to different debug channels (richedit...
2005-10-03  Krzysztof Foltman- Remove another potential sources of infinite loops...
2005-10-03  Krzysztof FoltmanImplemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR...
2005-10-03  Krzysztof FoltmanFixed another case of misunderstanding MSDN wrt StreamI...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Krzysztof Foltman- Reimplementation of EM_LINELENGTH.
2005-09-26  Rein KlazesWhen scrolling, first update the new position of the...
2005-09-26  Krzysztof Foltman- Optional destinations in stylesheets are now skipped...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-08-23  Phil KrylovFixed a RichEdit RTF reader bug which resulted in loss...
2005-08-23  Phil KrylovFixed EM_EXLINEFROMCHAR to work for last row of a parag...
2005-08-23  Phil KrylovAdded support for backward search to RichEdit EM_FINDTE...
2005-08-22  Phil KrylovFixed EM_SETEVENTMASK RichEdit message handler to retur...
2005-08-22  Phil KrylovAutomatically set default font after parsing a font...
2005-08-22  Phil KrylovAdded handling of deff RTF control word.
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...
next