- 06 Jan, 2009 40 commits
-
-
Rob Shearman authored
Use it for retrieving the type that a pointer refers to.
-
Rob Shearman authored
Use it whenever retrieving the element type of an array.
-
Rob Shearman authored
-
Rob Shearman authored
Split out the defining of coclass types in the parser into a function.
-
Rob Shearman authored
It can trivially be derived from the type field now.
-
Rob Shearman authored
widl: Move creation of module type into a separate function, type_new_module and give it a special FC type.
-
Rob Shearman authored
Make duptype static and rename alias to type_new_alias.
-
Rob Shearman authored
Use type_is_alias to replace cumbersome "type->kind == TKIND_ALIAS" expressions. Use type_get_real_type to simplify some code.
-
Rob Shearman authored
Store array type properties in the details union to save a bit of memory and to make the general properties more obvious.
-
Rob Shearman authored
-
Rob Shearman authored
-
Andrew Talbot authored
-
Dylan Smith authored
When the character or paragraph format is changed the paragraph that is changed is already marked to be rewrapped, so ME_MarkAllForWrapping shouldn't be called. Since ME_RewrapRepaint uses this function, it shouldn't be called in these circumstances, since rewrapping all the text can cause noticable delays when working with a lot of text.
-
Dylan Smith authored
A common case for richedit controls are that a large amount of text is set initially with word wrap enabled. This causes the initially wrapping of the text, which also calculates the text length. After this the vertical scrollbar will be shown, which causes the text to be rewrapped again. After this there are two redundant rewraps that are done which this patch eliminates.
-
Dylan Smith authored
-
Alexandre Julliard authored
Pass parameters on the stack instead of retrieving them from the code stream; this ensures that the code contains only valid instructions.
-
Alexandre Julliard authored
Also assume that all register functions are stdcall.
-
Alexandre Julliard authored
Also assume that all register functions are stdcall.
-
Henri Verbeet authored
-
Henri Verbeet authored
Saves some space by not having unused entries is the arrays tracking these states.
-
Henri Verbeet authored
Ddraw and d3d8 already translate half of them, it turns out the lookup table actually saves lines there.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Dylan Smith authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
Also fix the compiler warnings introduced by this change.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
This improves the Win64 compatibility.
-
Michael Stefaniuc authored
Fix also the compiler warnings introduced by this change.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Francois Gouget authored
-