Stefan Dösinger
cf27031329
wined3d: Add IWineD3DSurface::Flip.
2006-04-13 11:23:03 +02:00
Stefan Dösinger
d2510847b0
wined3d: Split device creation and opengl initialization.
2006-04-13 11:22:45 +02:00
Karsten Elfenbein
59189ba75b
wined3d: Combined unhandled renderstate cases into one.
2006-04-12 20:57:26 +02:00
Karsten Elfenbein
c90c04607e
wined3d: IWineD3DDeviceImpl_Reset cleanup.
...
Joined the functions as it looks like a typo in the function name
(IWineD3DDeviceImpl_Rest isn't used anywhere but contains comments).
2006-04-12 20:57:16 +02:00
Jacek Caban
4b5125a79c
shell32: Allocate wszApplicationName on the heap as it may be longer than MAX_PATH.
2006-04-12 20:56:57 +02:00
Jacek Caban
51bd5408d4
shdocvw: Use GetClientRect, not GetWindowRect in create_doc_view_hwnd.
2006-04-12 20:56:18 +02:00
Alexandre Julliard
6d2afbcf7a
wineps: Load generic.ppd from the data dir if nothing else is specified.
2006-04-12 20:43:43 +02:00
Mikołaj Zalewski
e55c44c737
comctl32: Fix listview column resize.
...
Draw a track line after a HDN_TRACK, resize the columns only after a
HDN_ITEMCHANGED.
Create the header with HDS_FULLDRAG.
2006-04-12 19:52:34 +02:00
Mikołaj Zalewski
c63f5f095a
comctl32: Fix listview column resize.
...
Fix the HDS_FULLDRAG headers notifications, invalidate such a control
after a mouse move.
2006-04-12 19:51:44 +02:00
Dmitry Timoshkov
14aab5f3cb
avifil32: Avoid not necessary zeroing out of an allocated memory block.
2006-04-12 12:54:45 +02:00
Stefan Dösinger
e0c8773199
wined3d: Add a resource dumper.
2006-04-12 12:54:28 +02:00
Jean-Philippe Theriault
6e4b960a1c
gdi32: Fix for PlayEnhMetaFileRecord support of EMR_SELECTPALETTE record.
2006-04-12 12:54:20 +02:00
Eric Pouech
69804258ca
kernel32: Added some tests for toolhelp functions.
2006-04-12 12:43:44 +02:00
Eric Pouech
4f3682f428
kernel32: Rewrote toolhelp implementation only on top of ntdll functions.
2006-04-12 12:42:36 +02:00
Ivan Gyurdiev
c1a6e910ce
wined3d: Enable texld instruction (shaders 1.4).
2006-04-12 11:42:21 +02:00
Ivan Gyurdiev
8ab0237e21
wined3d: Reorganize shaders code a bit.
2006-04-12 11:42:04 +02:00
Hans Leidekker
cedf0ab45d
wldap32: Improve error handling in create_page_control().
2006-04-12 11:41:15 +02:00
Detlef Riekenberg
f0a9586879
winspool: Basic tests for AddMonitor.
2006-04-12 11:40:57 +02:00
Detlef Riekenberg
ed1161f993
winspool: Implement AddMonitor.
2006-04-12 11:40:49 +02:00
Vitaliy Margolen
4a25828c0d
d3d9: VertexDeclaration and VertexShader should keep reference to the parent device object.
2006-04-12 11:20:21 +02:00
Vitaliy Margolen
99136998e2
d3d8: VertexShader should keep reference to the parent device object.
2006-04-12 11:20:07 +02:00
Petr Tesarik
31b0a4edf6
winedos: Implement INT2F/AX=1501 (get drive device list).
2006-04-12 11:18:43 +02:00
Juan Lang
3700913803
msi: Fix possible crash bugs in error path.
2006-04-12 11:18:33 +02:00
Mike McCormack
42c7372b6b
shdocvw: Register iexplore.exe as a COM local server.
2006-04-12 11:18:26 +02:00
Jason Green
be10a6a099
wined3d: Spelling fixes and downgrade a FIXME to a TRACE.
2006-04-12 11:17:59 +02:00
Stefan Dösinger
108688f96a
wined3d: Don't do a logical AND on the swap effect.
2006-04-12 11:17:49 +02:00
Stefan Dösinger
edfe5d68ee
wined3d: Store the private data in IWineD3DResource::SetPrivateData.
2006-04-12 11:17:39 +02:00
Phil Krylov
4e796854af
riched20: Allow inheriting table cell definitions from previous table row.
...
Allow inheriting of table cell definitions from a previous table row
when the current table row does not contain a \trowd, only an \intbl.
2006-04-12 11:17:25 +02:00
Peter Oberndorfer
ac0bee4bf2
shlwapi: Ignore leading spaces in PathMatchSpec.
2006-04-12 11:17:12 +02:00
Peter Oberndorfer
759324a20c
shlwapi: Add tests for PathMatchSpec.
2006-04-12 11:16:58 +02:00
Peter Oberndorfer
1ed3382438
gdi: Do not convert string paramter when rendering glyph indexes.
2006-04-12 11:16:42 +02:00
Peter Oberndorfer
e1f74ad5c7
gdi: Write out glyph count correctly in GetCharacterPlacementA.
2006-04-12 11:16:30 +02:00
Dan Kegel
d5292cb3f4
x11drv: Fix two clipboard bugs.
...
Fix two clipboard problems that caused BadAtom crashes and caused some
clipboard formats to not be exported properly.
2006-04-11 14:31:05 +02:00
Ivan Gyurdiev
12be14b6cc
wined3d: Remove bogus address register warning for pixel shaders.
...
Pixel shaders don't have an address register, this warning is bogus.
D3DSPR_ADDR is interpreted as D3DSPR_TEXTURE for pixel shaders.
2006-04-11 14:22:18 +02:00
James Hawkins
fadf610065
advpack: Implement UserInstStubWrapper.
2006-04-11 14:22:09 +02:00
Mike McCormack
aebc88d54b
avifil32: Fix a regression caused by patch removing GlobalAllocs by using HEAP_ZERO_INIT.
2006-04-11 14:19:13 +02:00
Eric Pouech
819565be21
msvcrt: IO init.
...
Make sure, when copying handles from std ones (when no io info is
inherited from parent) to create inheritable handles (spotted by
qingdao daoo).
2006-04-11 12:38:23 +02:00
Petr Tesarik
9f9ac54a19
winedos: Implement true CDROM DOS device driver.
2006-04-11 11:40:14 +02:00
Petr Tesarik
d72178a1be
winedos: Move all device driver initialization code to a newly written
...
function DOSDEV_SetupDevice().
2006-04-11 11:39:24 +02:00
Petr Tesarik
07d77c28fd
winedos: Move most of MSCDEX stuff into a separate function.
2006-04-11 11:38:15 +02:00
Petr Tesarik
7e4ad8e6a7
winedos: Move some declarations to the header file.
2006-04-11 11:37:58 +02:00
Antonio Codazzi
33a232a4a2
wininet: Added Esperanto language.
2006-04-11 11:31:02 +02:00
Antonio Codazzi
4a0b6e9c11
shlwapi: Added Esperanto language.
2006-04-11 11:28:01 +02:00
Antonio Codazzi
135ca99f88
oleaut32: Added Esperanto language.
2006-04-11 11:27:47 +02:00
Antonio Codazzi
beea62886e
mpr: Added Esperanto language.
2006-04-11 11:27:32 +02:00
Antonio Codazzi
1347c1dfde
serialui: Added Esperanto language.
2006-04-11 11:27:08 +02:00
Antonio Codazzi
20a94612ab
mpr: Italian language update.
2006-04-11 11:26:43 +02:00
Antonio Codazzi
f2d320b0a6
wininet: Italian language update.
2006-04-11 11:26:30 +02:00
Mike McCormack
c1caf43d10
shdocvw: Move the private class factory declaration into factory.c.
2006-04-11 11:25:54 +02:00
Mike McCormack
8232e69492
msi: Add some more MsiFormatRecord tests.
2006-04-11 11:25:32 +02:00
James Hawkins
698ee36c85
advpack: Perform a setupapi-level install of the INF file in RunSetupCommand.
2006-04-11 11:25:23 +02:00
James Hawkins
46fe944832
advpack: Implement LaunchINFSectionEx.
2006-04-11 11:24:59 +02:00
James Hawkins
65b50022d5
advpack: Standardize the format of advpack traces.
...
Display all strings in advpack traces.
Use debugstr_a/w for TRACE strings.
2006-04-11 11:24:14 +02:00
James Hawkins
cc6685f089
advpack: Standardize the format of advpack parameter lists.
2006-04-11 11:23:57 +02:00
Juan Lang
fced68672f
ntdll: Initialize a variable.
...
Fix an uninitialized pointer in RtlCreateUserThread, caught by
coverity.
2006-04-11 11:23:49 +02:00
Juan Lang
95859a1d6a
crypt32: Fix a typo caught by coverity.
2006-04-11 11:23:39 +02:00
Alexandre Julliard
64f17bb3ef
user: Use a smaller window for the menu test.
2006-04-10 20:21:19 +02:00
Alexandre Julliard
1404dc8014
twain_32: Renamed the dlls/twain directory to dlls/twain_32.
2006-04-10 17:29:18 +02:00
Alexandre Julliard
b4f553f5be
riched32: Renamed the dlls/richedit directory to dlls/riched32.
2006-04-10 17:09:08 +02:00
Alexandre Julliard
ca1e72a402
comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32.
2006-04-10 17:00:03 +02:00
Alexandre Julliard
c4fde65022
msacm32: Renamed the dlls/msacm directory to dlls/msacm32.
2006-04-10 16:55:04 +02:00
Huw Davies
aa25176974
gdi32: Add support for ttc indices in the font link list.
2006-04-10 16:32:40 +02:00
Jason Green
3f591ecb13
wined3d: Add some more debugging info.
...
Adds more debugging FIXME's if a specific WINED3DFMT_??? isn't supported.
2006-04-10 16:32:30 +02:00
Hans Leidekker
c4f4b01b05
gdi32: GetCharABCWidthsW should not crash on a NULL handle.
2006-04-10 15:56:43 +02:00
Hans Leidekker
1bf5e2da0a
wldap32: Fix broken parameter handling.
2006-04-10 15:56:40 +02:00
Hans Leidekker
2d6d4e9674
dnsapi: Add a configure check for the resolver library and header.
2006-04-10 15:56:35 +02:00
Hans Leidekker
975899aa83
dnsapi: Add a test for DnsNameCompare_A.
2006-04-10 15:53:04 +02:00
Hans Leidekker
486e3b32e2
dnsapi: Implement DnsNameCompare_{A,W}.
2006-04-10 15:48:48 +02:00
Hans Leidekker
6b1dded3b5
dnsapi: Add a stub implementation of dnsapi.dll.
2006-04-10 15:44:59 +02:00
Stefan Dösinger
dbdc8c2f65
ddraw: Add a test for IDirect3DVertexBuffer7::ProcessVertices.
2006-04-10 15:44:10 +02:00
James Hawkins
6053d265bc
advpack: Add initial implementation of SetPerUserSecValues.
2006-04-10 15:43:53 +02:00
Ivan Gyurdiev
634698cb19
wined3d: Print all errors in checkGLcall.
2006-04-10 12:24:23 +02:00
Ivan Gyurdiev
88a7c9e948
wined3d: Downgrade some FIXMEs.
2006-04-10 12:23:45 +02:00
Ivan Gyurdiev
5c12c043df
wined3d: Map D3DFMT_L16, D3DFMT_A16B16G16R16 to OpenGL formats.
...
Map:
D3DFMT_L16 -> GL_LUMINANCE16_EXT
D3DFMT_A16B16G16R16 -> GL_RGBA16_EXT
as Raphael suggested.
Also increase the returned Bpp for unknown and unhandled formats from
4 to 8 bytes - this part fixes segfault in the F.E.A.R demo. It now
shows some flashy graphics before it dies again :)
2006-04-10 12:23:38 +02:00
Dmitry Timoshkov
09a1a3fd7c
shdocvw: Constify IExplore OLE vtables.
2006-04-10 12:23:03 +02:00
Dmitry Timoshkov
3afe420833
x11drv: Update French keyboard layout to better match the X11 one.
2006-04-10 12:22:52 +02:00
Hans Leidekker
ec6a5175b4
ntdll: The closing brace of a guid string is at index 37.
2006-04-10 12:22:16 +02:00
Robert Reif
1f882cd68d
dsound: Fix 2 bugs in ds3d tests.
...
Fix 2 bugs in the error paths of the ds3d.c test (coverity).
2006-04-10 12:22:08 +02:00
Jeff Latimer
df4b0a831e
usp10: Terminate some strings in fixmes and traces.
2006-04-10 12:21:54 +02:00
Detlef Riekenberg
9243cb349e
winspool: Avoid reading from NULL (GetPrinterDriver).
2006-04-10 12:21:37 +02:00
Jacek Caban
26f6a30f58
shdocvw: Set active document of both frame and doc window.
2006-04-10 12:21:23 +02:00
Jacek Caban
ce2f142bf1
shdocvw: Use IOleInPlaceObjectWindowless interface of document in deactivate_document.
2006-04-10 12:21:17 +02:00
Jacek Caban
e189b54687
mshtml: Make sure to use initialized variables.
2006-04-10 12:21:07 +02:00
Jacek Caban
417c104760
mshtml: Fix ref counting.
...
- Fix ref counting.
- Use This->window instead of QI in NSContainer_Release.
2006-04-10 12:20:50 +02:00
Antonio Codazzi
7d73af6bd8
winspool: Italian language support.
2006-04-08 20:03:29 +02:00
Antonio Codazzi
afb3864307
winspool: Esperanto language support.
2006-04-08 20:00:36 +02:00
Detlef Riekenberg
50b32da7af
winspool: A read can fail.
2006-04-08 20:00:13 +02:00
Stefan Dösinger
cfb6b282d8
d3d9: Add typecasts for WINED3DLOCKED_BOX to avoid compiler warnings.
2006-04-08 19:59:54 +02:00
Hans Leidekker
12ad28acfe
wldap32: Don't handle NULL attrs twice.
2006-04-08 19:59:27 +02:00
Hans Leidekker
34282fb518
wldap32: Don't return uninitialised values.
2006-04-08 19:59:19 +02:00
Hans Leidekker
42af5f3950
wldap32: Fix overrun by one of static array.
2006-04-08 19:59:12 +02:00
Rein Klazes
b72c36fef8
user: Add an missing element to the hbmmenus array.
2006-04-08 15:53:10 +02:00
Robert Reif
208b0c2e72
dsound: Remove NULL This pointer checks.
2006-04-08 15:53:00 +02:00
Robert Reif
2c4c204371
dsound: Remove unnecessary NULL pointer check.
2006-04-08 15:50:08 +02:00
Troy Rollo
90df5a967f
ntdll: Fix DVD_ReadStructure's layout of layer information.
...
Fix DVD_ReadStructure to reflect what Windows actually does, not what
Microsoft (incorrectly) documents it to do and not what the DDK
headers (incorrectly) suggest it does.
2006-04-08 15:49:42 +02:00
Detlef Riekenberg
44aab2e23f
ntdll: Added ARM architecture.
2006-04-08 15:49:24 +02:00
Robert Reif
44b7760e6a
dsound: Set default primary buffer sample rate and bits per sample.
...
Programs that are written specifically for 2000 and xp don't bother to
set the primary buffer format because it's a noop. However wine is
patterned after win9x and DirectX 7 or earlier which has a real
primary buffer and expects the program to change the primary buffer
format if necessary.
2006-04-08 15:48:59 +02:00
Mike Hearn
ddd0e03e91
kernel: Don't crash on NULL arg in GetShortPathNameW.
2006-04-07 20:05:33 +02:00
Mike Hearn
1740fe0fe6
comctl32: Add OOM codepath in imagelist control.
2006-04-07 20:04:19 +02:00
Mike Hearn
8122173abf
gdi: Protect GetEnhMetaFilePaletteEntries against bad handles.
2006-04-07 20:01:55 +02:00