Make functions static.
[wine] / dlls /
2005-06-20  Mike McCormackMake functions static.
2005-06-20  Vitaly LipatovFix returned value for SPI_SETMOUSEBUTTONSWAP.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Jeremy WhiteRevamp the initialization for Alsa.
2005-06-20  Vitaly Lipatov- Realize DoEnvironmentSubstA via ExpandEnvironmentStri...
2005-06-20  Aric StewartUse MSI_IterateRecords for DuplicateFiles.
2005-06-20  Aric StewartUse MSI_IterateRecords for processing actions.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Rein KlazesOwner drawn menu item size calculation fixes:
2005-06-20  Robert ReifFix roundoff error to prevent negative length.
2005-06-20  Mike McCormackMake tabs work in msi dialogs.
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-20  Robert ShearmanConvert some registry helper functions to use unicode...
2005-06-20  Lauri Tulmin- add some tests for {Get|Set}Pixel
2005-06-20  Hans LeidekkerStub implementation for GetMenuBarInfo.
2005-06-20  Robert ShearmanImplement RtlImpersonateSelf, RevertToSelf and MapGener...
2005-06-20  Rein KlazesIn MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER...
2005-06-20  Vitaly LipatovAllow null pointers for EM_GETSEL message (as MSDN...
2005-06-20  Michael JungUse stat's dev/inode to compare paths instead of compar...
2005-06-20  Paul VriensStub implementations for ProcessVmCounters, ProcessTime...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-20  James HawkinsImplement RtlCopySecurityDescriptor.
2005-06-20  Robert ShearmanChange the RPC code to use the unicode versions of...
2005-06-20  Robert Shearman- Change some of the registry helper functions to use...
2005-06-20  Rein KlazesIn SCROLL_DrawScrollbar allocate the internal info...
2005-06-20  Krzysztof Foltman- Fix a warning caused by the TAB patch.
2005-06-20  Stefan LeichterMake shell32 tests loadable on NT4.
2005-06-20  Pierre d'HerbemontMove the (Mac OS X) IOKit headers to the top of the...
2005-06-20  Troy RolloChange WS_bind to accept an sa_family of 0 as "don...
2005-06-20  Mike McCormackMake functions static.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-17  Francois GougetFix the CryptEncodeObjectEx() prototype.
2005-06-17  Francois GougetFix the prototypes of SQLCreateDataSource*(), SQLGetPri...
2005-06-17  Aric StewartA long overdue fix to MSI_SetTargetPath. This should...
2005-06-17  Aric StewartFlesh out the remaining keys in RegisterProduct.
2005-06-17  Alexandre JulliardMoved directory options to HKCU\Software\Wine.
2005-06-17  Alexandre JulliardMoved version key to HKCU\Software\Wine.
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-17  Vitaliy MargolenShowOwnedPopups and WM_SHOWWINDOW should handle non...
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...
2005-06-17  Francois GougetFix the FreeADsMem() prototype.
2005-06-17  Francois GougetProtect the unistd.h and sys/stat.h includes.
2005-06-17  Francois GougetRemove an unneeded variable in test_query_timeofday().
2005-06-17  Francois GougetRemove unneeded NULL cast.
2005-06-17  Marcus MeissnerUse a simpler expression for the "RichEdit20W" string...
2005-06-17  Marcus MeissnerSpecify enough buffer for id[] (20 chars are not enough).
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-17  Michael KaufmannInitialize more structure members, including biSizeImag...
2005-06-17  Alexandre JulliardThe TEB doesn't need execute permissions.
2005-06-17  Dmitry TimoshkovDdeCreateStringHandleA/W takes a pointer to a const...
2005-06-17  Michael JungRemove trailing backslash from DOS paths in GetDisplayN...
2005-06-17  Mike McCormackDeclare Nt directory functions.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-17  Oliver StieberChange the way caps are sent between d3d9/d3d8 and...
2005-06-17  Marcus MeissnerExtractAssociatedIconA needs to allocate enough space...
2005-06-17  Marcus MeissnerRemove cszbs from msi/action.h.
2005-06-17  James HawkinsForward GetPrivate/KernelObjectSecurity to NtQuerySecur...
2005-06-17  Juan LangAdd a few traces and comments.
2005-06-16  Alexandre JulliardMake import thunks position-independent to avoid text...
2005-06-16  Alexandre JulliardUse the standard font path to look for TrueType fonts.
2005-06-16  Oliver StieberRename _D3DCAPS9.MaxPixelShaderValue to the correct
2005-06-16  Aric StewartBreak out all the top level apis into install.c.
2005-06-16  Mike McCormackAdded support for the MSI MaskEdit control.
2005-06-16  Oliver StieberDisable the creation of invalid vertex declarations...
2005-06-16  Oliver StieberAdded relay tracing to texture.
2005-06-16  Robert Shearman- All versions of Windows ignore the access rights...
2005-06-16  Aric StewartA simple cleanup to only track the temp file if we...
2005-06-16  Alexandre JulliardMoved configuration keys to HKCU\Software\Wine\X11...
2005-06-16  Alexandre JulliardMoved configuration keys to HKCU\Software\Wine\DllOverr...
2005-06-16  Aric StewartAdd UI messages to FindRelatedProducts.
2005-06-16  Juan Lang- implement encoding and decoding of enumerated types...
2005-06-16  Alexandre JulliardStore vtables in the data segment to avoid text relocat...
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-16  Aric StewartBreak out all the class registration actions into class...
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-06-16  Mike McCormackAdd/fix more NT native API declarations.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-16  Mike McCormack- forward AddRef, Release, QueryInterface and GetClassI...
2005-06-16  Alexandre JulliardUse the DEFINE_REGS_ENTRYPOINT macro to define register...
2005-06-16  Alexandre JulliardRemoved the DOS version option, specifying the Windows...
2005-06-16  Mike McCormackSHCreateStreamOnFileW is implemented in shlwapi, so...
2005-06-16  Mike McCormackSwitch IShellLink to use shlwapi.SHCreateStreamOnFileW.
2005-06-16  Michael JungTest GetAttributesOf on the MyComputer shellfolder.
2005-06-16  Paul VriensProcessName should be without the path.
2005-06-16  Paul VriensW2K3 returns STATUS_INVALID_HANDLE instead of STATUS_AC...
2005-06-16  Maarten Lankhorst- Implemented ICSeqCompressFrame{Start,,End}
2005-06-15  Huw DaviesFor modal propsheets we should run our own message...
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.
2005-06-15  Michael JungAdded tests for SHGetPathFromIDList.
2005-06-15  Huw DaviesUnquote the icon file path if it's quoted.
2005-06-15  Dmitry TimoshkovAdd a test case for WM_[L|R|M|X]BUTTONDBLCLK generation...
2005-06-15  Felix Nawothnig- Replaced server requests in EnumProcesses by native...
2005-06-15  Robert ShearmanImplement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
2005-06-15  Mike McCormackRemove some uses of wine/unicode.h functions.
2005-06-15  Juan LangAdd encode/decode support for multi-byte integers.
2005-06-15  Mike McCormackFix declarations.
2005-06-15  Mike McCormackFix declarations in the tests.
2005-06-15  Robert ShearmanMSDN states that DuplicateToken should create a new...
next