- 21 Mar, 2006 9 commits
-
-
Alexandre Julliard authored
This should satisfy applications that access a dll file directly. For apps that check the dll version in the file, the version resource is copied from the builtin dll.
-
Vitaliy Margolen authored
Put keyboard & mouse hook callbacks into separate thread. Move few global variables into object. Delete no longer used crit section. For hooks to work properly hook callback have to be in a thread with message loop. Some games create separate threads just to handle mouse and/or keyboard events that do not have message loop.
-
Mike Hearn authored
-
Dmitry Timoshkov authored
-
Byeong-Sik Jeon authored
-
Byeong-Sik Jeon authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
- 20 Mar, 2006 30 commits
-
-
Roderick Colenbrander authored
-
Paul Vriens authored
wProcessorRevision is built from model and stepping.
-
Mike McCormack authored
-
Mike McCormack authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
Add a simple test for bitmap bits/metrics, fix GetBitmapBits for an empty (not selected into a DC) bitmap.
-
Mike McCormack authored
-
Detlef Riekenberg authored
-
Alexandre Julliard authored
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexander N. Sørnes authored
-
Vitaly Lipatov authored
-
Vitaly Lipatov authored
-
Milko Krachounov authored
-
Mike McCormack authored
-
Jeff Latimer authored
-
Vitaliy Margolen authored
-
Robert Shearman authored
Optimise WHERE operations on matching against strings by adding a new function find_matching_rows to the views, which eliminates the need to examine every record when executing a query. Implement this function in the table using a hash table on the ID stored in the data.
-
Robert Shearman authored
-
Robert Shearman authored
Copy from the start of the cookie name, not the cookie data when parsing cookies with a NULL cookie name.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
(after the thread pool has been improved).
-
- 18 Mar, 2006 1 commit
-
-
Alexandre Julliard authored
-