2004-01-16 |
Robert Reif | Fix improper WAVEFORMATEX size calculation for non... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Dimitrie O... | Fix value renaming. Cleanup code, fix a few leaks. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Francois Gouget | Assorted spelling fixes. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Kevin Koltzau | Add INI file processing. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Francois Gouget | Return HFILE_ERROR instead of -1 in _lread. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Huw Davies | Trace the high part of the Seek offset. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Mike McCormack | Added SystemTimeToTzSpecificLocalTime definition. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Francois Gouget | Add a couple of missing definitions to urlmon.h. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Thomas Weidenmueller | Fixed handling of control focus. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Thomas Weidenmueller | Enable the help menu for regedit. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Alexandre Julliard | Check for overlapping memory views and delete the offen... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Mike Hearn | - Ensure we correctly add a backslash like Windows... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Filip Navara | - Moved actual code from SHGetSpecialFolderPathA to... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Filip Navara | Complete Czech translation of shell32 resources. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Robert Shearman | Partially implement RegOpenUserClassesRoot. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Ivan Leo Murray... | We now have official packages. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Dimitrie O... | Streamline the editing interfaces a bit. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Vincent Béron | Move the implementation of GetDefaultCommConfig from... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Vincent Béron | Unicodify some comm functions. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Thomas Weidenmueller | Added context menu support. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Mike Hearn | Change URL used in http tests to be a #define so it... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Francois Gouget | The MSVC headers won't give a name to the nameless... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Francois Gouget | We need to set _WIN32_WINNT to 0x501 to get CS_DROPSHAD... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Francois Gouget | MSVC does not want 'extern' variables to be initialized... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Vincent Béron | Get rid of a W->A cross call in ImageList_LoadImageW. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Vincent Béron | Fix compilation with ICU after introduction of gdi_priv... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Vincent Béron | Initialize a pointer before dereferencing it. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Vincent Béron | Yet another new spec file, this time iccvid.spec. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Robert Lunnon | Save UESP instead of ESP where UESP defined. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Thomas Weidenmueller | Implemented View|Split. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Thomas Weidenmueller | Simplify the About dialog code. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Thomas Weidenmueller | Expand the treeview on startup. |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Alexandre Julliard | Get rid of the global INTERNAL_[XY]WSTODS macros. |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Marcelo Duarte | - Get rid of W->A calls for shlexec. |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Alexandre Julliard | Tweaked the init code so that it works properly no... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Alexandre Julliard | Authors: Tim Ferguson <Tim.Ferguson@infotech.monash... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Mike McCormack | Preserve trailing backslashes in GetFullPathName. |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Ferenc Wagner | Added graphical feedback. |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Eric Pouech | Be more strict about checks (especially in RVA translat... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Alexandre Julliard | Moved a bunch of definitions from gdi.h into a new... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Alexandre Julliard | Define INADDR_NONE if needed (reported by Robert Lunnon). |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Alexandre Julliard | Avoid non-portable strip -s (reported by Robert Lunnon). |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Eric Pouech | Reimplemented Get{Short|Long}PathName and updated the... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Robert Lunnon | Fixed type mismatch in widDsCreate. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Robert Lunnon | Corrected code to acquire mtu under Solaris. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Alexandre Julliard | Fixed __siginfo type for Solaris (based on a patch... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Robert Lunnon | FD_SET is not a type changed to struct fd_set. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Robert Lunnon | Included limits.h to resolve missing macro definition. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Ivan Leo Murray... | Updated copyright information. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Alexandre Julliard | Moved SetDrawable, StartGraphicsExposures and EndGraphi... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Eric Pouech | - got rid of FILE_Dup2 export from kernel32 |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alexandre Julliard | Moved some code around to avoid exporting DIB functions... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Dimitrie O... | Add value rename support to regedit. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Jon Griffiths | Implemented VarInt, VarFix, VarNeg. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Jon Griffiths | Use integer math in VarCyInt, docs. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Rein Klazes | Two "unknown" parameters of _unDName() turn out to... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Tom Wickline | Fixed version info. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Tom Wickline | Add dillo as a browser to search for. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alexandre Julliard | Implemented the remaining 64-bit file functions, and... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alexandre Julliard | Implemented a few more crt* functions. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alexandre Julliard | Avoid direct access to the palette structure. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Marcus Meissner | Added stub for EnumICMProfilesA/W. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alexandre Julliard | Authors: Jeremy White <jwhite@codeweavers.com>, Francoi... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Jeremy Shaw | Remove forced WS_SO_REUSEADDR on all binds. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Francois Gouget | Fix a race that caused the Microsoft Viewers 'file... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Francois Gouget | Do a SearchPath before opening the file to improve... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Francois Gouget | Remove references to regapi. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Vincent Béron | Add yet another spec file for a new dll. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Vincent Béron | Remove a "\" from a multiline string constant by splitt... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Vincent Béron | Removed a W->A cross-call (CopyMetaFileW->CopyMetaFileA). |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alexandre Julliard | Added all the missing functions. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alexandre Julliard | _set_error_mode is cdecl not stdcall. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
André Johansen | Forward _set_error_mode to msvcrt. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Vincent Béron | Get rid of a W->A crosscall (ResetDCA->ResetDCW). |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Christian Costa | Added Midi IN support. |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Rein Klazes | Handle the cases when initdir is either invalid, or... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Mike McCormack | Stub enough of MSVCRT40 to make IE4 install work. |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Alexandre Julliard | ScrollDC doesn't need to be in the graphics driver. |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Mike Hearn | Change GetTransform stub to use the standard FIXME... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Vincent Béron | CreateDC is Unicode now, change the spec file accordingly. |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Vincent Béron | Add spec files for new dlls. |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Bill Medland | Correct handling of font table when the font name is... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Marcus Meissner | SafeArrayRedim: Use the correct size for resize too. |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Eric Pouech | Implemented Toolhelp32ReadProcessMemory. |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Eric Pouech | - implemented TIME_KILL_SYCHRONOUS timer flags |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Robert Reif | Reduce the use of the dsound global variable by passing... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Alexandre Julliard | Get rid of no longer needed WINE_PACKED define. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Robert Reif | Added some missing defines and a struct. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Marcus Meissner | Allow offset of NULL to NtWriteFile. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Marcus Meissner | Fixed HeapRealloc typo. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Dimitrie O... | Remove the wrapper generation from winewrap, it is... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Alexandre Julliard | Some more Win16/Win32 separation (based on a patch... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Michael Stefaniuc | - add VESA mode 0x6a (same as 0x102) |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Jeremy Shaw | Added wave-in support and fixed a few bugs in the wave... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Alexandre Julliard | Removed XInitThreads call, the X libraries still have... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Marcus Meissner | Copy BSTRs byte wise. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Ulrich Czekalla | Added header dbt.h. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Ferenc Wagner | Pin down LoadStringA behaviour on different buffer... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Dmitry Timoshkov | Fix an IE crash and make the "Create Folder" functional... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Ove Kaaven | Avoid freeing request packet too early if an exception... |
commit | commitdiff | tree | snapshot |
next |