2005-06-20 |
Mike McCormack | Make functions static. |
tree | commitdiff |
2005-06-20 |
Vitaly Lipatov | Fix returned value for SPI_SETMOUSEBUTTONSWAP. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Make some function static. |
tree | commitdiff |
2005-06-20 |
Jeremy White | Revamp the initialization for Alsa. |
tree | commitdiff |
2005-06-20 |
Vitaly Lipatov | - Realize DoEnvironmentSubstA via ExpandEnvironmentStri... |
tree | commitdiff |
2005-06-20 |
Aric Stewart | Use MSI_IterateRecords for DuplicateFiles. |
tree | commitdiff |
2005-06-20 |
Aric Stewart | Use MSI_IterateRecords for processing actions. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Rein Klazes | Owner drawn menu item size calculation fixes: |
tree | commitdiff |
2005-06-20 |
Robert Reif | Fix roundoff error to prevent negative length. |
tree | commitdiff |
2005-06-20 |
Mike McCormack | Make tabs work in msi dialogs. |
tree | commitdiff |
2005-06-20 |
Robert Shearman | Add support for impersonating a token. |
tree | commitdiff |
2005-06-20 |
Robert Shearman | Convert some registry helper functions to use unicode... |
tree | commitdiff |
2005-06-20 |
Lauri Tulmin | - add some tests for {Get|Set}Pixel |
tree | commitdiff |
2005-06-20 |
Hans Leidekker | Stub implementation for GetMenuBarInfo. |
tree | commitdiff |
2005-06-20 |
Robert Shearman | Implement RtlImpersonateSelf, RevertToSelf and MapGener... |
tree | commitdiff |
2005-06-20 |
Rein Klazes | In MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER... |
tree | commitdiff |
2005-06-20 |
Vitaly Lipatov | Allow null pointers for EM_GETSEL message (as MSDN... |
tree | commitdiff |
2005-06-20 |
Michael Jung | Use stat's dev/inode to compare paths instead of compar... |
tree | commitdiff |
2005-06-20 |
Paul Vriens | Stub implementations for ProcessVmCounters, ProcessTime... |
tree | commitdiff |
2005-06-20 |
Mike McCormack | - don't include winreg.h |
tree | commitdiff |
2005-06-20 |
James Hawkins | Implement RtlCopySecurityDescriptor. |
tree | commitdiff |
2005-06-20 |
Robert Shearman | Change the RPC code to use the unicode versions of... |
tree | commitdiff |
2005-06-20 |
Robert Shearman | - Change some of the registry helper functions to use... |
tree | commitdiff |
2005-06-20 |
Rein Klazes | In SCROLL_DrawScrollbar allocate the internal info... |
tree | commitdiff |
2005-06-20 |
Krzysztof Foltman | - Fix a warning caused by the TAB patch. |
tree | commitdiff |
2005-06-20 |
Stefan Leichter | Make shell32 tests loadable on NT4. |
tree | commitdiff |
2005-06-20 |
Pierre d'Herbemont | Move the (Mac OS X) IOKit headers to the top of the... |
tree | commitdiff |
2005-06-20 |
Troy Rollo | Change WS_bind to accept an sa_family of 0 as "don... |
tree | commitdiff |
2005-06-20 |
Mike McCormack | Make functions static. |
tree | commitdiff |
2005-06-17 |
Aric Stewart | Allow control events to return codes to halt the proces... |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Fix the CryptEncodeObjectEx() prototype. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Fix the prototypes of SQLCreateDataSource*(), SQLGetPri... |
tree | commitdiff |
2005-06-17 |
Aric Stewart | A long overdue fix to MSI_SetTargetPath. This should... |
tree | commitdiff |
2005-06-17 |
Aric Stewart | Flesh out the remaining keys in RegisterProduct. |
tree | commitdiff |
2005-06-17 |
Alexandre Julliard | Moved directory options to HKCU\Software\Wine. |
tree | commitdiff |
2005-06-17 |
Alexandre Julliard | Moved version key to HKCU\Software\Wine. |
tree | commitdiff |
2005-06-17 |
Vitaliy Margolen | Deactivate active window in ShowWindow(,SW_HIDE). |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Fix winapi_check documentation warnings. |
tree | commitdiff |
2005-06-17 |
Vitaliy Margolen | ShowOwnedPopups and WM_SHOWWINDOW should handle non... |
tree | commitdiff |
2005-06-17 |
Aric Stewart | Break out all the file related actions and helper funct... |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Fix the FreeADsMem() prototype. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Protect the unistd.h and sys/stat.h includes. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Remove an unneeded variable in test_query_timeofday(). |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Remove unneeded NULL cast. |
tree | commitdiff |
2005-06-17 |
Marcus Meissner | Use a simpler expression for the "RichEdit20W" string... |
tree | commitdiff |
2005-06-17 |
Marcus Meissner | Specify enough buffer for id[] (20 chars are not enough). |
tree | commitdiff |
2005-06-17 |
Mike McCormack | Use HANDLE instead of HKEY in the NT API. |
tree | commitdiff |
2005-06-17 |
Michael Kaufmann | Initialize more structure members, including biSizeImag... |
tree | commitdiff |
2005-06-17 |
Alexandre Julliard | The TEB doesn't need execute permissions. |
tree | commitdiff |
2005-06-17 |
Dmitry Timoshkov | DdeCreateStringHandleA/W takes a pointer to a const... |
tree | commitdiff |
2005-06-17 |
Michael Jung | Remove trailing backslash from DOS paths in GetDisplayN... |
tree | commitdiff |
2005-06-17 |
Mike McCormack | Declare Nt directory functions. |
tree | commitdiff |
2005-06-17 |
Stefan Huehner | Remove some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-17 |
Oliver Stieber | Change the way caps are sent between d3d9/d3d8 and... |
tree | commitdiff |
2005-06-17 |
Marcus Meissner | ExtractAssociatedIconA needs to allocate enough space... |
tree | commitdiff |
2005-06-17 |
Marcus Meissner | Remove cszbs from msi/action.h. |
tree | commitdiff |
2005-06-17 |
James Hawkins | Forward GetPrivate/KernelObjectSecurity to NtQuerySecur... |
tree | commitdiff |
2005-06-17 |
Juan Lang | Add a few traces and comments. |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Make import thunks position-independent to avoid text... |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Use the standard font path to look for TrueType fonts. |
tree | commitdiff |
2005-06-16 |
Oliver Stieber | Rename _D3DCAPS9.MaxPixelShaderValue to the correct |
tree | commitdiff |
2005-06-16 |
Aric Stewart | Break out all the top level apis into install.c. |
tree | commitdiff |
2005-06-16 |
Mike McCormack | Added support for the MSI MaskEdit control. |
tree | commitdiff |
2005-06-16 |
Oliver Stieber | Disable the creation of invalid vertex declarations... |
tree | commitdiff |
2005-06-16 |
Oliver Stieber | Added relay tracing to texture. |
tree | commitdiff |
2005-06-16 |
Robert Shearman | - All versions of Windows ignore the access rights... |
tree | commitdiff |
2005-06-16 |
Aric Stewart | A simple cleanup to only track the temp file if we... |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Moved configuration keys to HKCU\Software\Wine\X11... |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Moved configuration keys to HKCU\Software\Wine\DllOverr... |
tree | commitdiff |
2005-06-16 |
Aric Stewart | Add UI messages to FindRelatedProducts. |
tree | commitdiff |
2005-06-16 |
Juan Lang | - implement encoding and decoding of enumerated types... |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Store vtables in the data segment to avoid text relocat... |
tree | commitdiff |
2005-06-16 |
Stefan Huehner | Fix some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-16 |
Aric Stewart | Break out all the class registration actions into class... |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Store a relative pointer for registry entry points... |
tree | commitdiff |
2005-06-16 |
Mike McCormack | Add/fix more NT native API declarations. |
tree | commitdiff |
2005-06-16 |
Mike McCormack | Fix some declaration and write string warnings. |
tree | commitdiff |
2005-06-16 |
Mike McCormack | - forward AddRef, Release, QueryInterface and GetClassI... |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Use the DEFINE_REGS_ENTRYPOINT macro to define register... |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Removed the DOS version option, specifying the Windows... |
tree | commitdiff |
2005-06-16 |
Mike McCormack | SHCreateStreamOnFileW is implemented in shlwapi, so... |
tree | commitdiff |
2005-06-16 |
Mike McCormack | Switch IShellLink to use shlwapi.SHCreateStreamOnFileW. |
tree | commitdiff |
2005-06-16 |
Michael Jung | Test GetAttributesOf on the MyComputer shellfolder. |
tree | commitdiff |
2005-06-16 |
Paul Vriens | ProcessName should be without the path. |
tree | commitdiff |
2005-06-16 |
Paul Vriens | W2K3 returns STATUS_INVALID_HANDLE instead of STATUS_AC... |
tree | commitdiff |
2005-06-16 |
Maarten Lankhorst | - Implemented ICSeqCompressFrame{Start,,End} |
tree | commitdiff |
2005-06-15 |
Huw Davies | For modal propsheets we should run our own message... |
tree | commitdiff |
2005-06-15 |
Aric Stewart | Break out all the helper functions into helpers.c. |
tree | commitdiff |
2005-06-15 |
Michael Jung | Added tests for SHGetPathFromIDList. |
tree | commitdiff |
2005-06-15 |
Huw Davies | Unquote the icon file path if it's quoted. |
tree | commitdiff |
2005-06-15 |
Dmitry Timoshkov | Add a test case for WM_[L|R|M|X]BUTTONDBLCLK generation... |
tree | commitdiff |
2005-06-15 |
Felix Nawothnig | - Replaced server requests in EnumProcesses by native... |
tree | commitdiff |
2005-06-15 |
Robert Shearman | Implement GetComboBoxInfo and CB_GETCOMBOBOXINFO. |
tree | commitdiff |
2005-06-15 |
Mike McCormack | Remove some uses of wine/unicode.h functions. |
tree | commitdiff |
2005-06-15 |
Juan Lang | Add encode/decode support for multi-byte integers. |
tree | commitdiff |
2005-06-15 |
Mike McCormack | Fix declarations. |
tree | commitdiff |
2005-06-15 |
Mike McCormack | Fix declarations in the tests. |
tree | commitdiff |
2005-06-15 |
Robert Shearman | MSDN states that DuplicateToken should create a new... |
tree | commitdiff |
next |