Stefan Dösinger
421b6558c1
wined3d: Pack the ffp_desc structure better.
2008-09-05 11:22:55 +02:00
Michael Stefaniuc
4d1d16836b
jscript: Move 'inline' right after the storage specifier in a declaration.
2008-09-05 11:22:34 +02:00
Marcus Meissner
96412ee564
Annotate with allocation size attribute.
2008-09-05 11:22:26 +02:00
Marcus Meissner
980ffb8eb4
msxml3: Fixed incorrect MultiByteToWideChar.
2008-09-05 11:21:35 +02:00
Paul Vriens
94b73a6d04
kernel32/tests: Split the test for ret and last error.
2008-09-05 11:20:59 +02:00
Paul Vriens
ea17a9192c
ws2_32/tests: Use CreateEventA for win9x.
2008-09-05 11:20:54 +02:00
Henri Verbeet
81effcf30d
wined3d: Set the viewport to the texture size in depth_blt().
2008-09-05 10:50:55 +02:00
Jeff Latimer
16f38d7481
user32/tests: Add more A and W test combinations for dde.
2008-09-05 10:48:47 +02:00
Jeff Latimer
0c5fff5ea8
user32/tests: Tests for a W interface connection adding some todo_wine tests.
2008-09-05 10:48:33 +02:00
Jeff Latimer
5ad6ef53a2
user32: DdeConnect causes 2 XTYP_CONNECT_CONFIRM messages to flow. Delete one.
2008-09-05 10:48:15 +02:00
Jeff Latimer
4c3e55dd88
user32/tests: Test infrastructure for testing ddeml end to end.
2008-09-05 10:48:03 +02:00
Jeff Latimer
57d1059bbb
user32: Make some DDE traces more meaningful.
2008-09-05 10:47:56 +02:00
Alexandre Julliard
b44a109b8c
kernel32: Implemented the wrapper functions for job objects.
2008-09-04 22:51:02 +02:00
Alexandre Julliard
091d9748e3
ntdll: Add stubs for all the job object functions.
2008-09-04 22:47:13 +02:00
Alexandre Julliard
0327f84a2f
ntdll: Implemented NtOpenProcessTokenEx and NtOpenThreadTokenEx.
2008-09-04 21:57:13 +02:00
Maarten Lankhorst
6e90756307
winealsa.drv/dsound: Handle underruns better.
2008-09-04 14:09:00 +02:00
Eric Pouech
07baf69080
dbghelp: SymFindFileInPath doesn't check for the parameters passed when looking in a directory, whatever the dbghelp's options.
2008-09-04 13:47:26 +02:00
Eric Pouech
2994e98850
dbghelp: Improve the symbol loader for .DBG files.
...
When looking for a .DBG file, first look for a .DBG file matching all
attributes, then for a .DBG partially matching the attributes.
2008-09-04 13:47:11 +02:00
Eric Pouech
d600115387
dbghelp: Improve the symbol loader.
...
When looking for a PDB file, no longer use SymFindFileInPath as it
doesn't actually check the signatures, but use an internal function
instead.
2008-09-04 13:46:54 +02:00
Vincent Povirk
3cce9ad9c6
shell32: Move SHAppBarMessage implementation from shell32 to explorer.
2008-09-04 13:32:42 +02:00
Vincent Povirk
491e44d425
user32/tests: Don't check menu items when testing MNS_CHECKORBMP.
...
If the MNS_CHECKORBMP style is set on a menu, and the menu is checked,
the bitmap is not drawn. For the menu tests, that means we get no
WM_DRAWITEM message for an owner-drawn bitmap, and the bounding box of
the bitmap is not tested. We should leave the menu item unchecked in
this case so we can test it.
2008-09-04 12:44:13 +02:00
Stefan Dösinger
da1030f36c
wined3d: Compressed surface sizes are multiples of 4.
...
Since those surfaces are stored in blocks, the 4 pixel step doesn't only apply to surfaces < 4, but
also to surfaces bigger than that, with a non-multiple-of-4 size.
2008-09-04 12:44:00 +02:00
Nikolay Sivov
50bfa9b0eb
gdiplus: Stubs for AdjustableArrowCap calls.
2008-09-04 12:31:38 +02:00
Nikolay Sivov
9c60a57ad1
gdiplus: Fix curve closing in GdipDrawClosedCurve2.
2008-09-04 12:31:24 +02:00
Nikolay Sivov
72304d8377
gdiplus: Initial GdipFlattenPath implementation.
2008-09-04 12:31:12 +02:00
Alexander Dorofeyev
78312704d9
wined3d: Remove obsolete code & ModifyLocation TODO.
...
This fbo logic appears to have already been implemented in ModifyLocation.
2008-09-04 12:29:57 +02:00
Alexander Dorofeyev
1bcd6e4508
wined3d: Get rid of gl buffer variable in BltOverride.
...
Uses This == dstSwapchain->frontBuffer instead as suggested by Henri Verbeet.
2008-09-04 12:29:50 +02:00
Alexander Dorofeyev
7c38816819
wined3d: Remove glDrawBuffer calls in BltOverride.
...
Handled in ActivateContext, must be remains of pre-context management code.
2008-09-04 12:29:42 +02:00
Alexander Dorofeyev
5c7f2906ee
wined3d: Make the condition to enter p8 conversion shader path more strict.
...
This prevents shader path from being entered for an offscreen surface
when there is p8 render target and fixes failures in ddraw visual test
(with opengl rendering and RTL_READDRAW mode) and visual glitches in
Red Alert.
2008-09-04 12:29:35 +02:00
Alexandre Julliard
3e78cca50c
msvcrt/tests: Fix the %n format test for Vista.
2008-09-04 12:27:29 +02:00
Rico Schüller
525e30e6b7
wined3d/d3d9: Set the initial scissorrect to the dimesions of the backbuffer from the first swapchain of the device.
2008-09-04 12:26:59 +02:00
Dmitry Timoshkov
97f2cbc1ea
ntdll: Add support for NtSetInformationProcess(ProcessExecuteFlags).
2008-09-04 11:53:00 +02:00
James Hawkins
3f00006f1f
msi: Source for new patch files can only be compressed.
2008-09-04 11:52:21 +02:00
Nicolas Le Cam
22e69c0ee4
comctl32: Implement LVM_GETUNICODEFORMAT.
2008-09-04 11:51:40 +02:00
Jacek Caban
720e8c6252
jscript: Added parser memory managment.
2008-09-04 11:50:45 +02:00
Jacek Caban
b51a156ff1
jscript: Added lexer.
2008-09-04 11:50:28 +02:00
Jacek Caban
9ebdd11126
jscript: Added parser.
2008-09-04 11:47:56 +02:00
Hongbo Ni
2656c02dd6
winspool: Add simplified and traditional Chinese resources.
2008-09-04 11:42:48 +02:00
Hongbo Ni
ab08a0102f
wininet: Add simplified and traditional Chinese resources.
2008-09-04 11:42:45 +02:00
Hongbo Ni
29beb84b6b
wineps: Add simplified and traditional Chinese resources.
2008-09-04 11:42:42 +02:00
Hongbo Ni
7d35b15539
shlwapi: Add simplified and traditional Chinese resources.
2008-09-04 11:42:38 +02:00
Hongbo Ni
e96792f8ba
shdoclc: Add simplified and traditional Chinese resources.
2008-09-04 11:42:33 +02:00
Hongbo Ni
4648b353e4
setupapi: Add simplified and traditional Chinese resources.
2008-09-04 11:42:13 +02:00
Hongbo Ni
68aba12fb1
serialui: Add simplified and traditional Chinese resources.
2008-09-04 11:42:09 +02:00
Hongbo Ni
ea20c68a11
sane.ds: Add simplified and traditional Chinese resources.
2008-09-04 11:42:06 +02:00
Hongbo Ni
b71c0a67ec
oledlg: Add simplified and traditional Chinese resources.
2008-09-04 11:42:03 +02:00
Hongbo Ni
275a454823
oleaut32: Add simplified and traditional Chinese resources.
2008-09-04 11:41:59 +02:00
Hongbo Ni
6a7ad7efb5
msvfw32: Add simplified and traditional Chinese resources.
2008-09-04 11:41:56 +02:00
Hongbo Ni
9eb3a9c157
msi: Add simplified and traditional Chinese resources.
2008-09-04 11:41:53 +02:00
Hongbo Ni
642fb1e6a1
mshtml: Add simplified and traditional Chinese resources.
2008-09-04 11:41:50 +02:00