- 03 Nov, 2010 1 commit
-
-
André Hentschel authored
-
- 22 Oct, 2010 1 commit
-
-
Yaron Shahrabani authored
-
- 29 Sep, 2010 1 commit
-
-
Cheer Xiao authored
-
- 23 Sep, 2010 1 commit
-
-
Luca Bennati authored
-
- 19 Sep, 2010 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 20 Aug, 2010 1 commit
-
-
Davide Pizzetti authored
-
- 22 Jul, 2010 2 commits
-
-
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).
-
Michael Stefaniuc authored
-
- 21 Jul, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 20 Jul, 2010 7 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
This reduces the amount of flicker seen from redrawing the window.
-
Dylan Smith authored
This extra buffer only saves the result of the StretchBlt operatation, which isn't worth doing since a BitBlt will still be needed from the buffer to the screen. This causes noticable delay on resizing since a new sized bitmap needs to be created, the old bitmap needs to be destroyed, and then both a StretchBlt and a Bitblt is needed to actually repaint the window.
-
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.
-
- 13 Jul, 2010 4 commits
-
-
Michael Stefaniuc authored
-
Cheer Xiao authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
- 06 Jul, 2010 2 commits
-
-
Alexander Nicolaysen Sørnes authored
-
Michael Stefaniuc authored
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
-
- 30 Jun, 2010 1 commit
-
-
Alexander Nicolaysen Sørnes authored
-
- 29 Jun, 2010 1 commit
-
-
David Hedberg authored
-
- 28 Jun, 2010 1 commit
-
-
Igor Paliychuk authored
-
- 25 Jun, 2010 1 commit
-
-
Dylan Smith authored
Fixes regression from commit 55f024af.
-
- 24 Jun, 2010 3 commits
-
-
Francois Gouget authored
-
Dylan Smith authored
-
Gustavo Henrique Milaré authored
-
- 23 Jun, 2010 1 commit
-
-
Gustavo Henrique Milaré authored
-
- 21 Jun, 2010 2 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
- 18 Jun, 2010 1 commit
-
-
Vitaly Lipatov authored
-
- 17 Jun, 2010 2 commits
-
-
Michael Stefaniuc authored
By removing two stale copies of an English STRINGTABLE resource.
-
Michael Stefaniuc authored
-
- 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.
-
- 12 Jun, 2010 1 commit
-
-
Ricardo Filipe authored
-
- 11 Jun, 2010 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-