2004-04-28 |
Raphael Junqueira | - add some prototypes/typedefs to msi.h |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Francois Gouget | Assorted spelling fixes. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Ove Kaaven | Fixed a couple of bugs. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Andreas Mohr | Explain how to reduce log size, using pipes. |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Alexandre Julliard | Replace empty window rect checks by a new X11DRV_is_win... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
William Lahti | Fixed typo. |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Mike McCormack | Implemented WNetEnumCachedPasswords. |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Jon Griffiths | Fix failures under win2k. |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Jon Griffiths | Update VarXor,VarAbs,VarNot for all input types. |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Jon Griffiths | Implement VarOr. |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Dmitry Timoshkov | Before removing menu items in the MDI Window menu check... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Kevin Koltzau | Allow UrlCombine to calculate size of required buffer. |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Robert Reif | Restore the 2 MHz sample rate test and fix the winealsa... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Alexandre Julliard | DefineDosDeviceW: implemented the DDD_REMOVE_DEFINITION... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Alexandre Julliard | Removed todo_wine from some tests that succeed now. |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Alexandre Julliard | Reimplemented CreateDirectoryW and RemoveDirectoryW... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Alexandre Julliard | Pass the creation disposition to wine_nt_to_unix_file_n... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Ilya Korniyko | Added Ukrainian translations. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Christian Costa | Implemented fast rendering to a texture using glCopyTex... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Filip Navara | Make RPCRT4 use Windows compatible protocol (DCE v5... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Dimitrie O... | Define _T[USX]?CHAR/_TINT/TCHAR types, for compatibility. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Dimitrie O... | Fix the _WCTYPE_T_DEFINED sentry for compatibility. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Francois Gouget | Make sure the 'alsa handle' is initialized to NULL... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Duane Clark | Add testing of PeekNamedPipe, multiple writes, and... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Francois Gouget | waveOutGetDevCaps(-1...) must return the capabilities... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Filip Navara | Make widl parse the 'transmit_as' and 'endpoint' keywords. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Dmitry Timoshkov | Fix the DDE PFNCALLBACK prototype. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Marcus Meissner | Fixed some strict aliasing issues in dlls/d3d8. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Ivan Leo Murray... | Replace --debugmsg by WINEDEBUG. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Raphael Junqueira | - implement SetRenderState D3DRS_FOGENABLE/D3DRS_RANGEF... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Maxime Bellengé | Implemented the ACO_AUTOSUGGEST, ACO_AUTOAPPEND, ACO_UP... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Jukka Heinonen | If source and destination are the same object, don... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Marcus Meissner | Fixed position of tmp.f assigned like in dlls/d3d8... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Jukka Heinonen | Implement DOS7 canonicalize path function as a conversi... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Duane Clark | Add tracing messages to MDI. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Francois Gouget | Fix a warning in JACK_drvLoad(). |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Francois Gouget | We only support 8 and 16 bit sound so we should reject... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Francois Gouget | If lpstrTitle is NULL, set it to either 'Open File... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Dmitry Timoshkov | Call appropriate DefWindowProc in DDE client/server... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Alexandre Julliard | Reimplemented GetLogicalDrives, GetLogicalDriveStrings and |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Ferenc Wagner | Remove the wineloader variable. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Tests for newly added MAPI functions. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Implement MAPI property & utility functions. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Update/Add MAPI headers. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Alexandre Julliard | Moved creation of the CDROM registry keys into the... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Documentation fixes. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Dmitry Timoshkov | Fix a bug in ShellExecute which called DdeCreateStringH... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Test ClearCustData() and UINT->I4 conversion. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Implement ClearCustData. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Check the correct param for 2 DECIMAL operations. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Conversion from VT_UINT to VT_I4 ignores overflow. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jon Griffiths | Accept exports with '@' in their name. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Raphael Junqueira | Don't try to create HW Vertex Shaders when code is... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Raphael Junqueira | Fix some random crashes found on some games in the... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Alexandre Julliard | Moved support for opening DOS device files to ntdll. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Ferenc Wagner | Unconditionally test Wine presence. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Dmitry Timoshkov | Use a passed SecurityDescriptor in CreateFileW. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Chris Morgan | Skip over most of the unused variant types to speed... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Alexandre Julliard | Use NtOpenFile instead of FILE_CreateFile to open Unix... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Jakob Eriksson | Added Wine detection. |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Huw Davies | DdeClientTransaction returns zero on error. |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Dmitry Timoshkov | Unicode version of DdeCreateStringHandle should ignore... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Raphael Junqueira | - more FIXME -> TRACE |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Dmitry Timoshkov | Add some compatibility macros. |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Jakob Eriksson | When the Windows directory was something else than... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Ferenc Wagner | - constify some strings |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Alexandre Julliard | Make CreateFileW use NtCreateFile. |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Krzysztof Foltman | Added dummy hhctrl.ocx with stubs of HtmlHelpA and... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Filip Navara | Make widl compile without most of Windows/Wine headers... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Alexandre Julliard | Preload keyboard.drv when Windows version is Win9x. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Alexandre Julliard | Changed MoveFileEx to use ntdll functions, and moved... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Alexandre Julliard | Properly set IO_STATUS_BLOCK.Information in NtCreateFile. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Huw Davies | Deleting column zero should only delete the column... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Juan Lang | Fix NetApiBufferReallocate and tests based on results... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Christian Costa | Converted some FIXMEs into TRACEs. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Krzysztof Foltman | - next/prev month don't stick anymore |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Krzysztof Foltman | - make monthcal a child of datetime (it was a sibling... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Dave Belanger | Fix bad EMF extents in SetWinMetaFileBits. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Emmanuel Maillard | GetSystemInfo support for Darwin. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Mike McCormack | * add some values to the SYSTEM_INFORMATION_CLASS enume... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Ivan Leo Murray... | Replace --debugmsg with WINEDEBUG. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Francois Gouget | Fixed typos. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Jakob Eriksson | Fixed typo. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Raphael Junqueira | Fix the d3dcore_gl part of HW vertex shader support... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesExW and GetCompressedFil... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Francois Gouget | Assorted spelling fixes. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Dmitry Timoshkov | Add a message test for custom dialog initialization. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Santosh Siddheshwar | Allocate DIALOGINFO structure in DefDlgProc instead... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Ivan Leo Murray... | Replace --debugmsg with WINEDEBUG. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Ferenc Wagner | - Change to console mode so that winetest runs under... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Francois Gouget | Make Unicode strings 'static const'. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Robert Shearman | Stub and documentation for RtlFormatMessage. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Alexandre Julliard | Minor fixes. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesW, SetFileAttributesW... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Francois Gouget | Make static Unicode strings const. |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Christian Costa | Fixed relative addressing. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Alexandre Julliard | Fixed/updated the file attributes defines. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Alexandre Julliard | crosstest target needs the tools to be built first. |
commit | commitdiff | tree | snapshot |
next |