server: Move socket async activation to sock_poll_event.
[wine] / dlls / riched20 / undo.c
2009-08-13  Dylan Smithrichedit: Replace offsets arg with ME_Cursor for ME_Int...
2009-08-13  Dylan Smithrichedit: Removed ME_InsertRun since it uses character...
2009-08-13  Dylan Smithrichedit: Modified ME_MoveCursorsChars to move multiple...
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_SetCh...
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
2009-01-30  Michael Stefaniucriched20: Remove superfluous pointer casts.
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2008-10-01  Dylan Smithrichedit: Make sure border properties are saved for...
2008-09-12  Dylan Smithrichedit: Don't put cursor in the table row start parag...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-18  Dylan Smithrichedit: Protect deletion of cell boundaries when...
2008-08-05  Dylan Smithrichedit: Joined paragraph format depends on number...
2008-07-14  Dylan Smithrichedit: Cannot undo setting of default character...
2008-07-07  Dylan Smithrichedit: Fixed Valgrind error related to undoing.
2008-06-26  Dylan Smithrichedit: Implemented undo coalescing to group typing...
2008-04-29  Alex Villacís Lassorichedit: Add support for encoding number of CR and...
2008-04-17  Austin EnglishSpelling fixes.
2008-03-17  Eric Pouechrichedit: Assign equivalent structures instead of copyi...
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2007-08-17  Andrew Talbotriched20: Constify some variables.
2007-01-24  Andrew Talbotriched20: Declare some functions static.
2007-01-11  Clinton Stimpsonriched20: Fix modification state for several operations.
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Matt Finnicumriched20: Implement EM_SETUNDOLIMIT and its conformance...
2005-03-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.