Commit Graph

31769 Commits

Author SHA1 Message Date
Alexandre Julliard 456891b377 gdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj. 2006-11-17 14:39:04 +01:00
Alexandre Julliard 5e7afb8c3b winex11.drv: Store the palette mapping in an X context instead of the GDI object. 2006-11-17 14:38:43 +01:00
Alexandre Julliard bb51f96907 gdi32: Get rid of the palette mapping handling and leave it up to the driver. 2006-11-17 14:38:11 +01:00
Alexandre Julliard 719b7068a9 winex11.drv: Abstract accesses to the palette color mapping. 2006-11-17 14:36:34 +01:00
Alexandre Julliard 385ceeb8bc winex11.drv: Avoid some direct accesses to the PALETTEOBJ structure. 2006-11-17 14:34:56 +01:00
Alexandre Julliard ed4f22ab5f gdi32: Moved the system palette flags to winex11.drv. 2006-11-17 14:34:44 +01:00
Alexandre Julliard c60757b7d8 gdi32: Avoid accessing the internal palette object from dib.c. 2006-11-17 14:34:20 +01:00
Alexandre Julliard 46dd467941 d3d9: Include wingdi.h, not gdi.h. 2006-11-17 12:46:15 +01:00
Andrew Talbot 60cafb5e95 urlmon: Cast-qual warnings fix. 2006-11-17 12:45:35 +01:00
Vitaliy Margolen 161a53f254 winecfg: Allow editing of broken drive links. 2006-11-17 12:45:29 +01:00
Louis Lenders fa47970e6c msvcrt: Add _fstat64 and _stat64 to msvcrt.spec. 2006-11-17 12:45:21 +01:00
Mike McCormack eba742e5cd msi: Fix a memory leak in load_folder(). 2006-11-17 11:14:44 +01:00
Mike McCormack cf370a8d39 msi: Remove unnecessary includes. 2006-11-17 11:14:41 +01:00
Mike McCormack 6b38139e62 msi: Remove a level of indent in resolve_folder(). 2006-11-17 11:14:39 +01:00
Mike McCormack 4052b8be05 msi: Add a test showing the _Properties table is a bit strange. 2006-11-17 11:14:33 +01:00
Mike McCormack 2f2143b4ec msi: Add a test showing which tables are special. 2006-11-17 11:14:31 +01:00
Mike McCormack 5bffd28be7 msi: Remove some redundant else statements. 2006-11-17 11:14:27 +01:00
Kevin Koltzau 64506c0a51 winedump: Print new DLL characteristics. 2006-11-17 11:14:21 +01:00
Kevin Koltzau c3c1b7025f winnt.h: Add AMD64 relocation types. 2006-11-17 11:14:14 +01:00
Kevin Koltzau 8cebef6797 winnt.h: Add defines for new DLL characteristics. 2006-11-17 11:14:07 +01:00
Huw Davies 7c34694c01 msxml3: Implement createProcessingInstruction with a stub PI object. 2006-11-17 11:04:42 +01:00
Alexandre Julliard 2b01f6e07c kernel32: Use the appropriate Unix locale for GetLocaleInfo when a default LCID is used.
For instance LOCALE_SDATE is looked up in the lcid corresponding to
LC_TIME, LOCALE_IDIGITS in the LC_NUMERIC lcid, etc.
2006-11-16 22:11:58 +01:00
Alexandre Julliard e8b8c5bf6a kernel32: Added the locale name entry to all locale definitions. 2006-11-16 22:11:36 +01:00
Alexandre Julliard 123b6fec22 kernel32: Rewrote the locale matching to match more elements and to support Windows-format locale names.
Added implementation for LocaleNameToLCID and LCIDToLocaleName.
2006-11-16 22:11:19 +01:00
Huw Davies 241336c749 ole32: CoRegisterMessageFilter shouldn't crash on an uninitialized apartment. 2006-11-16 22:09:24 +01:00
Detlef Riekenberg 7c70f7f9b2 shell32: Fix a function name in a comment. 2006-11-16 22:09:19 +01:00
Dmitry Timoshkov a77d00eabb kernel32: Add a basic PE loader test. 2006-11-16 22:09:11 +01:00
Hans Leidekker 134c03b3be setupapi: Implement SetupGetTargetPath{A,W}. 2006-11-16 22:08:41 +01:00
Detlef Riekenberg 01ab25e4fe localspl/tests: Add test for ConfigurePortW. 2006-11-16 22:08:35 +01:00
Alexandre Julliard b8a2e3b8a4 user32: Renamed the user/ directory to user32. 2006-11-16 14:49:25 +01:00
Markus Amsler b9807c2a3b d3d9: Forward port d3d8 refcount tests. 2006-11-16 12:48:52 +01:00
Markus Amsler 07fad29c7d d3d8: Show that the implicit surfaces are not freed if refcount reaches 0. 2006-11-16 12:48:45 +01:00
Andrew Talbot b7b28e33f0 shlwapi: Cast-qual warnings fix. 2006-11-16 12:46:32 +01:00
Andrew Talbot cb12dd6cd9 shlwapi: Cast-qual warnings fix. 2006-11-16 12:45:36 +01:00
Louis Lenders d14d772f80 shell32: Define a few more icon resources. 2006-11-16 12:45:25 +01:00
Mike McCormack efc8317bb2 oleaut32: Remove incorrect references to malloc. 2006-11-16 12:45:12 +01:00
Mike McCormack f8829297da kernel32: Downgrade a FIXME to a WARN. 2006-11-16 12:45:09 +01:00
Detlef Riekenberg 3b8929b9e8 localspl: Replace number with a defined value (static buffer size). 2006-11-16 12:44:25 +01:00
Detlef Riekenberg 3c287f2049 localspl: Implement ConfigurePort. 2006-11-16 12:44:12 +01:00
Dmitry Timoshkov a3722bf494 user: Use DDE critical section exclusively for instance list protection. 2006-11-16 12:44:04 +01:00
Dmitry Timoshkov 5ef324ee89 user: Set DDE errors in some failing cases. 2006-11-16 12:36:11 +01:00
Clinton Stimpson 4b292b0cb5 riched20: Fix key handling in dialogs. 2006-11-15 12:24:54 +01:00
Hans Leidekker ae64a62241 setupapi: Implement SetupGetSourceInfo{A,W}. 2006-11-15 12:24:50 +01:00
Rob Shearman 167323e6f8 include: Add security QOS flags to winbase.h. 2006-11-15 11:33:47 +01:00
Alexandre Julliard 1e6786699d Revert "comctl32: Fix a potential regression in ImageList_ReplaceIcon()."
This reverts commit 9e772d1369.
2006-11-15 11:33:35 +01:00
Andrew Talbot fdd9a4e2a7 shell32: Cast-qual warnings fix. 2006-11-15 11:32:38 +01:00
Andrew Talbot 2f4bb7b78d shell32: Cast-qual warnings fix. 2006-11-15 11:32:32 +01:00
Byeong-Sik Jeon 8a4fe8e6e4 user32: Update the edit control when the IME composition string is emptied. 2006-11-15 11:32:25 +01:00
Alexandre Julliard 6fa6cc7e83 kernel32/tests: Reserve some more memory for the environment. 2006-11-15 11:31:41 +01:00
Rob Shearman 8bb10f1082 rpcrt4: Use SecInvalidateHandle and SecIsValidHandle for handling RpcConnection::ctx instead of setting/comparing the field to 0. 2006-11-15 11:25:57 +01:00