2003-03-20 |
Mike Hearn | Fixed copyright date. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Moved libwine_uuid to the new libs/ directory. |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Created a separate static portability library and moved... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Fixed bug that could cause SendMessage to return too... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Implemented Rtl*ByteSwap() functions, based on a patch... |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Correct the agument count for RtlInitializeGenericTable(). |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Avoid explicit long long constants. |
tree | commitdiff |
2003-03-18 |
Maxime Bellengé | Stub for SHAutoComplete. |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-18 |
Eric Pouech | - added LDR_MODULE structure to WINE_MODREF and made... |
tree | commitdiff |
2003-03-18 |
Thomas Mertes | Tests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,... |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Add __CxxDetectRethrow(), __CxxQueryExceptionSize(). |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
tree | commitdiff |
2003-03-17 |
Ove Kaaven | Somewhat more reliable dsound position notifications. |
tree | commitdiff |
2003-03-17 |
Tony Lambregts | Janitorial. Get rid of W->A call. |
tree | commitdiff |
2003-03-17 |
Jon Griffiths | Move a couple of shared definitions into msvcrt.h. |
tree | commitdiff |
2003-03-17 |
Jon Griffiths | _EXIT_LOCK2 is used by type_info objects. |
tree | commitdiff |
2003-03-17 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Fixed a couple of relay arguments, and updated some... |
tree | commitdiff |
2003-03-17 |
Mike Hearn | Fix the tab height so the labels don't clip, and restor... |
tree | commitdiff |
2003-03-17 |
Mike Hearn | Fix a typo. |
tree | commitdiff |
2003-03-17 |
Paul Rupe | Add CSIDL_PROFILES. Improved logging for non-existent... |
tree | commitdiff |
2003-03-17 |
Paul Rupe | Fix a couple INT/UINT comparisons. |
tree | commitdiff |
2003-03-17 |
Paul Rupe | Treat blank protocol the same as NULL in getservbyname & |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Implemented _getdllprocaddr(), it cannot be simply... |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Avoid warnings. |
tree | commitdiff |
2003-03-16 |
Vitaliy Margolen | - make SHGetFileInfo handle relative paths |
tree | commitdiff |
2003-03-15 |
Alexandre Julliard | Implemented _chkesp, based on a patch by Jon Griffiths. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Display abnormal exit text in a message box for GUI... |
tree | commitdiff |
2003-03-15 |
Alexandre Julliard | Added #ifdef checks for SOUND_MIXER_INFO. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Add RtlDowncaseUnicodeChar(), RtlEqualComputerName(), |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | SHCreateThread is exported by name _and_ ordinal. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Correct behaviour for some error conditions. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Implemented __p__pgmptr, _pgmptr. |
tree | commitdiff |
2003-03-15 |
Robert Reif | Added support for multiple direct sound devices. |
tree | commitdiff |
2003-03-15 |
Tony Lambregts | Replace DPRINTF with TRACE. |
tree | commitdiff |
2003-03-15 |
Vitaliy Margolen | Changes for Icon and SmallIcon modes: |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Avoid GetProcessHeap() inside ntdll. |
tree | commitdiff |
2003-03-14 |
Rein Klazes | Added stub for GetDevicePowerState(). |
tree | commitdiff |
2003-03-14 |
Rein Klazes | Added a stub for msnet32.57 |
tree | commitdiff |
2003-03-14 |
Dimitrie O. Paun | Spacing information is signed (debugged and fixed by... |
tree | commitdiff |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
tree | commitdiff |
2003-03-14 |
Tony Lambregts | Janitorial. Get rid of W->A calls. |
tree | commitdiff |
2003-03-14 |
Tony Lambregts | Replace DPRINTF with TRACE. |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Only print the trace header when we are at the beginnin... |
tree | commitdiff |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c |
tree | commitdiff |
2003-03-12 |
Dmitry Timoshkov | Move vsnwprintf implementation to libwine_unicode,... |
tree | commitdiff |
2003-03-12 |
Jon Griffiths | Constify the strings in the policy cache. |
tree | commitdiff |
2003-03-12 |
Thomas Mertes | Forward to the ntdll functions _itoa, _ltoa, _ultoa... |
tree | commitdiff |
2003-03-12 |
Thomas Mertes | Implement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,... |
tree | commitdiff |
2003-03-12 |
Marcus Meissner | Fixed 2 fd leaks in comm functions. |
tree | commitdiff |
2003-03-12 |
Mike Hearn | - Reduced tab offset constant slightly to avoid clippin... |
tree | commitdiff |
2003-03-11 |
Mike Hearn | Implemented the global interface table object using... |
tree | commitdiff |
2003-03-10 |
Rok Mandeljc | - implemented panning |
tree | commitdiff |
2003-03-10 |
Vitaliy Margolen | Fixed typo in PrivateExtractIconExW function. |
tree | commitdiff |
2003-03-10 |
Mike Hearn | It's not just height that can be set to the default... |
tree | commitdiff |
2003-03-10 |
Eric Pouech | Fixed error code when no mapping is found for wave... |
tree | commitdiff |
2003-03-10 |
Maxime Bellengé | Implemented SHRegSetUSValueA and SHRegSetUSValueW. |
tree | commitdiff |
2003-03-07 |
Alexandre Julliard | Rewrote RtlFind{Most,Least}SignificantBit in a more... |
tree | commitdiff |
2003-03-07 |
Tony Lambregts | Janitorial. Get rid of W->A call. |
tree | commitdiff |
2003-03-07 |
Adam Gundy | TOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are... |
tree | commitdiff |
2003-03-07 |
Robert Reif | Fixed bug where the enable state of the output and... |
tree | commitdiff |
2003-03-07 |
Robert Reif | Fixed a bug where a capture device was used after it... |
tree | commitdiff |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname. |
tree | commitdiff |
2003-03-07 |
Adam Gundy | When shifting the list's indices, we must not send... |
tree | commitdiff |
2003-03-07 |
Lionel Ulmer | - some Caps clean-up when no OpenGL compiled in |
tree | commitdiff |
2003-03-07 |
Steven Edwards | Add import of ntdll. |
tree | commitdiff |
2003-03-07 |
Adam Gundy | PROPSHEET_CreateDialog() is documented to return -1... |
tree | commitdiff |
2003-03-07 |
Adam Gundy | ArrangeCtrlPositions() did not cope correctly with... |
tree | commitdiff |
2003-03-06 |
Eric Pouech | - implemented LdrGetProcedureAddress and made use of... |
tree | commitdiff |
2003-03-06 |
Lionel Ulmer | Support 'stub' wglGetExtensionsStringEXT function. |
tree | commitdiff |
2003-03-06 |
Robert Reif | Added a configuration option for setting the hardware... |
tree | commitdiff |
2003-03-06 |
Tony Lambregts | Janitorial. Get rid of W->A call. |
tree | commitdiff |
2003-03-06 |
Adam Gundy | Handle coercing VT_DISPATCH into VT_PTR. |
tree | commitdiff |
2003-03-06 |
Adam Gundy | TREEVIEW_UpdateScrollBars() now copes with an empty... |
tree | commitdiff |
2003-03-05 |
Eric Pouech | Removed SO loading type. |
tree | commitdiff |
2003-03-05 |
Vitaliy Margolen | Add few SFGAO_CAN* attributes to supported list. |
tree | commitdiff |
2003-03-05 |
Rok Mandeljc | Changed some stuff so distance attenuation works for... |
tree | commitdiff |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
tree | commitdiff |
2003-03-04 |
Robert Reif | Added waveIn tests. |
tree | commitdiff |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
tree | commitdiff |
2003-03-04 |
Stefan Leichter | Added tests for GetPrivateProfileInt. |
tree | commitdiff |
2003-03-04 |
Vitaliy Margolen | Fix invisible tabs in TabControls with fixed tab width. |
tree | commitdiff |
2003-03-04 |
Marcus Meissner | Added _daylight stub int, and __p__daylight function. |
tree | commitdiff |
2003-03-04 |
Rolf Kalbermatter | Fix endless loop in StrPBrkW. |
tree | commitdiff |
2003-03-04 |
Lionel Ulmer | - update to latest GL spec files |
tree | commitdiff |
2003-03-04 |
Jukka Heinonen | Move real mode interrupt emulation code to file interru... |
tree | commitdiff |
2003-03-04 |
Jukka Heinonen | Move decoding of long file name functions to winedos. |
tree | commitdiff |
2003-03-04 |
Marcus Meissner | VarAdd: set 'rc' correctly from BSTR addition. |
tree | commitdiff |
2003-03-04 |
Marcus Meissner | Handle VT_PTR->VT_VARIANT arguments of Invoke. |
tree | commitdiff |
2003-03-04 |
Robert Reif | Fixed code to handle full duplex properly. |
tree | commitdiff |
2003-03-04 |
Robert Reif | Capture thread checks queue for more headers before... |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Properly save/restore %gs register across 16-bit calls. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
tree | commitdiff |
2003-02-27 |
Alberto Massari | Fixes to IShellFolder::GetAttributesOf: |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Moved CreateThread16 to kernel, and made it use WOWCall... |
tree | commitdiff |
next |