2009-05-26 |
Francois Gouget | riched20: Make ME_GetCursorCoordinates() static and... |
blob | commitdiff | raw |
2009-05-15 |
Francois Gouget | riched20: ME_MakeString() is unused so remove it. |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Andrew Talbot | riched20: Remove unused functions. |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Dylan Smith | richedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_Pos... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Dylan Smith | richedit: Got rid of ME_GetCharFwd and ME_GetCharBack. |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Dylan Smith | richedit: Removed ME_StrLen and ME_StrVLen field access... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Dylan Smith | richedit: Got rid of useless function ME_VPosToPos. |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Dylan Smith | richedit: Avoid duplication in make string functions... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Dylan Smith | richedit: Prevent string trunction due to NULL characters. |
blob | commitdiff | raw | diff to current |
2009-02-06 |
Dylan Smith | richedit: Accept paragraph as parameter for ME_CharOfsF... |
blob | commitdiff | raw | diff to current |
2009-02-06 |
Dylan Smith | richedit: Get the paragraph with ME_RunOfsFromCharOfs. |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Dylan Smith | richedit: Actually store end of line string for end... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Dylan Smith | richedit: Removed redundant ME_FindItemAtOffset using... |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Dylan Smith | richedit: Removed some unused invalidation code. |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Dylan Smith | richedit: Implemented ITextServices_TxSendMessage. |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Dylan Smith | richedit: Used ITextHost methods to avoid using window... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Dylan Smith | richedit: Implemented ITextHost for windowed richedit... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Andrew Talbot | riched20: Declare some functions static. |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Dylan Smith | richedit: Implemented the horizontal scrollbar. |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Andrew Talbot | riched20: Declare some functions static. |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Andrew Talbot | riched20: Declare some functions static. |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Dylan Smith | richedit: Set bEmulateVersion10 initially to avoid... |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Dylan Smith | richedit: Move message handling to function callable... |
blob | commitdiff | raw | diff to current |
2008-11-17 |
Dylan Smith | richedit: Removed unused ME_AutoURLDetect function. |
blob | commitdiff | raw | diff to current |
2008-11-17 |
Dylan Smith | richedit: Removed comment in header for non-existent... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Detlef Riekenberg | dlls: Do not use __WINE_ALLOC_SIZE between void and *. |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Dylan Smith | richedit: Don't put cursor in the table row start parag... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Dylan Smith | richedit: Avoid acting on control words in skipped... |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Marcus Meissner | Annotate with allocation size attribute. |
blob | commitdiff | raw | diff to current |
2008-08-29 |
Dylan Smith | richedit: Prevent typing text at end of table row. |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Dylan Smith | richedit: Adjust table spacing with horizontal gap... |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Dylan Smith | richedit: EM_[SG]ETPARAFORMAT returned the wrong value. |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Dylan Smith | richedit: Each cell can contain multiple paragraphs... |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Dylan Smith | richedit: Protect deletion of cell boundaries when... |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Dylan Smith | richedit: Handle tab key properly within table cells. |
blob | commitdiff | raw | diff to current |
2008-08-05 |
Dylan Smith | richedit: Joined paragraph format depends on number... |
blob | commitdiff | raw | diff to current |
2008-08-05 |
Dylan Smith | richedit: Use tabstops to store cell positions. |
blob | commitdiff | raw | diff to current |
2008-07-10 |
Dylan Smith | richedit: Added more conditional cursor changes. |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Dylan Smith | richedit: Set the default paragraph format consistently. |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Dylan Smith | richedit: Implemented paragraph selection. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Dylan Smith | richedit: Fixed double click issues by sharing code... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Dylan Smith | richedit: Implemented undo coalescing to group typing... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Dylan Smith | richedit: Moved function declarations in header to... |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Alex Villacís Lasso | richedit: Add more tests for URL autodetection on WM_CH... |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Alex Villacís Lasso | richedit: WM_SETTEXT must immediately autodetect URLs... |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Dylan Smith | richedit: Updated editor.h to reflect the contents... |
blob | commitdiff | raw | diff to current |
2008-04-29 |
Alex Villacís Lasso | richedit: Add support for encoding number of CR and... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Eric Pouech | richedit: Fixed object leaks generated by context creat... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Eric Pouech | richedit: Pass left margin around when computing the... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Eric Pouech | richedit: Store shift-enter (keyboard) and \line (rtf... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Eric Pouech | riched20: Make use of the size info in REOBJECT if... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Eric Pouech | riched20: Start handling OLE objects inside richedit. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Eric Pouech | richedit: Simplify first para style handling by creatin... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Eric Pouech | richedit: Optimizations for the style selection. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Eric Pouech | richedit: Don't recreate the DC all the time, but use... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Eric Pouech | richedit: Rewrote FindPixelPos so that it always return... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Eric Pouech | richedit: Added support for intra-paragraph line space. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Eric Pouech | richedit: Now drawing the paragraph borders (if any... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Eric Pouech | richedit: Fix the para computation when zoom is used. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Eric Pouech | richedit: Simplified handling of background brush while... |
blob | commitdiff | raw | diff to current |
2007-12-14 |
Maarten Lankhorst | riched20: Make some functions static. |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Michael Stefaniuc | riched20: Rename the wrappers around HeapAlloc() &Co... |
blob | commitdiff | raw | diff to current |
2007-08-17 |
Andrew Talbot | riched20: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Andrew Talbot | riched20: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-08-14 |
Andrew Talbot | riched20: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Andrew Talbot | riched20: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Dmitry Timoshkov | riched20: Split unicode and ansi window procs, handle... |
blob | commitdiff | raw | diff to current |
2007-03-21 |
Dmitry Timoshkov | riched20: Add a test that shows that under Win9x RichEd... |
blob | commitdiff | raw | diff to current |
2006-12-05 |
Lei Zhang | riched20: Move EM_EXSETSEL fix into ME_SetSelection. |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Mike McCormack | riched20: Create macro functions for allocating and... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Matt Finnicum | riched20: Rewrite of scrolling and some redrawing code. |
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-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-07-17 |
Krzysztof Foltman | riched20: WM_SETFONT support. |
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-03-01 |
Brandon Woodmansee | riched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT. |
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 |
Lei Zhang | riched20: Implement FR_MATCHCASE for EM_FINDTEXT. |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Kevin Koltzau | riched20: Add method to stream data based on a range. |
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-04 |
Phil Krylov | riched20: Removed an unused parameter. |
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-13 |
Phil Krylov | riched20: Select word on double click. |
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-10 |
Phil Krylov | riched20: Speed up text insertion. |
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-09-29 |
Krzysztof Foltman | - Reimplementation of EM_LINELENGTH. |
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-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-06-28 |
Phil Krylov | Implemented EM_GETTEXTLENGTHEX RichEdit message. |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Stefan Huehner | Fix some more -Wstrict-prototypes warnings. |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Krzysztof Foltman | - removed trailing spaces from some files |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Phil Krylov | Make RTF reader fall back to simple text if a correct... |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Krzysztof Foltman | - PageUp key support. |
blob | commitdiff | raw | diff to current |
next |