- 30 Apr, 2008 27 commits
-
-
Eric Pouech authored
-
Alexandre Julliard authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
widl: Make constdef and externdef take a declarator instead of an ident so that functions and arrays can be defined using the statements.
-
Rob Shearman authored
Fix applying calling convention to function type.
-
Rob Shearman authored
Use an attribute to store the const qualifier for the pointer and type. Allow multiple type-qualifiers to be applied to a type by adding a declaration-specifier rule that encompasses type-qualifiers and types.
-
Roderick Colenbrander authored
wgl: We were already advertising GL_EXT_framebuffer_sRGB but not the corresponding WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Austin English authored
-
Hwang YunSong(황윤성) authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Markus Weiland authored
-
Roderick Colenbrander authored
-
Dmitry Timoshkov authored
-
Elias Benali authored
-
Alex Villacís Lasso authored
-
- 29 Apr, 2008 13 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Lei Zhang authored
-
Alex Villacís Lasso authored
Otherwise, a paragraph with multiple rows might fail to make the scrollbar appear when displaying text.
-
Alex Villacís Lasso authored
As text is inserted, the cursor is moved to the end, and then back to offset 0. A reordering of operations prevents a WM_NOTIFY from being sent on cursor being moved to the end, and another by being moved back to the beginning. If the cursor was not at offset 0, then exactly one WM_NOTIFY must be sent, for the movement from previous position to the beginning. With tests to prove this change and the previous one (modify flag should be off on WM_SETTEXT-caused WM_NOTIFY).
-