Eric Pouech
e1b677dcd1
winedbg: For x86-64 CPU, fix $rip variable definition.
2010-02-04 13:39:27 +01:00
Eric Pouech
f91948ad94
winedbg: Extend print_typed_basic to handle unicode strings.
2010-02-04 13:39:27 +01:00
Michael Stefaniuc
0a22cd2b8f
user32: Avoid using HIWORD() on atoms/resources.
2010-02-04 13:39:27 +01:00
Peter Rosin
805f7d79db
kernel32: Add SetThreadErrorMode and GetThreadErrorMode.
2010-02-04 13:39:27 +01:00
Peter Rosin
e8a32ec2b8
kernel32: Add tests for SetThreadErrorMode and GetThreadErrorMode.
2010-02-04 13:39:27 +01:00
André Hentschel
23ff47610e
oleaut32: Fix year 0.
2010-02-04 13:39:27 +01:00
André Hentschel
ac1ca87b21
oleaut32: Fix day rolling.
2010-02-04 13:39:27 +01:00
Henri Verbeet
576ea95803
wined3d: Remove the unused device type parameter from the shader backend's get_caps() function.
2010-02-04 13:39:27 +01:00
Henri Verbeet
497386dc5c
wined3d: Remove the unused device type parameter from the fragment pipe's get_caps() function.
...
On the subject of actually supporting software devices, we should probably
implement those by creating a software or reference adapter with appropriate
gl_info and pipe implementations and creating a device based on that.
2010-02-04 13:39:26 +01:00
Henri Verbeet
af7dfcd378
wined3d: Do not preload surfaces when attaching them to an FBO.
...
Just make sure the texture is allocated, so we have something to attach. Note
also that context_apply_attachment_filter_states() runs under the GL lock, so
preloading resources is actually unsafe there.
2010-02-04 13:39:26 +01:00
Henri Verbeet
02e0b3ae1a
wined3d: Introduce surface_prepare_texture().
...
Similar to surface_prepare_system_memory(). In the long term we'll probably
want to move the whole location management to resource.c and unify buffers and
textures there.
2010-02-04 13:39:26 +01:00
Henri Verbeet
b0583a2410
wined3d: Never acquire a context in IWineD3DSurfaceImpl_BindTexture().
...
The caller is already responsible for doing this, so it's redundant at best.
2010-02-04 13:39:26 +01:00
André Hentschel
06e15ee9e6
msi: Copy InstallerImpl_LastErrorRecord to use it for DatabaseImpl.
2010-02-04 13:39:26 +01:00
Jacek Caban
9a92f9cb4a
mshtml: Improved debugstr_variant implementation.
2010-02-03 16:24:35 +01:00
Huw Davies
1ff1e11161
gdi32: Zero pad the facename buffer so that we don't write uninitialized data to the metafile.
...
Found by Valgrind.
2010-02-03 15:51:56 +01:00
Nikolay Sivov
4f1d040eaf
Add stub msxml4.dll.
2010-02-03 15:51:35 +01:00
Nikolay Sivov
9de35af881
shell32: Fix a debug channel.
2010-02-03 15:51:07 +01:00
Nikolay Sivov
d3aacce605
msxml3: Fix a debug channel and comment copypaste.
2010-02-03 15:50:58 +01:00
Nikolay Sivov
87e89995ee
itss: Fix typo in registry entry creation.
2010-02-03 15:50:50 +01:00
Dan Kegel
7de394d6ab
reg.exe: Handle setting DWORD registry values.
2010-02-03 15:50:34 +01:00
Paul Vriens
73c244052e
gdiplus/tests: Fix a test failure.
2010-02-03 15:49:47 +01:00
Jörg Höhle
3825abbbb7
winealsa: Ignore failure to notify MIDI clients.
2010-02-03 15:49:41 +01:00
Jörg Höhle
9c8ce89bf0
winecoreaudio: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.
2010-02-03 15:49:32 +01:00
Jörg Höhle
bceee27592
midimap: Support midiOutGetVolume, returning FFFFFFFF.
2010-02-03 15:49:25 +01:00
Jörg Höhle
a758c6a981
winmm: The 64KB buffer limit on MIDIHDR buffers applies to streams only.
2010-02-03 15:49:09 +01:00
Jörg Höhle
771a29da86
winmm/tests: Initial set of MIDI tests.
2010-02-03 15:49:01 +01:00
Huw Davies
3d2464b840
msdaps: Make use of the row server in ICreateRow_CreateRow.
2010-02-03 14:15:41 +01:00
Huw Davies
83eb779288
msdaps: Add support for remoting IRow_GetColumns.
2010-02-03 14:15:32 +01:00
Huw Davies
92c8861841
msdaps: Add a stub rowset proxy object.
2010-02-03 14:14:37 +01:00
Huw Davies
53ecb95346
msdaps: Add a stub row proxy object.
2010-02-03 14:14:33 +01:00
Huw Davies
3cd0fde34a
msdaps: Implement the marshalling object.
2010-02-03 14:14:28 +01:00
Huw Davies
d1dfdd72cf
msdaps: Add a stub server object.
2010-02-03 14:14:23 +01:00
Huw Davies
39710f8806
msdaps: Add a stub marshaller object.
2010-02-03 14:14:13 +01:00
Henri Verbeet
84913109f6
wined3d: Explicitly load and modify the surface in color_fill_fbo().
2010-02-03 13:54:02 +01:00
Henri Verbeet
5f3dccddb4
wined3d: Do not depend on context_attach_surface_fbo() to load the surface in stretch_rect_fbo().
2010-02-03 13:54:02 +01:00
Henri Verbeet
040452ad90
wined3d: Update the stream info before applying states.
2010-02-03 13:54:02 +01:00
Henri Verbeet
31d51fb175
wined3d: Preload textures before applying states.
2010-02-03 13:54:02 +01:00
Henri Verbeet
7ff576bbab
wined3d: Select the blitter during adapter initialization.
2010-02-03 13:54:02 +01:00
Alexandre Julliard
6806451db3
user: Add icon handle mapping in the Get/SetClassWord/Long functions.
2010-02-03 13:54:01 +01:00
Alexandre Julliard
48c8c8d7bd
user32: Add a safety check in release_user_handle_ptr.
2010-02-03 13:54:01 +01:00
Alexandre Julliard
a632052692
configure: Create a symlink for generic.ppd.
2010-02-03 13:53:56 +01:00
Alexandre Julliard
ce12296ce1
makefiles: Create the fonts symlinks from configure.
2010-02-03 13:53:11 +01:00
Alexandre Julliard
7d020c9f08
makefiles: Create the wine symlink from configure.
2010-02-03 13:43:04 +01:00
Alexandre Julliard
03e01a2987
makefiles: Generate the config.status dependency as part of the makefile dependencies.
2010-02-03 13:40:57 +01:00
Alexandre Julliard
303b79afa6
makefiles: Get rid of the (broken) aclocal installation rules.
2010-02-03 11:50:37 +01:00
Alexandre Julliard
7b7444fbca
makefiles: Simplify the installation of program binaries by not attempting to hardlink them.
2010-02-03 11:50:24 +01:00
Peter Rosin
bdebad094c
ntdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode.
2010-02-03 11:37:59 +01:00
Peter Rosin
2cf159f612
ntdll: Add tests for RtlSetThreadErrorMode and RtlGetThreadErrorMode.
2010-02-03 11:36:59 +01:00
Hans Leidekker
9a0020ade9
msi: Move some helpers to the module where they are used.
2010-02-03 11:31:48 +01:00
Hans Leidekker
29f47299c2
msi: Implement the ScheduleReboot standard action.
2010-02-03 11:31:48 +01:00