goma /
wine /
1e1313d54c0ac0038a2bfef5a5d00d2e921b6644 - 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
- cd26935 Warning fix. by Alexandre Julliard · 22 years ago
- 937d0b2 Handle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_FROM_SYSTEM both by Ryan Cumming · 22 years ago
- 4ce2837 Test sound format support with waveOutGetDevCaps and waveOutOpen. by Francois Gouget · 22 years ago
- 07f736b Hack to detect register functions automatically so that relay debug by Alexandre Julliard · 22 years ago
- d427f73 Make COMSPEC point to wcmd.exe, not command.com. by Alexandre Julliard · 22 years ago
- ea4913f - noop redefinition of SPI_[GET/SET]MENUUNDERLINES by Greg Turner · 22 years ago
- 9560ece Added/upgraded Hungarian resources. by Zoly Nagy · 22 years ago
- ba9dc78 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
- 93cf466 - Updated it to support changes in Wine. by Patrik Stridvall · 22 years ago
- df7ffb8 Updated the generated tests. by Patrik Stridvall · 22 years ago
- 5554838 Added tests for normal types (not just structures). by Patrik Stridvall · 22 years ago
- 7e18d73 Added missing CSTR_ definitions. by Ryan Cumming · 22 years ago
- ffd98e9 OSS_RawOpenDevice should return an error if the format is not supported. by Francois Gouget · 22 years ago
- 1cd8154 Add stub for RasEnumConnectionsW. by Ryan Cumming · 22 years ago
- 8712174 Handle errors in std marshaller better, do not crash. by Marcus Meissner · 22 years ago
- 0f53dbf Specify existing extra size of WINEPS Devmode structure. by Marcus Meissner · 22 years ago
- 63e8a26 Skip the allocation of a new console on "wcmd /c <command>" execution, by Jaco Greeff · 22 years ago
- 3c9d918 Ignore VCPI installation checks. Handle XMS query any extended memory by Jukka Heinonen · 22 years ago
- 6a216d0 When returning from 32-bit default interrupt handlers, eflags are now by Jukka Heinonen · 22 years ago
- 52b93b6 Additional exported capabilities to please some picky games. by Lionel Ulmer · 22 years ago
- 5ecd890 - only compare the first WORD in the DDSCAPS2 structure if no DX7 by Lionel Ulmer · 22 years ago
- f18aec2 Augment the DDSCAPS2 dumping routine with new caps. by Lionel Ulmer · 22 years ago
- e8d0f97 Release 20021031. by Alexandre Julliard · 22 years ago wine-20021031
- 6bd508f Added clobber lists to the inline assembly functions. by Alexandre Julliard · 22 years ago
- eb53c02 Fixed some handle conversions for -DSTRICT. by Matthew Davison · 22 years ago
- 2339b83 Fix some problems found by winapi_check. by Greg Turner · 22 years ago
- d4730de Fix stupid clone of broken macro, found by Marcus. by Greg Turner · 22 years ago
- 582b744 Some RPC format characters from MS documentation. by Ove Kaaven · 22 years ago
- 0d2fa77 Remove quotes from filename before calling LoadLibrary in DoLaunch. by Stefan Leichter · 22 years ago
- d7e2847 - Fixed typo in SHGetFileInfoA. by Alberto Massari · 22 years ago
- eaa53a0 Remove #ifdef WINNT conditionals; just use the NT definitions. by Greg Turner · 22 years ago
- f71a83a - Use appropriate per-platform NDR_LOCAL Data Representation. by Greg Turner · 22 years ago
- 93e366e Escape \ in path and arguments. Use UNIX style work_dir, not windows dir. by Marcus Meissner · 22 years ago
- 49dffc5 Updated Slovenian resources for (new) version of progman. by Rok Mandeljc · 22 years ago
- 3eafbfc - Fix offset bug in the conformant string unmarshall routine. by Greg Turner · 22 years ago
- 775fcfd Work around to make system-global hooks at least run in the thread by Alexandre Julliard · 22 years ago
- cf2e57d Split out some more 16-bit code. by Alexandre Julliard · 22 years ago
- 306a60d _seh_longjmp_unwind is i386 only for now. by Marcus Meissner · 22 years ago
- 733b88b - Cast NDR_* #defines to (unsigned long) instead of (UINT32) like MS by Greg Turner · 22 years ago
- dc3e6c5 Rename the *_32_READ macros to *_UINT32_READ for clarity. by Greg Turner · 22 years ago
- b557a71 Fix English progman resources by translating French bits. by Vincent Béron · 22 years ago
- ae41dd5 Small cleanup for the French progman resources. by Vincent Béron · 22 years ago
- 5347222 lParam was not properly sent in COMBOEX_DrawItem. by Carlos Lozano · 22 years ago
- 40dab82 Append columns with large column indices. by Dimitrie O. Paun · 22 years ago
- 45e5681 Mingw porting fix. by Steven Edwards · 22 years ago
- c1c346a Prevent crashes when DOS program tries to access console and no by Jukka Heinonen · 22 years ago
- e0315e4 Converted x11drv to -DSTRICT. by Alexandre Julliard · 22 years ago
- 7a1cb65 Moved 16-bit definitions out of mmddk.h into mmsystem16.h. by Alexandre Julliard · 22 years ago
- 9376fb3 Fixed a number of -DSTRICT warnings. by Alexandre Julliard · 22 years ago
- 5ad69f1 Added support for nested exceptions happening inside a catch block. by Alexandre Julliard · 22 years ago
- 47cc155 MSGBOX_DlgProc: break out of WM_COMMAND. by Uwe Bonnes · 22 years ago
- 601a3ab Fix some types and function prototypes according to Platform SDK definitions. by Dmitry Timoshkov · 22 years ago
- ac5de27 winmm/mmsystem now compiles with -DSTRICT. by Eric Pouech · 22 years ago
- 4bbd7b3 Fix some treeview notification codes between ANSI/Unicode mode. by Dimitrie O. Paun · 22 years ago
- 7efe3ff Return correct values for wave(In|Out)GetPosition even if playing non PCM files. by Eric Pouech · 22 years ago
- 7656b14 Split between 16 / 32 bit code. by Eric Pouech · 22 years ago
- 1e85f70 Added winedos16.spec.c. by Alexandre Julliard · 22 years ago
- a768fa3 First version of msvcrt scanf test. by Uwe Bonnes · 22 years ago
- ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
- eb2a39e Add winedos16.dll which contains 16-bit protected mode interrupt entry points. by Jukka Heinonen · 22 years ago
- dc60324 Fixed SHGFI_SYSICONINDEX flag handling. by Carlos Lozano · 22 years ago
- 0cf7533 Moved the test routines from wtmain.c into wine/test.h so that they by Alexandre Julliard · 22 years ago
- f99c03b Fixed LITTLE_ENDIAN_32_READ macro to at least compile. by Marcus Meissner · 22 years ago
- 9fc8b11 - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). by Martin Wilck · 22 years ago
- 0d238f7 Powerpc instruction pointer is Iar, not Eip. by Marcus Meissner · 22 years ago
- 10d312e wavemap now compiles with -DSTRICT. by Eric Pouech · 22 years ago
- 4a301f5 Removed no longer needed support for patching the debugger path in the registry. by Alexandre Julliard · 22 years ago
- 0d6eba7 Only run the 32-bit checklink for dlls that contain 16-bit files. by Alexandre Julliard · 22 years ago
- 70c82e8 - added troubleshooting section to Wine Users Guide (taken from Wine by Andreas Mohr · 22 years ago
- 6f6abac Modify winedos interrupt handlers so that they work with PM by Jukka Heinonen · 22 years ago
- d9310e7 Fix for listview wheelmouse message handling. by Rein Klazes · 22 years ago
- de41ddc Added {ok,trace}_ macros to take explicit file and line number. by Patrik Stridvall · 22 years ago
- 70bb4781 - more comments and comment-cleanup by Greg Turner · 22 years ago
- f97ba16 Moved 16 bit joystick function to mmsystem.c. by Eric Pouech · 22 years ago
- 50ade2b - internal renaming (no longer using MMSYSTEM prefixes for WINMM only by Eric Pouech · 22 years ago
- 8b7a45f - let all time related functions make use of low level drivers 16 bit by Eric Pouech · 22 years ago
- 5942f98 All low level driver functions (internals for wave, midi, mixer and by Eric Pouech · 22 years ago
- 9becf85 All MCI functions are now cleanly separated. by Eric Pouech · 22 years ago
- b4df16b All driver functions are now properly separated. by Eric Pouech · 22 years ago
- 74b20fb - revisited mmsystem/winmm loading mechanism by Eric Pouech · 22 years ago
- 2b0e56c Now only storing thread id for mci tasks (16 bit htask is now gotten by Eric Pouech · 22 years ago
- c07a6cf Fixed ShowWindowAsync. by Alexandre Julliard · 22 years ago
- 0b1a367 Removed a couple of no longer used queue functions. by Alexandre Julliard · 22 years ago
- c72255c Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
- ec50ab2 API file update. by Patrik Stridvall · 22 years ago
- 03d3d9d Separate out 16-bit ShellExecute function. by György 'Nog' Jeney · 22 years ago
- f9768f4 Fixed font object leak in WM_SETFONT handler. by Sander van Leeuwen · 22 years ago
- 6f31013 Corrections to the Spanish keyboard layout. by Jeff Smith · 22 years ago
- 97db7b4 Added WSASendDisconnect. by Hagen Heiduck · 22 years ago
- 199acb7 Added some defines for compatibility with Windows headers. by Patrik Stridvall · 22 years ago
- 6b20571 Silence unneeded ERR while converting tasks. by Eric Pouech · 22 years ago
- 5e81d9a - finish mmio separation - no longer storing function pointers in global IData by Eric Pouech · 22 years ago
- 02af550 Send the right notification code (A/W) depending on the Unicode setting. by Dimitrie O. Paun · 22 years ago
- 011fc64 Add new options --wine and --winetest so workspace and project files by Patrik Stridvall · 22 years ago
- fc832f0 Fixed tests to compile with MS C on Windows. by Patrik Stridvall · 22 years ago
- 7d22613 Updated the generated tests. by Patrik Stridvall · 22 years ago
- 1a6898b Added support for excluding optional fields. by Patrik Stridvall · 22 years ago
- 1e22e3b Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
- 8dc2b10 Made the reporting for the (current) unsupported flags in GenInstall16 by Jaco Greeff · 22 years ago