- 30 Apr, 2008 23 commits
-
-
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 17 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).
-
Alex Villacís Lasso authored
Otherwise the app-defined WM_NOTIFY callback might see the modify flag set, even though WM_SETTEXT is supposed to clear it.
-
Alex Villacís Lasso authored
EM_SETCHARFORMAT with wParam==0 sets default char format and does NOT set modify step flag. EM_SETCHARFORMAT with wParam==SCF_SELECTION only sets modify step flag when selection is nonempty. EM_GETMODIFY returns -1, not 1, when modify flag is set. Tests for the above behavior.
-
Alex Villacís Lasso authored
richedit: Only notify selection change when selection has actually changed from previous notification. Otherwise, redundant and early notifications are sent to apps that do not expect them. Fixes crash #1 with Perfect! TextEdit.
-
Alex Villacís Lasso authored
richedit: Implement rule that in 1.0 emulation, a single CR that terminates the text is NOT a line break. Fix riched32 test that now succeed.
-