.gitignore: Added wildcards to ignore generated resource files.
[wine] / dlls / riched20 /
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Michael Stefaniucriched20: Replace an if-statement with empty body with...
2006-06-22  Krzysztof Foltmanriched20: Fix message range for get_msg_name.
2006-06-19  Krzysztof Foltmanriched20: EM_CHARFROMPOS didn't work properly with...
2006-06-16  Francois GougetAdd trailing '\n's to ok() calls.
2006-06-16  Francois GougetAssorted spelling fixes.
2006-06-12  Alexandre Julliardriched20: Fix an uninitialized variable bug.
2006-06-09  Alexandre Julliardriched32: Use the standard DEFINE_GUID macro to define...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Marcus Meissnerriched20: Removed useless double casts, just print...
2006-05-16  Matt Finnicumriched20: Implement EM_SETUNDOLIMIT and its conformance...
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-08  Michael Jungriched20: Don't append '\r' to the last paragraph in...
2006-04-12  Phil Krylovriched20: Allow inheriting table cell definitions from...
2006-03-27  Huw Daviesriched20: Take a ref on text host.
2006-03-22  Mike McCormackriched20: Add a version resource.
2006-03-21  Lei Zhangriched20: Implements FR_WHOLEWORD for EM_FINDTEXT.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-03-01  Brandon Woodmanseeriched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
2006-02-27  Andrew de los Reyesriched20: Implement EM_SCROLL and its tests.
2006-02-27  Hamza Lakhaniriched20: EM_HIDESELECTION implementation.
2006-02-24  Phil Krylovriched20: Added a comment to make life easier.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-23  Kevin Koltzauriched20: Call GetClipboardData callback on cut/copy.
2006-02-23  Kevin Koltzauriched20: Enable retrieving data through the ole interface.
2006-02-23  Kevin Koltzauriched20: Ensure copied text is terminated with a null.
2006-02-23  Kevin Koltzauriched20: EM_GETOLEINTERFACE is not a stub.
2006-02-23  Kevin Koltzauriched20: Store reference to editor in ole interface.
2006-02-23  Kevin Koltzauriched20: Allocate proper amount of memory for formatet...
2006-02-22  Kevin Koltzauriched20: Add IDataObject implementation and use it...
2006-02-22  Brian Changriched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
2006-02-22  Lei Zhangriched20: Implement FR_MATCHCASE for EM_FINDTEXT.
2006-02-21  Lei Zhangriched20: Fix for EM_FINDTEXT input validation.
2006-02-20  Roger Hoangriched20: Implemented EM_SETTEXTMODE options TM_RICHTEX...
2006-02-16  Thomas Khoriched20: Implement EM_SCROLLCARET and EM_GETSCROLLPOS.
2006-02-15  Thomas Khoriched20: Extend EM_FINDTEXT conformance tests and...
2006-02-14  Phil Krylovriched20: Support RTF text in WM_SETTEXT.
2006-02-11  Thomas Khoriched20: Fixed bounds error when finding text forward.
2006-02-11  Thomas Khoriched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX...
2006-02-06  Kevin Koltzauriched20: Don't use EM_STREAMIN for paste.
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-05  Kevin Koltzauriched20: Don't use EM_STREAMOUT for copy/cut.
2006-02-05  Phil Krylovriched20: Empty undo stack after EM_STREAMIN without...
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-02-04  Phil Krylovriched20: Removed an unused parameter.
2006-02-04  Phil Krylovriched20: Simplified ME_InsertGraphicsFromCursor()...
2006-02-04  Phil Krylovriched20: Fixed undo stack corruption.
2006-02-02  Kevin Koltzauriched20: Handle context menu.
2006-02-01  Kevin Koltzauriched20: Implement EM_SETOLECALLBACK.
2006-02-01  Maarten Lankhorstriched20: Implement CreateTextServices.
2006-02-01  Phil Krylovriched20: Fixed font cache corruption.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-31  Phil Krylovriched20: Paint the selection while it's being extended...
2006-01-30  Maarten Lankhorstriched20: Make CreateTextServices use ITextHost.
2006-01-27  Alexandre Julliardriched20: Remove a couple of no longer used functions.
2006-01-26  Phil Krylovriched20: EM_STREAMIN should send a EN_UPDATE notification.
2006-01-26  Phil Krylovriched20: Selection painting fixes.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-13  Phil Krylovriched20: Select word on double click.
2006-01-13  Phil Krylovriched20: TODO list update.
2006-01-13  Phil Krylovriched20: Fixed some selection painting bugs.
2006-01-12  Phil Krylovriched20: Initial support for word break callback proce...
2006-01-12  Phil Krylovriched20: Removed a useless check in painting code.
2006-01-11  Phil Krylovriched20: Added \n to trace output.
2006-01-10  Phil Krylovriched20: Reduced screen flicker by using proper update...
2006-01-10  Phil Krylovriched20: Allow NUL characters.
2006-01-10  Phil Krylovriched20: Speed up text insertion.
2006-01-09  Phil Krylovriched20: Fixed calculation of left indent and first...
2006-01-09  Phil Krylovriched20: Simplified logic in ME_StrRelPos().
2005-12-31  Mike McCormackriched20: Add newlines to ERR macro output.
2005-12-14  Ulrich Czekallariched20: Reset selection when text is reset.
2005-12-05  Cihan Altinayriched20: register ListBox & ComboBox classes
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.
next