2004-05-04 |
Alexandre Julliard | Updated the auto-generated tests. |
tree | commitdiff |
2004-05-03 |
Alexandre Julliard | Make GetVolumeInformation default to reporting NTFS... |
tree | commitdiff |
2004-05-03 |
Alexandre Julliard | OF_CREATE should force write access in OpenFile. |
tree | commitdiff |
2004-05-03 |
Pavel Roskin | Make the file type combobox non-editable. |
tree | commitdiff |
2004-05-03 |
Jon Griffiths | Implement and test ScCopyProps/ScRelocProps. |
tree | commitdiff |
2004-05-03 |
Aric Stewart | Strip leading whitespace when adding a new value and... |
tree | commitdiff |
2004-05-03 |
Robert Reif | Added tests for msacm32.dll. |
tree | commitdiff |
2004-05-03 |
Robert Reif | Better function parameter checking. |
tree | commitdiff |
2004-05-03 |
Wolfgang Schwotzer | Make file dialog support FNERR_BUFFERTOSMALL if buffer... |
tree | commitdiff |
2004-05-03 |
Jakob Eriksson | Prevent from crashing/hanging in Windows 95 OSR2. |
tree | commitdiff |
2004-05-03 |
Kevin Koltzau | Handle context in CreateURLMoniker. |
tree | commitdiff |
2004-05-03 |
Maxime Bellengé | Fix the size of the listview items in the customize... |
tree | commitdiff |
2004-05-03 |
Matthew Davison | Updated to include functions from windows 98SE. |
tree | commitdiff |
2004-05-02 |
Alexandre Julliard | Authors: Christian Costa <titan.costa@wanadoo.fr>,... |
tree | commitdiff |
2004-05-02 |
Ge van Geldorp | Always reset AUTO_RESIZE flag on exit from REBAR_ForceR... |
tree | commitdiff |
2004-05-02 |
Gerald Pfeifer | Include <stdlib.h> to obtain a prototype of abs(). |
tree | commitdiff |
2004-05-02 |
Marcus Meissner | Use memcpy instead of weird casts. |
tree | commitdiff |
2004-05-02 |
Maxime Bellengé | Fix TB_GETSTYLE message to return the style of the... |
tree | commitdiff |
2004-05-02 |
Marcus Meissner | Implemented CoReleaseMarshalData. |
tree | commitdiff |
2004-05-02 |
Maxime Bellengé | Fix a string allocation. |
tree | commitdiff |
2004-05-02 |
Huw Davies | Implemented TVS_NOSCROLL. |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Moved most remaining file functions to dlls/kernel. |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Fixed last error code check in GetVolumeInformationW... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Reimplemented GetFileType and SetEndOfFile using ntdll... |
tree | commitdiff |
2004-05-01 |
Chris Morgan | Stub cmc_query_configuration() and add xcmc.h header... |
tree | commitdiff |
2004-04-30 |
Alexandre Julliard | Added a few more info classes in NtQueryInformationFile. |
tree | commitdiff |
2004-04-30 |
Alexandre Julliard | Moved support for opening named pipes to ntdll. |
tree | commitdiff |
2004-04-30 |
Uwe Bonnes | Fixed buffer overflow. |
tree | commitdiff |
2004-04-30 |
Jon Griffiths | Implement VarDateFromUdateEx. |
tree | commitdiff |
2004-04-30 |
Marcus Meissner | Fixed lvalue casts. |
tree | commitdiff |
2004-04-30 |
Francois Gouget | Add a stub for StgCreateStorageEx(). Returns |
tree | commitdiff |
2004-04-30 |
Alexandre Julliard | Use RtlDosPathNameToNtPathName_U to build the registry... |
tree | commitdiff |
2004-04-30 |
Eric Pouech | - fixed some bugs in StackWalk (claimed for but forgott... |
tree | commitdiff |
2004-04-30 |
Dmitry Timoshkov | Replace wParam values for WM_PARENTNOTIFY message by... |
tree | commitdiff |
2004-04-30 |
Robert Reif | You have to have at least one device before you can... |
tree | commitdiff |
2004-04-30 |
Maxime Bellengé | - Fix the return key handling and clean up the code. |
tree | commitdiff |
2004-04-30 |
Christian Costa | Enable querying of IID_FilterGraph interface from filte... |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Added auto-detection of DOS drive devices based on... |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Create the system heap event before the shared mapping... |
tree | commitdiff |
2004-04-29 |
Mike McCormack | Stub implementation for SHFindFiles. |
tree | commitdiff |
2004-04-29 |
Krzysztof Foltman | Make sure ascent/descent values don't become negative... |
tree | commitdiff |
2004-04-29 |
Dmitry Timoshkov | Add a test for creation of a maximized child window. |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Use symlinks in dosdevices/ for the drive devices too. |
tree | commitdiff |
2004-04-29 |
Robert Reif | Forgot to limit capture sample rates. |
tree | commitdiff |
2004-04-29 |
Raphael Junqueira | - Fix compilation again using olders GL headers |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Removed a number of internal file functions that are... |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Added test for setting focus to an invisible window. |
tree | commitdiff |
2004-04-28 |
Jakob Eriksson | Fixed tests to succeed on all Windows versions. |
tree | commitdiff |
2004-04-28 |
Robert Reif | Another error return value check added after looking... |
tree | commitdiff |
2004-04-28 |
Hans Leidekker | Reimplement UuidCreate() with Win32 APIs. |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Reimplemented Get/SetCurrentDirectoryW using the corres... |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Fixed unsigned comparison issue in previous change. |
tree | commitdiff |
2004-04-28 |
Raphael Junqueira | - add some prototypes/typedefs to msi.h |
tree | commitdiff |
2004-04-28 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-04-28 |
Ove Kaaven | Fixed a couple of bugs. |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Replace empty window rect checks by a new X11DRV_is_win... |
tree | commitdiff |
2004-04-27 |
Mike McCormack | Implemented WNetEnumCachedPasswords. |
tree | commitdiff |
2004-04-27 |
Jon Griffiths | Fix failures under win2k. |
tree | commitdiff |
2004-04-27 |
Jon Griffiths | Update VarXor,VarAbs,VarNot for all input types. |
tree | commitdiff |
2004-04-27 |
Jon Griffiths | Implement VarOr. |
tree | commitdiff |
2004-04-27 |
Kevin Koltzau | Allow UrlCombine to calculate size of required buffer. |
tree | commitdiff |
2004-04-27 |
Robert Reif | Restore the 2 MHz sample rate test and fix the winealsa... |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | DefineDosDeviceW: implemented the DDD_REMOVE_DEFINITION... |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Removed todo_wine from some tests that succeed now. |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Reimplemented CreateDirectoryW and RemoveDirectoryW... |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Pass the creation disposition to wine_nt_to_unix_file_n... |
tree | commitdiff |
2004-04-26 |
Ilya Korniyko | Added Ukrainian translations. |
tree | commitdiff |
2004-04-26 |
Christian Costa | Implemented fast rendering to a texture using glCopyTex... |
tree | commitdiff |
2004-04-26 |
Filip Navara | Make RPCRT4 use Windows compatible protocol (DCE v5... |
tree | commitdiff |
2004-04-26 |
Francois Gouget | Make sure the 'alsa handle' is initialized to NULL... |
tree | commitdiff |
2004-04-26 |
Duane Clark | Add testing of PeekNamedPipe, multiple writes, and... |
tree | commitdiff |
2004-04-26 |
Francois Gouget | waveOutGetDevCaps(-1...) must return the capabilities... |
tree | commitdiff |
2004-04-26 |
Dmitry Timoshkov | Fix the DDE PFNCALLBACK prototype. |
tree | commitdiff |
2004-04-26 |
Marcus Meissner | Fixed some strict aliasing issues in dlls/d3d8. |
tree | commitdiff |
2004-04-26 |
Raphael Junqueira | - implement SetRenderState D3DRS_FOGENABLE/D3DRS_RANGEF... |
tree | commitdiff |
2004-04-26 |
Maxime Bellengé | Implemented the ACO_AUTOSUGGEST, ACO_AUTOAPPEND, ACO_UP... |
tree | commitdiff |
2004-04-26 |
Jukka Heinonen | If source and destination are the same object, don... |
tree | commitdiff |
2004-04-26 |
Marcus Meissner | Fixed position of tmp.f assigned like in dlls/d3d8... |
tree | commitdiff |
2004-04-26 |
Jukka Heinonen | Implement DOS7 canonicalize path function as a conversi... |
tree | commitdiff |
2004-04-26 |
Francois Gouget | Fix a warning in JACK_drvLoad(). |
tree | commitdiff |
2004-04-26 |
Francois Gouget | We only support 8 and 16 bit sound so we should reject... |
tree | commitdiff |
2004-04-26 |
Francois Gouget | If lpstrTitle is NULL, set it to either 'Open File... |
tree | commitdiff |
2004-04-26 |
Dmitry Timoshkov | Call appropriate DefWindowProc in DDE client/server... |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Reimplemented GetLogicalDrives, GetLogicalDriveStrings and |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Tests for newly added MAPI functions. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Implement MAPI property & utility functions. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Update/Add MAPI headers. |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Moved creation of the CDROM registry keys into the... |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Documentation fixes. |
tree | commitdiff |
2004-04-23 |
Dmitry Timoshkov | Fix a bug in ShellExecute which called DdeCreateStringH... |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Test ClearCustData() and UINT->I4 conversion. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Implement ClearCustData. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Check the correct param for 2 DECIMAL operations. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Conversion from VT_UINT to VT_I4 ignores overflow. |
tree | commitdiff |
2004-04-23 |
Raphael Junqueira | Don't try to create HW Vertex Shaders when code is... |
tree | commitdiff |
2004-04-23 |
Raphael Junqueira | Fix some random crashes found on some games in the... |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Moved support for opening DOS device files to ntdll. |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of |
tree | commitdiff |
2004-04-23 |
Chris Morgan | Skip over most of the unused variant types to speed... |
tree | commitdiff |
2004-04-22 |
Huw Davies | DdeClientTransaction returns zero on error. |
tree | commitdiff |
next |