2002-07-10 |
Rok Mandeljc | Added Slovenian resources. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Rein Klazes | Fix buffer length calculation in InitializeGenericSF(). |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Guy L. Albertelli | - Improve traces. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Jon Griffiths | Implement/document @17,18,19,20,21,22 (Compact list... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Lionel Ulmer | Support new registered extensions. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Uwe Bonnes | _open_osfhandle: set at least the _IOREAD flag. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Ryan Cumming | Make LockWindowUpdate return more Windows-like values. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Alexandre Julliard | Remove .dll extension from module name, added wildcard... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Tommy Schultz... | Fixed lstrcpynA debug tracing. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Uwe Bonnes | fgets, fgetws: don't treat the possible uninitialized... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Uwe Bonnes | MSVCRT_fread: expose feof flag. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Chris Morgan | Windows registry not found should be a notice to the... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Alexandre Julliard | Removed workaround for 16-bit loader bug. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Andriy Palamarchuk | Use rich text edit control instead of handling user... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Andreas Mohr | - Always copy (almost) the whole stack space over to... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Gregg Mattinson | Fixed V_DECIMAL macro to reflect where the decVal membe... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Uwe Bonnes | Added _U@YAPAXI@Z and _V@YAPAXI@Z. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Uwe Bonnes | MSVCRT_fseek: should return 0 on success. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Duane Clark | Add richedit support for a plain text stream. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Andreas Mohr | Added some environment variables documentation. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Jason Edmeades | - VarFormat now supports VT_R8 and BYREF variant types. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Eric Pouech | Fixed another PlaySound bug (when SND_LOOP is requested). |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Eric Pouech | Fixed a few compilation warnings. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Lionel Ulmer | Support wglUseFontBitmapsA when using client-side rende... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Steven Edwards | Need to import ntdll. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Gregg Mattinson | Modified WCMD_filesize64 to handle unsigned numbers. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | More explicit initialization of info_size for stupid... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | Use Wine debugging API. Fixed MessageBox loop. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | Flush stdio on exit. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | Fixed warnings. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Gregg Mattinson | - Forte C does not support nameless structures or unions |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Marcus Meissner | Added a generic way of doing GetHGlobalFromILockBytes(). |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Andreas Mohr | - make sure even GUI users notice a "missing xmessage... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Gregg Mattinson | Implemented FormatMessage for sparc. Since the va_list... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | No need to call GetModuleFileName16 now that GetModuleF... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | Fixed GetModuleFileNameW return value. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | Return ERROR_BAD_EXE_FORMAT when builtin dll still... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | Moved MsgWaitForMultipleObjects call out of the window... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Duane Clark | Add drive letter and Unix path tests of GetFullPathNameA. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Jason Edmeades | Ensure VarBstrCat handles null parms as per windows... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Rein Klazes | Check for NULL keyvalue in RegEnumKeyExA/W. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | ComboLBWndProc: fall through to ListBoxWndProc if the... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | Removed "so" from the default load order. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alexandre Julliard | Tried to make IsDialogMessageW more compatible. Changed |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Gregg Mattinson | - Replaced .previous with a .section statement for... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Uwe Bonnes | MSVCRT_operator_new: Call handler only when "new" opera... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Joshua Thielen | Changed GetModuleFileNameA to use GetCurrentTask instead of |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Duane Clark | strcasecmp returns zero on a match. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Gregg Mattinson | Removed non-static structure initializers. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Andreas Mohr | Better toggle all relevant bits in VGA crt register. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Martin Wilck | Check POLLHUP semantics at remote shutdown when wineser... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Alexandre Julliard | Fixed X11DRV_SetDIBitsToDevice to do the right thing... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Tony Lambregts | Document the new trace-related winedbg commands. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Gregg Mattinson | Void functions can't return a value, even if it is... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Lionel Ulmer | Detect DCs without fonts and return an error in wglUseB... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Gregg Mattinson | Removed unusual type casting. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Gregg Mattinson | Avoid multi-line string constants. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Gregg Mattinson | Removed extra , from last element in enum declarations. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Gregg Mattinson | Removed extra ; from end of ICOM_METHOD macros. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Eric Pouech | Fixed some more configuration issues. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Andreas Mohr | Make sure we wait some time during int16 keyboard query... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Andreas Mohr | Added a DOS text mode memory buffer copy in order to... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Andreas Mohr | Call Sleep for int 0x2f function 0x1680 (IDLE CALL). |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Alexandre Julliard | Removed redundant GetMessage call. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Alexandre Julliard | Fixed warnings. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Juergen Schmied | - implementations for SHLWAPI_267, SHLWAPI_268 |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Juergen Schmied | - changed STRRET definition |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Andreas Mohr | - Use PeekMessage loop around GetMessage. |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Alexandre Julliard | - stubs for SHLWAPI.295 (create a URL shortcut ?) and... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Andreas Mohr | Added the FirstInstallDateTime key. |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Alexandre Julliard | Make sure allocated blocks are aligned on an 8-byte... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Alexandre Julliard | Hopefully more portable errno check. |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Alexandre Julliard | Fixed make install from read-only build directory ... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Alexandre Julliard | Release the Win16 lock before waiting in MsgWaitForMult... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Alexandre Julliard | Added configure check for getpwuid. |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Gregg Mattinson | Avoid alignment problem in NtQuerySystemTime. |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Andreas Mohr | Implemented set cursor shape functionality. |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Mike McCormack | Return the correct length when getting a complete secti... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Juergen Schmied | Support for large and negative offsets. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Alexandre Julliard | BITMAP_SelectObject must return the old handle, not... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Alexandre Julliard | Check for valid dialog info before using it. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Nix N. Nix | Removed message box that would pop up if a RunMRU list... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Rok Mandeljc | Added Slovenian resources. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Philipp Wollermann | Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETD... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Jukka Heinonen | Disable OWN_WINDOW as it no longer works. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Alexandre Julliard | Added some ALSA configure checks. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Eric Pouech | Created an ALSA driver (with the help of David Hammerto... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Alexandre Julliard | Fixed typo in X11DRV_SetPixel. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Gregg Mattinson | Removed C++ style comments. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Eric Pouech | No longer depends on external env strings values. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Sander van... | Do not change directory if path is invalid. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Knut St. Osmundsen | Do not access memory that has just been freed. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Guy L. Albertelli | - Add support for UpDown control messages. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Andriy Palamarchuk | Fixed a few bugs, added processing of REG_MULTI_SZ... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Tony Lambregts | Added support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVE... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Guy L. Albertelli | Add TCM_SETCURSEL when setting page current. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Eric Pouech | Ensured full duplex mode is only used with same paramet... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Alexandre Julliard | Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Sylvain Petreolle | Created d3d8 stub dll. |
commit | commitdiff | tree | snapshot |
next |