2004-01-21 |
Alexandre Julliard | Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Alastair Bridgewater | Initial implementation of CreateTypeLib2() and the... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Huw Davies | Add correct treeview structs to message spy. |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Huw Davies | Move the selection to the previous sibling if it can... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Martin Fuchs | Use full paths instead of only filenames in icon cache... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Martin Fuchs | Implemented SHGetRealIDL(). |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Aric Stewart | Use X11 XIM callbacks to enable full IME support. |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Alexandre Julliard | Don't link directly to 16-bit APIs for portability... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Rein Klazes | In RDW_UpdateRgn(), if hRgn is zero, clear the windows... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Jon Griffiths | Remove tests that are covered by vartype.c. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Martin Fuchs | - SHGetDataFromIDListA/W(): handle drives when retrievi... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Hans Leidekker | Fixed misuse of scalar reference variable. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Mike Hearn | Implemented RpcIsProtSeqValid. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Alexandre Julliard | Removed some unnecessary inclusions of gdi.h. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Rein Klazes | Fix MultiByteToWideChar and WideCharToMultiByte when... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Dmitry Timoshkov | Make MCIWnd play a bit better as an MDI child. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Alexandre Julliard | Get rid of some direct accesses to the DC structure... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Alexandre Julliard | Moved msacmdrv.h to include directory to avoid inter... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Rein Klazes | Stub for DiBuildClassDrvList(). |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Francois Gouget | Avoid duplicate '=C:' entries in the child process... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Mike McCormack | Implement ICM_DECOMPRESSEX, fix some bugs. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Ivan Leo Murray... | Updated. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Francois Gouget | Generate ok("...\n") calls. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Francois Gouget | Add trailing '\n's to ok() calls. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Dmitry Timoshkov | Merge the MDI and common window creation code. Change... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Francois Gouget | Fix a file descriptor leak in create_process(). |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Ivan Leo Murray... | Yet again catching up with En.rc. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Chris Morgan | Add audio tab with first pass at autodetection of audio... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Robert Reif | Added notify and property set to dsound output driver. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Robert Reif | Fixed thread handle leaks. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Eric Pouech | - RtlGetFullPathName_U: rewritten so that the source... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Martin Fuchs | - fix typos in shelllink.c header comment and a struct... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Thomas Weidenmueller | Regedit GUI enhancements with new Windows-like icons. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Martin Fuchs | - fix typo |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Michael Stefaniuc | Fixed DOS EXE loader for the case where we realy have... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Ivan Leo Murray... | Yet another update. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Ivan Leo Murray... | Remove obsolete information about win3.1 drivers. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Alexandre Julliard | Disable the exec shield workaround for now, it's causin... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Alexandre Julliard | Removed useless warning. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Rok Mandeljc | - updated resources to DX9 |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Martin Fuchs | - move IShellFolder_fnGetDisplayNameOf() contents into... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Ge van Geldorp | Swap arguments of LocalAlloc and only update Malloc32... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Ivan Leo Murray... | Added a link to the Microsoft download page of the... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Alexandre Julliard | Fixed an error message. |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Kevin Koltzau | Full implementation of OpenThemeData, CloseThemeData... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Huw Davies | Fix compilation if Freetype isn't installed. |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Huw Davies | Directly use the hook proc for the custom template... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Hans Leidekker | Add missing comma. |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Francois Gouget | DPA_Create is missing from all recent import libraries... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Rolf Kalbermatter | Implemented PathFileExistsAndAttributesA/W function. |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Mike McCormack | Don't use CreateFileMapping on a zero length file. |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Francois Gouget | Add trailing '\n's to ok() calls. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Alexandre Julliard | Use the exported FONTENUMPROCW as parameter in the... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Alexandre Julliard | Windows rename() needs an unlink() first (reported... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Vincent Béron | Added a new flag to wrc, to be used to assess translations |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Marcelo Duarte | Update of Portuguese resources. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Martin Fuchs | ShellView_CreateList(), SIC_Initialize(): enable transp... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Martin Fuchs | IStream_fnWrite: only return write count if the given... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Alexandre Julliard | Removed the bitsPerPixel field in the generic DC struct... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Marcus Meissner | Do not cache results of checks with side effects. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Ivan Leo Murray... | Uniformize the cvs download instructions with the ones... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Eric Pouech | Added support for Unix code page in NTDLL. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Francois Gouget | Add trailing '\n's to ok() calls. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Marcelo Duarte | Fixed typos. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Hans Leidekker | Get rid of the static module list. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Martin Fuchs | - declare PT_RAS_FOLDER for the "RAS Connections" folder |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Stefan Leichter | Added stub for SHRegisterValidateTemplate. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Martin Fuchs | CreateStreamOnFile(): use flag FILE_SHARE_READ for... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Mike McCormack | Try using the Mozilla Active X control in MSHTML. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Alexandre Julliard | Fixed HCR_GetExecuteCommandW() behavior with a class... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Martin Fuchs | Corrected definition of PathYetAnotherMakeUniqueName(). |
commit | commitdiff | tree | snapshot |
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 |
next |