server: Move socket async activation to sock_poll_event.
[wine] / dlls / riched20 / paint.c
2010-03-01  Dylan Smithrichedit: Documented paragraph border widths are in...
2010-02-10  Dylan Smithrichedit: Move function ME_GetParaLineSpace to make...
2009-08-12  Dylan Smithrichedit: Added function to get selection cursors in...
2009-07-22  Dylan Smithrichedit: Scrollinfo stored as 16-bit values externally.
2009-07-21  Dylan Smithrichedit: Added missing return to ME_EnsureVisible.
2009-07-17  Dylan Smithrichedit: Keep scrollbars hidden without WS_HSCROLL...
2009-07-17  Dylan Smithrichedit: Prevent autoscrolling without ES_AUTO[VH...
2009-02-24  Dylan Smithrichedit: Fixed scrollbar visiblility calculation after...
2009-02-24  Dylan Smithrichedit: Don't show vertical scrollbar for single...
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-06  Dylan Smithrichedit: Avoided searching for adjacent paragraphs...
2009-02-06  Dylan Smithrichedit: Removed unnecessary calls to ME_WrapMarkedPar...
2009-01-28  Marcus Meissnerriched20: rcUpdate cannot be NULL in ME_PaintContent...
2009-01-28  Dylan Smithrichedit: Suppress scrollbar if missing WS_[VH]SCROLL...
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-22  Dylan Smithrichedit: Removed some unused invalidation code.
2009-01-21  Dylan Smithrichedit: Prevented using NULL hwnd for certain operations.
2009-01-21  Dylan Smithrichedit: Used ITextHost methods to avoid using window...
2009-01-16  Dylan Smithrichedit: Store an internal copy of the window style...
2009-01-15  Dylan Smithrichedit: Implemented the horizontal scrollbar.
2009-01-15  Dylan Smithrichedit: Clip painting to formatting rectangle.
2009-01-14  Dylan Smithrichedit: Correct limitations on values for setting...
2009-01-14  Andrew Talbotriched20: Declare some functions static.
2009-01-12  Dylan Smithrichedit: Prevent an unsigned integer underflow.
2009-01-06  Dylan Smithrichedit: Prevent redundant rewraps when scrollbar...
2009-01-06  Dylan Smithrichedit: Scroll up with less than page of text with...
2008-12-20  Dylan Smithrichedit: Avoid re-calculating positions found in wrapp...
2008-12-20  Dylan Smithrichedit: Removed redundant editor height variables...
2008-12-18  Dylan Smithrichedit: Made sure text is offset by formatting rectangle.
2008-10-20  Dylan Smithrichedit: Use the DefWindowProc to implement WM_SETREDRAW.
2008-10-20  Dylan Smithrichedit: Prevent EN_UPDATE notifications when window...
2008-10-18  Dylan Smithrichedit: Scroll cursor into view even with redraw...
2008-09-22  Dylan Smithrichedit: Removed space in front of function signature.
2008-09-19  Dylan Smithrichedit: Removed a redundant condition.
2008-09-18  Dylan Smithrichedit: Avoid unconditionally rewrapping text on...
2008-09-18  Dylan Smithrichedit: Handle deletion at the end of text properly.
2008-08-18  Dylan Smithrichedit: Added support for changing cell border colours.
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Borders are drawn for simple tables.
2008-08-18  Dylan Smithrichedit: Removed an unused local variable and assignme...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-23  Alex Villacís Lassorichedit: Do not read actual scrollbar state for scroll...
2008-07-17  Eric Pouechrichedit: Add an assert to point out what we're expecting.
2008-07-11  Dylan Smithrichedit: Use system colour for highlighting after...
2008-07-11  Dylan Smithrichedit: Prevented underlining the end of paragraph...
2008-07-11  Dylan Smithrichedit: Tabs are now highlighted and underlined.
2008-07-01  Juan Langrichedit: Only send update events in 1.0 emulation...
2008-06-25  Alex Villacís Lassorichedit: Revert patch that introduced a test that...
2008-06-20  Andrew Talbotriched20: Constify some variables.
2008-06-19  Alex Villacís Lassorichedit: Empty text should result in a scroll range...
2008-05-05  Dylan Smithrichedit: Removed useless code.
2008-04-25  Eric Pouechrichedit: Properly handle the background in case of...
2008-04-24  Andrew Talbotriched20: Remove unused variables.
2008-04-21  Alex Villacís Lassoriched20: Fix behavior of EM_REPLACESEL with painting...
2008-04-17  Austin EnglishSpelling fixes.
2008-03-17  Eric Pouechrichedit: Fixed object leaks generated by context creat...
2008-03-17  Eric Pouechrichedit: Prevent division by zero when 0-width border...
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2008-01-07  Eric Pouechrichedit: Check return of GetScrollInfo before accessin...
2008-01-02  Eric Pouechrichedit: Don't force repaint while the redraw flag...
2008-01-02  Eric Pouechrichedit: Optimizations for the style selection.
2008-01-02  Eric Pouechrichedit: Move init code after some sanity checks to...
2008-01-02  Eric Pouechrichedit: Added support for intra-paragraph line space.
2008-01-02  Eric Pouechrichedit: Added support for spaces above & below paragr...
2008-01-02  Eric Pouechrichedit: Now drawing the paragraph borders (if any...
2008-01-02  Eric Pouechrichedit: Fix the para computation when zoom is used.
2008-01-02  Eric Pouechrichedit: Enforce usage of paraformat2 fields instead...
2008-01-02  Eric Pouechrichedit: Simplified handling of background brush while...
2008-01-02  Eric Pouechrichedit: Now painting the newly supported underline...
2007-12-08  Alex Villacís Lassoriched20: Invalidate all the text on bogus last selection.
2007-09-20  Clinton Stimpsonriched20: Adjust event mask when sending EN_CHANGE...
2007-08-16  Lei Zhangriched20: Properly calculate control display height.
2007-08-14  Andrew Talbotriched20: Constify some variables.
2007-01-24  Andrew Talbotriched20: Declare some functions static.
2006-11-27  Clinton Stimpsonriched20: Only send EN_CHANGE when it is supposed to...
2006-10-14  Hans Leidekkerriched20: Win64 printf format warning fixes.
2006-09-11  Matt Finnicumriched20: Rewrite of scrolling and some redrawing code.
2006-08-17  Matt Finnicumriched20: Send EN_LINK notifications. Properly underlin...
2006-08-09  Matt Finnicumriched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS...
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-08-07  Krzysztof Foltmanriched20: Ensure text is wrapped before invalidating...
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-27  Hamza Lakhaniriched20: EM_HIDESELECTION implementation.
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-27  Alexandre Julliardriched20: Remove a couple of no longer used functions.
2006-01-26  Phil Krylovriched20: Selection painting fixes.
2006-01-13  Phil Krylovriched20: Fixed some selection painting bugs.
2006-01-12  Phil Krylovriched20: Removed a useless check in painting code.
2006-01-10  Phil Krylovriched20: Reduced screen flicker by using proper update...
2005-11-03  Phil KrylovCache background color brush instead of recreating...
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-08-15  Phil KrylovAdded EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW messag...
2005-07-24  Phil KrylovAdded EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-07-06  Stefan HuehnerMake functions static to fix -Wmissing-declarations...
2005-06-12  Krzysztof Foltman- added support for \ulnone (turning underline off)
2005-05-24  Hannu ValtonenUse correct background color for the whole richedit...
next