June 2006 Archives by thread
Starting: Thu Jun 1 00:01:13 CDT 2006
Ending: Fri Jun 30 23:52:54 CDT 2006
Messages: 1108
- wineprefix: Create a cdrom drive if it exists at /media/cdrom
Mike McCormack
- widl: Only write one procformat string and one typeformat string
per file.
Robert Shearman
- widl: Properly size the return value procformat.
Robert Shearman
- widl: Fix a typo in the man page.
Robert Shearman
- Add rules for making generated client, proxy and server code from
IDL files.
Robert Shearman
- shell32: Add Fonts to user's shell folders list.
Vitaliy Margolen
- crypt32: make base64 tests loadable
Juan Lang
- Replace all 'while (PeekMessage()) DispatchMessage();
' loops in the PeekMessage test by explicit calls to PeekMessage.
Take 2
Dmitry Timoshkov
- dbghelp: Write-strings warning fix
Andrew Talbot
- rpcrt4: NdrClientInitializeNew shouldn't clear all of the stub
message, only selected fields.
Robert Shearman
- rpcrt4: Don't send the unused part of the allocated buffer.
Robert Shearman
- rpcrt4: Implement I_RpcAllocate and I_RpcFree.
Robert Shearman
- rpcrt4: Add functions for generating and parsing the upper floors
in endpoint-mapper towers for different transports.
Robert Shearman
- rpcrt4: Implement TowerConstruct and TowerExplode.
Robert Shearman
- rpcrt4: All of the parameters to TowerExplode are optional.
Robert Shearman
- crypt32: Write-strings warning fix
Andrew Talbot
- winspool/tests: [1/3] Tests for GetPrintProcessorDirectory (resend)
Detlef Riekenberg
- winspool/tests: Remove the check for unimplemented Functions
([Add|Delete]Monitor)
Detlef Riekenberg
- secur32: Add EncryptMessage and DecryptMessage stubs
Kai Blin
- Missing LeaveCriticalSection on error paths (found by Smatch).
Michael Stefaniuc
- user32: Fix selection handling for listboxes with LBS_EXTENDEDSEL
style
qingdoa daoo
- crypt32: add CRL encoding tests
Juan Lang
- crypt32: remove unneeded exception handling
Juan Lang
- crypt32: remove unneeded exception handling (take 2)
Juan Lang
- [comctl32/header] Check Null before accessing structmember
(Coverity)
Paul Vriens
- wininet: Remove some dead code (Coverity)
Mike McCormack
- wininet: Fix up and test InternetSetCookie parameter checking.
Mike McCormack
- wininet: Simple tests for InternetGetCookie's parameters.
Mike McCormack
- crypt32: add name value tests
Juan Lang
- comctl32: Fix loading string from resources (take 2)
Thomas Weidenmueller
- shell32[1/2]: avoid Unicode->ANSI convertion when deleting a file
Mikołaj Zalewski
- shell32[2/2]: remove the now unused SHELL_DeleteFileA and
SHELL_DeleteDirectoryA
Mikołaj Zalewski
- crypt32/tests: Write-strings warnings fix
Andrew Talbot
- kernel/tests: Write-strings warnings fix
Andrew Talbot
- advapi32: Test RegSetValueEx[AW]() for adding some sequential
strings as one.
wine-devel at winehq.org
- advapi32: Test RegSetValueEx[AW]() for adding some sequential
strings as one.
Saulius Krasuckas
- rasenh: Fix a copypaste bug at passing only one string to
RegSetValueExW() at a time.
Saulius Krasuckas
- advapi32: Enable some tests and extend them to succeed on XP and
2003 SP1.
Saulius Krasuckas
- lostwages: make dev guide more visible
Juan Lang
- rpcrt4: Print some more informative error messages when getaddrinfo
fails.
Robert Shearman
- rpcrt4: Fix the pointer count used when handling embedded pointers
in varying arrays.
Robert Shearman
- rpcrt4: Fix the unmarshaling of pointers in conformant varying
arrays,
by passing the correct type format string to ReadConformance.
Robert Shearman
- rpcrt4: CContext can be NULL in NDRCContextMarshall, in which case
we should marshall all-zeros.
Robert Shearman
- rpcrt4: NdrClientContextMarshall/Unmarshall should both increment
the buffer pointer.
Robert Shearman
- rpcrt4: Freeing a NULL context handle is allowed.
Robert Shearman
- rpcrt4: Align the buffer correctly when marshaling and unmarshaling
context handles.
Robert Shearman
- rpcrt4: Skip over the right-hand-side data for the protocol floor
so that we can parse the towers received from native rpcrt4.
Robert Shearman
- rpcrt4: Fix an incorrect format string pointer being passed in to
ComputeVariance in NdrConformantVaryingStructBufferSize.
Robert Shearman
- rpcrt4: The lifetime of the binding handle stored in the context
handle is independent of the binding handle used in the call that
unmarshaled it,
so we should use RpcBindingCopy to make a copy of it and then call
RpcBindingFree later to free it.
Robert Shearman
- rpcrt4: Change ComputeConformance and ComputeVariance from macros
to inline functions. Clear pStubMsg->Offset in ComputeVariance since it
isn't
set by ComputeConformanceOrVariance and so could be left filled with
garbage.
Robert Shearman
- rpcrt4: Don't try to resolve the name when constructing a protocol
tower. Instead just fill it in with all zeros.
Robert Shearman
- PATCH: removed 1 fixme
Marcus Meissner
- crypt32: implement X509_NAME_VALUE encoding/decoding
Juan Lang
- wine.inf
Stefan Leichter
- urlmon: Added OnResponse implementation.
Jacek Caban
- urlmon: Use task queue to handle OnDataAvailable call.
Jacek Caban
- mshtml 1: Get rid of (currently disabled anyway) nsIWebBrowserStream
as we have to handle it in the other way.
Jacek Caban
- mshtml: Move some code from before_async_open to AsyncOpen.
Jacek Caban
- mshtml 2: Add create_nscallback function to allow using BSCallback
out of navigate.c.
Jacek Caban
- mshtml 3: Store BSCallback in NSContainer and use it instead of
load_call.
Jacek Caban
- mshtml 4: Set binding channel, listener and context in AsyncOpen.
Jacek Caban
- mshtml 5: Added begining binding code in IPersistMoniker::Load.
Jacek Caban
- mshtml 6: Added beginning OnDataAvailable implementation.
Jacek Caban
- mshtml 7: Return S_OK in OnStartBinding and OnStopBinding.
Jacek Caban
- mshtml 8: Use mime type reported by moniker if possible.
Jacek Caban
- shdocvw: Set focus in ui_activate.
Jacek Caban
- mshtml 6: Added beginning OnDataAvailable implementation.
Jacek Caban
- winedbg: fix a crash on initial empty input
Juan Lang
- oleaut32 [1/2]: Copy BYREF args directly if they have the same
variant type
James Hawkins
- oleaut32 [2/2]: Only BYREF DispCallFunc args whose input args are
not BYREF should be changed
James Hawkins
- secur32: Don't fail on SECURITY_NETWORK_DREP,
ntlm_auth handles this just fine.
Kai Blin
- [AppDB] Add link to rating definitions
Alexander Nicolaysen Sørnes
- mapi32: Write-strings warnings fix
Andrew Talbot
- msvcrt: Write-strings warning fix
Andrew Talbot
- Fix FARPROC, NEARPROC and PROC definitions for amd64.
Mike McCormack
- winemine: Remove dialog.h as it's redundant.
Mike McCormack
- winemine: Fix dialog proc prototypes for Win64.
Mike McCormack
- cmdlgtst: Use correct types for Win64.
Mike McCormack
- progman: win64 fixes
Mike McCormack
- Added initial version of Wine OleView
Piotr Caban
- Added initial version of Wine OleView
Piotr Caban
- [Lostwages] Common site menu 1/4
Tony Lambregts
- [Bugzilla] Common site menu 2/4
Tony Lambregts
- [Bugzilla] Common site menu 2/4
Tony Lambregts
- [AppDB] Common site menu 3/4
Tony Lambregts
- [WiKI] Common site menu 4/4
Tony Lambregts
- [PATCH] [WineDbg]: typedef
Eric Pouech
- advapi32: Implement and test SystemFunction030.
Mike McCormack
- advapi32: Implement and test SystemFunction031
Mike McCormack
- oleaut32: safearray: Convert dimension index at the API boundary
qingdoa daoo
- WineD3D: LockRect / UnlockRect improvements
Stefan Dösinger
- winedbg: remove useless NOCMD state
Juan Lang
- [AppDB] Fix Wiki link
Tony Lambregts
- msi: An empty string is equivalent to nil, so handle this in the
optimised WHERE_execute path.
Robert Shearman
- rpcrt4: Don't call NdrBaseTypeMemorySize from within
NdrBaseTypeUnmarshall.
Robert Shearman
- rpcrt4: Implement varying array NDR functions.
Robert Shearman
- rpcrt4: Introduce a new function, safe_multiply, which will raise
an exception if a multiply overflows a 4-byte integer.
Robert Shearman
- rpcrt4: Raise an exception during unmarshaling if a conformant
string isn't null-terminated.
Robert Shearman
- rpcrt4: Use safe_multiply when multiplying anything by
pStubMsg->ActualCount or pStubMsg->MaxCount.
Robert Shearman
- rpcrt4: Check that strings are null-terminated on unmarshaling of
conformant-varying structs.
Robert Shearman
- rpcrt4: Pass in a maximum variance value to ReadVariance to allow
us to validate the conformance values being read from the wire.
Robert Shearman
- rpcrt4: Use safe_mutiply in conformant array functions.
Robert Shearman
- [Bugzilla] upgrade patch
Tony Lambregts
- user: use SetPropW rather than SetPropA for internal property
Juan Lang
- hlink: Add a stub implementation (based on Aric Stewart's code)
Mike McCormack
- userenv: Add a stub implementation of userenv.dll
Mike McCormack
- hlink: Add hlguids.h (based on a patch by Aric Stewart)
Mike McCormack
- hlink: Add a basic implementation (based on work by Aric Stewart)
Mike McCormack
- hlink: Declare prototypes for some functions.
Mike McCormack
- Wordpad.c: Static functions to avoid compiler warnings
Magnus Lundborg
- kernel/tests: Some tests for WideCharToMultiByte
Detlef Riekenberg
- kernel: Documentation-Update for WideCharToMultiByte
Detlef Riekenberg
- msi: Fix some copy/paste bugs in the implementation of condition
operators.
Hans Leidekker
- winspool: Add GetPrintProcessorDirectoryA
Detlef Riekenberg
- dnsapi: Fix the case where we have libresolv headers but no
libraries (resend).
Mike McCormack
- VM86 exceptions handling bug - tests
Andrey Turkin
- Kernel-tests: more tests for FindFirstFile in file.c
Karsten Elfenbein
- [PATCH] Add DDHAL_UPDATEOVERLAYDATA structure
Ulrich Czekalla
- x11drv: clipboard
Ulrich Czekalla
- advapi32: Fix comment to match the function (thanks to Dan Kegel).
Mike McCormack
- winedbg: get rid of unused mode command
Juan Lang
- winedbg: get rid of unused mode command (take 2)
Juan Lang
- msvcrt: Write-strings warnings fix
Andrew Talbot
- xvidmode.c: Static declared functions to avoid warnings
Magnus Lundborg
- winedbg: remove unneeded states from grammar
Juan Lang
- oleaut32 [1/2]: Copy BYREF args directly if they have the same
variant type [RESEND]
James Hawkins
- oleaut32 [2/2]: Only BYREF DispCallFunc args whose input args are
not BYREF should be changed [RESEND]
James Hawkins
- winedbg: remove unneeded states from grammar (take 2)
Juan Lang
- partial implementation of GetVolumePathName
Michael Blakeley
- lstrlen(A/W) patch
Clinton Stimpson
- gdi: Don't treat a NULL rect as an empty rect in ExtTextOutW
qingdoa daoo
- winetest: Fix dialog prototypes.
Mike McCormack
- hh: Cast GetProcAddress's return to supress a Win64 warning.
Mike McCormack
- taskmgr: Use correct types for Win64.
Mike McCormack
- wcmd: Fix a Win64 warning.
Mike McCormack
- wineconsole: Use correct prototypes for dialog procs.
Mike McCormack
- winecfg: Make some pointer casts win64 compliant.
Mike McCormack
- [WINED3D 1/5] pshader defi has 5 parameters.
Ivan Gyurdiev
- [WINED3D 2/5] Trace improvements.
Ivan Gyurdiev
- [WINED3D 3/5] Add limits for ps_2_x
Ivan Gyurdiev
- [WINED3D 4/5] Rename vertex shader constants.
Ivan Gyurdiev
- [WINED3D 5/5] Remove constant type field in stateblock.
Ivan Gyurdiev
- [uxtheme/tests] Add initial tests
Paul Vriens
- usp10: Update tests for Script functions
Jeff L
- usp10: Update ScriptGetCMap to conform to Windows
Jeff L
- usp10: ScriptTextOut to conform to Windows
Jeff L
- usp10: Update ScriptStringAnalyse and tests for ScriptString..
functions
Jeff L
- hlink: Declare prototypes for some functions. (resend)
Mike McCormack
- hlink: Add a stub implementation (based on Aric Stewart's code)
Mike McCormack
- hlink: Add a basic implementation (based on work by Aric Stewart)
(resend)
Mike McCormack
- hlink: Implement DllRegisterServer
Mike McCormack
- dnsapi: Add stub implementations for the remaining documented
functions.
Hans Leidekker
- include: Add two more coclasses to exdisp.idl.
Robert Shearman
- shdocvw: Register some more documented classes that native also
registers.
Robert Shearman
- oleaut32: Handle BSTRs in VARIANT_CopyData.
Robert Shearman
- oleaut32: Uncomment a line to implement conversion from VT_DISPATCH
to VT_BSTR.
Robert Shearman
- widl: Support coclass forward declarations.
Robert Shearman
- libunicode: Add some more code page tables that are available for
download from ftp.unicode.org,
most notably the table for the us-ascii encoding,
which is quite common.
Robert Shearman
- WINED3D: Don't hardcode type sizes for shader constants
H. Verbeet
- D3D9: Add a test for setting / getting vertex shader constants
H. Verbeet
- WINED3D: Remove a redundant break
H. Verbeet
- WINED3D: Return the result of QueryInterface in GetContainer
H. Verbeet
- [D3D9] Mipmaps level test
Ivan Gyurdiev
- include: add SETWALLPAPER_DEFAULT to winuser.h
Andrew Ziem
- [D3D9 1/3] Test missing light recording
Ivan Gyurdiev
- [WINED3D 2/3] Fix missing light recording
Ivan Gyurdiev
- [WINED3D 3/3] Fix NULL dereference in gen. function
Ivan Gyurdiev
- [WINED3D 4/3] TEXREG2GB is valid on pshaders 1.1
Ivan Gyurdiev
- [uxtheme/tests] Add initial tests (Second try)
Paul Vriens
- comctl32: Remove WM_SYSCOMMAND handler from PROPSHEET_DialogProc
Dmitry Timoshkov
- winecfg: Avoid unnecessary casts
Dmitry Timoshkov
- winspool: Small update for AddMonitor
Detlef Riekenberg
- Remove more redundant NULL checks before HeapFree (found by Smatch).
Michael Stefaniuc
- server: Use unsigned long for request types that are 64bit in win64.
Mike McCormack
- server: Use unsigned long for request types that are 64bit in win64.
(resend)
Mike McCormack
- server: open_console's from field should be a handle.
Mike McCormack
- MSI: russian resource file
Vitaly Lipatov
- netapi32: add stub for NetServerEnumEx
Robert Reif
- usp10: Resend add stubs for some functions
Jeff L
- D3D: Fix QueryInterface
H. Verbeet
- D3D9: Add a test for GetContainer (Volumes & Surfaces)
H. Verbeet
- D3D9: Remove vshaderdeclaration.c
H. Verbeet
- [MAPI32 1/2] Added comments to mapi.h
argentum at office.etersoft.ru
- [MAPI32 2/3] interface IProfAdmin & its 12 methods,
function MAPIAdminProfiles implemented
argentum at office.etersoft.ru
- [MAPI32 3/3] function MAPIFindNext implemented
argentum at office.etersoft.ru
- advapi32: Test RegSetValueEx[AW]() for adding some sequential
strings as one.
Saulius Krasuckas
- [KERNEL 1/2] changed test for function FindFirstFileA to find
dosdevices
Konstantin Petrov
- [KERNEL 1/2] changed test for function FindFirstFileA to find
dosdevices
Konstantin Petrov
- [KERNEL 2/2] changed function FindFirstFileExW to accept
dosdevices' paths
Konstantin Petrov
- x11drv: hint to WM icon set by application instead of class default
(Bug 3370)
Juris Smotrovs
- patch for #4338
Leonard "paniq" Ritter
- advapi32: Test RegSetValueEx[AW]() for setting some sequential
strings as one.
Saulius Krasuckas
- shell32: Write-strings warning fix
Andrew Talbot
- configure: Fix test for ability to link with ICU libraries.
Scott Bambrough
- shell32: tests/shlfileop.c SHCreateDirectoryEx test
Phil Lodwick
- shell32: shlfileop.c SHCreateDirectoryEx can create a non-nested
directory
Phil Lodwick
- rpcrt4: Implement full-pointer support for interpreted stubs. Move
the calls to the full pointer init functions before
NdrClient/ServerInitializeNew, like in MIDL-generated code.
Robert Shearman
- rpcrt4: Fix the retrieval of This for interpreted proxies.
Robert Shearman
- server: Don't set the client's server field before the server has
changed into a connected state,
otherwise we could assert in pipe_client_destroy.
Robert Shearman
- server: Don't attach the thread input when changing parents if the
new parent is the desktop (i.e. it is becoming a top-level window).
Robert Shearman
- rpcrt4: Implement a process-wide connection pool for client
connections,
rather than relying on the restriction of one connection per binding. This
also avoids the problem of two threads using the same connection at the same
time.
Robert Shearman
- libunicode: Add a code page table for the US-ASCII encoding.
Robert Shearman
- wininet: ftp.c Fix crash if input buffer is larger than MAX_PATH
Phil Lodwick
- wininet: ftp.c 125 is an acceptable response code for the STORE
command
Phil Lodwick
- winmm/winealsa: Write-strings warnings fix
Andrew Talbot
- WineD3D: IWineD3DImpl_CheckDeviceType cleanup
Karsten Elfenbein
- Yet another round of redundand NULL checks before HeapFree (found
by Smatch).
Michael Stefaniuc
- Add lmmsg.h
Robert Reif
- wined3d: Move constant loading out of DrawPrimDrawStrided() and
enable loading float constants for GLSL
Jason Green
- server: Make wparam and lparam values unsigned long for win64
compatability.
Mike McCormack
- server: Fix a possible memory leak.
Mike McCormack
- kernel/tests: Count valid codepages for WideCharToMultiByte
Detlef Riekenberg
- comdlg32: Use the DLL-Name as debug-channel
Detlef Riekenberg
- texture.c, opengl_private.h: Fixing compiler warnings
Magnus Lundborg
- comdlg32: Rename finddlg.c to finddlg16.c
Detlef Riekenberg
- setupapi.dll: partially implement SetupDiGetClassDevsExA
Christian Gmeiner
- comctl32: return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler
Dmitry Timoshkov
- appdb security
Chris Morgan
- WineD3D: IWineD3DImpl_CheckDeviceType
Karsten Elfenbein
- D3D9: Add a test for default texture stage state values
H. Verbeet
- cmdlgtst: Use standard wine debug Functions
Detlef Riekenberg
- notepad patches (search/replace, etc)
Anoni Moose
- notepad: settings saving code
Anoni Moose
- filedlgbrowser: Highlight filename
Anoni Moose
- filedlg: scroll-wheel update filter
Anoni Moose
- "Faster" argument processing.
Anoni Moose
- server: use getopt
Anoni Moose
- edit: Fix crashing, bugs
Anoni Moose
- loader: Small patch
Anoni Moose
- wordpad: small bugs
Anoni Moose
- notepad: rc files
Anoni Moose
- regedit: Refresh also refresh registry keys in listview
Anoni Moose
- regedit: bug fixes/feature
Anoni Moose
- str*casecmpW functions
Anoni Moose
- wcmd: some features/bug fixes
Anoni Moose
- msvcrt[2/2]: fix _initterm() return code
Andrew Ziem
- msvcrt[2/2]: fix _initterm() return code
Andrew Ziem
- msvcrt[1/2]: add initial tests for dlls/msvcrt/data.c
Andrew Ziem
- msvcrt[2/2]: fix _initterm() return code (resent)
Andrew Ziem
- setupapi: docu update
Christian Gmeiner
- [WINED3D 2/9] Add the bulk of the GLSL string generation functions
Jason Green
- [WINED3D 3/9] Unified float constant register mapping between ARB
pixel and vertex shaders.
Jason Green
- [WINED3D 4/9] Added more declarations to GLSL
Jason Green
- [WINED3D 5/9] Prototype the GLSL functions for use with pixel and
vertex shaders
Jason Green
- [WINED3D 6/9] Map pixel shader instructions to GLSL generating
functions.
Jason Green
- [WINED3D 7/9] Map vertex shader instructions to GLSL generating
functions.
Jason Green
- [WINED3D 8/9] Add GLSL helper functions to Device
Jason Green
- [WINED3D 9/9] Allow drawPrim to create and use the GLSL program
Jason Green
- rpcrt4: Add stub for RpcMgmtEnableIdleCleanup. (Rob Shearman's
patch)
Mike McCormack
- rpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout (by Rob
Shearman)
Mike McCormack
- msi: Remove some unnecessary NULL checks.
Mike McCormack
- msi: Update the progress control while installing.
Mike McCormack
- oleaut32: Fix safearray data destruction
qingdoa daoo
- usp10: Resend ScriptTextOut to conform to Windows
Jeff L
- [uxtheme] Correct SetLastError for IsThemeActive
Paul Vriens
- include/ddk: Add minimal compstui.h
Detlef Riekenberg
- x11drv: Write-strings warnings fix
Andrew Talbot
- winmm: Add support for "open new" commands.
Peter Åstrand
- USER: Neither WS_CAPTION nor WS_EX_APPWINDOW has anything to do how
passed in to CreateWindow menu should be handled
Dmitry Timoshkov
- msvfw: fix enumeration of installed codecs
Peter Beutner
- msvidc: change short description to MS-CRAM
Peter Beutner
- wined3d: Also print the format like a fourcc if unknown in
debug_d3dformat.
Jan Zerebecki
- wined3d: enable two sided stencil in the caps
Jan Zerebecki
- wined3d: fix stencil related renderstates.
Jan Zerebecki
- wined3d: move a checkGLcall to it's gl call inside an "if"
Jan Zerebecki
- [WINED3D 10/9] GLSL shader cleanup patch.
Jason Green
- rpcrt4: Return the status received from RPCRT4_Send in I_RpcSend
instead of always returning RPC_S_OK.
Robert Shearman
- rpcrt4: Now that there's a process-wide pool of connections we don't
need to copy the FromConn field when copying bindings.
Robert Shearman
- ole32: Implement FTMarshalImpl_GetMarshalSizeMax.
Robert Shearman
- ole32: Implement CoQueryClientBlanket,
CoImpersonateClient and CoRevertToSelf
on top of CoGetCallContext, which is a stub.
Robert Shearman
- rpcrt4: Implement more base types for complex types.
Robert Shearman
- ole32: Register ISequentialStream for marshaling.
Robert Shearman
- rpcrt4: Don't raise an exception if there is no freer function -
not all types have a freer.
Robert Shearman
- rpcrt4: Initialise pStubMsg->MemorySize to zero before calling
ComplexStructMemorySize from NdrComplexArrayUnmarshall.
Robert Shearman
- ole32: If IRpcStubBuffer_Invoke fails, we should raise an exception
to tell the RPC runtime that the call failed.
Robert Shearman
- oleaut32: We always pass in an IRpcChannelBuffer to
IRpcStubBuffer::Invoke now, so remove the case for it being NULL.
Robert Shearman
- rpcrt4: Clear an object pointer during unmarshaling, otherwise we
could end up using the previously allocated memory even if it isn't the
right size, causing heap corruption.
Robert Shearman
- wined3d: Map D3DSIO_DEF to it's GLSL generating function for vertex
shaders
Jason Green
- DDraw: New ddraw lib
Stefan Dösinger
- WineD3D: Support for more than one backbuffer
Stefan Dösinger
- edit: use constant for timer frequency
Anoni Moose
- edit: fix unhandled page fault
Anoni Moose
- edit: scroll when mouse outside window
Anoni Moose
- edit: move focus to edit if previously on button
Anoni Moose
- WineD3D: Fog fixes
Stefan Dösinger
- regedit: refresh listview on refresh
Anoni Moose
- winedbg: Write-strings warnings fix
Andrew Talbot
- advapi32: Test RegSetValueEx[AW] for setting some sequential strings
as one.
Saulius Krasuckas
- [PATCH] Recognize all CD and floppy devices listed in Linux
devices.txt
Pavel Roskin
- [WINED3D 1/3] Downgrade Get*Shader FIXME to TRACE.
Ivan Gyurdiev
- [WINED3D 2/3] Print out sampler state names
Ivan Gyurdiev
- [WINED3D 3/3] Enable CND/CMP for SHADER_ARB.
Ivan Gyurdiev
- texture.c: Fixing compiler warnings
Magnus Lundborg
- winspool: Stubs for DevicePropertySheets and DocumentPropertySheets
Detlef Riekenberg
- wined3d: Fix regression from register maps switch for ARB shaders
Jason Green
- wined3d: Change fog output variable name for GLSL shaders
Jason Green
- [PATCH] Allow and prefer using A: and B: for floppies
Pavel Roskin
- getuname: add stub implementation [try 3]
Vitaly Lipatov
- svrapi: add stub implementation [try 2]
Vitaly Lipatov
- [PATCH 1/8] rpcrt4: Introduce a new function, safe_multiply, which
will raise an exception if a multiply overflows a 4-byte integer.
Robert Shearman
- [PATCH 2/8] rpcrt4: Raise an exception during unmarshaling if a
conformant string isn't null-terminated.
Robert Shearman
- [PATCH 3/8] rpcrt4: Use safe_multiply when multiplying anything by
pStubMsg->ActualCount or pStubMsg->MaxCount.
Robert Shearman
- [PATCH 4/8] rpcrt4: Check that strings are null-terminated on
unmarshaling of conformant-varying structs.
Robert Shearman
- [PATCH 5/8] rpcrt4: Pass in a maximum variance value to ReadVariance
to allow us to validate the conformance values being read from the wire.
Robert Shearman
- [PATCH 6/8] rpcrt4: Use safe_mutiply in conformant array functions.
Robert Shearman
- [PATCH 7/8] rpcrt4: Initialise pStubMsg->MemorySize to zero before
calling ComplexStructMemorySize from NdrComplexArrayUnmarshall.
Robert Shearman
- [PATCH 8/8] rpcrt4: Add an exception handler for
CStdStubBuffer_Invoke.
This is needed because IRpcStubBuffer::Invoke should not allow RPC
exceptions to be passed to the caller.
Robert Shearman
- netapi32: Improve NetUserGetInfo function
Simon Kissane
- getuname: add stub implementation [try 4]
Vitaly Lipatov
- svrapi: add stub implementation [try 3]
Vitaly Lipatov
- [PATCH] Notepad Search/Replace/Goto line functionality
Anoni Moose
- [PATCH] Add settings saving/loading code
Anoni Moose
- Resend: wined3d: Map D3DSIO_DEF to it's GLSL generating function
for vertex shaders
Jason Green
- msvcrt: Print exception code in hex
Dmitry Timoshkov
- urlmon: Write-strings warnings fix
Andrew Talbot
- user[1/5]: expand SPI_{GET,SET}DESKWALLPAPER unit tests
Andrew Ziem
- user[2/5]: implement A version of SPI_GETDESKWALLPAPER
Andrew Ziem
- user[3/5]: handle special cases for SPI_SETDESKWALLPAPER
Andrew Ziem
- user[4/5]: perform necessary W->A conversion in SPI_SETDESKWALLPAPER
Andrew Ziem
- user[5/5]: propagate error in SetDeskWallPaper()
Andrew Ziem
- D3D8: Make some test functions static
H. Verbeet
- D3D9: Make some test functions static
H. Verbeet
- WINED3D: Cleanup GetSrcAndOpFromValue()
H. Verbeet
- user[3/5]: handle special cases for SPI_SETDESKWALLPAPER (FIXED)
Andrew Ziem
- user[2/5]: implement A version of SPI_GETDESKWALLPAPER (FIXED)
Andrew Ziem
- msi: Always initialize MsiViewFetch's returned record to zero.
Mike McCormack
- msi: Freeing the zero handle always succeeds.
Mike McCormack
- msi: Add some test cases for "SELECT ... WHERE condition".
Mike McCormack
- Add KERNEL32.SetThreadUILanguage() stub
Simon Kissane
- kernel32: Fix a cast for win64.
Mike McCormack
- user32: Win64 lparam and wparam are longs.
Mike McCormack
- user32: Fix a pointer size warning in Win64.
Mike McCormack
- Remove redundant SetLastError call from MENU_SetMenu
Dmitry Timoshkov
- wcmd: if c:\autoexec.bat if found execute it
paul
- user/x11drv: [1/3] move (Un)RegisterHotKey stub from user to x11drv
Vincent Povirk
- x11drv: [2/3] implement (Un)RegisterHotKey
Vincent Povirk
- user: [3/3] test for (Un)RegisterHotKeys
Vincent Povirk
- user/x11drv: implement (Un)RegisterHotKey
Vincent Povirk
- progman: start the programs in the correct directory
Mikołaj Zalewski
- Yet another round of redundand NULL checks before HeapFree (Smatch;
2nd try)
Michael Stefaniuc
- msxml3: Initialise output interface pointers to NULL in
xmlnodelist_QueryInterface and xmlnodelist_nextNode.
Robert Shearman
- msxml3: Fix domelem_get_tagName to return a string with the
namespace prefixed, if it is present.
Robert Shearman
- include: Add IXMLHttpRequest interface and XMLHttpRequest coclass
to xmldoc.idl.
Robert Shearman
- atl: Implement AtlModuleGetClassObject.
Robert Shearman
- ole32: Print an error if a DLL's DllGetClassObject fails as this
is usually a good indicator of a bug elsewhere in Wine.
Robert Shearman
- iphlpapi: forward Icmp* functions to icmp.dll
Simon Kissane
- msi: Fix some test cases to pass against win2k.
Mike McCormack
- msi: Remove an inconsistent test, fix function prototypes.
Mike McCormack
- msi: Fix compilation on msvc6.
Mike McCormack
- msi: Delete any databases we create at the end of each test.
Mike McCormack
- msi: Add tests for creating packages and formatting records.
Mike McCormack
- userenv: Add profinfo.h
Mike McCormack
- msi: Add some more MsiFormatRecord tests.
Mike McCormack
- [LOSTWAGES] s/johnathan/jonathan
Jonathan Ernst
- [WINED3D 1/9] The namedArrays code path is dead (always FALSE).
Ivan Gyurdiev
- [WINED3D 2/9] Rework dcl processing
Ivan Gyurdiev
- [WINED3D 3/9] Share trace pass
Ivan Gyurdiev
- [WINED3D 4/9] Register map cleanups
Ivan Gyurdiev
- [WINED3D 5/9] Trivial cleanups
Ivan Gyurdiev
- [WINED3D 6/9] Add support for shader model 3.0 I/O registers.
Ivan Gyurdiev
- [WINED3D 7/9] Cast more things.
Ivan Gyurdiev
- [WINED3D 8/9] Improve Sampler support on 2.0 and 3.0 shaders
Ivan Gyurdiev
- [WINED3D 9/9] Keep pshader and vshader constants in GLSL separate.
Ivan Gyurdiev
- msi: Add some more test cases for INSERT.
Mike McCormack
- msi: Add a test for creating a record with a long string.
Mike McCormack
- msi: Add a test for reading long strings.
Mike McCormack
- [MAPI32 2/3] interface IProfAdmin & its 12 methods,
function MAPIAdminProfiles implemented
Konstantin Petrov
- [WINED3D 10/9] Mark instructions without a dest. token.
Ivan Gyurdiev
- [WINED3D 11/9] Fix params for DP2ADD/TEXLDD
Ivan Gyurdiev
- winmm: Add support for "open new" commands (try 2)
Peter Åstrand
- ole32: Print an error if a DLL's DllGetClassObject fails as this
is usually a good indicator of a bug elsewhere in Wine.
Robert Shearman
- advapi32: Nul-terminate the domain string in LookupAccountNameW.
Robert Shearman
- advapi32: Support well-knowns SIDs in string SIDs.
Robert Shearman
- advapi32: Replace some mixed tabs with spaces.
Robert Shearman
- advapi32: Fix the parsing of string SIDs with multiple
sub-authorities.
Robert Shearman
- mlang: Add us-ascii encoding to the list of supported encodings.
Robert Shearman
- mlang: Return S_OK from fnIMultiLanguage2_SetMimeDBSource.
Robert Shearman
- mscms: Eliminate complex test macro to make source navigation
easier.
Saulius Krasuckas
- PATCH: sane.ds / DECLSPEC hidden
Marcus Meissner
- [MSHTML] Set version in registry
Maarten Lankhorst
- The visibility attribute is supported only by gcc >= 3.3
Michael Stefaniuc
- msi: Cast the total memory to an unsigned int to avoid overflow in
machines with > 2Gb of RAM
James Hawkins
- riched20 patch
Clinton Stimpson
- msi: Add tests for MsiInstallProduct
James Hawkins
- winmm: Undefine SW_MAX defined by linux/input.h to avoid a conflict
with winuser.h
Mike McCormack
- msi: Fix loading of long strings.
Mike McCormack
- wingdi: Fix typo in definition of BLTALIGNMENT (spotted by Choe
Hwanjin).
Mike McCormack
- Remove non-ASCII characters in headers for winelib compatibility.
Mike McCormack
- ole32: Print an error if a DLL's DllGetClassObject fails as this
is usually a good indicator of a bug elsewhere in Wine.
Robert Shearman
- advapi32: Nul-terminate the domain string in LookupAccountNameW.
Robert Shearman
- advapi32: Support well-knowns SIDs in string SIDs.
Robert Shearman
- rpcrt4: getaddrinfo returns any non-zero value on failure, not just
negative values.
Robert Shearman
- [uxtheme] Add framework and initial tests
Paul Vriens
- msi: Add a test for MsiDatabaseExport.
Mike McCormack
- msi: Add a test for creating a record with a long string. (RESEND)
Mike McCormack
- msi: Add a test for reading long strings. (RESEND)
Mike McCormack
- [Setuapi] implement SetupDiCreateDeviceInfoListExW
Christian Gmeiner
- [Setuapi] implement SetupDiCreateDeviceInfoListExW - try 2
Christian Gmeiner
- [Setuapi] implement SetupDiCreateDeviceInfoListExW - try 3
Christian Gmeiner
- msxml3
Stefan Leichter
- PATCH: send error messages to stderr
Gerald Pfeifer
- atl: Add a stub for AtlModuleRegisterWndClassInfoW.
Robert Shearman
- msxml: Allow the element implementation to be aggregatable.
Robert Shearman
- msxml: Implement IXMLDOMElement for text elements by using
create_element instead of create_basic_node.
Robert Shearman
- msxml: Text nodes with just whitespace should be stripped.
Robert Shearman
- ntdll: Change the test for no relocation information to use the
IMAGE_FILE_RELOCS_STRIPPED
flag instead of a zero sized relocations section.
Robert Shearman
- wrc: Remove some tokens declared twice.
Mike McCormack
- crypt32: Fix a cast for Win64.
Mike McCormack
- dbghelp: Fix the prototype of some callbacks.
Mike McCormack
- advpack: Remove some dead code. (Coverity)
Mike McCormack
- advpack: Avoid possible NULL pointer deference (Coverity)
Mike McCormack
- advpack: Fix another possible NULL pointer access (Coverity).
Mike McCormack
- MSI database _Streams table
Andrey Turkin
- Implement more GLSL instructions
Jason Green
- mapi: Fix declaration of LPMAPISENDMAIL (spotted by Cho Hwanjin)
Mike McCormack
- msi: Add test for _Streams table (based on patch by Andrey Turkin).
Mike McCormack
- [AppDB] Fix up Admin Comment View
Tony Lambregts
- winuser.h: add some missing virtual key symbols
Choe Hwanjin
- msi: Add tests for MsiInstallProduct [try2]
James Hawkins
- add stub advpack.dll (fix bug 5431)
Louis. Lenders
- Updated Norwegian Bokmmål resources
Alexander Nicolaysen Sørnes
- kernel: Add some tests for VerifyVersionInfo.
Robert Shearman
- ole32: Add a tests for OleSetMenuDescriptor and the global interface
table.
Robert Shearman
- ole32: Always rewind the stream in
StdGlobalInterfaceTable_GetInterfaceFromGlobal
as CoUnmarshalInterface may have advanced the stream, even if it failed.
Robert Shearman
- kernel: Add a test for mutexes.
Robert Shearman
- atl: Add a partial implementation of AtlModuleRegisterWndClassInfoW
based on documentation by Mike McCormack.
Robert Shearman
- msi: Don't define COND_SPACE twice.
Mike McCormack
- mshtml: Added Wine Gecko installer.
Jacek Caban
- combo: fix character conversion
Vitaly Lipatov
- Added initial version of OleView (part 1/8)
Piotr Caban
- Added pane bar (part 2/8)
Piotr Caban
- Added TreeView window (part 3/8)
Piotr Caban
- Added TreeView entries read from registry (part 4/8)
Piotr Caban
- Added more TreeView entries (part 5/8)
Piotr Caban
- Added base menu funcionality (part 6/8)
Piotr Caban
- Added details window base (part 7/8)
Piotr Caban
- Added registry tab in details window (part 8/8)
Piotr Caban
- OleView:Added TreeView entries read from registry (part 4/8) -
resend
Piotr Caban
- [uxtheme] Added test for IsAppThemed and grouped it with
IsThemeActive
Paul Vriens
- configure: Fix test for ability to link with ICU libraries.
Scott Bambrough
- NtDll: AmILastThread thread info class
Eric Pouech
- [PATCH] [NtDll-Kernel32]: thread/process exit/terminate
Eric Pouech
- [PATCH] [MciWave]: bogus free
Eric Pouech
- mshtml: Added Wine Gecko installer.
Jacek Caban
- [lostwages] Credit budgetdedicated.com on APT page per their request
Scott Ritchie
- APPDB - patch
Chris Morgan
- comctl32: Use the listview's background colour when drawing with
imagelist.
Mike McCormack
- riched20 patch to fix crash
Clinton Stimpson
- comctl32: Arrange the listview after deleting all items so we will
place icons at the top again.
Mike McCormack
- msi: Cast the total memory to an unsigned int to avoid overflow in
machines with more than 2Gb of RAM [resend]
James Hawkins
- msi: Add tests for MsiInstallProduct [resend]
James Hawkins
- server: Cast handles to unsigned long for win64 compatibility.
Mike McCormack
- server: Cast user handles to unsigned long for win64 compatibility.
Mike McCormack
- server: Fix a win64 warning.
Mike McCormack
- comctl32: Add a short test for the listview.
Mike McCormack
- Resend: WineD3D: Support more than one back buffer
stefan at codeweavers.com
- [Lostwages] Update download page
Ivan Leo Puoti
- notepad: Pl.rc: fix the ellipsis in menu
Mikołaj Zalewski
- [uxtheme] Added simple test for IsThemeDialogTextureEnabled
Paul Vriens
- [uxtheme][2] Added simple test for IsThemeDialogTextureEnabled
(2nd try)
Paul Vriens
- Assorted spelling fixes
Francois Gouget
- Traces vs. '\n'
Francois Gouget
- Log the filesystem type to help debug CD detection issues
Francois Gouget
- Use page_size instead of page_mask+1
Francois Gouget
- Fix mkinstalldirs
Francois Gouget
- Remove an assert in StgStreamImpl_Write()
Francois Gouget
- hlink: Fix typo
Ulrich Czekalla
- wineuser.h
Vitaly Lipatov
- Remove dead code in SHELL_FindExecutable()
Francois Gouget
- rpcrt4: Remove unused header
Francois Gouget
- crypt32: improve CRL decoding
Juan Lang
- remove validate-pixel/vertex shader from d3d9.dll
Louis. Lenders
- PATCH: avifil / MBtoWC fix
Marcus Meissner
- add stub for Direct3DShaderValidatorCreate9 (d3d9)
Louis. Lenders
- resend: improve stubbed validatevertexshader a bit
Louis. Lenders
- Fwd: remove validate-pixel/vertex shader from d3d9.dll
Louis. Lenders
- [hlink] Fix typo
Ulrich Czekalla
- secur32: Implement QueryContextAttributes. Add tests. cbMaxToken is
1904 not 2010.
Kai Blin
- MsiSetTargetPath tests
Andrey Turkin
- msi/tests: Write-strings warnings fix
Andrew Talbot
- gdiplus.dll
Stefan Leichter
- Quartz: Improve a stub
ivanleo at gmail.com
- Amstream: Impement IAMMultiMediaStreamImpl_OpenFile and
IAMMultiMediaStreamImpl_OpenMoniker
ivanleo at gmail.com
- WINED3D: Add and use GL_EXT_fog_coord defines
H. Verbeet
- Amstream: Impement IAMMultiMediaStreamImpl_OpenFile and
IAMMultiMediaStreamImpl_OpenMoniker version 2
ivanleo at gmail.com
- gdiplus.dll
Vijay Kiran Kamuju
- [AppDB] Fix Cookie getting corrupted when user exists
Tony Lambregts
- [AppDB] Stop allowing user to create an account with a blank user
name.
Tony Lambregts
- [AppDB] Don't allow duplicate real names
Tony Lambregts
- [AppDB] Dont expose users email address to robots
Tony Lambregts
- mscms: Fix 64bit warnings.
Kevin Koltzau
- oleaut32: Fix 64bit warnings in tests.
Kevin Koltzau
- [AppDB] Dont expose users email address to robots #2
(distributionView.php)
Tony Lambregts
- secur32: Implement QueryContextAttributes. Add tests. cbMaxToken is
1904 not 2010. (try 2)
Kai Blin
- winspool/tests: Tests for EnumForms and set an Error-Value in our
stub
Detlef Riekenberg
- msi/tests: Write-strings warnings fix
Andrew Talbot
- [user] add some descriptions
Vitaly Lipatov
- Add support for full screen window state using the NETWM protocol
Dmitry Timoshkov
- inseng: Initial implementation of inseng (required for IE6 to
install under win2k).
Mike McCormack
- [wined3d] GetScissorRect should use zero-based scissorBox (Coverity)
Paul Vriens
- x11drv: Escape international characters
Andrew Talbot
- hungarian translation of uninstaller
Kovács András
- [Setuapi] implement SetupDiCreateDeviceInfoListExW - try 4
Christian Gmeiner
- Test for additional ICU libraries /usr/lib/libicuuc.a and
/usr/lib/libicudata.a.
Scott Bambrough
- gdiplus.dll
Steven Edwards
- user/tests: Write-strings warnings fix
Andrew Talbot
- [Setuapi] implement SetupDiCreateDeviceInfoListExW - try 5
Christian Gmeiner
- [PATCH 1/3] user: extend conformance test for remote-menu accesses
tkho at ucla.edu
- [PATCH 2/3] server: add calls to get/set menu info
tkho at ucla.edu
- [PATCH 3/3] user: move menu info handling to the server
tkho at ucla.edu
- lz32: Enable old test and expand it.
Saulius Krasuckas
- lz32: Enable old test and expand it.
Saulius Krasuckas
- [WINED3D 1/7] Remove dead vertex shader code
Jason Green
- [WINED3D 2/7] Move constant loading into target-specific files
Jason Green
- [WINED3D 3/7] Add preliminary support for constant boolean and
integer registers in GLSL
Jason Green
- [WINED3D 4/7] Implement locally defined boolean and integer
constants in GLSL
Jason Green
- [WINED3D 5/7] Load boolean and integer constants into the GLSL
shader program
Jason Green
- [WINED3D 6/7] Added correct cast support for gl_FogFragCoord and
gl_PointSize output registers.
Jason Green
- [WINED3D 7/7] Fix lookup for LOOP register
Jason Green
- DDraw: use proper handles
Stefan Dösinger
- [AppDB] Re: Ratings link on Submission form
Tony Lambregts
- [WINED3D 8/7] Correct implementation of D3DSIO_LOOP
Jason Green
- wininet file scheme
Nick Cronin
- kernel: Fix reported address space limit to be in keeping with ntdll
qingdoa daoo
- winecfg: Update Turkish resorce file
Fatih Aşıcı
- rpcrt4: Use the thread pool in the RPC server for processing
packets.
Robert Shearman
- ole32: Reuse event handles used for COM calls.
Robert Shearman
- ole32: Document CoCreateFreeThreadedMarshaler.
Robert Shearman
- ntdll: If ObjectAttributes is NULL then an error is returned at the
start of the NtOpenSymbolicLinkObject,
therefore ObjectAttributes does not
need to be checked for NULL later on in the function.
Robert Shearman
- dnsapi: Correct testing for zero option value DNS_QUERY_STANDARD.
Hans Leidekker
- dnsapi: Free all allocated records instead of just the last one.
Hans Leidekker
- DDraw: Palette refcounting fixes
Stefan Dösinger
- Quartz: fix file type detection
ivanleo at gmail.com
- tools/winedump: replace fchmod() with chmod()
Detlef Riekenberg
- [AppDB] Fix up administrating app queue
Tony Lambregts
- WIDL: Fix updating the proc offset
Thomas Weidenmueller
- [PATCH 00/31] Series short description
Eric Pouech