- 13 Aug, 2012 1 commit
-
-
Michael Stefaniuc authored
-
- 11 Apr, 2012 1 commit
-
-
Huw Davies authored
-
- 20 Jan, 2012 1 commit
-
-
Alexandre Julliard authored
-
- 03 Oct, 2011 1 commit
-
-
Michael Stefaniuc authored
-
- 24 Aug, 2011 1 commit
-
-
Francois Gouget authored
-
- 03 Nov, 2010 1 commit
-
-
André Hentschel authored
-
- 22 Jul, 2010 1 commit
-
-
Dylan Smith authored
Native riched20.dll seems to need an IRichEditOleCallback object in order to get a buffer to store the image (using the GetNewStorage method).
-
- 20 Jul, 2010 5 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
If there is a selection that doesn't span multiple paragraphs, then the selection text initializes the find field in native wordpad, otherwise the last search is used to initialize the field. I added an extra buffer, since closing the find dialog before doing a search will preserve the last search state.
-
Dylan Smith authored
Pressing replace should only replace a selected match, and afterwards it should find the next match. Searches should always start from the start of the selection, even if the selection is moved in between searches. Searches wrap at the end of text, and should keep track of whether it has wrapped from previous searches to determine if it reached the end position.
-
- 25 Jun, 2010 1 commit
-
-
Dylan Smith authored
Fixes regression from commit 55f024af.
-
- 15 Jun, 2010 1 commit
-
-
Dylan Smith authored
The rebar is the parent of the ruler, not the top level window, so GetDlgItem was returning NULL when the window is resized. As a result the screen was being invalidated and repainted instead of the ruler.
-
- 11 Jun, 2010 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-
- 11 May, 2010 1 commit
-
-
Katayama Hirofumi MZ authored
-
- 26 Apr, 2010 1 commit
-
-
Gerald Pfeifer authored
-
- 19 Apr, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 25 Feb, 2010 1 commit
-
-
Dylan Smith authored
-
- 18 Feb, 2010 1 commit
-
-
Dylan Smith authored
-
- 10 Feb, 2010 1 commit
-
-
Dylan Smith authored
-
- 29 Jan, 2010 1 commit
-
-
Dylan Smith authored
The preview is now drawn onto it's own window rather directly onto the client area of the top level window. This is done to allow for scrollbars, since the page won't usually fit in the window when zoomed in. Refactoring was needed as a result of this, and in order to provide more granularity for updates to avoid EM_FORMATRANGE messages being sent when the page the same page is being displayed.
-
- 28 Dec, 2009 2 commits
-
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
-
- 23 Nov, 2009 1 commit
-
-
Austin English authored
-
- 17 Aug, 2009 1 commit
-
-
Dylan Smith authored
The cbSize field for the REBARBANDINFOW structure was previously set to the sizeof(REBARBANDINFOW), however, new fields were added to this structure for newer version of windows. Testing in Windows XP (or with comctl32.dll from Windows XP) I found this larger size was rejected causing the rebar to not be displayed in wordpad.
-
- 10 Aug, 2009 1 commit
-
-
Dylan Smith authored
-
- 06 May, 2009 1 commit
-
-
Rein Klazes authored
-
- 07 Apr, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 26 Feb, 2009 2 commits
-
-
Dylan Smith authored
The bug could be seen by inserting tabs stops 1cm, 2cm, & 10cm. The 10cm tab stop would be inserted before 2cm since the comparison isn't based on the numeric value.
-
Dylan Smith authored
Previously there was no such error, and if more than MAX_TAB_STOPS were added, then some of the tab stops would be silently discarded.
-
- 19 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 09 Jan, 2009 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
This fixes a regression introduced by commit ef23ef93.
-
- 12 Nov, 2008 1 commit
-
-
Hirofumi Katayama authored
-
- 23 Oct, 2008 1 commit
-
-
Andrey Turkin authored
-
- 14 Oct, 2008 1 commit
-
-
Dylan Smith authored
-
- 13 Oct, 2008 2 commits
-
-
Andrey Turkin authored
-
Andrey Turkin authored
-