- 26 Jun, 2008 40 commits
-
-
Dylan Smith authored
The call to GetClientRect returns 0 values for the returned RECT when called in WM_NCCREATE in on Windows, which ended up causing an assertion error when Wine's riched20.dll replaces the native version. Moving the call to WM_CREATE fixes this problem (probably because NCCALCSIZE is called in between).
-
Dylan Smith authored
-
Dylan Smith authored
There was a missing call to ShowCaret after the caret was created.
-
Dylan Smith authored
The function ME_FindRunInRow uses two parameters to return values by reference, and treated these parameters as if they were optional except for the start of the function which set *pbCaretAtEnd without checking to see if was a NULL pointer.
-
Dylan Smith authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Lei Zhang authored
-
Dan Hipschman authored
-
Detlef Riekenberg authored
-
Andrew Talbot authored
-
Zac Brown authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Filipe Ferreira authored
-
Anatoly Lyutin authored
-
Alexandre Julliard authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Lei Zhang authored
-
Owen Rudge authored
-
Owen Rudge authored
-
Vitaly Lipatov authored
-
Vitaly Lipatov authored
-
Vitaly Lipatov authored
-
Scott Ritchie authored
-
Nikolay Sivov authored
Previous version (commit 3bacdaf6) was totally incorrect. Thanks to Paul Vriens for pointing this out.
-
Jacek Caban authored
-
Maarten Lankhorst authored
-
Hwang YunSong(황윤성) authored
-