December 2006 Archives by thread
Starting: Fri Dec 1 00:07:27 CDT 2006
Ending: Sun Dec 31 22:09:51 CDT 2006
Messages: 877
- dinput: Implement Pull for keyboard.
Vitaliy Margolen
- dinput[1/8]: Implement [Get|Set]Property and GetDeviceData in base
Device object.
Vitaliy Margolen
- dinput[2/8]: Initialize and delete critical section in joystick.
Vitaliy Margolen
- dinput[3/8]: Move critical section to the base device class.
Vitaliy Margolen
- dinput[4/8]: Move acquired flag to the base device class.
Vitaliy Margolen
- [PATCH 1/9] dinput: Move acquired flag to the base device class.
Vitaliy Margolen
- [PATCH 2/9] dinput: Move critical section to the base device class.
Vitaliy Margolen
- [PATCH 3/9] dinput: Implement Pull for keyboard.
Vitaliy Margolen
- [PATCH 4/9] dinput: Initialize and delete critical section in
joystick.
Vitaliy Margolen
- [PATCH 5/9] dinput: Implement [Get|Set]Property and GetDeviceData
in base Device object.
Vitaliy Margolen
- [PATCH 6/9] dinput: Move keyboard event queue into base device
class.
Vitaliy Margolen
- [PATCH 7/9] dinput: Move mouse event queue into base device class.
Vitaliy Margolen
- [PATCH 8/9] dinput: Move joystick event queue into base device
class.
Vitaliy Margolen
- [PATCH 9/9] dinput: Remove no longer used GEN_EVENT.
Vitaliy Margolen
- [Fwd: [kernel32/console][Try 2]Add comment to function]
Anatoly Lyutin
- kernel32: Skip the PE loader test under a Win9x platform
Dmitry Timoshkov
- [Fwd: [kernel32/locale.c] Add some elaborations to comment function]
Anatoly Lyutin
- [Fwd: [winex11.drv/keyboard.c][Try 2] VkKeyScan]
Anatoly Lyutin
- [Fwd: [Module][winex11.drv][Try 2] A new function]
Anatoly Lyutin
- [Fwd: [kernel32/console][Try 2]Add comment to function]
Anatoly Lyutin
- Add Ukrainian and Byelorussian symbols in Courier font
Konstantin Kondratyuk
- Add Ukrainian and Byelorussian symbols in MS Sans Serif font
Konstantin Kondratyuk
- Add Ukrainian and Byelorussian symbols in Small fonts
Konstantin Kondratyuk
- Add Ukrainian and Byelorussian symbols in System font
Konstantin Kondratyuk
- msacm32: Make some data const. Take 2
Dmitry Timoshkov
- dbghelp: Fix elf_load_module params on non elf system to reflect
last change to its definition.
Pierre d'Herbemont
- [AppDB] Make maintainer/monitor buttons more clear
Alexander Nicolaysen Sørnes
- [AppDB] Add some missing quotes to input tags
Alexander Nicolaysen Sørnes
- [AppDB] Prepare for smaintainer request on app submission
Alexander Nicolaysen Sørnes
- [PATCH 1/17] include: Add some missing OLE defines and declarations
to ole2.h.
Robert Shearman
- [PATCH 2/17] ole32: Implement DataCache_GetClassID.
Robert Shearman
- [PATCH 3/17] ole32: Create a cache entry for each format in the data
cache to allow for the future possiblity to add entries with
IOleCache::Cache and IOleCache::SetData.
Robert Shearman
- [PATCH 4/17] ole32: Implement Cache and Uncache for the data cache.
Robert Shearman
- [PATCH 5/17] ole32: Load cached data in the data cache into a
STGMEDIUM type so it can be treated the same as set data.
Robert Shearman
- [PATCH 6/17] ole32: Implement the SetData function for the data
cache.
Robert Shearman
- [PATCH 7/17] ole32: The advise sink for the data cache should be
primed with the passed in aspects value, not an arbitrarily selected value.
Robert Shearman
- [PATCH 8/17] ole32: Add some tests for the IViewObject, IOleCache2
and IPersistStorage interfaces of the OLE data cache.
Robert Shearman
- [PATCH 9/17] ole32: Add documentation for CreateDataCache.
Robert Shearman
- [PATCH 10/17] ole32: Add handling of the dirty state to the data
cache and fix InitNew to not call Load.
Robert Shearman
- [PATCH 11/17] ole32: Implement saving of the data cache.
Robert Shearman
- [PATCH 12/17] ole32: Call SetWindowOrgEx and SetWindowExtEx in
OleMetafilePictFromIconAndLabel
so that the created metafile scales correctly.
Robert Shearman
- [PATCH 13/17] ole32: The METAFILEPICT created by
OleMetafilePictFromIconAndLabel
should have its mapping mode be anisotropic, not isotropic.
Robert Shearman
- [PATCH 14/17] ole32: Use the default icon title font when writing
the caption text out in OleMetafilePictFromIconAndLabel.
Robert Shearman
- [PATCH 15/17] ole32: Fill in the xExt and yExt fields in
OleMetafilePictFromIconAndLabel.
Robert Shearman
- [PATCH 16/17] ole32: The width of the metafile drawn should be 3
times the icon width in OleMetafilePictFromIconAndLabel.
Robert Shearman
- [PATCH 17/17] ole32: Set the mapping mode to anisotropic in
OleMetafilePictFromIconAndLabel.
Robert Shearman
- [LOSTWAGES] News item for Wine 0.9.26
Alexander Nicolaysen Sørnes
- [AppDB] Language fixes for the front page
Alexander Nicolaysen Sørnes
- oleaut32: cleanup of previous VarBstrCmp patch
Charles Blacklock
- dinput[1/3]: Move acquired flag to the base device class. Add tests.
Vitaliy Margolen
- dinput[2/3]: Move critical section to the base device class.
Vitaliy Margolen
- dinput[3/3]: Implement Poll for keyboard.
Vitaliy Margolen
- [AppDB] Allow super maintainer requests on app submission
Alexander Nicolaysen Sørnes
- [PATCH] [ImageHlp]: MapAndLoad
Eric Pouech
- msi 1: Add handling for the StartServices action [try4]
James Hawkins
- msi 2: Remove redundant NULL checks before x_Release
James Hawkins
- shell32: Move a NULL pointer check before the place where we
dereference the pointer (coverity)
James Hawkins
- [AppDB] Update generic help page
Alexander Nicolaysen Sørnes
- [PATCH 0/7] Various debug fixes
Eric Pouech
- [PATCH 2/7] [WineDbg]: symbol lookup
Eric Pouech
- [PATCH 1/4] ole32: Check that the specified clipboard format and
tymed are valid in IOleCache::Cache in the data cache.
Robert Shearman
- [PATCH 2/4] ole32: In the data cache,
fmtetc->cfFormat and fmtetc->tymed
can be 0 which means to match any clipformat/tymed.
Robert Shearman
- [PATCH 3/4] ole32: Add tests for invalid clipformat/tymed
combinations
in IOleCache:Cache and for caching formats with a clipformat of 0.
Robert Shearman
- [PATCH 4/4] ole32: Add some more traces to the data cache to make
debugging easier.
Robert Shearman
- ntdll: Forwarded module can include an extension
Detlef Riekenberg
- move all elements from one list to another
Stefan Dösinger
- comctl32: fix destroy of header
Clinton Stimpson
- wgl: Don't return prematurely if ConvertPixelFormatWGLtoGLX
receives an invalid pixel format
Chris Robinson
- wined3d/d3d9: Pitch for DXTn textures can not be 0. With tests.
Vitaliy Margolen
- [AppDB] test: test the maintainer unqueue function
Alexander Nicolaysen Sørnes
- spoolss: Forward EnumPortsW to winspool.drv
Detlef Riekenberg
- [AppDB] Fix maintainer unqueue
Alexander Nicolaysen Sørnes
- ws2_32: Rewrite getsockopt to make it more readable.
Kai Blin
- winedump: Cast-qual warnings fix (1 of 2)
Andrew Talbot
- winedbg: Cast-qual warnings fix (2 of 2)
Andrew Talbot
- winedump: Cast-qual warnings fix (2 of 2)
Andrew Talbot
- winedump: Cast-qual warnings fix (2 of 2)
Andrew Talbot
- ntdll: fix single stepping over popf instruction
Peter Beutner
- [AppDB] Auto-accept admin maintainer requests
Alexander Nicolaysen Sørnes
- d3d [1]: Pass the superior creating object down to the callback
functions.
Markus Amsler
- d3d [2]: Optional callback infrastructure for implicit texture
surface destruction.
Markus Amsler
- d3d [3]: Optional callback infrastructure for implicit cubeTexture
surface destruction.
Markus Amsler
- d3d [4]: Optional callback infrastructure for implicit depth stencil
destruction.
Markus Amsler
- d3d [5]: Optional callback infrastructure for implicit render target
destruction.
Markus Amsler
- d3d [6]: Optional callback infrastructure for implicit
volumeTexture's volume destruction.
Markus Amsler
- d3d8 [7]: Handle surface refcount forwarding in d3d8.
Markus Amsler
- d3d8 [8]: Handle volume refcount forwarding in d3d8.
Markus Amsler
- d3d8 [9]: Fix implicit surface refcounting, fixes also bug 5872.
Markus Amsler
- kernel32/tests: [1/2] Add tests for GetSystemDirectory (resend
without changes)
Detlef Riekenberg
- kernel32/tests: [2/2] Add tests for GetWindowsDirectory (resend
without changes)
Detlef Riekenberg
- WGL: (W)GL_NV_vertex_array_range
Roderick Colenbrander
- riched20: fixes and additional conformance tests for EM_EXSETSEL
Lei Zhang
- [ws2_32] make closesocket cancel pending I/O operations
Damjan Jovanovic
- user32: Add ShowWindow test, make it pass under Wine
Dmitry Timoshkov
- [PATCH 1/2] msi: Add tests for quoting in queries.
Mike McCormack
- [PATCH 2/2] msi: Double quotes are not valid in queries.
Mike McCormack
- ws2_32: Rewrite getsockopt to make it more readable. (Try 2)
Kai Blin
- DDraw: Protect IDirectDrawImpl against race conditions
Stefan Dösinger
- Remove glut32 from Wine
Roderick Colenbrander
- list_move
Stefan Dösinger
- [PATCH 1/4] ole32: Implement the DiscardCache function in the data
cache.
Robert Shearman
- [PATCH 4/4] ole32: Support reading and writing custom clipformats
in the data cache.
Robert Shearman
- [PATCH 3/4] ole32: Implement the GetData function of the data cache
to using the existing LoadData function and fix GetData to also
return data that has been set, rather than loaded.
Robert Shearman
- [PATCH 2/4] ole32: Fix HandsOffStorage in the data cache.
Robert Shearman
- [PATCH 1/5] dinput: Implement [Get|Set]Property and GetDeviceData
in base Device object.
Vitaliy Margolen
- [PATCH 2/5] dinput: Move keyboard event queue into base device
class.
Vitaliy Margolen
- [PATCH 3/5] dinput: Move mouse event queue into base device class.
Vitaliy Margolen
- [PATCH 4/5] dinput: Move joystick event queue into base device
class.
Vitaliy Margolen
- [PATCH 5/5] dinput: Remove no longer used GEN_EVENT.
Vitaliy Margolen
- atl: Change storage class of dll_count to static
Andrew Talbot
- Assorted spelling fixes.
Francois Gouget
- vmm.vxd: PC_WRITABLE spelling fix
Francois Gouget
- msxml3: Add '\n' to Wine trace.
Francois Gouget
- mshtml: Add '\n' to Wine trace.
Francois Gouget
- Consistently use SUBLANG_NEUTRAL for Italian resources.
Francois Gouget
- riched20: move EM_EXSETSEL fix into ME_SetSelection
Lei Zhang
- [advapi32/tests] Free memory after use
Paul Vriens
- comcat/tests: Cast-qual warnings fix
Andrew Talbot
- [advapi32/test 2/2] Free memory after use
Paul Vriens
- [wininet/test] Free memory after use
Paul Vriens
- [version/tests] Free memory after use
Paul Vriens
- advapi32: Eliminate wild pointers
Andrew Talbot
- d3d [1]: Callback infrastructure for implicit surface destruction
in IWineD3DTexture.
Markus Amsler
- d3d [2]: Callback infrastructure for implicit surface destruction
in IWineD3DCubeTexture.
Markus Amsler
- d3d [3]: Callback infrastructure for implicit render target
destruction in IWineD3DSwapChain.
Markus Amsler
- d3d [4]: Callback infrastructure for implicit volume destruction
in IWineD3DVolumeTexture.
Markus Amsler
- d3d [5]: Callback infrastructure for implicit depth stencil surface
destruction in IWineD3DDevice.
Markus Amsler
- d3d8 [6]: Handle surface refcount forwarding in d3d8.
Markus Amsler
- d3d8 [7]: Handle volume refcount forwarding in d3d8.
Markus Amsler
- d3d8 [8]: Fix implicit surface refcounting, fixes also bug 5872.
Markus Amsler
- [PATCH][DbgHelp] Recognize DT_GNU_HASH
Thomas Fitzsimmons
- [PATCH 1/2] msi: Add the names of features/components to debugging
output.
Mike McCormack
- [PATCH 2/2] msi: Examine the attributes of all features before
setting a component's state.
Mike McCormack
- ws2_32: Rewrite setsockopt to be more readable.
Kai Blin
- msi: Initialize sid_str to NULL
James Hawkins
- msi: Fail if stg is NULL
James Hawkins
- winex11.drv: Update cached cursor position after calling hook.
Vitaliy Margolen
- dplayx: Display requested provider
Detlef Riekenberg
- [PATCH] [DbgHelp]: simplifying the way to find the debug header
Eric Pouech
- [PATCH 0/4] Constant values in dbghelp and winedbg
Eric Pouech
- WGL: cleanup wglMakeCurrent
Roderick Colenbrander
- kernel32: add IsWow64Process
Jack VIOT
- WineD3D: Add render states to the state table
Stefan Dösinger
- kernel32: add IsWow64Process
Jack VIOT
- WineD3D: Create the state table
Stefan Dösinger
- WineD3D: Move WINED3DRS_FILLMODE to the state table
Stefan Dösinger
- wgl: Implement wglGetPixelFormatAttribfvARB
Chris Robinson
- wgl: Fix for missing NV GLX extension
Chris Robinson
- [PATCH 1/3] Add a test for conditions with quotes.
Mike McCormack
- [PATCH 2/3] Add some tests for the ALTER query.
Mike McCormack
- [PATCH 3/3] msi: More tests for the SourceDir property.
Mike McCormack
- [tools/winetest] Make sure we can receive larger files
Paul Vriens
- [PATCH 1/2] msi: Comparisons of numbers and punctuation with null
in conditions are special
Mike McCormack
- [PATCH 2/2] msi: Add tests for comparison to empty strings
Mike McCormack
- msvcmaker: Fix the code that sets __WINETEST_OUTPUT_DIR so it does
not pollute $output_dir.
Francois Gouget
- Remove unneeded -I.. for the msvcrt tests.
Francois Gouget
- msvcmaker: Tweak the .dsp formatting to better match Visual Studio.
Francois Gouget
- msvcmaker: Link with msvcrt(d).dll rather than with the static C
library.
Francois Gouget
- ole32: Convert dump_FORMATETC() into debugstr_formatetc(), a proper
debug trace function.
Francois Gouget
- ole32: Convert dump_user_flags() into debugstr_user_flags(),
a proper debug trace function.
Francois Gouget
- dmime: Remove resolve_STREAM_SEEK(), it is unused.
Francois Gouget
- msvcmaker: Remove references to wine_unicode and to .spec.c files.
Francois Gouget
- gdi32: Add a prototype for GetFontUnicodeRanges().
Francois Gouget
- [PATCH 1/2] msi: Comparisons with null in conditions are special
(resend)
Mike McCormack
- [PATCH 2/2] msi: Add tests for comparison to empty strings (resend)
Mike McCormack
- [ntdll/tests] Fix typo
Paul Vriens
- winemenubuilder: Write truecolor icons as PNGs
Frank Richter
- urlmon #1: Added application/x-gzip-compression filter.
Jacek Caban
- urlmon #2: Added application/x-zip-compressed filter.
Jacek Caban
- urlmon #3: Added application/java mime filter.
Jacek Caban
- urlmon #4: Added application/pdf mime filter.
Jacek Caban
- mshtml #1: Added get_parentWindow implementation.
Jacek Caban
- shdoclc: Added IDS_MESSAGE_BOX_TITLE string.
Jacek Caban
- mshtml #2: Added alert implementation.
Jacek Caban
- mshtml #3: Use HTMLWindow::alert in nsPromptService::Alert.
Jacek Caban
- [PATCH] [WineCfg]: a few fixes for the French translation
Eric Pouech
- [README] updated README.ko
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- ole32: Support reading and writing custom clipformats in the data
cache.
Robert Shearman
- ole32: Add some documentation for CoCreateInstance.
Robert Shearman
- wininet: Make a function for resolving the server name for an HTTP
request and sending the appropriate callbacks and use it to remove
some duplicated code.
Robert Shearman
- wininet: Make HTTP_HandleRedirect no longer call
HTTP_HttpSendRequestW.
Robert Shearman
- kernel32: Add PE images with section alignment 1 and 2 to the
loader test
Dmitry Timoshkov
- [1/7] winedump: Make output of dump_data fit into 80 columns
Dmitry Timoshkov
- [2/7] winedump: Avoid returning void from a void function
Dmitry Timoshkov
- [3/7] winedump: IMAGE_SCN_ALIGN_??? are not the bit fields,
but the values masked by IMAGE_SCN_ALIGN_MASK
Dmitry Timoshkov
- [4/7] winedump: Handle properly partial optional COFF headers,
export dump_file_header() and dump_optional_header() for use
outside of pe.c
Dmitry Timoshkov
- [5/7] winedump: Export dump_section() for use outside of pe.c
Dmitry Timoshkov
- [6/7] winedump: Add a possibility to dump raw section data
Dmitry Timoshkov
- [7/7] winedump: Dump section data of COFF library files,
decode some import data
Dmitry Timoshkov
- Store window and drawable rects in X11DRV_PDEVICE
Ulrich Czekalla
- Correctly position and clip opengl child windows
Ulrich Czekalla
- ws2_32: Downgrade SO_REUSEADDR fixme to a trace.
Kai Blin
- [AppDB] Auto-accept admin maintainer requests
Alexander Nicolaysen Sørnes
- winex11.drv: Prepare for X11DRV_CreateWindow Factorization [1/2]
Pierre d'Herbemont
- user32: factorize graphics driver's CreateWindow [2/2]
Pierre d'Herbemont
- [AppDB] tests: smaintainer request accepted along with app
Alexander Nicolaysen Sørnes
- [AppDB] Allow smaintainer requests along with application
Alexander Nicolaysen Sørnes
- [AppDB] application.php: fix use of $oApp
Alexander Nicolaysen Sørnes
- advapi32: Fix comparisons of unsigned expressions with zero
Andrew Talbot
- crypt32/tests: Cast-qual warnings fix (1 of 2)
Andrew Talbot
- crypt32/tests: Cast-qual warnings fix (2 of 2)
Andrew Talbot
- [AppDB] tests: smaintainer request accepted along with app
Alexander Nicolaysen Sørnes
- [doc] Fix wine release rate and Emulator-URLs
Detlef Riekenberg
- [doc]: Fix a link and the source-archiv suffix
Detlef Riekenberg
- [doc]: Fix system32, winecfg and Printers
Detlef Riekenberg
- WineD3D: Move WINED3DRS_LIGHTNING to the state table
Stefan Dösinger
- WineD3D: Move WINED3DRS_ZENABLE to the state table
Stefan Dösinger
- WineD3D: Move WINED3DRS_CULLMODE to the state table
Stefan Dösinger
- WineD3D: Move WINED3DRS_SHADEMODE to the state table
Stefan Dösinger
- WineD3D: Move WINED3DRS_DITHERENABLE to the state table
Stefan Dösinger
- WineD3D: Move WINED3DRS_ZWRITEENABLE to the state table
Stefan Dösinger
- WineD3D: Move WINED3DRS_ZFUNCENABLE to the state table
Stefan Dösinger
- WineD3D: Move WINED3DRS_AMBIENT to the state table
Stefan Dösinger
- WineD3D: Move blending related states to the state table
Stefan Dösinger
- imm32: Send the WM_IME_CHAR message, although ResultString has
been read.
Byeong-Sik Jeon
- winex11.drv: Update cached cursor position after calling hook. [try
2]
Vitaliy Margolen
- [advpack/tests] Change the output for HRESULT's
Paul Vriens
- shell32: define AVI-resource 152
Louis. Lenders
- mshtml #1: Added alert implementation. (resend)
Jacek Caban
- mshtml #2: Use HTMLWindow::alert in nsPromptService::Alert. (try 2)
Jacek Caban
- [AppDB] application.php: change $oApp to $this
Alexander Nicolaysen Sørnes
- [AppDB] Fix sending of certain bugmails
Alexander Nicolaysen Sørnes
- localspl/tests: [1/2] Add tests for XcvOpenPort
Detlef Riekenberg
- localspl/tests: [2/2] Add tests for XcvClosePort
Detlef Riekenberg
- [1/X] WineD3D: Implement IWineD3DDevice::Reset
Stefan Dösinger
- [4/16] WineD3D: Move clipping states to the state table
Stefan Dösinger
- [6/16] WineD3D: Move WINED3DRS_TEXTUREFACTOR to the state table
Stefan Dösinger
- [7/16] WineD3D: Move WINED3DRS_SPECULARENABLE to the state table
Stefan Dösinger
- [8/16] WineD3D: Move stencil states to the state table
Stefan Dösinger
- [9/16] WineD3D: Move WINED3DRS_STENCILWRITEMASK to the state table
Stefan Dösinger
- [10/16] WineD3D: Move fog states to the state table
Stefan Dösinger
- [12/16] WineD3D: Move WINED3DRS_FOGCOLOR to the state table
Stefan Dösinger
- [13/16] WineD3D: Move WINED3DRS_FOGDENSITY to the state table
Stefan Dösinger
- [15/16] WineD3D: Remove the unused tween factor stateblock member
Stefan Dösinger
- [16/16] WineD3D: Set WINED3DRS_INDEXEDVERTEXBLENDENABLE to
state_nogl
Stefan Dösinger
- [14/16] WineD3D: Remove the unused stateblock vertex blend member
Stefan Dösinger
- [11/16] WineD3D: Make WINED3DRS_RANGEFOGENABLE a nogl state
Stefan Dösinger
- [doc]: Fix system32, winecfg and Printers (try 2)
Detlef Riekenberg
- [3/16] WineD3D: Move alpha states to the state table
Stefan Dösinger
- [5/16] WineD3D: Move WINED3DRS_BLENDOP to the state table
Stefan Dösinger
- [AppDB] Colourize maintainer ratings
Alexander Nicolaysen Sørnes
- user32/winex11: Move CursorClip functionality from user to winex11.
Vitaliy Margolen
- wgl: properly handle GLX_DRAWABLE_TYPE queries
Chris Robinson
- [AppDB] Fix displaying of maintainer colours
Alexander Nicolaysen Sørnes
- [AppDB] Fix displaying of maintainer colours
Alexander Nicolaysen Sørnes
- kernel32: Add the data that mimics the PE image which upack creates
Dmitry Timoshkov
- [PATCH] [DbgHelp]: sparse array speed up
Eric Pouech
- user32: Add few more tests for ClipCursor.
Vitaliy Margolen
- advapi32: Fix comparisons of unsigned expressions with zero (Try 2)
Andrew Talbot
- gdi32/tests: Cast-qual warning fix
Andrew Talbot
- kernel32/tests: Cast-qual warnings fix
Andrew Talbot
- mapi32/tests: Cast-qual warnings fix (1 of 2)
Andrew Talbot
- mapi32/tests: Cast-qual warnings fix (2 of 2)
Andrew Talbot
- d3d: Fix EnumAdapterModes and add an adapter mode format test
Chris Robinson
- winex11drv: Return cached cursor_pos in GetCursorPos().
Vitaliy Margolen
- DDraw: Fix IDirectDrawSurfaceImpl_SetColorKey to also change
surface_desc.
Günther Brammer
- cryptdll: Change storage class of module handle to static
Andrew Talbot
- dmime: Dangling references fix (Try 2)
Andrew Talbot
- dinput: Fix processing of custom format.
Vitaliy Margolen
- wgl: properly handle GLX_DRAWABLE_TYPE queries [try 2]
Chris Robinson
- [winspool.drv/tests] Fix typo
Paul Vriens
- [AppDB] Add generic sound help
Alexander Nicolaysen Sørnes
- wined3d: Reduce the number of error messages
Chris Robinson
- [13/16] WineD3D: Move wined3drs_fogdensity to the state table
Stefan Dösinger
- WGL: pixel formats
Roderick Colenbrander
- comctl32: fix imagelist regression from "comctl32: Remove Nx1
assumptions in ImageList_Read"
Peter Oberndorfer
- dmloader: Dangling references fix (Try 2)
Andrew Talbot
- dmstyle: Dangling references fix (Try 2)
Andrew Talbot
- WGL: pixel formats [rev2]
Roderick Colenbrander
- [PATCH 1/3] dinput: No need to copy default constant format. Use
already defined static instead.
Vitaliy Margolen
- [PATCH 2/3] dinput: Move internal function calculate_ids to where
it's really used.
Vitaliy Margolen
- [PATCH 3/3] dinput: Move few helper functions and standardize them.
Vitaliy Margolen
- [17/46] Move WINED3DRS_COLORVERTEX to the state table
Stefan Dösinger
- [44/47] WineD3D: Move SRGBWRITEENABLE to the state table
Stefan Dösinger
- [45/47] WineD3D: Move WINED3DRS_SEPARATEALPHABLENDENABLE to the
state table
Stefan Dösinger
- [46/47] WineD3D: WINED3DRS_ZVISIBLE is not supposed to return an
error
Stefan Dösinger
- [47/47] WineD3D: Clean up SetRenderState
Stefan Dösinger
- [19/47] WineD3D: Move WINED3DRS_ZBIAS to the state table
Stefan Dösinger
- [18/47] WineD3D: Move WINED3DRS_LINEPATTERN to the state table
Stefan Dösinger
- [20/47] WineD3D: Move WINED3DRS_NORMALIZENORMALS to the state table
Stefan Dösinger
- [21/47] WineD3D: Move WINED3DRS_POINTSIZE to the state table
Stefan Dösinger
- [22/47] WineD3D: Move WINED3DRS_POINTSIZE_MIN to the state table
Stefan Dösinger
- [23/47] WineD3D: Move WINED3DRS_POINTSIZE_MAX to the state table
Stefan Dösinger
- [24/47] WineD3D: Move point scale render states to the state table
Stefan Dösinger
- [25/47] WineD3D: Move WINED3DRS_COLORWRITEENABLEx to the state table
Stefan Dösinger
- [26/47] WineD3D: Move WINED3DRS_LOCALVIEWER to the state table
Stefan Dösinger
- [27/47] WineD3D: Move WINED3DRS_LASTPIXEL to the state table
Stefan Dösinger
- [28/47] WineD3D: WINED3DRS_SOFTWAREVERTEXPROCESSING is a nogl state
Stefan Dösinger
- [29/47] WineD3D: Move WINED3DRS_POINTSPRITEENABLE to the state table
Stefan Dösinger
- [31/47] WineD3D: Move WINED3DRS_MULTISAMPLEANTIALIAS to the state
table
Stefan Dösinger
- [30/47] WineD3D: Move WINED3DRS_WRAPx to the state table
Stefan Dösinger
- [32/47] WineD3D: Move WINED3DRS_SCISSORTESTENABLE to the state table
Stefan Dösinger
- [33/47] WineD3D: Move WINED3DRS_DEPTHBIAS to the state table
Stefan Dösinger
- [34/47] WineD3D: Move WINED3DRS_TEXTUREPERSPECTIVE to the state
table
Stefan Dösinger
- [35/47] Move WINED3DRS_STIPPLEDALPHA to the state table
Stefan Dösinger
- [36/47] WineD3D: Move WINED3DRS_ANTIALIAS to the state table
Stefan Dösinger
- [37/47] WineD3D: Move WINED3DRS_MULTISAMPLEMASK to the state table
Stefan Dösinger
- [38/47] Move WINED3DRS_PATCHEDGESTYLE to the state table
Stefan Dösinger
- [39/47] Move WINED3DRS_PATCHSEGMENTS to the state table
Stefan Dösinger
- [40/47] WineD3D: Make WINED3DRS_DEBUGMONITORTOKEN a nogl state
Stefan Dösinger
- [41/47] WineD3D: Move WINED3DRS_POSITIONDEGREE to the state table
Stefan Dösinger
- [42/47] WineD3D: Move WINED3DRS_NORMALDEGREE to the state table
Stefan Dösinger
- [43/47] WineD3D: Move tesselation to the state table
Stefan Dösinger
- user32: Factorize graphics drivers' SetParent into user32
Pierre d'Herbemont
- fonts:add "framework" for tahoma font
Louis. Lenders
- dinput: Remove incorrect assumption about format.
Vitaliy Margolen
- [PATCH] Fix -pedantic compile errors
Daniel Richard G.
- mscoree: Take advantage of an installed Mono for Windows to run
.NET applications.
Hans Leidekker
- LOSTWAGES PATCH: SUSE adjustments
Marcus Meissner
- shell32: Add a stub implementation for
SHLoadNonloadedIconOverlayIdentifiers.
Hans Leidekker
- mscoree: Add a stub implementation for CorExitProcess and
GetRequestedRuntimeInfo.
Hans Leidekker
- oleaut32: preliminary support for VT_DISPATCH as parameters to
VarAdd (and other 2-operand operations) (try 2)
Alex Villacís Lasso
- oleaut32:
Alex Villacís Lasso
- kernel32: Allow the prefered language to be different from the
prefered locale on Mac OS X by correctly setting LC_MESSAGES.
Pierre d'Herbemont
- mscoree: Take advantage of an installed Mono for Windows to run
.NET applications. #2
Hans Leidekker
- msi/tests: Cast-qual warning fix
Andrew Talbot
- msvcrt/tests: Cast-qual warnings fix (1 of 3)
Andrew Talbot
- msvcrt/tests: Cast-qual warnings fix (2 of 3)
Andrew Talbot
- msvcrt/tests: Cast-qual warnings fix (3 of 3)
Andrew Talbot
- kernel32: Allow the prefered language to be different from the
prefered locale on Mac OS X. [take2]
Pierre d'Herbemont
- usp10: Add tests and fix for ScriptXtoCP
Clinton Stimpson
- [Tools] Make sure we can receive larger files for winetest (RESEND)
Paul Vriens
- [winedev-ole] add links to DCOM specs
Damjan Jovanovic
- [winspool/tests 1/2] Make default_printer a global variable
Paul Vriens
- [winspool/tests 2/2] Don't treat having no printers as a failure
Paul Vriens
- kernel32: Allow the prefered language to be different from the
prefered locale on Mac OS X. [take3]
Pierre d'Herbemont
- [PATCH 1/6] dinput: Move transform and offsets structures into base
device class.
Vitaliy Margolen
- [PATCH 2/6] dinput: Add user data format into base class. Implement
SetDataFormat.
Vitaliy Margolen
- [PATCH 3/6] dinput [joystick]: Move user data format into base
class.
Vitaliy Margolen
- [PATCH 4/6] dinput: [Mouse & Keyboard] Move user data format to base
class.
Vitaliy Margolen
- [PATCH 5/6] dinput: Remove redundant parameter.
Vitaliy Margolen
- [PATCH 6/6] dinput: [Mouse] Use standard mouse data format instead
of custom one.
Vitaliy Margolen
- mshtml: Added alert implementation.
Jacek Caban
- [winetest] Show correct filenames on tests.winehq.org
Paul Vriens
- [winspool.drv/tests] No need to return anything as we are using a
global variable now
Paul Vriens
- kernel32: suppress an unneeded warning
Juan Lang
- mshtml #1: Added test of CompareUrl.
Jacek Caban
- urlmon #1: Added application/x-msdownload mime filter.
Jacek Caban
- urlmon #2: Use pluggable protocol in CoInternetCompareUrl.
Jacek Caban
- mshtml #2: Added begining IDM_PRINT implementation.
Jacek Caban
- msvcrt/tests: Cast-qual warnings fix (Resend)
Andrew Talbot
- ntdll/tests: Cast-qual warning fix
Andrew Talbot
- [PATCH 1/2] winex11.drv: Only events with MOUSEEVENTF_MOVE flag
should change mouse position.
Vitaliy Margolen
- [PATCH 2/2] winex11.drv: Update cached cursor position after calling
hook.
Vitaliy Margolen
- kernel32: remove unneeded header file sys/types.h.
Pierre d'Herbemont
- user32: factorize graphics driver's CreateWindow [take 2]
Pierre d'Herbemont
- d3d: Fix adapter mode enumeration and filtering
Chris Robinson
- d3d: Fix adapter mode enumeration and filtering [try 2]
Chris Robinson
- usp10: implement ScriptStringAnalyse, ScriptStringFree,
ScriptStringXtoCP, ScriptStringCPtoX
Clinton Stimpson
- d3d: Fix adapter mode enumeration and filtering [try 3]
Chris Robinson
- docs/en/winedev-ole (try 2) add links to COM specs
Damjan Jovanovic
- kernel32: remove unneeded header file CoreFounfation/CFPreferences.h
Pierre d'Herbemont
- msvcrt: The tests link with msvcrt(d).dll now,
so use GetModuleHandle() rather than LoadLibrary().
Francois Gouget
- ole32: Fix named/nameless union compilation error.
Francois Gouget
- kernel32: Add a couple of weird PE images
Dmitry Timoshkov
- [1/3] shell32/tests: MSDN says ShellExecute() == 32 indicates an
error. So fix the tests.
Francois Gouget
- [2/3] shell32/tests: Add FindExecutable() tests.
Francois Gouget
- [3/3] shell32: Fix FindExecutable() to return the executable path,
not the whole command.
Francois Gouget
- shell32: Add some documentation for FindExecutableW().
Francois Gouget
- shell32: Fix FindExecutableW() to not check if lpResult after using
it. It's supposed to cause a segfault anyway.
Francois Gouget
- [1/2] tests: Add skip_wine, a standard way to skip tests that would
cause Wine to crash.
Francois Gouget
- [2/2] shell32/tests: Add a test for bug 6827: an SHGetFileInfo()
crash.
Francois Gouget
- configure: add ncursesw detecting
Vitaly Lipatov
- rpcrt4/tests: Cast-qual warnings fix
Andrew Talbot
- shdoclc: Added print template strings.
Jacek Caban
- mshtml #1: Added nsACString_SetData function and use it instead of
nsACString_Init when we return string value.
Jacek Caban
- mshtml #2: Fix loading pages in containers without document.
Jacek Caban
- mshtml #3: Don't do anything in SetNSContainer if new container is
the same as previous.
Jacek Caban
- mshtml #4: Fixed handling chrome protocol.
Jacek Caban
- mshtml #5: Set default print template in exec_print.
Jacek Caban
- winex11.drv: Remove x11drv_win_data dependency in dce code, in order
to move dce.c in user32.
Pierre d'Herbemont
- d3d8: Release non implicit surfaces only if refcount is 0,
with test.
Markus Amsler
- Add IDirectDraw3 interface
Ulrich Czekalla
- Add ddrawex dll
Ulrich Czekalla
- kernel32: suppress an unneeded warning (try 2)
Juan Lang
- winex11drv: Return cached cursor_pos in GetCursorPos().
Vitaliy Margolen
- msxml.dll: nextNode and reset functions
Colin Pitrat
- [kernel32/tests] Be a bit more verbose on failure
Paul Vriens
- wineoss: Make some data const
Dmitry Timoshkov
- winearts: Make some data const
Dmitry Timoshkov
- atl: Make some data const
Dmitry Timoshkov
- crypt32: Make some data const
Dmitry Timoshkov
- dbghelp: Make some data const
Dmitry Timoshkov
- dmime: Make some data const and static
Dmitry Timoshkov
- dplayx: Make some data const
Dmitry Timoshkov
- dswave: Make some data const
Dmitry Timoshkov
- msvcrt: Make some data const
Dmitry Timoshkov
- rpcrt4: Make some data const
Dmitry Timoshkov
- rsaenh: Make some data const and static
Dmitry Timoshkov
- secur32: Make some data const
Dmitry Timoshkov
- wined3d: Make some data const
Dmitry Timoshkov
- Add ddrawex dll
Ulrich Czekalla
- Assorted spelling fixes.
Francois Gouget
- shell32: Replace numeric literals with the proper constant.
Francois Gouget
- comctl32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget
- localspl/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget
- advapi32/tests: Replace an '#if 0' with an 'if (0)'.
Francois Gouget
- shlwapi/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget
- user32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget
- version/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget
- ole32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget
- winspool.drv/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget
- comdlg32: Fix PrintDlg(NULL) and reenable a test that was in an '#if
0'.
Francois Gouget
- user32: ClipCursor should use virtual screen resolution for
empty/invalid rects.
Vitaliy Margolen
- [winex11.drv/clipboard.c] Fix insert text from clipboard
Anatoly Lyutin
- configure: add ncursesw detecting [try 2]
Vitaly Lipatov
- [shlwapi/tests] Fix typos
Paul Vriens
- ntdll: Display the text in DriverServiceName in the load/unload
stubs
Paul Chitescu
- mshtml: Use pvaIn in exec_print.
Jacek Caban
- WineD3D: D3DRS_ZVISIBLE is not supposed to return an error
Stefan Dösinger
- WineD3D: Clean up SetRenderTarget
Stefan Dösinger
- DDraw: Add a TRACE to GetPixelFormat
Stefan Dösinger
- ntdll: Mark native subsystem images as such,
don't allow to execute a driver
Paul Chitescu
- msvcrt: add stub for __CxxLongjmpUnwind
Louis. Lenders
- Avoid grabbing syslevel locks in the wrong order
Ulrich Czekalla
- secur32/tests: Cast-qual warnings fix
Andrew Talbot
- wined3d: When changing display modes clip cursor to the requested
display size.
Vitaliy Margolen
- cmd: Extend wine's builtin glob matches ?.* to CD and CHDIR.
Henry Kroll
- [PATCH] Add help messages for DIR, CD and CHDIR
Henry Kroll
- [1/5] usp10: implement ScriptStringAnalyse
Clinton Stimpson
- [2/5] usp10: implement ScriptStringCPtoX
Clinton Stimpson
- [3/5] usp10: implement ScriptStringXtoCP
Clinton Stimpson
- [4/5] usp10: implement ScriptStringFree
Clinton Stimpson
- [5/5] usp10: remote todo_wine
Clinton Stimpson
- ddraw: Fix warnings
Dmitry Timoshkov
- ddrawex: Avoid not necessary casts
Dmitry Timoshkov
- user32: Add support for the VK_KEYS (Menu) key
Dmitry Timoshkov
- user32: Center the context menu if it was activated via VK_KEYS
like Windows does
Dmitry Timoshkov
- usp10: fix tests to allow atomic patches for new implementation
Clinton Stimpson
- setupapi: Add a stub implementation for SetupPromptReboot.
Hans Leidekker
- cabinet: Close the opened file handle even in error cases
James Hawkins
- msi: Enable cab compression and delete any resulting cabs using
SHFileOperation
James Hawkins
- localspl/tests: Add tests for XcvDataPort
Detlef Riekenberg
- [AppDB] Add special download link
Alexander Nicolaysen Sørnes
- IDirectDraw3 should use its own ref count variable
Ulrich Czekalla
- Initialize the IDirectDraw3 vtable
Ulrich Czekalla
- setupapi: add SPFILENOTIFY_TARGETNEWER support to
SetupDefaultQueueCallback
Robert Reif
- [AppDB] Add special download link
Alexander Nicolaysen Sørnes
- [AppDB] Add generic sound help (resend)
Alexander Nicolaysen Sørnes
- [1] WineD3D: Add the state dirtification infrastructure
Stefan Dösinger
- [3] WineD3D: Catch nop render state changes
Stefan Dösinger
- [2] WineD3D: Move render state applying to drawprim
Stefan Dösinger
- [4] Add missing render state function
Stefan Dösinger
- [5] Fix a function name
Stefan Dösinger
- [AppDB] Display monitored versions in sidebar
Alexander Nicolaysen Sørnes
- [6] WineD3D: Add WINED3DRS_STIPPLEPATTERNxy
Stefan Dösinger
- [1/4] usp10: implement ScriptStringAnalyse
Clinton Stimpson
- [2/4] usp10: implement ScriptStringFree
Clinton Stimpson
- [3/4] usp10: Implement ScriptStringXtoCP
Clinton Stimpson
- [4/4] usp10: implement ScriptStringCPtoX
Clinton Stimpson
- [PATCH] Added implementation for ImmReleaseContext
Daniel Rammelt
- include: Cast-qual warnings fix using const_cast macro
Andrew Talbot
- version/tests: Write-strings warning fix
Andrew Talbot
- progman: Cast-qual warnings fix
Andrew Talbot
- winecfg: Cast-qual warning fix
Andrew Talbot
- winhelp: Cast-qual warnings fix
Andrew Talbot
- msvcrt: Disable __CxxLongjmpUnwind on non-i386 as it doesn't make
sense because MSVCRT___JUMP_BUFFER is unknown on non-i386.
Pierre d'Herbemont
- server: Cast-qual warnings fix (1 of 2)
Andrew Talbot
- server: Cast-qual warnings fix (2 of 2)
Andrew Talbot
- WineD3D: paletted texture emulation using fragment shaders
Roderick Colenbrander
- WineD3D: paletted texture emulation using fragment shaders
H. Verbeet
- [user32/tests] Make sure the tests run on NT4 again
Paul Vriens
- msvcrt: add _atoldbl
Louis. Lenders
- [usp10/tests] Make tests run on win9x and NT4 again
Paul Vriens
- DDraw: Implement depth filling through blit. (re-resubmit) try3
greg87 at online.de
- wined3d [1]: Call the depth stencil destroy callback function.
Markus Amsler
- d3d9 [2]: Handle surface refcount forwarding in d3d9.
Markus Amsler
- d3d9 [3]: Handle volume refcount forwarding in d3d9.
Markus Amsler
- wined3d [4]: Remove IWineD3DSurface_GetContainerParent.
Markus Amsler
- wined3d [5]: Remove IWineD3DVolume_GetContainerParent.
Markus Amsler
- d3d9 [6]: Fix implicit surface refcounting.
Markus Amsler
- d3d [7]: Callback infrastructure for implicit swap chain destruction
in IWineD3DDevice.
Markus Amsler
- d3d9 [8]: Fix implicit swap chain refcounting.
Markus Amsler
- d3d8 [9]: Handle surface container in d3d8.
Markus Amsler
- d3d8 [10]: Handle volume container in d3d8.
Markus Amsler
- d3d9 [11]: Handle surface container in d3d9.
Markus Amsler
- d3d9 [12]: Handle volume container in d3d9.
Markus Amsler
- ole32: Support reading and writing custom clipformats in the data
cache.
Robert Shearman
- ole32: Add documentation for the user marshaling functions.
Robert Shearman
- rpcrt4: Free the resource allocated by InitializeSecurityContext
when the connec
Robert Shearman
- ole32: Move the user marshal tests to usrmarshal.c.
Robert Shearman
- ole32: Implement HMETAFILE and HMETAFILEPICT user marshaling
functions and add tests for these.
Robert Shearman
- kernel32: Protect global alloc functions against integer overflows
on the size parameter.
Robert Shearman
- ole32: Fix SetSize for HGLOBAL streams in the case of being
out-of-memory.
Robert Shearman
- winedump: Fix a couple of typos
Dmitry Timoshkov
- winedump: Remove a redundant ';'
Dmitry Timoshkov
- dinput: Don't return non existent keys.
Vitaliy Margolen
- dinput: Zero out returned information struct.
Vitaliy Margolen
- [PATCH 1/2] dinput: Add handling of AXISMODE property to base device
object.
Vitaliy Margolen
- [PATCH 2/2] dinput: Make mouse use axis mode flag set in base class.
Add tests.
Vitaliy Margolen
- msi [1/2]: Only cleanup event subscriptions of the dialog being
closed
James Hawkins
- msi [2/2]: Update the text control when the selection path changes
James Hawkins
- mscoree: Add a stub for GetCORSystemDirectory
James Hawkins
- msi [1/2]: Run the install tests from a temporary directory
James Hawkins
- msi [2/2]: Enable cab compression and delete any resulting cabs
using SHFileOperation [RESEND]
James Hawkins
- kernel32: Add a minimal PE image that XP is able to load
Dmitry Timoshkov
- ws2_32: Implement the SIO_ADDRESS_LIST_QUERY ioctl.
Hans Leidekker
- ws2_32: Implement the SIO_ADDRESS_LIST_QUERY ioctl. #2
Hans Leidekker
- winex11drv: Return cached cursor_pos in GetCursorPos().
Vitaliy Margolen
- Add a test for IDirectDrawSurface_SetColorKey
Günther Brammer
- USER32: Handle legacy registry entries
Paraskevas Nikolopoulos
- user32: Extend the support for SWP_STATECHANGED for all windows
Dmitry Timoshkov
- ole32: Fix the HMETAFILEPICT user marshaling test to use the size
derived from the return value of HMETAFILEPICT_UserMarshal instead of the
value returned by HMETAFILEPICT_UserSize, as the latter over-estimates the
size on Windows.
Robert Shearman
- [WINETEST] Make sure we can receive larger files for winetest
(RESEND)
Paul Vriens
- Don't crash when called with a NULL gl context
Ulrich Czekalla
- [1/5] wined3d: Allow the device to store multiple render targets
H. Verbeet
- [2/5] wined3d: Move storing the render target from ActiveRender to
SetRenderTarget
H. Verbeet
- [3/5] wined3d: Allow the FBO code to handle multiple render targets
H. Verbeet
- [4/5] wined3d: Allow wined3d to handle multiple render targets
H. Verbeet
- [5/5] d3d9: Add a render target test
H. Verbeet
- gdi32: Remove unused function
Andrew Talbot
- WGL: pbuffer detection
Roderick Colenbrander
- [PATCH 1/7] ole32: Marshal the ORPCTHIS structure prefixed to the
client data when doing ORPC calls.
Robert Shearman
- [PATCH 2/7] ole32: Implement CoRegisterChannelHook and call channel
hook methods on the client side.
Robert Shearman
- [PATCH 3/7] ole32: Call ServerNotify for channel hooks.
Robert Shearman
- [PATCH 4/7] ole32: Call the message filter for incoming calls.
Robert Shearman
- [PATCH 5/7] ole32: Pass in the IID and IUnknown* of the object being
executed to the server notification and message filter functions.
Robert Shearman
- [PATCH 6/7] ole32: Reset the message filter at the end of the
message filter test.
Robert Shearman
- [PATCH 7/7] ole32: Send a causality ID in the ORPCTHIS header for
a call.
Robert Shearman
- winedump: Start dumping .NET specific bits from PE executables.
Hans Leidekker
- [1/19] WineD3D: Temporary disable nvrc junk texture skipping
Stefan Dösinger
- [2/19] WineD3D: Add empty texture stage states to the state table
Stefan Dösinger
- [3/19] WineD3D: Do not enable the texture dimensions in BindTexture
Stefan Dösinger
- [4/19] WineD3D: Move WINED3DTSS_COLOROP to the state table
Stefan Dösinger
- [5/19] WineD3D: Move WINED3DTSS_ALPHAOP to the state table
Stefan Dösinger
- [6/19] WineD3D: move WINED3DTSS_TEXCOORDINDEX to the state table
Stefan Dösinger
- [7/19] WineD3D: Add a WINED3DTSS_BUMPENVSCALE stub
Stefan Dösinger
- [9/19] WineD3D: Make WINED3DTSS_TEXTURETRANSFORMFLAGS a nogl state
Stefan Dösinger
- [10/19] WineD3D: Make a WINED3DTSS_RESULTARG stub
Stefan Dösinger
- [11/19] WineD3D: Make WINED3DTSS_CONSTANT a nogl state
Stefan Dösinger
- [12/19] WineD3D: Catch nop SetTextureStageState calls
Stefan Dösinger
- [13/19] WineD3D: Add empty sampler entries to the state table
Stefan Dösinger
- [15/19] catch nop sampler changes
Stefan Dösinger
- [16/19] Add pixel shaders to the state table
Stefan Dösinger
- [17/19] Catch nop pixel shader changes
Stefan Dösinger
- [14/19] WineD3D: Move samplers to the state table
Stefan Dösinger
- [18/19] WineD3D: Do not change the states if render target locking
is disabled
Stefan Dösinger
- [19/19] WineD3D: Reinstall the nvrc texture unit mapping
Stefan Dösinger
- [8/19] WineD3D: Add a WINED3DTSS_BUMPENVLOFFSET stub
Stefan Dösinger
- kernel32: suppress an unneeded warning (try 3)
Juan Lang
- usp10: impelment ScriptStringGetLogicalWidths
Clinton Stimpson
- [PATCH 1/2] dinput: Use GetCursorPost() to calculate relative mouse
movements.
Vitaliy Margolen
- [PATCH 2/2] dinput: Warp mouse in exclusive cooperation mode only.
Vitaliy Margolen
- ws2_32: ws_sockaddr_u2ws should zero the WS_sockaddr before using
it.
Kai Blin
- d3d: Fix adapter mode enumeration and filtering [try 4]
Chris Robinson
- ws2_32: ws_sockaddr_u2ws should zero the sockaddr_in.sin_zero field.
Kai Blin
- shell32/tests: Test loading and unloading of builtin dlls.
Francois Gouget
- libwine: Fix some typos
Andrew Talbot
- [kernel32/tests] Don't use full path for executable in tests
Paul Vriens
- shell32: Use a relative path rather than hardcoding 'system32' in
it.
Francois Gouget
- setupapi: Use GetSystemDirectory() rather than hardcoding
'system32'.
Francois Gouget
- d3d9: Add a render target test
H. Verbeet
- oleaut32: Remove one more use of sprintfW to format a double
Alex Villacís Lasso
- kernel32: suppress an unneeded warning (try 4)
Juan Lang
- ddraw: Add a test for IDirectDrawSurface_SetColorKey
Günther Brammer
- dinput: AddRef and Release parent DirectInput class.
Vitaliy Margolen
- [01/16] winecoreaudio: Control the fprintf's by the Wine debug
channel on/off settings.
Ken Thomases
- [02/16] winecoreaudio: Create port for sending messages to the
callback thread only once.
Ken Thomases