wine
2007-01-19  Dmitry Timoshkovuser32: Some apps pass a color bitmap as a mask to...
2007-01-18  Alexandre Julliardntdll: Avoid inter-process APCs when called for the...
2007-01-18  Alexandre Julliardntdll: Get rid of the no longer used is_current_process...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18  Alexandre Julliardntdll: Abuse RtlCreateUserThread to call the thread...
2007-01-18  Alexandre Julliardntdll: Move the LDT section to ntdll and make it an...
2007-01-18  Alexandre Julliardwinecoreaudio.drv: Fix printf format warnings.
2007-01-18  Francois GougetAssorted spelling fixes.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Francois Gougetshell32: There is no need to check strings for NULL...
2007-01-18  Francois Gougetwinmm/tests: Use '%u' to print GetLastError().
2007-01-18  Francois Gougetwinspool.drv: Use '%u' to print GetLastError().
2007-01-18  Francois Gougetntdll/tests: Use '%u' to print GetLastError().
2007-01-18  Francois Gougetmcicda: Use '%u' to print GetLastError().
2007-01-18  Francois Gougetsecur32: Use '%u' to print GetLastError().
2007-01-18  Francois Gougetusp10/tests: Use '%u' to print GetLastError().
2007-01-18  Francois Gougetlocalspl: Remove unneeded cast.
2007-01-18  Alexandre Julliardserver: Print a trace when sending a signal to a thread.
2007-01-18  Alexandre Julliardntdll: Block async signals during process init and...
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-18  Alexandre Julliardntdll: Avoid heap allocations during thread creation.
2007-01-18  Alexandre Julliardntdll: Make the fd cache section an uninterruptible...
2007-01-18  Alexandre Julliardntdll: Fix NtDuplicateObject to only close the file...
2007-01-18  Alexandre Julliardntdll: Avoid heap allocation in fd cache. Fixed a coupl...
2007-01-18  Christoph Frickdinput: Calc more caps infos ahead and store it in...
2007-01-18  H. Verbeetwined3d: Give shader constants their own debug channel.
2007-01-18  H. Verbeetwined3d: Fix a typo.
2007-01-18  H. Verbeetwined3d: When switching color material, apply the mater...
2007-01-18  H. Verbeetwined3d: Don't set Parm when isDiffuseSupplied is FALSE...
2007-01-18  Francois Gougetd3d: Fix the D3DFMT_XXX constant declarations.
2007-01-18  Francois Gougetwinspool.drv: Reorder a couple of functions and remove...
2007-01-18  Francois Gougettests: The non-gcc case was missing a forward declarati...
2007-01-18  Francois Gougetodbccp32/tests: Add missing '\n' to an ok() call.
2007-01-18  Stefan Leichterwinecoreaudio.drv: Print each 64-bit integer as two...
2007-01-18  Andrew Talbotobjsel: Declare a variable static.
2007-01-18  Vitaliy Margolenws2_32: Fix trace for WS_setsockopt to look closer...
2007-01-18  Mike McCormackmsi: Register IMsiServer.
2007-01-18  Mike McCormackuser32: Add a test showing WM_GETTEXT doesn't crash...
2007-01-18  Mike McCormackuser32: Add an exception handler around the WM_GETTEXT...
2007-01-17  Detlef Riekenbergsfc: Forward SfcIsFileProtected to sfc_os.dll.
2007-01-17  Detlef Riekenbergsfc_os: Add stub for sfc_os.dll.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-17  Anatoly Lyutinwineconsole: Add support for non-latin symbols with...
2007-01-17  Christoph Frickdinput: No longer check for value exceeding have(min...
2007-01-17  Christoph Frickdinput: Add a config for the axes.
2007-01-17  Christoph Frickdinput: Move the config for the buttons from the JoyDev...
2007-01-17  Christoph Frickdinput: Use a struct ObjProps for the config of the...
2007-01-17  Christoph Frickdinput: Rename 'axe' to 'axis'.
2007-01-17  Frank Richterdbghelp: Search for .gnu_debuglink file.
2007-01-17  Rob Shearmanwininet: Fix HTTP_EncodeBasicAuth by passing an out...
2007-01-17  Stefan Dösingerwined3d: Implement per stream offsets.
2007-01-17  Stefan Dösingerwined3d: Store the stream number in the strided structure.
2007-01-17  Stefan Dösingerwined3d: Improve drawStridedSlow a bit.
2007-01-17  Alasdair Sinclairmsvcrt: If we're at EOF in the buffer and we have patte...
2007-01-17  Andrew Talbotnetapi32: Declare a variable static.
2007-01-17  Detlef Riekenberglocalspl: Implement PortIsValid for XcvDataPort.
2007-01-17  Detlef Riekenberglocalspl: Implement XcvDataPort.
2007-01-17  Detlef Riekenberglocalspl: Implement XcvOpenPort and XcvClosePort.
2007-01-17  Detlef Riekenberglocalspl/tests: Add test for XcvDataPort_PortIsValid.
2007-01-17  Detlef Riekenberglocalspl/tests: Extend test for XcvDataPort_MonitorUI.
2007-01-16  Mikołaj Zalewskicomctl32: toolbar: Fix the TB_SETBITMAPSIZE for width...
2007-01-16  James Hawkinsadvapi32: Add tests for RegQueryValue.
2007-01-16  James Hawkinsoleaut32: Initialize nrofnames to keep from freeing...
2007-01-16  H. Verbeetwined3d: Add a glsl_src_param_t type, pass it to shader...
2007-01-16  H. Verbeetwined3d: Add a glsl_dst_param_t type, pass it to shader...
2007-01-16  H. Verbeetwined3d: Simplify shader_glsl_get_write_mask().
2007-01-16  H. Verbeetwined3d: Simplify shader_glsl_get_swizzle().
2007-01-16  H. Verbeetwined3d: Fix pshader_glsl_tex() and pshader_glsl_texcoo...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Rewrite pshader_glsl_texreg2rgb to properly...
2007-01-16  H. Verbeetwined3d: Split out getting the sample function and...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Rewrite shader_glsl_rcp() to properly take...
2007-01-16  H. Verbeetwined3d: Rewrite shader_glsl_expp() to properly take...
2007-01-16  H. Verbeetwined3d: Rewrite shader_glsl_cnd() to properly take...
2007-01-16  H. Verbeetwined3d: Rewrite shader_glsl_cmp() to properly take...
2007-01-16  H. Verbeetwined3d: Rewrite shader_glsl_lrp() to properly take...
2007-01-16  H. Verbeetwined3d: Pass the correct mask to shader_glsl_add_src_p...
2007-01-16  H. Verbeetwined3d: Rewrite shader_glsl_mov() to properly take...
2007-01-16  H. Verbeetwined3d: Rewrite pshader_glsl_dp2add() to properly...
2007-01-16  H. Verbeetwined3d: Rewrite shader_glsl_dot() to properly take...
2007-01-16  H. Verbeetwined3d: Rewrite shader_glsl_map2gl() to properly take...
next