Michael Stefaniuc
3ca73da928
comctl32/tests: Fix a variable type in monthcal.c. Removes 19 -Wsign-compare warnings.
2008-03-12 11:59:19 +01:00
Michael Stefaniuc
0745ccb926
gdiplus/tests: Remove redundant NULL check before GdipFree().
2008-03-12 11:59:15 +01:00
Michael Stefaniuc
5c9d1223db
widl: Remove local variable shadowing in add_func_desc().
2008-03-12 11:59:12 +01:00
Mikołaj Zalewski
cf39c2a92b
mshtml: Add Polish translation.
2008-03-12 11:59:04 +01:00
Mikołaj Zalewski
b859c13907
regedit: Remove windows class names (they shouldn't be localized) and unused IDC_REGEDIT menu from resources.
2008-03-12 11:58:58 +01:00
Alexandre Julliard
e874fded99
winex11: Discard ConfigureNotify events even if the intervening events are for other windows.
2008-03-11 19:50:27 +01:00
Alexandre Julliard
df0f42fe78
advapi32: Implemented RegOverridePredefKey.
2008-03-11 19:48:57 +01:00
Huw Davies
9ab07d5b37
comctl32: Revert to waiting on just the thread object, since the thread no longer sends messages.
2008-03-11 16:17:25 +01:00
Huw Davies
13d0803501
comctl32: Animation notifications should be posted not sent.
2008-03-11 16:17:22 +01:00
Huw Davies
84a1a88c5a
comctl32: Get the background brush in ACM_OPEN where native does.
2008-03-11 16:17:19 +01:00
Alexandre Julliard
a6d7b6fc60
msvcrt: Implemented __CppXcptFilter.
2008-03-11 16:14:44 +01:00
Paul Vriens
863240b77b
winecfg: Fix setting version to Vista.
2008-03-11 15:38:25 +01:00
Alexandre Julliard
acc1dd11cb
uuid: Avoid some guids that shouldn't be defined in libuuid.
2008-03-11 15:38:21 +01:00
Jacek Caban
fe5ea9f006
include: Added activaut.idl.
2008-03-11 15:35:23 +01:00
Jacek Caban
7ba25f0b22
activscp.idl: Added CATID_* declarations.
2008-03-11 15:30:49 +01:00
Aric Stewart
5c1229982a
gdi32: Skip leading @ from FontFace when looking for font to load.
2008-03-11 15:30:45 +01:00
Denver Gingerich
248ae8f112
ddraw: Implement ForceRefreshRate registry entry for overriding DirectX refresh rate.
2008-03-11 15:30:37 +01:00
Christopher Berner
9978cc9c56
user32: Make LoadStringW pass tests.
2008-03-11 15:30:15 +01:00
Alistair Leslie-Hughes
17bf0d9164
msxml3: Corrected double free in test.
2008-03-11 13:26:11 +01:00
James Hawkins
2d0ff97406
msi: Ignore the custom action type 51 if the source field is empty.
2008-03-11 12:12:24 +01:00
James Hawkins
776a7d7065
msi: Fix an off-by-one error when applying embedded transforms.
2008-03-11 12:12:14 +01:00
James Hawkins
5871bee8c7
msi: Optimize MsiSourceListAddSourceEx for adding to the end of the list.
2008-03-11 12:12:07 +01:00
Alexandre Julliard
0118e0d0f1
winex11: Add support for merging redundant events, and use it for ConfigureNotify and MotionNotify.
2008-03-11 12:11:52 +01:00
Paul Vriens
4ca754d9a9
kernel32: Fix/change tests for systems with no ServicePack.
2008-03-11 12:11:52 +01:00
Aric Stewart
da03fc5574
wineboot: Add Japanese resources.
2008-03-11 12:11:52 +01:00
Stefan Dösinger
c5117dab68
wined3d: Set the fullscreen flag before the display Mode.
2008-03-11 12:11:52 +01:00
Stefan Dösinger
c81b114269
wined3d: Only restore the style and exStyle when it is untouched.
2008-03-11 12:11:52 +01:00
Stefan Dösinger
a9fb81b2ed
wined3d: Only adjust windows in fullscreen mode to the screen.
2008-03-11 12:11:52 +01:00
Andrew Talbot
e7b0f07c3e
ole32: Assign to structs instead of using memcpy.
2008-03-11 12:11:51 +01:00
Andrew Talbot
4971f2f687
ole32: Assign to structs instead of using memcpy.
2008-03-11 12:11:51 +01:00
Mikołaj Zalewski
89c86dd994
comdlg32: Move font style names to resources.
2008-03-11 12:11:51 +01:00
Mikołaj Zalewski
1fd3797397
shell32: Remove DISCARDABLE from STRINGTABLE resources.
2008-03-11 12:11:51 +01:00
Rob Shearman
503b1bc107
urlmon: Initialise the cache_file field of DownloadBSC on creation.
2008-03-10 20:38:40 +01:00
L. Rahyen
0110512904
winecfg: Make DPI interval to be the same as in Windows.
2008-03-10 20:23:36 +01:00
Nathan Beckmann
67e811cc3c
gdiplus: Add more sophisticated tests for GdipSaveImageToFile.
...
Add a test to make sure the saved image has the same dimensions as
original. Delete the test file when finished.
2008-03-10 20:22:56 +01:00
Nathan Beckmann
75841d8323
gdiplus: Implement BMP encoding.
...
Implement the encoding function for GDI+ images so that
GdipSaveImageToStream can encode images as BMP files.
2008-03-10 20:22:43 +01:00
Nathan Beckmann
9475e3f53b
gdiplus: Implement GdipSaveImageToStream using encoders.
...
Add the correct framework for a fully-functional implementation of
image encoding (not a hack like before). Currently, only a stub for
BMP encoding is supported. New tests added as well.
2008-03-10 20:22:27 +01:00
Nathan Beckmann
7900947ce3
gdiplus: Implement GdipSaveImageToFile via GdipSaveImageToStream.
...
Still need to implement saving the image based on the encoder
parameter.
Basic tests included.
2008-03-10 20:21:14 +01:00
Nathan Beckmann
f4b4d03a19
gdiplus: Remove unnecessary IStream_AddRef from GdipLoadImageFromFile.
2008-03-10 20:20:50 +01:00
Chris Robinson
c925e3abc8
quartz: Don't print errors for handled return values.
2008-03-10 20:20:32 +01:00
Maarten Lankhorst
619ac152d5
include: Add flag for BSM_ALLDESKTOPS.
2008-03-10 19:59:22 +01:00
Rob Shearman
0e7b25349d
rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters.
...
NdrBaseTypeUnmarshall expects a pointer to a pointer to a base type.
pRetVal contains a pointer to a base type, so we need to pass the
address of pRetVal into call_unmarshaller here.
2008-03-10 19:25:55 +01:00
Rob Shearman
259ccc573c
rpcrt4: Fix -Oi interpreter for base types.
...
Don't call memory sizing rountines to compute the size of a type, since
memory sizing routines have side effects like checking there is enough
space in the buffer for the type and incrementing the buffer pointer.
Instead, create a function which returns the necessary size of the
limited set of types we can encounter and remove call_memory_sizer which
is no longer needed.
2008-03-10 19:12:54 +01:00
Rob Shearman
a5599028ea
rpcrt4: Check that the input to RPCRT4_strndupW was not NULL before assuming that the string couldn't be allocated due to lack of memory.
2008-03-10 19:12:54 +01:00
Rob Shearman
4500836635
makefiles: Simplify the use of the MODULE variable in static import libraries.
...
Don't include platform-specific information when declaring the name of
the static import libary to build. Instead, add this information in
Makeimplib.rules.in.
2008-03-10 19:12:54 +01:00
Rob Shearman
088ae3b81c
secur32: Fix ntlm_GetCachedCredential to not call strlenW on a NULL pointer.
...
pszHost should just be set to pszTargetName if pszTargetName doesn't
contain any other information.
2008-03-10 19:12:54 +01:00
Rob Shearman
0be05ab6aa
wininet: Retrieve the maximum token length from the SSP and use a buffer of that length in calls to InitializeSecurityContextW.
...
Otherwise, InitializeSecurityContextW could run out of space with our
small, fixed buffer and fail.
2008-03-10 19:12:54 +01:00
Rob Shearman
7631bdf0c1
wininet: Allow HTTP_DoAuthorization to accept a NULL username/domain in the non-Basic case.
...
When using SSPI, pass in a NULL identity in this case so that the SSP
can try to use cached credentials.
2008-03-10 19:12:54 +01:00
Rob Shearman
8c6ac00820
wininet: Don't call DeleteSecurityContext and FreeCredentialsHandle on invalid handles.
2008-03-10 19:12:54 +01:00
Rob Shearman
bdc81d9963
wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement.
2008-03-10 19:12:54 +01:00