2002-07-16 |
Juergen Schmied | Fixed a memory leak and a wrong memory free call. |
tree | commitdiff |
2002-07-16 |
Lionel Ulmer | Test for X11 errors for DGA2 and XVidMode extensions. |
tree | commitdiff |
2002-07-16 |
Lionel Ulmer | - DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN... |
tree | commitdiff |
2002-07-16 |
Gregg Mattinson | Fixed another non-static structure initializer. |
tree | commitdiff |
2002-07-16 |
Bill Medland | Correction to header order maintenance when a dummy... |
tree | commitdiff |
2002-07-16 |
Gregg Mattinson | Fixed void* arithmetic. |
tree | commitdiff |
2002-07-16 |
Gregg Mattinson | Initialized the pidlOut variable in SHELL32_ParseNextEl... |
tree | commitdiff |
2002-07-16 |
Bill Medland | DeleteColumn should return success even for uOwnerData. |
tree | commitdiff |
2002-07-10 |
Alexandre Julliard | Added FPU emulation interrupts. |
tree | commitdiff |
2002-07-10 |
Admiral Coeyman | Added support for FPU emulation interrupts. |
tree | commitdiff |
2002-07-10 |
Jon Griffiths | Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven... |
tree | commitdiff |
2002-07-10 |
Alexandre Julliard | Quiet the font loading error. |
tree | commitdiff |
2002-07-10 |
Alexandre Julliard | Fixed corruption when copying to the same surface ... |
tree | commitdiff |
2002-07-10 |
Gregg Mattinson | Fixes to allow big endian machines to load MSFT typelib... |
tree | commitdiff |
2002-07-10 |
Carl Sopchak | Pass "Manual Feed" as short input slot name. |
tree | commitdiff |
2002-07-10 |
Shachar Shemesh | - Fixed access to the lpTemplateName of ChooseFont... |
tree | commitdiff |
2002-07-10 |
Alexandre Julliard | Created registry unit test and added tests for RegEnumV... |
tree | commitdiff |
2002-07-10 |
Alexandre Julliard | RegEnumValue[AW] need to update the data size on buffer... |
tree | commitdiff |
2002-07-10 |
Ove Kaaven | Removed the flags fields of IDirectDrawPaletteImpl... |
tree | commitdiff |
2002-07-10 |
Ove Kaaven | Handle WM_SYNCPAINT with DefWindowProc. |
tree | commitdiff |
2002-07-10 |
Rok Mandeljc | Added Slovenian resources. |
tree | commitdiff |
2002-07-10 |
Rein Klazes | Fix buffer length calculation in InitializeGenericSF(). |
tree | commitdiff |
2002-07-10 |
Guy L. Albertelli | - Improve traces. |
tree | commitdiff |
2002-07-09 |
Jon Griffiths | Implement/document @17,18,19,20,21,22 (Compact list... |
tree | commitdiff |
2002-07-09 |
Lionel Ulmer | Support new registered extensions. |
tree | commitdiff |
2002-07-09 |
Uwe Bonnes | _open_osfhandle: set at least the _IOREAD flag. |
tree | commitdiff |
2002-07-08 |
Uwe Bonnes | fgets, fgetws: don't treat the possible uninitialized... |
tree | commitdiff |
2002-07-08 |
Uwe Bonnes | MSVCRT_fread: expose feof flag. |
tree | commitdiff |
2002-07-08 |
Alexandre Julliard | Removed workaround for 16-bit loader bug. |
tree | commitdiff |
2002-07-08 |
Andreas Mohr | - Always copy (almost) the whole stack space over to... |
tree | commitdiff |
2002-07-08 |
Uwe Bonnes | Added _U@YAPAXI@Z and _V@YAPAXI@Z. |
tree | commitdiff |
2002-07-08 |
Uwe Bonnes | MSVCRT_fseek: should return 0 on success. |
tree | commitdiff |
2002-07-08 |
Duane Clark | Add richedit support for a plain text stream. |
tree | commitdiff |
2002-07-08 |
Jason Edmeades | - VarFormat now supports VT_R8 and BYREF variant types. |
tree | commitdiff |
2002-07-08 |
Eric Pouech | Fixed another PlaySound bug (when SND_LOOP is requested). |
tree | commitdiff |
2002-07-08 |
Eric Pouech | Fixed a few compilation warnings. |
tree | commitdiff |
2002-07-08 |
Lionel Ulmer | Support wglUseFontBitmapsA when using client-side rende... |
tree | commitdiff |
2002-07-05 |
Steven Edwards | Need to import ntdll. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | More explicit initialization of info_size for stupid... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Flush stdio on exit. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-07-05 |
Gregg Mattinson | - Forte C does not support nameless structures or unions |
tree | commitdiff |
2002-07-05 |
Marcus Meissner | Added a generic way of doing GetHGlobalFromILockBytes(). |
tree | commitdiff |
2002-07-05 |
Gregg Mattinson | Implemented FormatMessage for sparc. Since the va_list... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | No need to call GetModuleFileName16 now that GetModuleF... |
tree | commitdiff |
2002-07-05 |
Duane Clark | Add drive letter and Unix path tests of GetFullPathNameA. |
tree | commitdiff |
2002-07-05 |
Jason Edmeades | Ensure VarBstrCat handles null parms as per windows... |
tree | commitdiff |
2002-07-05 |
Rein Klazes | Check for NULL keyvalue in RegEnumKeyExA/W. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Tried to make IsDialogMessageW more compatible. Changed |
tree | commitdiff |
2002-07-05 |
Uwe Bonnes | MSVCRT_operator_new: Call handler only when "new" opera... |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
tree | commitdiff |
2002-07-03 |
Duane Clark | strcasecmp returns zero on a match. |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Removed non-static structure initializers. |
tree | commitdiff |
2002-07-03 |
Andreas Mohr | Better toggle all relevant bits in VGA crt register. |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Void functions can't return a value, even if it is... |
tree | commitdiff |
2002-07-03 |
Lionel Ulmer | Detect DCs without fonts and return an error in wglUseB... |
tree | commitdiff |
2002-07-03 |
Eric Pouech | Fixed some more configuration issues. |
tree | commitdiff |
2002-07-03 |
Andreas Mohr | Make sure we wait some time during int16 keyboard query... |
tree | commitdiff |
2002-07-03 |
Andreas Mohr | Added a DOS text mode memory buffer copy in order to... |
tree | commitdiff |
2002-07-02 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-07-02 |
Juergen Schmied | - implementations for SHLWAPI_267, SHLWAPI_268 |
tree | commitdiff |
2002-07-02 |
Juergen Schmied | - changed STRRET definition |
tree | commitdiff |
2002-07-01 |
Alexandre Julliard | - stubs for SHLWAPI.295 (create a URL shortcut ?) and... |
tree | commitdiff |
2002-07-01 |
Alexandre Julliard | Make sure allocated blocks are aligned on an 8-byte... |
tree | commitdiff |
2002-07-01 |
Alexandre Julliard | Fixed make install from read-only build directory ... |
tree | commitdiff |
2002-07-01 |
Gregg Mattinson | Avoid alignment problem in NtQuerySystemTime. |
tree | commitdiff |
2002-07-01 |
Andreas Mohr | Implemented set cursor shape functionality. |
tree | commitdiff |
2002-07-01 |
Juergen Schmied | Support for large and negative offsets. |
tree | commitdiff |
2002-06-28 |
Nix N. Nix | Removed message box that would pop up if a RunMRU list... |
tree | commitdiff |
2002-06-28 |
Rok Mandeljc | Added Slovenian resources. |
tree | commitdiff |
2002-06-28 |
Philipp Wollermann | Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETD... |
tree | commitdiff |
2002-06-28 |
Jukka Heinonen | Disable OWN_WINDOW as it no longer works. |
tree | commitdiff |
2002-06-28 |
Alexandre Julliard | Added some ALSA configure checks. |
tree | commitdiff |
2002-06-28 |
Eric Pouech | Created an ALSA driver (with the help of David Hammerto... |
tree | commitdiff |
2002-06-28 |
Gregg Mattinson | Removed C++ style comments. |
tree | commitdiff |
2002-06-28 |
Eric Pouech | No longer depends on external env strings values. |
tree | commitdiff |
2002-06-28 |
Sander van Leeuwen | Do not change directory if path is invalid. |
tree | commitdiff |
2002-06-28 |
Knut St. Osmundsen | Do not access memory that has just been freed. |
tree | commitdiff |
2002-06-28 |
Tony Lambregts | Added support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVE... |
tree | commitdiff |
2002-06-28 |
Guy L. Albertelli | Add TCM_SETCURSEL when setting page current. |
tree | commitdiff |
2002-06-28 |
Eric Pouech | Ensured full duplex mode is only used with same paramet... |
tree | commitdiff |
2002-06-25 |
Alexandre Julliard | Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP... |
tree | commitdiff |
2002-06-25 |
Sylvain Petreolle | Created d3d8 stub dll. |
tree | commitdiff |
2002-06-25 |
Eric Pouech | Fixed flags handling in sndPlaySound. |
tree | commitdiff |
2002-06-25 |
Jason Edmeades | Fixed crash in open file dialog on non-windows 98 emula... |
tree | commitdiff |
2002-06-25 |
Jason Edmeades | Ensure we free the cached HFONT after loading in a... |
tree | commitdiff |
2002-06-24 |
Huw D M Davies | Added Type 1 and Type 42 font downloading. |
tree | commitdiff |
2002-06-24 |
Huw D M Davies | Handle dmScale. |
tree | commitdiff |
2002-06-24 |
Huw D M Davies | psdrv doesn't care about hGCClipRgn, just use GetClipRg... |
tree | commitdiff |
2002-06-24 |
Huw D M Davies | Get rid of a few thousand useless TRACE lines. |
tree | commitdiff |
2002-06-24 |
Huw D M Davies | Added afm weight "NORMAL". |
tree | commitdiff |
2002-06-24 |
Huw D M Davies | Don't map symbol charset through WCToMB. |
tree | commitdiff |
2002-06-24 |
Jukka Heinonen | Redirect all reads and writes to VGA controller to... |
tree | commitdiff |
2002-06-24 |
Jukka Heinonen | Add save/restore mapping context routines. |
tree | commitdiff |
2002-06-22 |
Huw D M Davies | - Implement AddFontResource*, add stubs for RemoveFontR... |
tree | commitdiff |
2002-06-22 |
Dmitry Timoshkov | Added Bulgarian keyboards. |
tree | commitdiff |
2002-06-22 |
Huw D M Davies | Store the cache entry indices and not the ptrs. |
tree | commitdiff |
2002-06-22 |
Alexandre Julliard | Added printf format checking to the ok() and trace... |
tree | commitdiff |
2002-06-21 |
Aric Stewart | Reworking of http and asyncronous calls to get IE6... |
tree | commitdiff |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
tree | commitdiff |
next |