Henri Verbeet [Fri, 17 Jun 2011 19:00:02 +0000 (21:00 +0200)]
d3d9: Implement IDirect3DTexture9 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:01 +0000 (21:00 +0200)]
d3d9: Implement IDirect3DCubeTexture9 private data handling on top of wined3d_resource.
Piotr Caban [Fri, 17 Jun 2011 18:29:57 +0000 (20:29 +0200)]
msvcrt: Fix __p__pctype implementation.
André Hentschel [Fri, 17 Jun 2011 14:53:12 +0000 (16:53 +0200)]
winebuild: Simplify the ARM part of output_import_thunk.
Damjan Jovanovic [Fri, 17 Jun 2011 13:40:33 +0000 (15:40 +0200)]
rpcrt4: Add stubs for RpcNetworkInqProtseqs.
Damjan Jovanovic [Fri, 17 Jun 2011 13:39:34 +0000 (15:39 +0200)]
include: Add RPC_PROTSEQ_VECTOR.
Jacek Caban [Fri, 17 Jun 2011 14:18:05 +0000 (16:18 +0200)]
mshtml: Use replace_node_by_html instead of document.write for conditional comments.
Jacek Caban [Fri, 17 Jun 2011 14:17:45 +0000 (16:17 +0200)]
mshtml: Moved IHTMLElement::put_outerHTML implementation to separated, HTMLElement object independent, function.
Huw Davies [Fri, 17 Jun 2011 15:49:13 +0000 (16:49 +0100)]
gdi32/tests: Add broken behaviour on nt4 sp1 and 2.
Huw Davies [Fri, 17 Jun 2011 13:52:24 +0000 (14:52 +0100)]
gdi32/tests: Add broken behaviour on nt4 sp1-5.
Huw Davies [Fri, 17 Jun 2011 13:52:23 +0000 (14:52 +0100)]
gdi32/tests: Call ReleaseDC not DeleteDC.
Huw Davies [Fri, 17 Jun 2011 11:45:37 +0000 (12:45 +0100)]
gdi32/tests: Add tests for hatched brushes.
Huw Davies [Fri, 17 Jun 2011 11:45:36 +0000 (12:45 +0100)]
gdi32: Add support for hatched brushes.
Stefan Dösinger [Tue, 19 Apr 2011 19:24:26 +0000 (21:24 +0200)]
wined3d: Give GL_ARB_map_buffer_range another try.
Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that caused major
performance problems. If the user is using an older driver we now drop the VBO instead of using
doublebuffered loading, which means that we fall back to the current behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for GL_ARB_instanced_arrays.
Stefan Dösinger [Tue, 19 Apr 2011 19:23:15 +0000 (21:23 +0200)]
wined3d: Drop the VBO when the GL alignment doesn't fit on dynamic buffers.
Stefan Dösinger [Tue, 14 Jun 2011 18:36:08 +0000 (20:36 +0200)]
d3d8: Don't print the ResourceManagerDiscardBytes fixme when Bytes == 0.
Stefan Dösinger [Tue, 14 Jun 2011 18:21:08 +0000 (20:21 +0200)]
ddraw: Implement IDirect3D7::EvictManagedTextures.
Stefan Dösinger [Tue, 14 Jun 2011 13:42:42 +0000 (15:42 +0200)]
wined3d: Add STATE_BASEVERTEXINDEX to debug_d3dstate.
Jörg Höhle [Tue, 14 Jun 2011 19:44:46 +0000 (21:44 +0200)]
winealsa: Fix mmdevapi memory allocations.
Alexandre Julliard [Fri, 17 Jun 2011 12:11:12 +0000 (14:11 +0200)]
rpcrt4: Add support for 64-bit conformance values.
Stephane Bacri [Sun, 12 Jun 2011 10:36:55 +0000 (12:36 +0200)]
winealsa.drv: Add midi MTC Quarter Frame messages support.
Charles Welton [Thu, 16 Jun 2011 20:19:59 +0000 (17:19 -0300)]
d3dx9/tests: Add tests for ID3DXLine_GetDevice and release methods.
Charles Welton [Thu, 16 Jun 2011 20:19:49 +0000 (17:19 -0300)]
d3dx9: Implemented GetDevice method.
Adam Martinson [Fri, 17 Jun 2011 02:43:54 +0000 (21:43 -0500)]
msxml3: SysAllocString*() automatically allocates a terminating NULL.
Alexandre Julliard [Fri, 17 Jun 2011 09:54:43 +0000 (11:54 +0200)]
server: Don't queue low-level hooks to a hung queue.
Alexandre Julliard [Fri, 17 Jun 2011 09:54:29 +0000 (11:54 +0200)]
server: Only avoid running low-level hooks in processes currently suspended by a debugger.
Hwang YunSong [Fri, 17 Jun 2011 02:09:28 +0000 (11:09 +0900)]
po: Update Korean translation.
Hwang YunSong [Thu, 16 Jun 2011 10:43:37 +0000 (19:43 +0900)]
shell32: Update Korean resource.
Hwang YunSong [Thu, 16 Jun 2011 10:37:02 +0000 (19:37 +0900)]
msvfw32: Update Korean resource.
Hwang YunSong [Thu, 16 Jun 2011 09:49:20 +0000 (18:49 +0900)]
cmdlgtst: Update Korean resource.
Jonas Maebe [Thu, 16 Jun 2011 19:11:46 +0000 (21:11 +0200)]
dinput: Hook up joysticks to DirectInput event queue on Mac OS X.
Henri Verbeet [Thu, 16 Jun 2011 20:38:29 +0000 (22:38 +0200)]
d3d8: Implement IDirect3DIndexBuffer8 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:28 +0000 (22:38 +0200)]
d3d8: Implement IDirect3DVertexBuffer8 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:27 +0000 (22:38 +0200)]
d3d9: Implement IDirect3DIndexBuffer9 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:26 +0000 (22:38 +0200)]
d3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:25 +0000 (22:38 +0200)]
wined3d: Only load the surface for partial updates in wined3d_device_update_surface().
Henri Verbeet [Thu, 16 Jun 2011 20:38:24 +0000 (22:38 +0200)]
wined3d: Use surface_load_location() instead of surface_internal_preload() in wined3d_device_update_surface().
André Hentschel [Thu, 16 Jun 2011 20:06:33 +0000 (22:06 +0200)]
winebuild: get_asm_ptr_keyword is not needed for ARM.
Austin English [Thu, 16 Jun 2011 19:48:59 +0000 (12:48 -0700)]
netapi32: Add a stub for DsGetSiteNameA.
Aric Stewart [Thu, 16 Jun 2011 18:56:05 +0000 (13:56 -0500)]
po: Add a number of missing '\n' characters in translations.
Alexandre Julliard [Thu, 16 Jun 2011 20:46:25 +0000 (22:46 +0200)]
kernel32: Create an orphaned process in exec_process so that all initialization is done anew in the child process.
Alexandre Julliard [Thu, 16 Jun 2011 20:45:45 +0000 (22:45 +0200)]
server: Allow creating a process without any parent or startup info.
Jacek Caban [Thu, 16 Jun 2011 14:42:12 +0000 (16:42 +0200)]
mshtml: Call on_start_nsrequest synchronously in async_stop_request is no data was read before.
Marcus Meissner [Thu, 16 Jun 2011 15:47:52 +0000 (17:47 +0200)]
d3dxof: Check returns of read_bytes (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 14:58:45 +0000 (16:58 +0200)]
usp10: Removed 2 superflous lines of code (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 16:40:39 +0000 (18:40 +0200)]
sane.ds: Removed 3 array != NULL checks (Coverity).
Aric Stewart [Thu, 16 Jun 2011 16:29:03 +0000 (11:29 -0500)]
usp10: Pre-base consonants need to be reordered like pre-base matras for scripts that have them.
Aric Stewart [Thu, 16 Jun 2011 16:28:53 +0000 (11:28 -0500)]
usp10: Do matra second reorderings for Tamil and Malayalam to prevent blocking consonant ligatures.
Aric Stewart [Thu, 16 Jun 2011 16:28:47 +0000 (11:28 -0500)]
usp10: Enable a second reorder step after basic shaping.
Aric Stewart [Thu, 16 Jun 2011 16:28:43 +0000 (11:28 -0500)]
usp10: Refine post-matra Ralf reordering to be post below form consonants as well.
Aric Stewart [Thu, 16 Jun 2011 16:28:31 +0000 (11:28 -0500)]
usp10: More corrections to the Telugu lexical function.
Aric Stewart [Wed, 15 Jun 2011 14:53:45 +0000 (09:53 -0500)]
usp10: Correct an error with the Telugu lexical function.
Vincas Miliūnas [Wed, 15 Jun 2011 07:44:31 +0000 (10:44 +0300)]
include: Added raw input constants and a missing function prototype.
Jay Yang [Sat, 11 Jun 2011 21:42:21 +0000 (17:42 -0400)]
explorer: Use the command line arguments.
Jay Yang [Sat, 11 Jun 2011 21:42:17 +0000 (17:42 -0400)]
explorer: Implement the explorer using IExplorerBrowser.
Adam Martinson [Thu, 16 Jun 2011 14:17:35 +0000 (09:17 -0500)]
msxml3: Create CLSID_XMLHTTP when requested.
Marcus Meissner [Thu, 16 Jun 2011 11:58:12 +0000 (13:58 +0200)]
ws2_32: Fixed select() number of fds (Coverity).
Alexandre Julliard [Wed, 15 Jun 2011 15:30:49 +0000 (17:30 +0200)]
rpcrt4: Add a wrapper for NdrAsyncClientCall too.
Alexandre Julliard [Mon, 13 Jun 2011 11:39:21 +0000 (13:39 +0200)]
rpcrt4: Add support for float parameters in client calls on x86_64.
Alexandre Julliard [Wed, 15 Jun 2011 18:04:27 +0000 (20:04 +0200)]
kernel32: Implement DebugBreak directly in assembly.
Alexandre Julliard [Thu, 16 Jun 2011 10:27:01 +0000 (12:27 +0200)]
ntdll: Fetch the windows directory from the shared user data.
Jörg Höhle [Wed, 15 Jun 2011 20:21:50 +0000 (22:21 +0200)]
strmbase: Use !list_empty() instead of list_count() > 0.
Jörg Höhle [Wed, 15 Jun 2011 18:25:56 +0000 (20:25 +0200)]
ntdll: Use list_empty() instead of list_count() == 0.
Gerald Pfeifer [Wed, 15 Jun 2011 19:01:22 +0000 (13:01 -0600)]
d3dx9_36: Fix the return value in error cases in d3dx9_parse_resource.
Andrew Eikum [Wed, 15 Jun 2011 20:22:39 +0000 (15:22 -0500)]
msacm32: Also load ACM drivers from key values.
Henri Verbeet [Wed, 15 Jun 2011 22:40:32 +0000 (00:40 +0200)]
wined3d: Check the correct debug class in checkGLcall.
Henri Verbeet [Wed, 15 Jun 2011 22:40:31 +0000 (00:40 +0200)]
wined3d: Only invert viewport y for onscreen destinations in surface_depth_blt().
This fixes a regression introduced by
032f8702edc769ba42e23034ef9dcc3854efd928.
Henri Verbeet [Wed, 15 Jun 2011 22:40:30 +0000 (00:40 +0200)]
wined3d: Require ARB_shader_texture_lod for SM3.
Henri Verbeet [Wed, 15 Jun 2011 22:40:29 +0000 (00:40 +0200)]
d3d9/tests: Add some tests for IDirect3DDevice9::UpdateSurface().
Henri Verbeet [Wed, 15 Jun 2011 22:40:28 +0000 (00:40 +0200)]
wined3d: Fix source rectangle validation in wined3d_device_update_surface().
Frédéric Delanoy [Wed, 15 Jun 2011 19:17:29 +0000 (21:17 +0200)]
po: Update French translation.
Frédéric Delanoy [Wed, 15 Jun 2011 19:17:28 +0000 (21:17 +0200)]
shell32: Update French translation.
Frédéric Delanoy [Wed, 15 Jun 2011 19:17:27 +0000 (21:17 +0200)]
cmdlgtst: Update French translation.
André Hentschel [Wed, 15 Jun 2011 18:55:06 +0000 (20:55 +0200)]
imm32: Use the same code for ImmIsUIMessageW as in the ascii function.
André Hentschel [Wed, 15 Jun 2011 18:53:35 +0000 (20:53 +0200)]
kernel32: Set dwProcessorType on ARM.
André Hentschel [Wed, 15 Jun 2011 18:52:33 +0000 (20:52 +0200)]
ntdll: Parse ARM CPU level.
André Hentschel [Wed, 15 Jun 2011 18:51:45 +0000 (20:51 +0200)]
kernel32: Initialise dwProcessorType.
Marcus Meissner [Wed, 15 Jun 2011 15:01:07 +0000 (17:01 +0200)]
winspool.drv: Removed a superflous NULL check (Coverity).
Aric Stewart [Wed, 15 Jun 2011 14:54:46 +0000 (09:54 -0500)]
usp10: Condense duplicate Indic feature sets.
Aric Stewart [Wed, 15 Jun 2011 14:54:42 +0000 (09:54 -0500)]
usp10: Apply 'cjct' to the Indic syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:39 +0000 (09:54 -0500)]
usp10: Apply 'vatu' to the Indic syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:36 +0000 (09:54 -0500)]
usp10: Apply 'pstf' to the Indic syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:32 +0000 (09:54 -0500)]
usp10: Apply 'pref' only to the pre-base consonants in Indic syllables.
Aric Stewart [Wed, 15 Jun 2011 14:54:28 +0000 (09:54 -0500)]
usp10: Apply 'blwf' only to the below-base consonants in Indic syllables.
Aric Stewart [Wed, 15 Jun 2011 14:54:24 +0000 (09:54 -0500)]
usp10: Apply 'rphf' only to the reph forms in Indic syllables.
Aric Stewart [Wed, 15 Jun 2011 14:54:20 +0000 (09:54 -0500)]
usp10: Apply 'half' only to the pre-base consonants in Indic syllables.
Aric Stewart [Wed, 15 Jun 2011 14:54:16 +0000 (09:54 -0500)]
usp10: Apply 'rkrf' to the Indic syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:12 +0000 (09:54 -0500)]
usp10: Shape Indic syllables basic forms per syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:07 +0000 (09:54 -0500)]
usp10: Ignore ralf as well as pre, post and below base consonants when finding base.
Aric Stewart [Wed, 15 Jun 2011 14:54:04 +0000 (09:54 -0500)]
usp10: Do not require a separate call to find Indic base consonant.
Aric Stewart [Wed, 15 Jun 2011 14:54:00 +0000 (09:54 -0500)]
usp10: Return the set of Indic syllables after reorder.
Huw Davies [Wed, 15 Jun 2011 12:43:52 +0000 (13:43 +0100)]
gdi32/tests: Add tests for 1bpp brushes.
Huw Davies [Wed, 15 Jun 2011 12:43:51 +0000 (13:43 +0100)]
gdi32: Add support for 1 bpp brushes.
Huw Davies [Wed, 15 Jun 2011 12:43:50 +0000 (13:43 +0100)]
gdi32/tests: Add tests for 1 bpp dibs.
Huw Davies [Wed, 15 Jun 2011 12:43:49 +0000 (13:43 +0100)]
gdi32: Add support for 1 bpp dibs.
Huw Davies [Wed, 15 Jun 2011 12:43:48 +0000 (13:43 +0100)]
gdi32: Add helpers to retrieve foreground and background colours.
Andrew Nguyen [Wed, 15 Jun 2011 12:11:11 +0000 (07:11 -0500)]
dxdiag: Avoid C99 list initialization constructs.
Andrew Nguyen [Wed, 15 Jun 2011 12:11:07 +0000 (07:11 -0500)]
dxdiagn: Add additional adapter identifier properties for DxDiag_DisplayDevices subcontainers.
Andrew Nguyen [Wed, 15 Jun 2011 12:11:04 +0000 (07:11 -0500)]
dxdiagn: Remove the Direct3D usage in the fallback display information code.
Andrew Nguyen [Wed, 15 Jun 2011 12:10:58 +0000 (07:10 -0500)]
dxdiagn: Extract the fallback display information code to a separate function.