- 04 Feb, 2006 2 commits
-
-
Phil Krylov authored
-
Phil Krylov authored
-
- 31 Jan, 2006 2 commits
-
-
Phil Krylov authored
-
Phil Krylov authored
-
- 26 Jan, 2006 1 commit
-
-
Phil Krylov authored
-
- 24 Jan, 2006 1 commit
-
-
Dmitry Timoshkov authored
-
- 13 Jan, 2006 2 commits
-
-
Phil Krylov authored
-
Phil Krylov authored
-
- 12 Jan, 2006 1 commit
-
-
Phil Krylov authored
-
- 10 Jan, 2006 2 commits
-
-
Phil Krylov authored
-
Phil Krylov authored
Optimized reading large texts into RichEdit to be an O(n) order algorythm instead of O(n^2) by removing extraneous conversions of character offsets to run offsets.
-
- 03 Nov, 2005 1 commit
-
-
Phil Krylov authored
notification, and ENM_REQUESTRESIZE event mask.
-
- 23 Aug, 2005 1 commit
-
-
Phil Krylov authored
Eliminated unneeded recursion in ME_InsertTextFromCursor().
-
- 26 Jul, 2005 1 commit
-
-
Phil Krylov authored
-
- 21 Jul, 2005 1 commit
-
-
Phil Krylov authored
being used. This emulation (introduced in M$ RichEdit 3.0) counts paragraph endings as 2 characters (CR+LF) instead of 1 (CR).
-
- 01 Jul, 2005 1 commit
-
-
Stefan Huehner authored
-
- 28 Jun, 2005 1 commit
-
-
Phil Krylov authored
-
- 16 Apr, 2005 1 commit
-
-
Krzysztof Foltman authored
- tab support - indent support
-
- 21 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
- Support for "normal" scroll bar functionality (line and page scrolling).
-
- 19 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
should greatly improve stability of the wrap code and eliminate regressions of the most recent versions) - completely new scrollbar handling (much more reliable) and related redraw fixes - Page Down handler (no Page Up yet, fixing wrap/redraw/scrollbar bugs was of higher priority)
-
- 17 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
unnecessary repaints) - added unicode character support to RTF import (like: \u12345 ?) - small fixes - fixed whitespace identification bug - removed drawing of paragraph marks - improved stub implementations for IRichEditOle
-
- 14 Mar, 2005 1 commit
-
-
Gerald Pfeifer authored
-
- 09 Mar, 2005 2 commits
-
-
Krzysztof Foltman authored
- ME_JoinRuns didn't mark the paragraph for rewrapping, fixed. - Removed PostQuitMessage(0) from WM_DESTROY handler (duh!). - Use of EM_GETOLEINTERFACE is reported with FIXME instead of TRACE (any app using this message is likely to encounter major problems).
-
Krzysztof Foltman authored
MEPF_WRAPPED) for consistency. Major code cleanups in rewrap/repaint code, leading to "smarter" behaviour wrt repainting selections.
-
- 08 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
- clears control's text on EM_STREAMIN with no SFF_SELECTION
-
- 05 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
-