- 4e4460e There's no need for DUMMYUNIONNAME in private headers. by Alexandre Julliard · 21 years ago
- 201da33 Define OPENFILENAME_SIZE_VERSION_400. by Kevin Koltzau · 21 years ago
- e293074 Added configure check for readlink. by Alexandre Julliard · 21 years ago
- 3604824 If supported by the linker, prevent the ELF loader from calling the by Alexandre Julliard · 21 years ago
- e5a1134 Add icm.h for colour management. by Mike McCormack · 21 years ago
- 3accd8d Define structs FILEDESCRIPTOR and FILEGROUPDESCRIPTOR used with the by Kevin Koltzau · 21 years ago
- 640cc3f Assorted spelling fixes. by Francois Gouget · 21 years ago
- 9d7bcf8 Define IShellExecuteHook interface. by Martin Fuchs · 21 years ago
- 72ecbb0 SHCoCreateInstance is now documented (spotted by Francois Gouget). by Alexandre Julliard · 21 years ago
- 5bf3a26 Made wine_get_unix_file_name take a Unicode string pointer. by Eric Pouech · 21 years ago
- c0a5a27 Correct return type of SHFileOperationA/W. by Martin Fuchs · 21 years ago
- 6518b5c MSVC porting fixes. by Steven Edwards · 21 years ago
- 43cb03b Implemented RegFlushKey and NtFlushKey. by Mike Hearn · 21 years ago
- 7984ded Added wine_dll_get_owner function that retrieves the 32-bit dll by Alexandre Julliard · 21 years ago
- d8f9c1c Fix compiling netapi32 on MSVC with PSDK headers. by Steven Edwards · 21 years ago
- 875927f Updated configure with autoconf 2.58. Set the bug report address. by Alexandre Julliard · 21 years ago
- cd61ce8 Add support for many MCIWNDM_ messages and some MCI_ commands in the by Dmitry Timoshkov · 21 years ago
- 446d832 Store window icons in the window structure so that WM_SETICON can do by Alexandre Julliard · 21 years ago
- 9741589 Fix many function prototypes and data types according to Platform SDK by Dmitry Timoshkov · 21 years ago
- be6d014 Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix by Dmitry Timoshkov · 21 years ago
- 62fb191 - Add a bitmap resource with the font icons: TrueType, printer, by Rein Klazes · 21 years ago
- 0646499 Implement support for many MCIWndClass MCI_ and MCIWNDM_ messages. by Dmitry Timoshkov · 21 years ago
- 3dc71b6 Better handling of some service functions. by Aric Stewart · 21 years ago
- 12b36ec Added CreateAsyncBindCtx and IsAsyncMoniker stubs. by Kirill Smelkov · 21 years ago
- 6ba2226 When building a PE DLL (MinGW), variables exported from a DLL must be by Ge van Geldorp · 21 years ago
- ae0ca56 Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error, by Jon Griffiths · 21 years ago
- bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
- 32f296b Added stub and prototype for WSAJoinLeaf. by Kirill Smelkov · 21 years ago
- f3eff52 Implement CryptRegisterOIDFunction and CryptSIPAddProvider. by Mike McCormack · 21 years ago
- bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
- ebf1243 Added support for inter-process GetWindowWord. by Alexandre Julliard · 21 years ago
- 31c50cc Add a few soon-to-be-implemented functions. by Jon Griffiths · 21 years ago
- cc09196 Implemented GetTitleBarInfo. by Kevin Koltzau · 21 years ago
- 631dba5 Added CS_DROPSHADOW. by Alexandre Julliard · 21 years ago
- 2eaefbd Move content of global.h into the appropriate private headers. by Dimitrie O. Paun · 21 years ago
- 8b0d289 Stub implementations for CertCreateCRLContext and CertCloseStore. by Mike McCormack · 21 years ago
- 216a0df Partially implement NetWkstaGetInfo. by Juan Lang · 21 years ago
- 573b389 Move include/bitmaps/*.xpm where they belong. by Dimitrie O. Paun · 21 years ago
- 5329fc8 Get rid of clipboard.h. by Alexandre Julliard · 21 years ago
- 2f2c08d Add missing ListView_GetViewRect() macro. by Dimitrie O. Paun · 21 years ago
- e854912 Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h. by Alexandre Julliard · 21 years ago
- 64fb191 IBindHost interface additions. by Kirill Smelkov · 21 years ago
- c4fc1ab Added IObjectWithSite interface. by Kirill Smelkov · 21 years ago
- 04ecca5 Use wine_server_release_fd() instead of close() everywhere we use by Alexandre Julliard · 21 years ago
- 9b513ad Stub implementations for ChangeServiceConfigA/W. by Mike McCormack · 21 years ago
- 16c1bf1 Added stub for CryptProtectData, so programs like Skype can start. by Thomas Brix Larsen · 21 years ago
- f3f435f Added wine_server_release_fd function to release the fd returned by by Alexandre Julliard · 21 years ago
- d72bd7e Declare some MSI functions. by Mike McCormack · 21 years ago
- c3c33a0 Added SetDCPenColor prototype. by Kirill Smelkov · 21 years ago
- 2964888 A general cleanup of the version resources in Wine DLLs. by Dmitry Timoshkov · 21 years ago
- ee33c00 Changed the version resource to be created in the common way. by Stefan Leichter · 21 years ago
- e7fd6fd Implemented a lot of Netbios(). by Juan Lang · 21 years ago
- 0b19a6f Better support for div and ldiv in Winelib apps. by Alexandre Julliard · 21 years ago
- 402b79a Porting fixes. by Alexandre Julliard · 21 years ago
- 97903d2 Added support for inter-process GetWindowLong on the window extra bytes. by Alexandre Julliard · 21 years ago
- e267311 Fixed WINELIB_NAME_AW typo (thanks to Robert Shearman). by Alexandre Julliard · 21 years ago
- 4bb6242 Added a few missing TabCtrl_* macros. by Dimitrie O. Paun · 21 years ago
- 358fff8 Implement the TME_NONCLIENT flag in TrackMouseEvent to handle by Kevin Koltzau · 21 years ago
- 2fdc4dc Added missing prototypes for some implemented functions. by Alexandre Julliard · 21 years ago
- b7976c0 Fixed declarations of BroadcastSystemMessage and TranslateAccelerator by Alexandre Julliard · 21 years ago
- 29cff12 Moved the ShellExecuteEx definitions to shellapi.h where they belong. by Alexandre Julliard · 21 years ago
- 9e8ce63 Let enhmetafiles reuse gdi handles. This works by a dc 'registering' by Huw Davies · 21 years ago
- 6281d82 Store the thread entry point in the startup info passed to the new by Alexandre Julliard · 21 years ago
- 794bf0f Add Darwin/Mac OS X support to the build system. by Pierre d'Herbemont · 21 years ago
- 9e73f55 Store the last error code at the TEB offset used by NT instead of the Win9x one. by Alexandre Julliard · 21 years ago
- ff03652 Got rid of DRIVE_OpenDevice, and replaced it with Win32 equivalents. by Eric Pouech · 21 years ago
- 16b4411 Removed MODULE_GetLoadOrderA. by Alexandre Julliard · 21 years ago
- e3c9de6 Implemented DMORegister, DMOUnregister, DMOGetName, DMOEnum. by Ulrich Czekalla · 21 years ago
- 436eda3 Removed task.h. by Alexandre Julliard · 21 years ago
- 69357eb Added some structures used by NetUserModalsGet. by Mike McCormack · 21 years ago
- c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
- 33f9dcb Move CompareString implementation to libwine_unicode, add a bunch of by Dmitry Timoshkov · 21 years ago
- add18f7 Implemented RpcObjectSetType. by Gregory M. Turner · 21 years ago
- 7d41296 Removed stale instance.h. by Vincent Béron · 21 years ago
- e617a9c Include ft2build.h before freetype/freetype.h. Libfreetype 2.1.7 requires this. by Rein Klazes · 21 years ago
- d6254fc - AVI Splitter implementation. - Add new debugging function wine_dbstr_longlong. by Robert Shearman · 21 years ago
- 84540b4 Assorted spelling fixes. by Francois Gouget · 21 years ago
- a7ce2ab Removed include/selectors.h. by Alexandre Julliard · 21 years ago
- d868549 Moved toolhelp.h to dlls/kernel. by Alexandre Julliard · 21 years ago
- f9be2f3 Removed some unnecessary includes. by Alexandre Julliard · 21 years ago
- d3fb25c Moved a few definitions used in only one source file out of module.h. by Alexandre Julliard · 21 years ago
- 8fb98a4 Added wine_ldt_is_system() to replace the IS_SELECTOR_SYSTEM macro, by Alexandre Julliard · 21 years ago
- e983652 Moved a number of DOS definitions out of the global headers and into by Alexandre Julliard · 21 years ago
- 4044372 Moved winedos loading functionality to dlls/kernel/instr.c and get rid by Alexandre Julliard · 21 years ago
- 2f558b5 Add some missing prototypes/defines. OaBuildVersion() returns a ULONG, not UINT. by Jon Griffiths · 21 years ago
- 8ca6cad - moved the remaining of int21 calls to dlls/winedos by Eric Pouech · 21 years ago
- 0196861 Add the wined3d dll for beginning a cleaner d3d architecture that will by Raphael Junqueira · 21 years ago
- b0c2e54 Add preliminary support for keyboard layout APIs. by Dmitry Timoshkov · 21 years ago
- 55b51ea Removed instance.h and callback.h, moving their contents to kernel_private.h. by Alexandre Julliard · 21 years ago
- 821ab86 Added configure check for pthread_getattr_np. by Alexandre Julliard · 21 years ago
- b2d937d Added sigsetjmp/siglongjmp and gettid to the portability library. by Alexandre Julliard · 21 years ago
- daeccba Moved the exec_wine_binary function to the wine library, and use it to by Alexandre Julliard · 21 years ago
- fd5e811 Added stubs for AccessCheckByType, AddAuditAccessAce, by Ulrich Czekalla · 21 years ago
- 4d626b0 Authors: Dmitry Timoshkov <dmitry@codeweavers.com>, Huw Davies <huw@codeweavers.com> by Alexandre Julliard · 21 years ago
- 1816f8c Add constants for DSA_InsertItem and DPA_InsertPtr according to newest by Rolf Kalbermatter · 21 years ago
- 50fba7f Moved the remaining SYSDEPS_* functions to the wine_pthread interface. by Alexandre Julliard · 21 years ago
- 6e12807 Load any TrueType fonts that fontconfig knows about. by Huw Davies · 21 years ago
- fc58ef8 Added chevron support. by Robert Shearman · 21 years ago
- f45325e Create two separate wine binaries, one using libpthread and one using by Alexandre Julliard · 21 years ago
- 00fdd9f AVM Computersysteme Vertriebs GmbH by Alexandre Julliard · 21 years ago