Commit Graph

42515 Commits

Author SHA1 Message Date
Eric Pouech
be785a295f richedit: Correctly set the CFM_WEIGHT in charformat2. 2008-01-02 13:46:42 +01:00
Eric Pouech
a607ad316e richedit: Fixed a couple of charformatXXm structure conversions because of alignment issues. 2008-01-02 13:46:22 +01:00
Eric Pouech
71f52d54bd richedit: Added support for some message (key, mouse) filtering events. 2008-01-02 13:45:08 +01:00
Hans Leidekker
428cff6e0b msvcrt: Fix spec file entries for the execv functions. 2008-01-02 13:43:03 +01:00
Hans Leidekker
864741c1b4 gdi32: Add a stub implementation for RemoveFontMemResourceEx. 2008-01-02 13:29:52 +01:00
Gerald Pfeifer
739152ce3e msi: Remove an extraneous safety check and simplify deformat_string(). 2008-01-02 13:29:41 +01:00
Alexander Dorofeyev
e169bb0a7f include/d3d.h: Fix method calling macros for IDirect3DTexture. 2008-01-02 13:20:21 +01:00
Rob Shearman
91971561c1 user32: Add a stub implementation of RegisterServicesProcess. 2008-01-02 13:20:12 +01:00
Austin English
92e7fed80c msi: Fix several typos. 2008-01-02 13:20:06 +01:00
Austin English
74399eec94 dplayx: Fix a typo. 2008-01-02 13:19:58 +01:00
Lionel Debroux
efc81cb233 dinput: Improve TRACEs and WARNs. 2008-01-02 13:19:48 +01:00
Lionel Debroux
99ad76c3c1 msi: Correctly handle return value of msi_realloc. 2008-01-02 13:17:52 +01:00
Reece H. Dunn
66dc01be56 gdiplus: Added the ProfileNotFound status code. 2008-01-02 13:15:25 +01:00
Alexandre Julliard
8926dce077 crypt32: Avoid casting away const from the context pointer. 2008-01-02 12:38:42 +01:00
Michael Stefaniuc
a4ec3ff61b netapi32: Remove two unused global variables. 2008-01-02 12:38:42 +01:00
Gerald Pfeifer
f36602d5cb qcap: Complete initializers for g_cTemplates[]. 2008-01-02 12:38:42 +01:00
Gerald Pfeifer
520832451f wined3d: Simplify three checks based on the unsignedness of variables. 2008-01-02 12:38:42 +01:00
Gerald Pfeifer
76e7cc9423 ole32: Remove one noop check in CoWaitForMultipleHandles(). 2008-01-02 12:38:42 +01:00
Gerald Pfeifer
216a1b3767 winspool: Adjust the typo of a loop variable in test_EnumForms().
Simplify a test in test_GetPrinterDriver().
2008-01-02 12:38:42 +01:00
Gerald Pfeifer
02afd70fbb wined3d: Remove four noop checks. 2008-01-02 12:38:42 +01:00
Gerald Pfeifer
a77249ad14 d3d9/tests: Simplify condition in test_vshader_input(). 2008-01-02 12:38:42 +01:00
Gerald Pfeifer
f7fea9e9f0 msi: Simplify condition in TABLE_fetch_stream(). 2008-01-02 12:38:42 +01:00
Andrew Talbot
70d82dfbd9 d3d8: Remove unneeded casts. 2008-01-02 12:38:41 +01:00
Andrew Talbot
863ffb719b comctl32: Remove unneeded casts. 2008-01-02 12:38:41 +01:00
Andrew Talbot
2cf2807052 dsound: Remove unneeded casts. 2008-01-02 12:38:41 +01:00
Andrew Talbot
a5195512c9 dplayx: Remove unneeded casts. 2008-01-02 12:38:41 +01:00
Andrew Talbot
f074c0e162 ddraw: Remove unneeded casts. 2008-01-02 12:38:41 +01:00
Andrew Talbot
159672d01c dbghelp: Remove unneeded casts. 2008-01-02 12:38:41 +01:00
Jacek Caban
7514283d73 mshtml: Added PutProperty implementation. 2008-01-02 11:46:08 +01:00
Michael Stefaniuc
1f26b146d1 janitorial: Remove superfluous backslashes at end of lines. 2007-12-31 19:23:45 +01:00
Gerald Pfeifer
fcdca0e809 winex11.drv: Simplify condition in create_xcursor_cursor() based on the unsignedness of types. 2007-12-31 19:23:28 +01:00
Gerald Pfeifer
f41d0cb530 kernel32/tests: Remove extraneous check. 2007-12-31 19:21:25 +01:00
Gerald Pfeifer
f35b93c655 taskmgr: Remove redundant out-of-domain checking which is already handled by PerfDataGetProcessorUsage() and PerfDataGetProcessorSystemUsage(). 2007-12-31 19:21:11 +01:00
Gerald Pfeifer
fde4e4b608 winhelp: Remove a dead condition. 2007-12-31 19:21:01 +01:00
Alexander Dorofeyev
7165d7268b wined3d: Fix regression of colorfill and texture to swapchain codepaths in BltOverride. 2007-12-31 17:49:00 +01:00
Alexander Dorofeyev
18143f693b ddraw: Remove redundant iface<->impl casts in IDirect3DTextureImpl_Load.
The implementation pointer retrieved from interface ptr wasn't being used for
anything except retrieving same interface ptr back.
2007-12-31 17:48:39 +01:00
Alexander Dorofeyev
9dbdacbd82 ddraw: Release palette interfaces. 2007-12-31 17:48:16 +01:00
Alexander Dorofeyev
83fe4e77f5 wined3d: Free palette handle when destroying IWineD3DPaletteImpl. 2007-12-31 17:48:08 +01:00
Jeremy White
659494660e wintab32: If we could not find a stylus sort of device, we haven't found a tablet. 2007-12-31 17:47:16 +01:00
Jeremy White
51aecf8056 wintab32: Add logic to detect specific tablet cursor types, use it to discard non tablet X devices. 2007-12-31 17:47:12 +01:00
Jeremy White
6c1d38649a wintab32: Remove the unused and clearly broken FindOpenContext function.
It's clear that someone left it in by accident; the TABLET_FindOpenContext
is its clear successor.
2007-12-31 17:45:19 +01:00
Jeremy White
ca89d7e809 wintab32: Add modest trace information for tablets. 2007-12-31 17:45:10 +01:00
Andrew Talbot
5d886557df crypt32: Remove unneeded casts. 2007-12-31 17:44:51 +01:00
Andrew Talbot
46b6f43fa0 cryptnet: Remove unneeded cast. 2007-12-31 17:44:06 +01:00
Andrew Talbot
8752c6d1a5 user32: Fix a spelling typo. 2007-12-31 17:41:37 +01:00
Andrew Talbot
ff92404dec avifil32: Remove unneeded casts. 2007-12-31 17:41:29 +01:00
Andrew Talbot
69599675a7 cabinet: Remove unneeded cast. 2007-12-31 17:41:09 +01:00
Andrew Talbot
867f254bec comctl32: Remove unneeded casts. 2007-12-31 17:40:45 +01:00
Andrew Talbot
05f38321c4 advapi32: Remove unneeded casts. 2007-12-31 17:39:39 +01:00
Peter Dons Tychsen
1e1b29f842 oleaut32: Add missing types to serialize/deserialize. 2007-12-31 17:30:21 +01:00