- 24 Mar, 2009 36 commits
-
-
Paul Vriens authored
-
Henri Verbeet authored
Based on a patch by Louis Lenders. Although MSDN claims this should be in shell32, it really is in shdocvw.
-
Henri Verbeet authored
This should be the last unnecessary getFormatDescEntry() call.
-
Henri Verbeet authored
-
Henri Verbeet authored
Rather than looking it up all the time.
-
Henri Verbeet authored
We can use the information from format_desc instead.
-
Henri Verbeet authored
As far as I can tell nothing depends on this being 1, and there's some code that checks for WINED3DFMT_UNKNOWN and uses 0 for the byte count in that case.
-
Henri Verbeet authored
-
Henri Verbeet authored
This mostly just reduces the nesting to something more sane.
-
Henri Verbeet authored
-
Henri Verbeet authored
Comparing gl_shaders against NULL after potentially dereferencing it a few lines earlier probably confuses Coverity. Checking num_gl_shaders instead should avoid this.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Alexandre Julliard authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Kai Blin authored
-
Ricardo Filipe authored
-
Dylan Smith authored
This was partially handled by ungetting the end group token (i.e. '}') so that it was read again at the proper place. Unfortunately there is a read hook that maintains a stackTop variable, which is decremented when receiving this end group token. Therefore stackTop would get decremented twice, and the rich text file would end prematurely. This is fixed by incrementing the stackTop variable to compensate for it being decremented twice.
-
Dylan Smith authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 23 Mar, 2009 4 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-