- 02 Dec, 2009 28 commits
-
-
Marcus Meissner authored
-
Huw Davies authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Dan Kegel authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Juan Lang authored
-
Juan Lang authored
-
Luke Benstead authored
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
winspool: Revise EnumPrinterDriversW to fix the incorrect handling of 'all'. EnumPrinterDriversA is similarly fixed by using EnumPrinterDriversW.
-
Juan Lang authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
- 01 Dec, 2009 12 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Jacek Caban authored
-
Owen Rudge authored
-
Jörg Höhle authored
-
Rob Shearman authored
These OSs have different behaviour w.r.t. quotes in path names and don't ignore the rest of the path outside of the quotes.
-
Rob Shearman authored
winex11.drv: Make sure that the selectionAcquired flag has been set before returning from X11DRV_AcquireClipboard. X11DRV_CLIPBOARD_UpdateCache depends on selectionAcquired being set if the current process is the selection owner, otherwise it will defer to getting the clipformats from X, manufacturing extra formats that the app may not be expecting, having just set the formats itself. Worse still, since selectionAcquired is set in another thread this behaviour is not predicatable and it may sometimes use the clipformats already set and other times defer to X.
-
Rob Shearman authored
-
Rob Shearman authored
oleaut32: Remove LPVOID variables in olefont tests and pass IFont pointers into OleCreateFontIndirect directly. In many places the assignment of the LPVOID variable into the corresponding IFont * variable has been forgotten.
-
Maarten Lankhorst authored
-