2004-01-12 |
Bill Medland | Correct handling of font table when the font name is... |
tree | commitdiff |
2004-01-12 |
Marcus Meissner | SafeArrayRedim: Use the correct size for resize too. |
tree | commitdiff |
2004-01-12 |
Eric Pouech | Implemented Toolhelp32ReadProcessMemory. |
tree | commitdiff |
2004-01-12 |
Eric Pouech | - implemented TIME_KILL_SYCHRONOUS timer flags |
tree | commitdiff |
2004-01-12 |
Robert Reif | Reduce the use of the dsound global variable by passing... |
tree | commitdiff |
2004-01-09 |
Alexandre Julliard | Get rid of no longer needed WINE_PACKED define. |
tree | commitdiff |
2004-01-09 |
Robert Reif | Added some missing defines and a struct. |
tree | commitdiff |
2004-01-09 |
Marcus Meissner | Allow offset of NULL to NtWriteFile. |
tree | commitdiff |
2004-01-09 |
Marcus Meissner | Fixed HeapRealloc typo. |
tree | commitdiff |
2004-01-09 |
Alexandre Julliard | Some more Win16/Win32 separation (based on a patch... |
tree | commitdiff |
2004-01-09 |
Michael Stefaniuc | - add VESA mode 0x6a (same as 0x102) |
tree | commitdiff |
2004-01-09 |
Jeremy Shaw | Added wave-in support and fixed a few bugs in the wave... |
tree | commitdiff |
2004-01-09 |
Alexandre Julliard | Removed XInitThreads call, the X libraries still have... |
tree | commitdiff |
2004-01-09 |
Marcus Meissner | Copy BSTRs byte wise. |
tree | commitdiff |
2004-01-09 |
Ferenc Wagner | Pin down LoadStringA behaviour on different buffer... |
tree | commitdiff |
2004-01-09 |
Dmitry Timoshkov | Fix an IE crash and make the "Create Folder" functional... |
tree | commitdiff |
2004-01-09 |
Ove Kaaven | Avoid freeing request packet too early if an exception... |
tree | commitdiff |
2004-01-09 |
Ove Kaaven | Properly handle destroying the first connection in... |
tree | commitdiff |
2004-01-09 |
Mike McCormack | Regression test for files with zero length. |
tree | commitdiff |
2004-01-09 |
Aric Stewart | Enable Tablet support with both Tilt and Pressure. |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | There's no need for DUMMYUNIONNAME in private headers. |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | If supported by the linker, prevent the ELF loader... |
tree | commitdiff |
2004-01-08 |
Mike Hearn | Always print a message for generic stubs. |
tree | commitdiff |
2004-01-08 |
Ulrich Czekalla | Add option to use the primary selection in addition... |
tree | commitdiff |
2004-01-08 |
Stefan Leichter | Added the linked list with the name of files of the... |
tree | commitdiff |
2004-01-08 |
Eric Pouech | - Applied to all MCI drivers Dmitry's fix for MCI_STATU... |
tree | commitdiff |
2004-01-08 |
Hans Leidekker | Remove some unused headers. |
tree | commitdiff |
2004-01-07 |
Alexandre Julliard | Don't use constructors for ntdll and kernel32 initializ... |
tree | commitdiff |
2004-01-07 |
Juan Lang | Fixed the dwBCastAddr member of MIB_IPADDRROW, added... |
tree | commitdiff |
2004-01-07 |
Alexandre Julliard | Removed incorrect uses of DUMMYUNIONNAME. |
tree | commitdiff |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-01-06 |
Peter Berg Larsen | %[a-z] and %[z-a] are interpreted as equivalent to... |
tree | commitdiff |
2004-01-06 |
Alexandre Julliard | SHCoCreateInstance is now documented (spotted by Franco... |
tree | commitdiff |
2004-01-06 |
Mike McCormack | Added missing LF in trace. |
tree | commitdiff |
2004-01-06 |
Hans Leidekker | Make sure sed uses the right locale. |
tree | commitdiff |
2004-01-06 |
Dmitry Timoshkov | Register window class on mciavi driver loading, and... |
tree | commitdiff |
2004-01-06 |
Dmitry Timoshkov | Return correct resource id for time format strings. |
tree | commitdiff |
2004-01-06 |
Peter Berg Larsen | Added _BITMAPSIZE_ and split _CONVERT_ macro to remove... |
tree | commitdiff |
2004-01-06 |
Jason Edmeades | Fix the draw*primitiveUP calls so they work directly... |
tree | commitdiff |
2004-01-06 |
Lionel Ulmer | Implement wglUseFontBitmapsW. |
tree | commitdiff |
2004-01-05 |
Eric Pouech | Made wine_get_unix_file_name take a Unicode string... |
tree | commitdiff |
2004-01-05 |
Dmitry Timoshkov | Accept all standard DIB compressions in the mciavi... |
tree | commitdiff |
2004-01-05 |
Alexandre Julliard | Updates for the new loadorder handling of 16-bit dlls. |
tree | commitdiff |
2004-01-05 |
Dmitry Timoshkov | Decode stream number from AVI frame data and assign... |
tree | commitdiff |
2004-01-05 |
Martin Fuchs | Correct return type of SHFileOperationA/W. |
tree | commitdiff |
2004-01-05 |
Steven Edwards | MSVC porting fixes. |
tree | commitdiff |
2004-01-05 |
Marcus Meissner | Handle DIJOYSTATE and DIJOYSTATE2 structs, fail on... |
tree | commitdiff |
2004-01-03 |
Alexandre Julliard | Always try to load the 32-bit owner dll instead of... |
tree | commitdiff |
2004-01-03 |
Alexandre Julliard | Avoid referencing a private header in another dll. |
tree | commitdiff |
2004-01-03 |
Mike Hearn | Implemented RegFlushKey and NtFlushKey. |
tree | commitdiff |
2004-01-02 |
Michael Stefaniuc | Fill in the color MaskSize and FieldPosition fields... |
tree | commitdiff |
2004-01-02 |
Alexandre Julliard | Make symlinks for 16-bit files point to the 32-bit... |
tree | commitdiff |
2004-01-02 |
Steven Edwards | Split up the Win16/32 MDI support a bit. |
tree | commitdiff |
2004-01-02 |
Mike McCormack | On a RB_SETBANDINFO message only redraw the rebar if... |
tree | commitdiff |
2004-01-02 |
Michael Stefaniuc | Use a struct as specified in the VBE 3.0 standard for the |
tree | commitdiff |
2004-01-02 |
Steven Edwards | Fix compiling netapi32 on MSVC with PSDK headers. |
tree | commitdiff |
2004-01-02 |
Christian Costa | Fix compilation issue with ALSA 0.5. |
tree | commitdiff |
2004-01-02 |
Mike Hearn | result2 seems to be optional, making it 0 allows IE... |
tree | commitdiff |
2004-01-02 |
Steven Edwards | Update the notes on how WINE uses the Systray under... |
tree | commitdiff |
2004-01-02 |
Wim Lewis | Clear struct sockaddr_ipx directly instead of just... |
tree | commitdiff |
2004-01-02 |
Michael Stefaniuc | Set the "bytes per scan line" field when generating... |
tree | commitdiff |
2004-01-02 |
Robert Shearman | Added stub for CertFreeCertificateContext. |
tree | commitdiff |
2004-01-02 |
Ivan Leo Murray... | Completed Italian language support. |
tree | commitdiff |
2004-01-02 |
Juan Lang | Fix conflicting registry value names, and try both... |
tree | commitdiff |
2004-01-02 |
Juan Lang | Properly L2-encode the NetBIOS scope ID in DeviceIo_VNB, so |
tree | commitdiff |
2004-01-02 |
Juan Lang | Add tracing, add WINS configuration to GetAdaptersInfo... |
tree | commitdiff |
2004-01-02 |
Alexandre Julliard | Commented out tests that assume that the current year... |
tree | commitdiff |
2004-01-02 |
Chris Morgan | Make the debug mark printing unconditional instead... |
tree | commitdiff |
2004-01-02 |
Robert Shearman | Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDef... |
tree | commitdiff |
2004-01-02 |
Dmitry Timoshkov | Remove a stray LeaveCriticalSection(). |
tree | commitdiff |
2004-01-02 |
Dmitry Timoshkov | Trackbar range should be fixed only in the case of... |
tree | commitdiff |
2004-01-02 |
Phil Krylov | Implemented OFN_OVERWRITEPROMPT and OFN_EXTENSIONDIFFER... |
tree | commitdiff |
2004-01-01 |
Dmitry Timoshkov | Much improved mciavi driver. Fixed synchronization... |
tree | commitdiff |
2004-01-01 |
Dmitry Timoshkov | Add support for many MCIWNDM_ messages and some MCI_... |
tree | commitdiff |
2004-01-01 |
Dmitry Timoshkov | Use correct pointer to an internal driver description. |
tree | commitdiff |
2004-01-01 |
Dmitry Timoshkov | Add MCI_SYSINFO command W to A mapping. |
tree | commitdiff |
2003-12-31 |
Alexandre Julliard | Store window icons in the window structure so that... |
tree | commitdiff |
2003-12-31 |
Dmitry Timoshkov | Fix many function prototypes and data types according... |
tree | commitdiff |
2003-12-31 |
Dmitry Timoshkov | Add Unicode->ANSI MCI message mapping, implement mciSen... |
tree | commitdiff |
2003-12-31 |
Marcus Meissner | Fixed size calculation on redim if old size was 0. |
tree | commitdiff |
2003-12-31 |
Gerald Pfeifer | Improve error messages in OSS_WaveOutInit() and OSS_Wav... |
tree | commitdiff |
2003-12-31 |
Stefan Leichter | Added file version resource. |
tree | commitdiff |
2003-12-31 |
Rein Klazes | IsdialogMessage16 must not process messages that are... |
tree | commitdiff |
2003-12-31 |
Marcus Meissner | Removed too strict header check to enable execution... |
tree | commitdiff |
2003-12-31 |
Mike Hearn | Print exe name when initialization fails. |
tree | commitdiff |
2003-12-31 |
Gerald Pfeifer | Remove URLCache_FindEntry() which is not used any longer. |
tree | commitdiff |
2003-12-30 |
Ulrich Czekalla | Add stubbed version of newdev.dll. |
tree | commitdiff |
2003-12-30 |
Rein Klazes | - Add a bitmap resource with the font icons: TrueType... |
tree | commitdiff |
2003-12-30 |
Stefan Leichter | Make use of/handle the first parameter of the function... |
tree | commitdiff |
2003-12-30 |
Dmitry Timoshkov | Add MDI child creation tests. |
tree | commitdiff |
2003-12-30 |
Robert Shearman | - Fixed buffer overflow in IFilterMapper2::RegisterFilter. |
tree | commitdiff |
2003-12-30 |
Sami Aario | Fix some return values of dplayx API calls. |
tree | commitdiff |
2003-12-30 |
Alexandre Julliard | Fixed RtlUnwind signature (reported by Pierre d'Herbemont). |
tree | commitdiff |
2003-12-30 |
Martin Fuchs | - correct return value of SHGetPathFromIDList[AW](... |
tree | commitdiff |
2003-12-30 |
Juan Lang | Read the Policy{Account,Primary}DomainInformation from... |
tree | commitdiff |
2003-12-30 |
Ge van Geldorp | Enclose application name in double quotation marks... |
tree | commitdiff |
2003-12-30 |
Michael Stefaniuc | Fixed mem leak on error path. |
tree | commitdiff |
2003-12-30 |
Vik Kumar | Fixed MS UI Gothic font names. |
tree | commitdiff |
2003-12-30 |
Hans Leidekker | Translate msrle32 and oledlg resources. |
tree | commitdiff |
2003-12-30 |
Mike McCormack | Return an SID when GetTokenInformation is called with... |
tree | commitdiff |
next |