- 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
- 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
- 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
- 7a2f501 Release 990103. by Alexandre Julliard · 26 years ago wine-990103
- 5ff0077 - beginning of implementation of Direct3D2 (DX 5.0) and associated classes by Lionel Ulmer · 26 years ago
- e884f9c Rewrite of configuration system to support "regular" curses as well as by Joseph Pranevich · 26 years ago
- e365a23 Fix the return type of DLGPROC type and mask out the unset highword of by NF Stevens · 26 years ago
- 8624045 Add interface ID's for upcoming ITypeLib implementation. by Rein Klazes · 26 years ago
- afb1d2e New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister. by Juergen Schmied · 26 years ago
- cc0248e Implemented raw device access calls for ioctlGenericBlkDevReq() by Andreas Mohr · 26 years ago
- 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
- 3c77035 Protect against multiple includes. by Dimitrie O. Paun · 26 years ago
- ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
- ab9e8bc Implement TranslateCharsetInfo, change charset type to BYTE. by Douglas Ridgway · 26 years ago
- 311d329 Better CB_SETCURSEL message handling. by Alex Korobka · 26 years ago
- dbf2bf0 Moved MsgWaitForMultipleObject implementation to USER routines, using by Alexandre Julliard · 26 years ago
- 6ebbe3c Cleaned up and removed some no longer used code. by Alexandre Julliard · 26 years ago
- a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago
- f8e741b Take into account handle inheritance flag. by Alexandre Julliard · 26 years ago
- 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
- 63cb0f8 Added change notifications. Added global handle support. by Alexandre Julliard · 26 years ago
- 748ff0f Changed server wait logic a bit. by Alexandre Julliard · 26 years ago
- fbe63ad Reimplemented Read/WriteFile to use server file descriptors. by Alexandre Julliard · 26 years ago
- aa0ebd0 Added several file server requests Added server-side pipes and consoles by Alexandre Julliard · 26 years ago
- 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
- c6e45ed Added add_queue/remove_queue to server object operations. by Alexandre Julliard · 26 years ago
- 69f2ea6 Fixed tons of incomplete prototypes, assignment's of pointer with by Juergen Schmied · 26 years ago
- 01d1a6a Cleaned up font encoding handling. Added 'Ignore#' option to the by Alex Korobka · 26 years ago
- 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
- 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
- 815d320 Fixed the prototype of CreateDIBPatternBrushPt by Francois Gouget · 26 years ago
- f324e5e Removed the CN_xxx macros since they are not used, do not correspond to by Francois Gouget · 26 years ago
- f07c163 Added a typedef for __int64 which is a builtin Visual C++ type by Francois Gouget · 26 years ago
- 20d3f10 REFIID was not defined. by Francois Gouget · 26 years ago
- 94d9964 configure first checks whether it is possible to compile IPX code with by Pavel Roskin · 26 years ago
- 0149b20 Provides the mappings. MBCS and Unicode functions are not implemented. by Francois Gouget · 26 years ago
- d70de84 IPaddress common control implementation. First try; needs more work to by Alex Priem · 26 years ago
- 0bb85b1 Fixed the TEXT redefined warnings. by Juergen Schmied · 26 years ago
- 06591f6 Add support for selection of console mode drivers to use using the by Joseph Pranevich · 26 years ago
- c65f4a4 Partial implementation for the following DDE APIs: by Jean-Claude Cote · 26 years ago
- 506115b - Tooltip support by Alex Priem · 26 years ago
- 2d37e9b Added all clipper&3d stubs. by Peter Hunnisett · 26 years ago
- 92cbc1d Added macros to header file for easier function calling. by Peter Hunnisett · 26 years ago
- 72bf086 Implemented the GetBinaryType API function. by Jean-Claude Cote · 26 years ago
- 89b93bf Implemented stub for InitThreadInput. by Ulrich Weigand · 26 years ago
- 61439d2 Callout table (for KERNEL->USER calls) added. by Ulrich Weigand · 26 years ago
- be672fe Handle non-hardware X events correctly with native USER by Ulrich Weigand · 26 years ago
- 4f7d9ed Documentation for TranslateCharsetInfo. by Douglas Ridgway · 26 years ago
- d604eb1 First step to make it possible to call COM interfaces from C++ code in Winelib. by François Gouget · 26 years ago
- 374a0a8 Preliminary tooltip support. by Alex Priem · 26 years ago
- ffa2c6f Reorganized PE module loading to prepare for elf-dll loader. by Ulrich Weigand · 26 years ago
- dd2e59c Small fixes. by Juergen Schmied · 26 years ago
- 45459a5 Stubs for WaitNamedPipe[A|W]. by Juergen Schmied · 26 years ago
- ecc7669 - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in by Todd Vierling · 26 years ago
- 9824ec4 Set the class hints for managed windows. by Dirk Thierbach · 26 years ago
- 1beaae5 Lots of new defines and stubs. by Paul Quinn · 26 years ago
- 1346a3c Move declarations from windows.h to wingdi.h and winuser.h. by Veksler Michael · 26 years ago
- ad7538b Made async IO (SIGIO) stuff from WINSOCK generic useable. by Marcus Meissner · 26 years ago
- 3569371 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the by Ove Kaaven · 26 years ago
- cd390f3 Adds the IPersistFile Interface to IShellLink[W] and gave both own by Juergen Schmied · 26 years ago
- c04870d Release 981211. by Alexandre Julliard · 26 years ago wine-981211
- 3f8e1e4 Implemented CreateToolhelp32Snapshot, including two of the routines by Patrick Spinler · 26 years ago
- bc93bc8 Most of the currency variant conversion functions implemented. by Justin Bradford · 26 years ago
- 30ef877 Added RasEnumConnections stub. by Marcus Meissner · 26 years ago
- 720cab6 Two debug messages clarified, one useless prototype removed. by Marcus Meissner · 26 years ago
- e00d7d9 294 missing WINAPI added. by Marcus Meissner · 26 years ago
- 5a50273 Implement AbortDoc16, move AbortDoc32 and StartDoc32W to by Huw D M Davies · 26 years ago
- 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
- 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
- 19a7054 Added a few authors. by Alexandre Julliard · 26 years ago
- 7b57b24 Adapted to CreateSystemTimer interface change. by Ulrich Weigand · 26 years ago
- f6c4828 Cleaned up CreateSystemTimer interface for use with 32-bit callbacks. by Ulrich Weigand · 26 years ago
- b00cbea Added implementation of the VARIANT APIs. by Jean-Claude Cote · 26 years ago
- 6cd359b Stubs for IDirectInputEffect and IDirectInputDevice2A methods, by Robert Riggs · 26 years ago
- 2f09818 Removed deferred Expose events handling. by Ulrich Weigand · 26 years ago
- 537772a Enhanced Win32 Console (XTERM) by Marcus Meissner · 26 years ago
- 5576838 Add a driver to open up a new xterm window whenever console output is by Joseph Pranevich · 26 years ago
- b13f23e Improved the handling of font encodings. by Pablo Saratxaga · 26 years ago
- 2866809 Implemented DPMI RMCBs using the DOS subsystem, and a few other by Ove Kaaven · 26 years ago
- 399931a Added fullscreen DGA support. by Stephen Crowley · 26 years ago
- 33839e9 Properly implement MCI_CDA_STATUS_TYPE_TRACK. by Brian Gerst · 26 years ago
- 7d5fd8d Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other by Huw D M Davies · 26 years ago
- 2d617be Replace GRAPH_ functions with Win SDK equivalents. by Huw D M Davies · 26 years ago
- 8ccb0a5 Don't define MZ_SUPPORTED on non-i386 platforms. by Ove Kaaven · 26 years ago
- 8b1a2a7 Added missing TOOLINFO structure. by Eric Kohl · 26 years ago
- a00b49f - Several kernel.spec return type mismatch fixes by Andreas Mohr · 26 years ago
- f638aef Added the new TTY driver. by Patrik Stridvall · 26 years ago
- e35d636 Moved more code to the X11 driver. by Patrik Stridvall · 26 years ago
- 791cd6a Added console support. by Joseph Pranevich · 26 years ago
- d6a91b7 Move OEM resources to the x11drv. by Huw D M Davies · 26 years ago
- 416d39e Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446). by Ulrich Weigand · 26 years ago
- b995012 Fixed 8-bit WAV format handling (it is unsigned data). by Robert Riggs · 26 years ago
- 99b8886 Added the TEXT() and MAKELRESULT() definitions. by Uwe Bonnes · 26 years ago
- 24ab0f1 New parameter SPI_GETDRAGFULLWINDOW. One missing break in SPI_GETDRAGFULLWINDOW. by Juergen Schmied · 26 years ago
- 581a8ed - added definition of DirectDrawCreateClipper. by Lionel Ulmer · 26 years ago
- 07e0d94 Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries. by Juergen Schmied · 26 years ago
- 9ea63d0 - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON) by Uwe Bonnes · 26 years ago
- eede6b0 Implementation of ChildWindowFromPointEx functions. by Paul Quinn · 26 years ago
- 79f1638 Fixes for C++ Winelib compilation. by Uwe Bonnes · 26 years ago
- 8e06d90 Added a new cmdline switch to disable XF86 DGA Extensions, -nodga. by Stephen Crowley · 26 years ago