2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Alexandre Julliard | Fixed a couple of relay arguments, and updated some... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Mike Hearn | Fix the tab height so the labels don't clip, and restor... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Mike Hearn | Fix a typo. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Paul Rupe | Add CSIDL_PROFILES. Improved logging for non-existent... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Paul Rupe | Fix a couple INT/UINT comparisons. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Paul Rupe | Treat blank protocol the same as NULL in getservbyname & |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Alexandre Julliard | Implemented _getdllprocaddr(), it cannot be simply... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Alexandre Julliard | Disable 'variable' in Win32 spec files. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Alexandre Julliard | Avoid warnings. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Alexandre Julliard | Don't enter an imported dll in the import table at... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Alexandre Julliard | Properly import basetsd.h and guiddef.h. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Alexandre Julliard | Make sure we display the correct file name and line... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Vitaliy Margolen | - make SHGetFileInfo handle relative paths |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Alexandre Julliard | Implemented _chkesp, based on a patch by Jon Griffiths. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Display abnormal exit text in a message box for GUI... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Add some missing types needed for the upcoming ocidl... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Alexandre Julliard | Added #ifdef checks for SOUND_MIXER_INFO. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Alexandre Julliard | Added Jon Griffiths. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Updated rules for API doc generation. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Improve the look/content of the man page output. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Document the API generation process and format. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Add RtlDowncaseUnicodeChar(), RtlEqualComputerName(), |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Documentation updates. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Add some missing prototypes. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | SHCreateThread is exported by name _and_ ordinal. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Correct behaviour for some error conditions. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Really get rid of debug code/strings if we're building... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Implemented __p__pgmptr, _pgmptr. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Only sort the number of symbols actually found. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Output a dummy function for linking. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Jon Griffiths | Protect the TEXTMETRIC struct from redefinition. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Robert Reif | Added support for multiple direct sound devices. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Tony Lambregts | Replace DPRINTF with TRACE. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Maxime Bellengé | Rename "Shortcut" to "Desktop". |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Alexandre Julliard | Init signals before calling CLIENT_InitThread since... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Vitaliy Margolen | Changes for Icon and SmallIcon modes: |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Alexandre Julliard | Cleaned up load_library_as_datafile(). |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Alexandre Julliard | Avoid GetProcessHeap() inside ntdll. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Rein Klazes | Added stub for GetDevicePowerState(). |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Rein Klazes | Added a stub for msnet32.57 |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Dimitrie O... | Spacing information is signed (debugged and fixed by... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Tony Lambregts | Janitorial. Get rid of W->A calls. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Tony Lambregts | Replace DPRINTF with TRACE. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Alexandre Julliard | Added -f option to make wineserver remain in the foregr... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Alexandre Julliard | Warning fixes. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Alexandre Julliard | Only print the trace header when we are at the beginnin... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Alexandre Julliard | Added an inode object to keep track of all file descrip... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Dmitry Timoshkov | Move vsnwprintf implementation to libwine_unicode,... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Jon Griffiths | Constify the strings in the policy cache. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Thomas Mertes | Forward to the ntdll functions _itoa, _ltoa, _ultoa... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Thomas Mertes | Implement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Marcus Meissner | Fixed 2 fd leaks in comm functions. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Shachar Shemesh | - Implement finer grained control over what gets run. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Tony Lambregts | Add flags for RegRestoreKey. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Mike Hearn | - Reduced tab offset constant slightly to avoid clippin... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Alexandre Julliard | Attaching the debugger to a running process should... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Mike Hearn | Implemented the global interface table object using... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Eric Pouech | Put console documentation in sync with current console... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Rok Mandeljc | - implemented panning |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Uwe Bonnes | SNOOP_PrintArg: don't try to decipher snoop args when... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Eric Pouech | Fixed typo. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Vitaliy Margolen | Fixed typo in PrivateExtractIconExW function. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Mike Hearn | It's not just height that can be set to the default... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Eric Pouech | - fixed another regression in sub-process creation... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Eric Pouech | Fixed error code when no mapping is found for wave... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Maxime Bellengé | Implemented SHRegSetUSValueA and SHRegSetUSValueW. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Alexandre Julliard | Rewrote RtlFind{Most,Least}SignificantBit in a more... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Tony Lambregts | Janitorial. Get rid of W->A call. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Andrew Johnston | Move keyboard event processing from WndProc code into... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Adam Gundy | Allow modifying a menu string to be NULL. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Adam Gundy | TOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Andrew Johnston | - GetScrollRange zeros the return parameters for no... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Robert Reif | Fixed bug where the enable state of the output and... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Robert Reif | Fixed a bug where a capture device was used after it... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Adam Gundy | When shifting the list's indices, we must not send... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Eric Pouech | Fixed regression in sub-process creation. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Lionel Ulmer | - some Caps clean-up when no OpenGL compiled in |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Tony Lambregts | Clarify patch requirements. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Steven Edwards | Add import of ntdll. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Adam Gundy | PROPSHEET_CreateDialog() is documented to return -1... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Adam Gundy | ArrangeCtrlPositions() did not cope correctly with... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Alexandre Julliard | Hardcode set_thread_area syscall number to avoid troubl... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Eric Pouech | - implemented LdrGetProcedureAddress and made use of... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Lionel Ulmer | Support 'stub' wglGetExtensionsStringEXT function. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Robert Reif | Added a configuration option for setting the hardware... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Robert Reif | Fixed a FIXME for full duplex. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Tony Lambregts | Janitorial. Get rid of W->A call. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Adam Gundy | Handle coercing VT_DISPATCH into VT_PTR. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Adam Gundy | TREEVIEW_UpdateScrollBars() now copes with an empty... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Eric Pouech | Removed SO loading type. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Sylvain Petreolle | Allow to run autoexec.bat when launching wcmd, it was... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Vitaliy Margolen | Add few SFGAO_CAN* attributes to supported list. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Duane Clark | Add full listing format option. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Rok Mandeljc | Changed some stuff so distance attenuation works for... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
commit | commitdiff | tree | snapshot |
next |