goma /
wine /
60d40cd2469f487f838cfec0d640b1d601075307 - 60d40cd Only do the unload_dll server call at the time we actually unload the dll. by Alexandre Julliard · 22 years ago
- a3c5ad4 Suspended threads should not acquire synchronization objects. by Peter Hunnisett · 22 years ago
- e85357d - supported Platforms didn't mention MacOS X prominently enough by by Andreas Mohr · 22 years ago
- 551797b Properly save/restore %gs register across 16-bit calls. by Alexandre Julliard · 22 years ago
- 7e92c9a Replaced most uses of the auto-generated glue code by explicit calls by Alexandre Julliard · 22 years ago
- 84c48b9 Fixes to IShellFolder::GetAttributesOf: by Alberto Massari · 22 years ago
- e5cef3b Moved CreateThread16 to kernel, and made it use WOWCallback16. by Alexandre Julliard · 22 years ago
- 41018ad Removed no longer needed UseXTerm internal variable. by Eric Pouech · 22 years ago
- b2f079b - don't create a new console upon startup by Eric Pouech · 22 years ago
- b59bdbf Get rid of win16drv directory. by Alexandre Julliard · 22 years ago
- 69e631d Removed the 16-bit graphics driver support; this has been broken for a by Alexandre Julliard · 22 years ago
- ce13153 Moved LDT selector allocation routines to libwine. by Alexandre Julliard · 22 years ago
- 28d65b1 MoveFile[AW] should simply call MoveFileEx[AW]. Should fix issue by Alexandre Julliard · 22 years ago
- 149c0c5 Implemented DSP Version command. by Sylvain Petreolle · 22 years ago
- deaf02a Remove assembly generation from wrc. by Dimitrie O. Paun · 22 years ago
- f498d4b Move controller info and state/functionality info initialization to by Jukka Heinonen · 22 years ago
- 8e04bab Fixed behavior when changing both sb and win size, as the order of by Eric Pouech · 22 years ago
- 12b7c26 Only print 4 hexdigits for tid. by Eric Pouech · 22 years ago
- ea95741 Check both pointers in GetContainingTypeLib. by Mike Hearn · 22 years ago
- 7aa04f2 Implemented GlobalMemoryStatusEx(). by Mike Hearn · 22 years ago
- 37f0817 Add some OLECMDIDs present in MS headers. by Mike Hearn · 22 years ago
- 04bb802 Added a "basic usage" section that deals with installation, by Mike Hearn · 22 years ago
- 02a53c1 Added send_thread_signal() function and properly handle errors caused by Alexandre Julliard · 22 years ago
- 4378d25 Avoid some redundant calls to time(NULL). by Alexandre Julliard · 22 years ago
- c509bc4 Turn off -Wpointer-arith if it generates warnings when including string.h. by Mike McCormack · 22 years ago
- efa2b0c Accept either TVI_ROOT or NULL for the parent to imply sort the entire tree. by Tim Segall · 22 years ago
- 841d982 - made support for paged output a generic feature in wcmd by Eric Pouech · 22 years ago
- abef9da Forbids selecting (for clipboard) areas larger than the actual by Eric Pouech · 22 years ago
- 1cd00da InternetOpenUrlA (http/s case): Use client for HttpOpenRequestA, don't by Uwe Bonnes · 22 years ago
- 1b74cf2 No need to support -mwindows as a synonim for -mgui: it's a gcc-ism by Dimitrie O. Paun · 22 years ago
- 513ab31 Now compiles on windows. Added a couple more checks. by Dan Kegel · 22 years ago
- fa8cca5 Define CD_SECS and CD_FRAMES also on non-Linux systems. Avoid a by Gerald Pfeifer · 22 years ago
- 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
- 745a78f Remove some unreachable code. by Michael Stefaniuc · 22 years ago
- 490d2a7 Fixed a problem getting the GUID to compile under windows and wine. by Robert Reif · 22 years ago
- 2154db4 Fix TRACE format string. by Gerald Pfeifer · 22 years ago
- 8985c02 Implement GetDeviceInfo and GetObjectInfo for the keyboard device. by Lionel Ulmer · 22 years ago
- f4d19e6 Added checks when editing window and sb size so that they are kept consistent. by Eric Pouech · 22 years ago
- a89063e Added handling for PSNRET_INVALID in PSN_APPLY notification. by Eric Pouech · 22 years ago
- 50edbc9 Set a default 50 lines in history for console apps. by Eric Pouech · 22 years ago
- a20622d Make 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl. by Dan Kegel · 22 years ago
- f854404 Add missing LeaveCriticalSection's in error path. by Michael Stefaniuc · 22 years ago
- 9a1b221 Print out name of float exceptions. by Marcus Meissner · 22 years ago
- 7be7c67 Link in shell32 only in gui mode. by Dimitrie O. Paun · 22 years ago
- bc362fd Added definitions for DirectSoundFullDuplex and moved some GUIDs around. by Robert Reif · 22 years ago
- 03e5ce3 Release 20030219. by Alexandre Julliard · 22 years ago wine-20030219
- 1e80f30 Added pipe.ok. by Alexandre Julliard · 22 years ago
- a36fa53 Updated authors list. by Alexandre Julliard · 22 years ago
- 5871174 Fixed read-overflow spotted by valgrind. by Eric Pouech · 22 years ago
- a969416 Ignore get shadow buffer function. by Jukka Heinonen · 22 years ago
- 76c3065 Fixed installation order of linkable dlls. by Alexandre Julliard · 22 years ago
- 54f377c Move resize memory block to winedos and make it resize in place and by Jukka Heinonen · 22 years ago
- f540ea6 Rough implementation of _O_TEXT/_O_BINARY translation by doing single by Uwe Bonnes · 22 years ago
- 52a414c - Some systems/drives are very slow to read the TOC. To address this by Waldeck Schutzer · 22 years ago
- a639d83 Avoid playing data tracks. by Waldeck Schutzer · 22 years ago
- fab11ed Avoid warnings. by Gerald Pfeifer · 22 years ago
- 88eba44 Added check for illegal pipe names. Added regression test. by Dan Kegel · 22 years ago
- 034000b Convert Twips values from the registry. by Andreas Mohr · 22 years ago
- 6356a44 Authors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietrich Teickner <Dietrich_Teickner@t-online.de> by Alexandre Julliard · 22 years ago
- def211c For better concurrency, separate the connections from the bindings. by Ove Kaaven · 22 years ago
- 586808f - Avoid possible seg fault when calling TRACE with NULL string pointers. by Warren Baird · 22 years ago
- 001fa26 Increase size of insufficiently big stack allocated buffer used for by Warren Baird · 22 years ago
- 1868b02 When updating the edited line, remember to update attributes, too. by Jukka Heinonen · 22 years ago
- d0882d5 - removed unused function: SetSymbolValue by Eric Pouech · 22 years ago
- 0607e08 - added parsing of C++ inheritence information by Eric Pouech · 22 years ago
- ccb4b9c A fix to get edit control scrolls bars to draw in the correct position. by Duane Clark · 22 years ago
- 9f5f86e Tests for RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar, by Thomas Mertes · 22 years ago
- f4757bb - Implement RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar, by Thomas Mertes · 22 years ago
- 8cded56 - the first argument in several Unicode functions was an ASCII string by Alberto Massari · 22 years ago
- 97b4e6f "Implemented" IID_BS_* macros. by Ove Kaaven · 22 years ago
- 7034e8b Added missing release_object. by Mike McCormack · 22 years ago
- e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
- ac13d2f Print thread ids in traces with only 4 digits now that they are small integers. by Alexandre Julliard · 22 years ago
- 8bc93e2 Print dll name too for stub exceptions. by Alexandre Julliard · 22 years ago
- 5d35bc7 Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages. by Duane Clark · 22 years ago
- 3ea0cb3 Added stub for CryptUnprotectData. by Alberto Massari · 22 years ago
- 9902af2 Add entry for no html in patches. by Tony Lambregts · 22 years ago
- faaeb19 Porting fixes. by Steven Edwards · 22 years ago
- 3801294 - Fix small bug in RtlFindMostSignificantBit. It returned sometimes by Thomas Mertes · 22 years ago
- d0e4a76 Make sure get_file_size uses a valid fd (spotted by Uwe Bonnes). by Alexandre Julliard · 22 years ago
- 851d25d Set default loadorder to native for dlls that contain an explicit path. by Alexandre Julliard · 22 years ago
- 027cef8 Updated regression testing documentation. by Tony Lambregts · 22 years ago
- 893f5ff Allowed waveInMessage to use physical information (as waveOut does). by Eric Pouech · 22 years ago
- cf2dea0 NDR marshalling fixes. by Ove Kaaven · 22 years ago
- 1a0112a Make NdrDllRegisterProxy use the interface stub header instead of the by Ove Kaaven · 22 years ago
- 9859ec4 - added GetName() to retrieve type name by Eric Pouech · 22 years ago
- ee04693 Moved expr freeing when translating a command (no longer done on each by Eric Pouech · 22 years ago
- 22b09a1 Reimplemented distance attenuation formula. by Rok Mandeljc · 22 years ago
- ee63d5e - Implemented two lookup tables for the sample fonts. The first, by Shachar Shemesh · 22 years ago
- 5be7f69 Added support for direct sound capture and a real direct sound capture by Robert Reif · 22 years ago
- 4c9e56b Added additional formats. by Robert Reif · 22 years ago
- bcc4bb2 Started to add support for a real direct sound capture driver. by Robert Reif · 22 years ago
- 6041ff3 Added/fixed some definitions for direct sound capture. by Robert Reif · 22 years ago
- 65a9f4d Support the undocumented behavior of deleting column zero. by Duane Clark · 22 years ago
- 4ecc32a Fixed regression in process parent handling. by Eric Pouech · 22 years ago
- 743af54 Roll loop back up to avoid code duplication. by Dan Kegel · 22 years ago
- 80774de Authors: Mike McCormack <mike@codeweavers.com>, Huw Davies <huw@codeweavers.com> by Alexandre Julliard · 22 years ago
- 51e4839 Separate "Enumerate Hardware Addresses" as function, as other netapi32 by Uwe Bonnes · 22 years ago
- 909ffb7 Implemented _mbsnbcat. by Michael Stefaniuc · 22 years ago
- cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago