- e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
- 69277bb SNOOP_PrintArg: replaced IsBad* functions by exception handler. by Uwe Bonnes · 25 years ago
- 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
- b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
- f0deb8a Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 87031a4 Added a .xcnlnk section to builtin KERNEL32 PE header. by Eric Pouech · 25 years ago
- 920d9c6 Added PeekNamedPipe stub. by Andreas Mohr · 25 years ago
- 3c30bba Implemented API EnumTimeFormatsA(). It supports now all different by Owen Wang · 25 years ago
- 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
- ddce652 Made ddraw and dinput separate dlls. by Alexandre Julliard · 25 years ago
- aabef02 Include space for resources in the module header instead of doing a by Alexandre Julliard · 25 years ago
- 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
- 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
- 1758f2d Misc. fixes for compiler warnings. by James Abbatiello · 25 years ago
- 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
- 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 9ffd403 Added .spec keyword 'mode' to allow creating built-in EXE modules. by Ulrich Weigand · 25 years ago
- 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
- de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
- 9c55e6d Export GetLongPathName[A|W]. by Uwe Bonnes · 25 years ago
- 112d307 Added automatic registration of built-in DLLs. by Alexandre Julliard · 25 years ago
- f2b8492 - Added some missing EMR record types and updated and fixed others by Peter Hunnisett · 25 years ago
- 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
- 6afc68a Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
- a4d7ca0 Corrected parameter count for DialogBoxIndirectParamAorW. by Juergen Schmied · 25 years ago
- 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
- baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
- 5919ae4 Added support for automatic ordinal allocation. by Alexandre Julliard · 25 years ago
- e73b8b8 Wrapped some strings in a debugstr_* call. by Francois Gouget · 25 years ago
- 8551f8c Xiang Li Implementation of a proxy ODBC32 dll. by Alexandre Julliard · 25 years ago
- 0cdc4d9 - Implemented GetEnhMetaFilePaletteEntries by Peter Hunnisett · 25 years ago
- 7b7e2d4 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 25 years ago
- f4077e6 Added Thread32First/Next stubs. by Andreas Mohr · 25 years ago
- fdf7127 Stubs for Get/SetProcessDefaultLayout. by Erez Volk · 25 years ago
- 9b4fcf7 Stub for CloseProfileUserMapping. by Marcus Meissner · 25 years ago
- 237e8e9 Fixed 32-bit module name handling to conform better to Win9x. by Ulrich Weigand · 25 years ago
- ad47a30 Implemented waitable timers. by Alexandre Julliard · 25 years ago
- e0a3ba5 Added implementation for WSARecvEx function. This is a Microsoft by Moses DeJong · 25 years ago
- f64e0d7 Add stubs for Get/SetLayout(). by Huw D M Davies · 25 years ago
- 6ca85a5 Bugfix: relay/snoop debugging was broken by last patch ... by Ulrich Weigand · 25 years ago
- 43a98a6 Added missing WINAPI attribute to two forward declarations. by Rein Klazes · 25 years ago
- eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
- f005247 Allow for buggy apps that call the wrong VxDCall routine. by Ulrich Weigand · 25 years ago
- 0ea089b Stub for GetOverlappedResult. by Moshe Vainer · 25 years ago
- e7957d6 Determine expected_version of PE buddies from the SubsystemVersion. by Ulrich Weigand · 25 years ago
- 5e2f50f Added ChangeDisplaySettingsExA stub and some flag defines. by Marcus Meissner · 25 years ago
- edf3e43 Added ICMP DLL implementation. by Francois Gouget · 25 years ago
- abe7227 Added built-in msacm.drv and midimap.drv drivers. by Eric Pouech · 25 years ago
- 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
- d7da486 Added spec file declarations for already implemented functions. by Patrik Stridvall · 25 years ago
- 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago
- f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
- d2344fb Fix loading of modules: now search key is module's filename, not module's name. by Eric Pouech · 25 years ago
- b816680 Replaced double ChangeDisplaySettingsA by (Ex)[AW]. by Marcus Meissner · 25 years ago
- e216de9 Fixed some of the issues reported by winapi-check, by adding arguments by Patrik Stridvall · 26 years ago
- 22b861c - Moved dplay and dplayx to a proper home in the dlls directory. by Peter Hunnisett · 26 years ago
- 2b4102e Added WINEOSS descriptor. by Eric Pouech · 26 years ago
- 526b3c9 Added missing DriverCallBack function. by Eric Pouech · 26 years ago
- 31b4721 Added partial implementation of GetICMProfileA, required by Paint Shop Pro 5. by Ian Schmidt · 26 years ago
- 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago
- 87d95b7 Stubs for PolyTextOutA/W. by Peter Ganten · 26 years ago
- 8388f67 Added stub implementation for EnumDisplayDevices*. by Marcus Meissner · 26 years ago
- 0c62bf0 Added MenuItemFromPoint stub. by Eric Pouech · 26 years ago
- 66e8c4e Added stub for RegisterActiveObject(). by Marcus Meissner · 26 years ago
- 4894557 Relay exclude lists were not working due to some CharUpperA() somewhere else. by Marcus Meissner · 26 years ago
- c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
- 1e5f0fe New internal dll, exporting already existing path functions. by Juergen Schmied · 26 years ago
- bb1984e Separated Win16 (USER) and Win32 (MPR) network routines. by Ulrich Weigand · 26 years ago
- 5910c68 Implemented SetLocalTime. by Andreas Mohr · 26 years ago
- 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
- a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
- b8684a2 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
- 0691a59 Made compilation of *.spec.c files use -fno-builtin regardless of by Patrik Stridvall · 26 years ago
- 539b7b4 Added stub for _except_handler2(). by Eric Kohl · 26 years ago
- daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
- 565b2e0 Many fixes/reimplementations. by Juergen Schmied · 26 years ago
- 0147eed Added WINMM resources. by Eric Pouech · 26 years ago
- 8dbffe7 Removed MODULE_GetWndProcEntry16(). by Ulrich Weigand · 26 years ago
- bb14056 EnumJobs stub. by Huw D M Davies · 26 years ago
- 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
- 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
- 37fe75b Implemented StrToOleStrN. by Juergen Schmied · 26 years ago
- ec6aab5 Added stub for SetThreadToken(), required by Office 2000. by Ian Schmidt · 26 years ago
- 8d79990 Added stub for WNetGetUniversalName[A|W]. by Juergen Schmied · 26 years ago
- a49bb26 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW. by Joshua Thielen · 26 years ago
- a4b80d4 Fixes for compile on non-Intel platforms. by Patrik Stridvall · 26 years ago
- 623c0d6 some small include fixes, some checks for NULL ptrs, by Marcus Meissner · 26 years ago
- e00114c Added UnlockFileEx stub. by Andreas Mohr · 26 years ago
- 3742d77 Fixes for non-i386 compiling. by Alexandre Julliard · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- d37b019 Fixed DPA_LoadStream and improved DPA_Merge. by Eric Kohl · 26 years ago
- 45f8886 Added SHDoDragDrop() stub. by Eric Kohl · 26 years ago
- dd5bf84 Added WNetRemoveCachedPassword() stub. by Eric Kohl · 26 years ago
- cd6f599 Share the HMODULE of built-in modules over all processes. by Ulrich Weigand · 26 years ago
- 55e1af9 Added DebugBreak. by Alexandre Julliard · 26 years ago
- 6f40d25 Fixed WNASPI32 ordinals. by Andreas Mohr · 26 years ago
- 18d3ad8 Stub for SetVolumeLabel(). by Dave Pickles · 26 years ago
- 713462d Read/load type libraries. Implementation of ITypeLib, ITYpeInfo, by Rein Klazes · 26 years ago