Ulrich Czekalla
62e41ad1fd
hlink: Fix typo. We should set hl not ppvObj.
2006-06-16 11:29:51 +02:00
H. Verbeet
701ce97d65
wined3d: Add and use GL_EXT_fog_coord defines.
2006-06-16 11:29:31 +02:00
Alexandre Julliard
bdb4fab7a7
x11drv: Renamed the x11drv directory to winex11.drv.
2006-06-16 09:57:50 +02:00
Mikołaj Zalewski
35b7a813f6
notepad: Pl.rc: Fix the ellipsis in menu.
2006-06-15 18:06:09 +02:00
Huw Davies
7afe18ec27
printing: Don't limit the printer name length to CCHDEVICENAME characters.
2006-06-15 18:05:58 +02:00
James Hawkins
36bf71c174
msi: Add tests for MsiInstallProduct.
2006-06-15 18:05:53 +02:00
Alexandre Julliard
7f8c29a407
ddraw: Make some functions static.
2006-06-15 17:14:37 +02:00
Alexandre Julliard
bb7fe68157
configure: Ues the standard AC_MSG_WARN to print warnings.
2006-06-15 16:52:32 +02:00
Alexandre Julliard
9d4feaa09b
dlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X.
2006-06-15 16:52:23 +02:00
Alexandre Julliard
0b56f2c6cb
d3dx8: Remove dependencies on OpenGL headers and libraries.
2006-06-15 16:52:05 +02:00
Alexandre Julliard
7b27b33495
d3d9: Remove dependencies on OpenGL headers and libraries.
2006-06-15 16:52:01 +02:00
Alexandre Julliard
558fbb8af8
d3d8: Remove dependencies on OpenGL headers and libraries.
2006-06-15 16:51:57 +02:00
Stefan Dösinger
3862f8e3d7
wined3d: Support more than one back buffer.
2006-06-15 16:51:41 +02:00
Stefan Dösinger
c8901d6f62
ddraw: Rewrite most of ddraw using WineD3D.
2006-06-15 16:51:16 +02:00
Alexandre Julliard
0fa7170dc3
server: Fixed a compiler warning on MacOSX.
2006-06-15 14:14:31 +02:00
Alexandre Julliard
3fb4b32949
libwine: Fixed a compiler warning on MacOSX.
2006-06-15 14:14:26 +02:00
Peter Åstrand
2585e1a6fd
winmm: Add support for "open new" commands.
2006-06-15 12:25:50 +02:00
Mike McCormack
94dc36e5a6
msi: Add test for _Streams table (based on patch by Andrey Turkin).
2006-06-15 12:24:16 +02:00
Stefan Dösinger
5c3c5903a5
wined3d: Correct vertex fog for transformed vertices and correctly
...
handle non-vertex, non-table fog.
2006-06-15 12:24:09 +02:00
Jason Green
cc06ed3d53
wined3d: Implement more GLSL instructions.
...
- Implemented: D3DSIO_SGN, LOOP, ENDLOOP, LOGP, LIT, DST, SINCOS
- Process instruction-based modifiers (function existed, it just
wasn't being called)
- Add loop checking to register maps.
- Renamed "sng" to "sgn" for D3DSIO_SGN - it's not handled anywhere
except for GLSL, so won't matter.
2006-06-15 12:20:20 +02:00
Robert Shearman
da5cc56378
atl: Add a partial implementation of AtlModuleRegisterWndClassInfoW
...
based on documentation by Mike McCormack.
2006-06-15 12:14:32 +02:00
Robert Shearman
0173948300
kernel: Add a test for mutexes.
2006-06-15 12:14:23 +02:00
Robert Shearman
3fa7fa5bdf
kernel: Add some tests for VerifyVersionInfo.
2006-06-15 12:14:18 +02:00
Robert Shearman
f2dc25a5f3
ole32: Always rewind the stream in StdGlobalInterfaceTable_GetInterfaceFromGlobal
...
as CoUnmarshalInterface may have advanced the stream, even if it failed.
2006-06-15 12:07:10 +02:00
Robert Shearman
fa757df883
ole32: Add a tests for OleSetMenuDescriptor and the global interface table.
2006-06-15 12:06:49 +02:00
Alexander Nicolaysen Sørnes
3441615ca7
winecfg: Updated Norwegian Bokmål resources.
2006-06-15 12:06:10 +02:00
Alexander Nicolaysen Sørnes
138676dd24
gphoto2.ds: Added Norwegian Bokmål resources.
2006-06-15 12:05:54 +02:00
Alexandre Julliard
d47dcbf05a
winedbg: Avoid a crash when there's no backtrace to print.
2006-06-15 11:39:29 +02:00
Alexandre Julliard
3df59e4fee
kernel32: Use unsigned types in GlobalMemoryStatusEx to prevent overflows.
2006-06-15 11:39:29 +02:00
Mike McCormack
1ec3e9fe7d
server: Fix a win64 warning.
2006-06-15 11:39:29 +02:00
Mike McCormack
e65349d4eb
server: Cast user handles to unsigned long for win64 compatibility.
2006-06-15 11:39:29 +02:00
Mike McCormack
e1c16ff356
server: Cast handles to unsigned long for win64 compatibility.
2006-06-15 11:39:29 +02:00
Mike McCormack
13115d8cf6
comctl32: Add a short test for the listview.
2006-06-15 11:39:29 +02:00
Mike McCormack
f86270a022
comctl32: Arrange the listview after deleting all items so we will place icons at the top again.
2006-06-15 11:39:29 +02:00
Mike McCormack
52c204be88
comctl32: Use the listview's background colour when drawing with imagelist.
2006-06-15 11:39:29 +02:00
Mike McCormack
172e183cf3
msi: Don't define COND_SPACE twice.
2006-06-15 11:39:28 +02:00
Eric Pouech
50c9681a24
mciwave: Fixed a bogus free.
2006-06-15 11:39:28 +02:00
Vitaly Lipatov
88694be2ad
user32: Fix character conversion in combo box.
...
Replace toupper/tolower with CharUpper/CharLower functions.
2006-06-15 11:26:57 +02:00
Louis. Lenders
8cc69977eb
wine.inf: Add fake dll for advpack.dll.
2006-06-15 11:26:37 +02:00
Robert Shearman
124c3a8f7c
atl: Add a stub for AtlModuleRegisterWndClassInfoW.
2006-06-14 13:40:30 +02:00
Robert Shearman
850ae994c6
ntdll: Change the test for no relocation information to use the
...
IMAGE_FILE_RELOCS_STRIPPED flag instead of a zero sized relocations
section.
This fixes loading of resource-only DLLs that have a load-address of
0x400000.
2006-06-14 13:37:25 +02:00
Robert Shearman
e072d7a0a3
msxml: Text nodes with just whitespace should be stripped.
2006-06-14 13:36:07 +02:00
Robert Shearman
1df06e5c4a
msxml: Implement IXMLDOMElement for text elements by using
...
create_element instead of create_basic_node.
2006-06-14 13:35:51 +02:00
Robert Shearman
09ddab1481
msxml: Allow the element implementation to be aggregatable.
2006-06-14 13:35:38 +02:00
Paul Vriens
569a452d3a
uxtheme: Add framework and initial tests.
2006-06-14 13:22:35 +02:00
Choe Hwanjin
03cc51abde
winuser.h: Add some missing virtual key symbols.
2006-06-14 12:47:06 +02:00
Mike McCormack
863bc989b9
msi: Add a test for reading long strings.
2006-06-14 12:47:06 +02:00
Mike McCormack
2d323b3df8
msi: Add a test for creating a record with a long string.
2006-06-14 12:47:05 +02:00
Mike McCormack
d2dca89c52
msi: Add a test for MsiDatabaseExport.
2006-06-14 12:47:05 +02:00
Mike McCormack
e9cc5156db
mapi: Fix declaration of LPMAPISENDMAIL (spotted by Cho Hwanjin).
2006-06-14 12:47:05 +02:00