2000-11-13 |
Ove Kaaven | Reorganized DOS memory remapping slightly, so that... |
tree | commitdiff |
2000-11-11 |
Nerijus Baliunas | Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp286... |
tree | commitdiff |
2000-11-10 |
Dimitrie O. Paun | Use variable argument macros when compiling with gcc. |
tree | commitdiff |
2000-11-10 |
Francois Gouget | Use DUMMYxxxNAME for anonymous struct/unions. |
tree | commitdiff |
2000-11-10 |
Francois Gouget | Added missing pointer types: Pxxx or LPxxx |
tree | commitdiff |
2000-11-10 |
Francois Gouget | Added some STN_xxx macros. |
tree | commitdiff |
2000-11-10 |
Francois Gouget | HICON and HCURSOR should be interchangeable. |
tree | commitdiff |
2000-11-10 |
Francois Gouget | Added LPUDACCEL and HDF_RTLREADING. |
tree | commitdiff |
2000-11-10 |
Alexandre Julliard | Added support for loading a Winelib app linked as a... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Do builtin modules fixups in library/loader.c before... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Check all Callouts function pointers for NULL before... |
tree | commitdiff |
2000-11-08 |
Francois Gouget | Moved things to the proper rpcxxx.h header. |
tree | commitdiff |
2000-11-08 |
Francois Gouget | Added DM_REPOSITION. |
tree | commitdiff |
2000-11-08 |
Francois Gouget | We must include stdarg.h. |
tree | commitdiff |
2000-11-08 |
Francois Gouget | We must include ctype.h so that applications get isalnu... |
tree | commitdiff |
2000-11-08 |
Francois Gouget | Added CC_SOLIDCOLOR and CC_ANYCOLOR. |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Moved builtin dll registration to libwine. |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Added new library.h header for libwine definitions. |
tree | commitdiff |
2000-11-07 |
Francois Gouget | Fixed typos in comments. |
tree | commitdiff |
2000-11-07 |
Ulrich Weigand | Added missing IMAGE_DEBUG_MISC definition. |
tree | commitdiff |
2000-11-07 |
Aric Stewart | Added 16x16 wine logo. |
tree | commitdiff |
2000-11-06 |
James Hatheway | Added stubs and setupapi.h. |
tree | commitdiff |
2000-11-05 |
Lionel Ulmer | - reorganized DInput DLL |
tree | commitdiff |
2000-11-05 |
Dmitry Timoshkov | Added the ability to see names of the virtual key codes. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | New debug channel mechanism allowing decentralized... |
tree | commitdiff |
2000-11-05 |
Patrik Stridvall | Optimized {,p}MoveTo{,Ex}{,16}. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
tree | commitdiff |
2000-11-02 |
Alexandre Julliard | Create Gnome/KDE desktop and menu entries from IShellLink |
tree | commitdiff |
2000-11-01 |
Mark Dufour | Make the functions Pie, Chord, RoundRect, AngleArc... |
tree | commitdiff |
2000-11-01 |
Juergen Schmied | Better handling of custom templates and hooks. |
tree | commitdiff |
2000-10-29 |
Alexandre Julliard | Patch flat cs of 16-bit entry points if current %cs... |
tree | commitdiff |
2000-10-29 |
David Elliott | Added basic working stubs of new Windows 2000 API funct... |
tree | commitdiff |
2000-10-29 |
Alexandre Julliard | Removed unused LOCAL_LockSegptr. |
tree | commitdiff |
2000-10-26 |
Alexandre Julliard | Release 20001026. wine-20001026 |
tree | commitdiff |
2000-10-26 |
Alexandre Julliard | Raise an exception when a stub entry point is called. |
tree | commitdiff |
2000-10-25 |
Dmitry Timoshkov | Replaced ToAscii by ToUnicode in the User driver interface. |
tree | commitdiff |
2000-10-25 |
Andreas Mohr | Free the Win16 dummy module and wm->deps. |
tree | commitdiff |
2000-10-24 |
Alexandre Julliard | Removed GetResDirEntryA/W. |
tree | commitdiff |
2000-10-24 |
Patrik Stridvall | Added some missing defines for non-Linux. |
tree | commitdiff |
2000-10-23 |
Alexandre Julliard | Duplicate resource directory searching routines instead... |
tree | commitdiff |
2000-10-23 |
Andreas Mohr | Always open/close the CD-ROM device for every Windows... |
tree | commitdiff |
2000-10-23 |
Marcus Meissner | Added some basic IDirectDraw7 interface support, fixed... |
tree | commitdiff |
2000-10-22 |
Patrik Stridvall | Fixed issue found by winapi_check. |
tree | commitdiff |
2000-10-22 |
Patrik Stridvall | Use intermediate typedef. |
tree | commitdiff |
2000-10-22 |
Guy L. Albertelli | Added wParam and lParam as parameters in SPY_ExitMessage |
tree | commitdiff |
2000-10-22 |
Andreas Mohr | Removed redundant thread priority defines. |
tree | commitdiff |
2000-10-19 |
Peter Hunnisett | Added crt/msvcrt thread prototypes. |
tree | commitdiff |
2000-10-19 |
Dmitry Timoshkov | Added support for AZERTY keyboard layout. |
tree | commitdiff |
2000-10-19 |
Andreas Mohr | Skip directory symlinks in DOSFS_FindNextEx. |
tree | commitdiff |
2000-10-19 |
Francois Gouget | Added/fixed missing extern "C". |
tree | commitdiff |
2000-10-19 |
Francois Gouget | Added the {HRESULT,SCODE}_SEVERITY macros. |
tree | commitdiff |
2000-10-19 |
Alexandre Julliard | Use a binary search to find entries in resource directo... |
tree | commitdiff |
2000-10-19 |
Alexandre Julliard | Call PrivateExtractIcon in user32 instead of duplicatin... |
tree | commitdiff |
2000-10-19 |
Francois Gouget | Added support for three levels of nesting of the 'pragm... |
tree | commitdiff |
2000-10-17 |
Ove Kaaven | Implemented DOS INT21 AH=4B (EXEC). |
tree | commitdiff |
2000-10-17 |
Dmitry Timoshkov | Added support for keyboard input in various locales. |
tree | commitdiff |
2000-10-17 |
Guy L. Albertelli | Added flag and notification definitions for ComboBoxEx. |
tree | commitdiff |
2000-10-15 |
Alexandre Julliard | Converted a few more server requests to the new mechanism. |
tree | commitdiff |
2000-10-15 |
Alexandre Julliard | Fixed a few prototypes. |
tree | commitdiff |
2000-10-15 |
Alexandre Julliard | Set selector 0000H base to 0xf0000 until the first... |
tree | commitdiff |
2000-10-13 |
Chris Morgan | Implemented the IDC_HAND cursor. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | Fixed the signature of the FormatMessage APIs. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | The MODEM stuff has been spun off to its rightful place... |
tree | commitdiff |
2000-10-13 |
Francois Gouget | Completed/corrected the list of include files. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | Added a NOGDI protection. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | Must include objbase.h. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | HFILE is an int, not a regular HANDLE. |
tree | commitdiff |
2000-10-13 |
Andreas Mohr | Added MSGF_DDEMGR. |
tree | commitdiff |
2000-10-13 |
Alexandre Julliard | Added a few more large integer functions. |
tree | commitdiff |
2000-10-13 |
Mike McCormack | Moved comm.c into kernel32. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | Claim that our headers conform to the version 5.0. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | The string fields in PROPSHEETPAGEA should be ANSI... |
tree | commitdiff |
2000-10-13 |
Francois Gouget | Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | Added the missing TVINSERTSTRUCT synonyms. |
tree | commitdiff |
2000-10-13 |
Francois Gouget | Fixed the signature of SysAllocStringByteLen. |
tree | commitdiff |
2000-10-13 |
Susan Farley | Status bars on managed windows should not have SIZEGRIP... |
tree | commitdiff |
2000-10-13 |
Konrad Rieck | Changed repne to repnz for Solaris assembler. |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT... |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Added many missing *Pxxx types. |
tree | commitdiff |
2000-10-12 |
Francois Gouget | ROTFLAGS have their own ifdef protection, take them... |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Added a declaration for GetEnhMetaFileDescription. |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Enable anonymous struct/union support by default in... |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Added four DDElParam functions. |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Removed stray A/W from invocations of WINELIB_NAME_AW. |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Added some of the APIs introduced in Win98, mostly... |
tree | commitdiff |
2000-10-03 |
Alexandre Julliard | Use special environment variables to transmit the cwd... |
tree | commitdiff |
2000-10-03 |
Francois Gouget | Removed the ';' ending on lines using the DECL_WINELIB_... |
tree | commitdiff |
2000-10-03 |
Francois Gouget | Added some missing 'SysAllocString' prototypes. |
tree | commitdiff |
2000-10-03 |
Aric Stewart | Added a white border around the I-beam cursor. |
tree | commitdiff |
2000-10-02 |
Alexandre Julliard | Release 20001002. wine-20001002 |
tree | commitdiff |
2000-10-02 |
Alexandre Julliard | Convert NtQueryKey and NtEnumerateKey to the new reques... |
tree | commitdiff |
2000-10-02 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-10-01 |
Alexandre Julliard | Converted some of the registry server requests to the... |
tree | commitdiff |
2000-10-01 |
Alexandre Julliard | Implemented a bunch of large integer functions in ntdll. |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved a bunch of routines to kernel32.dll (with the... |
tree | commitdiff |
2000-09-29 |
Francois Gouget | Moved DLLVERSIONINFO to shlwapi.h. |
tree | commitdiff |
2000-09-29 |
Stephane Lussier | Before calling the timer window proc, make sure it... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved critical section implementation to ntdll. |
tree | commitdiff |
2000-09-29 |
Mike McCormack | Implemented SHDeleteEmptyKeyA, SHDeleteKeyA. |
tree | commitdiff |
2000-09-29 |
Francois Gouget | Fix the return type of mixerMessage16. |
tree | commitdiff |
next |