gdi32: Declare some functions static.
[wine] / dlls / riched20 / paint.c
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...
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-03-21  Krzysztof Foltman- PageUp key support.
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-07  Krzysztof FoltmanAdded a check for empty scrollbar range.
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.