2006-09-07 |
Hippocrates Sendoukas | riched20: WM_CONTEXTMENU fix for custom context menus. |
blob | commitdiff | raw |
2006-08-28 |
Brian Chang | riched20: EM_EXSETSEL fixes and conformance tests. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Matt Finnicum | riched20: Remove two testing fixme's that were accident... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Clinton Stimpson | riched20: Add tests for EM_GETMODIFY. |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Matthew Finnicum | riched20: Make EM_EXLINEFROMCHAR handle special case... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Matt Finnicum | riched20: Swap two lines that were in wrong order ... |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Matt Finnicum | riched20: Send EN_LINK notifications. Properly underlin... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Phil Krylov | riched20: Accept RTF header without a version number. |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Matt Finnicum | riched20: Add conformance tests for WM_SETFONT. |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Ken Myers | riched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Clinton Stimpson | riched20: Fix crash with NULL lParam in EM_SETTEXTEX. |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Matt Finnicum | riched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS... |
blob | commitdiff | raw | diff to current |
2006-08-07 |
Krzysztof Foltman | riched20: New, clean, simple selection repaint logic... |
blob | commitdiff | raw | diff to current |
2006-08-05 |
Matt Finnicum | riched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Krzysztof Foltman | riched20: Make EM_LINELENGTH work correctly for non... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Krzysztof Foltman | riched20: Make EM_GETLINE work properly in 1.0 emulatio... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Krzysztof Foltman | riched20: Ctrl+A should be allowed in read-only control... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Alexandre Julliard | riched20: Fixed handling of window private data for... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Krzysztof Foltman | riched20: Handle incorrect calls of window procedure. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Thomas Kho | riched20: Implement EM_GETLINE. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Andrew Talbot | riched20: Write-strings warnings fix. |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Krzysztof Foltman | riched20: WM_SETFONT support. |
blob | commitdiff | raw | diff to current |
2006-06-22 |
Krzysztof Foltman | riched20: Fix message range for get_msg_name. |
blob | commitdiff | raw | diff to current |
2006-06-16 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2006-06-12 |
Alexandre Julliard | riched20: Fix an uninitialized variable bug. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Matt Finnicum | riched20: Implement EM_SETUNDOLIMIT and its conformance... |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Michael Jung | riched20: Don't append '\r' to the last paragraph in... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Phil Krylov | riched20: Allow inheriting table cell definitions from... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Lei Zhang | riched20: Implements FR_WHOLEWORD for EM_FINDTEXT. |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Alexandre Julliard | Fixed some compiler warnings on old gcc versions. |
blob | commitdiff | raw | diff to current |
2006-03-01 |
Brandon Woodmansee | riched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT. |
blob | commitdiff | raw | diff to current |
2006-02-27 |
Andrew de los Reyes | riched20: Implement EM_SCROLL and its tests. |
blob | commitdiff | raw | diff to current |
2006-02-27 |
Hamza Lakhani | riched20: EM_HIDESELECTION implementation. |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Phil Krylov | riched20: Added a comment to make life easier. |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Kevin Koltzau | riched20: Call GetClipboardData callback on cut/copy. |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Kevin Koltzau | riched20: EM_GETOLEINTERFACE is not a stub. |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Kevin Koltzau | riched20: Store reference to editor in ole interface. |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Kevin Koltzau | riched20: Add IDataObject implementation and use it... |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Brian Chang | riched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation. |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Lei Zhang | riched20: Implement FR_MATCHCASE for EM_FINDTEXT. |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Lei Zhang | riched20: Fix for EM_FINDTEXT input validation. |
blob | commitdiff | raw | diff to current |
2006-02-20 |
Roger Hoang | riched20: Implemented EM_SETTEXTMODE options TM_RICHTEX... |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Thomas Kho | riched20: Implement EM_SCROLLCARET and EM_GETSCROLLPOS. |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Thomas Kho | riched20: Extend EM_FINDTEXT conformance tests and... |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Phil Krylov | riched20: Support RTF text in WM_SETTEXT. |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Thomas Kho | riched20: Fixed bounds error when finding text forward. |
blob | commitdiff | raw | diff to current |
2006-02-06 |
Kevin Koltzau | riched20: Don't use EM_STREAMIN for paste. |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Kevin Koltzau | riched20: Don't use EM_STREAMOUT for copy/cut. |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Phil Krylov | riched20: Empty undo stack after EM_STREAMIN without... |
blob | commitdiff | raw | diff to current |
2006-02-04 |
Phil Krylov | riched20: Initial support for simple tables. |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Kevin Koltzau | riched20: Handle context menu. |
blob | commitdiff | raw | diff to current |
2006-02-01 |
Kevin Koltzau | riched20: Implement EM_SETOLECALLBACK. |
blob | commitdiff | raw | diff to current |
2006-02-01 |
Maarten Lankhorst | riched20: Implement CreateTextServices. |
blob | commitdiff | raw | diff to current |
2006-01-31 |
Phil Krylov | riched20: Added support for hidden text. |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Maarten Lankhorst | riched20: Make CreateTextServices use ITextHost. |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Phil Krylov | riched20: EM_STREAMIN should send a EN_UPDATE notification. |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Phil Krylov | riched20: Selection painting fixes. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Dmitry Timoshkov | Make more arrays const. |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Phil Krylov | riched20: Select word on double click. |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Phil Krylov | riched20: TODO list update. |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Phil Krylov | riched20: Initial support for word break callback proce... |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Phil Krylov | riched20: Reduced screen flicker by using proper update... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Phil Krylov | riched20: Fixed calculation of left indent and first... |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Ulrich Czekalla | riched20: Reset selection when text is reset. |
blob | commitdiff | raw | diff to current |
2005-12-05 |
Cihan Altinay | riched20: register ListBox & ComboBox classes |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Phil Krylov | Cache background color brush instead of recreating... |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Phil Krylov | Added support for EM_REQUESTRESIZE message, EN_REQUESTR... |
blob | commitdiff | raw | diff to current |
2005-10-19 |
Krzysztof Foltman | - Bugfix in EM_GETTEXTEX |
blob | commitdiff | raw | diff to current |
2005-10-13 |
Krzysztof Foltman | Fix unnecessary (and harmful) repeated statement. |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Krzysztof Foltman | Removed buffer overrun error (incrementing output point... |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Krzysztof Foltman | The previous implementation was a workaround for off... |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Krzysztof Foltman | Fix a bug in 1.0 emulation mode in EM_LINELENGTH (which... |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Krzysztof Foltman | Fix 1.0 emulation mode in ME_GetTextW. |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Krzysztof Foltman | - Remove another potential sources of infinite loops... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Krzysztof Foltman | Implemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Krzysztof Foltman | Fixed another case of misunderstanding MSDN wrt StreamI... |
blob | commitdiff | raw | diff to current |
2005-09-29 |
Krzysztof Foltman | - Reimplementation of EM_LINELENGTH. |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Rein Klazes | When scrolling, first update the new position of the... |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Alexandre Julliard | Fixed gcc 4.0 warnings. |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Phil Krylov | Added support for backward search to RichEdit EM_FINDTE... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Phil Krylov | Fixed EM_SETEVENTMASK RichEdit message handler to retur... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Phil Krylov | Added handling of deff RTF control word. |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Phil Krylov | Added common keyboard shortcuts for Select All, Undo... |
blob | commitdiff | raw | diff to current |
2005-08-15 |
Phil Krylov | Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW messag... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Phil Krylov | Implemented EM_CHARFROMPOS RichEdit message. |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Phil Krylov | Added EM_GETZOOM and EM_SETZOOM RichEdit message handlers. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Phil Krylov | Added some missing but useful items to the TODO list. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Phil Krylov | Added some useful TRACEs. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Phil Krylov | Allow NULL parameter for WM_SETTEXT in RichEdit. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Phil Krylov | Implemented EM_LINELENGTH RichEdit message. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Phil Krylov | Added emulation of RichEdit 1.0 behaviour when the... |
blob | commitdiff | raw | diff to current |
2005-07-20 |
Daniel Remenak | Basic handling of EM_SETTEXTEX. |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Felix Nawothnig | Check structure size and fix return values in EM_GETCHA... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Phil Krylov | Fixed EM_LINEINDEX handler and added EM_LINEFROMCHAR... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Phil Krylov | Implemented EM_EXLINEFROMCHAR, EM_LINEINDEX, EM_FINDTEXT, |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Stefan Huehner | Fix -Wmissing-declarations warnings. |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Phil Krylov | Implemented EM_GETLINECOUNT RichEdit message. |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Aric Stewart | Implementation for EM_GETTEXTEX. |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Phil Krylov | Fixed a comment about EM_STREAMIN. |
blob | commitdiff | raw | diff to current |
next |