Map PrintDlg16 to PrintDlgA.
[wine] / include /
1999-10-13  Huw D M DaviesMap PrintDlg16 to PrintDlgA.
1999-09-29  Rein KlazesFirst implementation of LoadTypeLibEx().
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...
1999-09-27  Eric PouechRemoved last dependancies between MCI drivers and WINMM...
1999-09-27  Ove KaavenAdded some basic Winsock2 definitions.
1999-09-27  Francis BeaudetDPtoLP needs to round the result.
1999-09-27  Rein KlazesUse an extra bit in the button status byte to flag...
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-23  Alexandre JulliardRelease 990923. wine-990923
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-22  Eric PouechAdded some missing defines.
1999-09-22  Eric PouechNow using the same structs for low-level drivers as...
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-20  Ulrich WeigandDon't create thunk for task signal proc, call it directly.
1999-09-20  Ulrich WeigandDC hook proc thunk management simplified.
1999-09-20  Ulrich WeigandWindows hook proc thunk management simplified.
1999-09-20  Ulrich WeigandModified THUNK_Alloc so as to avoid 32->16->32 calling...
1999-09-20  Lionel UlmerAdded the possibility to use DGA 2.0.
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-20  Ulrich WeigandBugfix: Improved GetCodeHandle16 / GetCodeInfo16.
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-19  Peter GantenStubs for PolyTextOutA/W.
1999-09-19  Huw D M DaviesExtend DRAWMODE struct to win95 spec.
1999-09-19  Ulrich WeigandMove VerLanguageName[AW] back to base (exported from...
1999-09-19  Marcus MeissnerAdded stub implementation for EnumDisplayDevices*.
1999-09-19  Juergen SchmiedMore support for special pidls in SHGetSpecialFolderLoc...
1999-09-19  Luc TourangeauImplemented invisible pens.
1999-09-14  Karl LessardFixed GetDIBits problems.
1999-09-14  Patrik StridvallAdd support for anonymous struct/unions on compilers...
1999-09-13  Huw D M DaviesChange interfaces to THUNK_Alloc/Free slightly and...
1999-09-11  Patrik StridvallEliminated warnings.
1999-09-10  Huw D M DaviesWinspool DocumentProperties and DeviceCapabilities...
1999-09-10  Huw D M DaviesAdd support for a large number of different paper sizes...
1999-09-10  Lionel UlmerAdded definitions of COM objects for D3D 6.x support.
1999-09-10  Abey GeorgeChanged the pixmap to look like the windows default...
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-09-05  Eric PouechMoved DDK level material to new include/mmddk.h file.
1999-09-05  Juergen LockFix %fs for signal handlers in the FS_sig undefined...
1999-09-05  Ron RecordAdded support of __thr_errno for reentrance on UnixWare.
1999-09-05  Richard CohenVarious fixes for the X11 font mapper, particularly:
1999-09-04  Alexandre JulliardAdded configure check for str[n]casecmp.
1999-09-04  Huw D M DaviesAdded type PWORD.
1999-09-04  Huw D M DaviesAdded loads of types, defines and declarations to winsp...
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-09-03  Karl LessardIan Ward
1999-09-03  Ulrich WeigandRemoved global variable pCurrentTeb.
1999-09-03  Huw D M DaviesA few more DC_ defines from Win2000.
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-08-21  Alexandre JulliardFixed #ifdef symbol for PowerPC.
1999-08-18  Michael VekslerRemoved unnecessary includes from ole related files.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-15  Alexandre JulliardRelease 990815. wine-990815
1999-08-15  Francis BeaudetEnsure that the WM_ENTERIDLE message is not sent if...
1999-08-15  Patrik StridvallGCC 3.0 has not been released yet, but it is good to...
1999-08-15  Juergen SchmiedMore use of rc files for strings and menus, fixes....
1999-08-15  Thuy NguyenImplemented the WM_SETICON and WM_GETICON messages.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-08-15  Ulrich WeigandCallTo16... / CallFrom16... Wine thunks reorganized:
1999-08-14  Bertho StultiensVersion 1.0.14 of wrc.
1999-08-08  Alexandre JulliardFixed SetLocalTime prototype.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-08  Alexandre JulliardReimplemented multi-byte and wide-chars functions to...
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.
1999-08-07  Klaas van GendImplemented the return of hDevModes and hDevNames in...
1999-08-07  Ove KaavenMade hardware_event use win32-conformant parameters.
1999-08-04  Marcus MeissnerImplemented DirectInput Joystick support (tested with...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-08-01  Alexandre JulliardRemoved SIGNAL_MaskAsyncEvents and cleaned up signal...
1999-08-01  Alexandre JulliardRemoved async I/O support.
1999-08-01  Alexandre JulliardUse the service thread for comm notifications.
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-31  Alexandre JulliardRelease 990731. wine-990731
1999-07-31  Marcus MeissnerAdded CONTEXT for ALPHA and MIPS.
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-31  Patrik StridvallSolaris C/C++ compile fix.
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-31  Ulrich WeigandImplemented KERNEL.447 (WIN32_OldYield16).
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-31  Eric KohlSome more messages.
1999-07-31  Alex PriemBugfixes & further updates for the month calendar commo...
1999-07-31  Alex PriemStarted implementing date/time common control.
1999-07-30  Klaas van Gend- added Collate/NoCollate Icons to Print32 dialog ...
1999-07-30  Yuxi ZhangRemoved duplicated defines in winuser.h and commctrl...
1999-07-30  Luc TourangeauAdded a call to the newpath operator immediately before...
1999-07-27  Ulrich WeigandAdded FinalUserInit16/FinalGdiInit16 stubs.
1999-07-27  Francois BoisvertImplemented the Win95 file open/save dialogs.
1999-07-27  Huw D M DaviesAdded more paper sizes and bin names to PPD parser.
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-07-25  Juergen SchmiedNew file. Contains functions not in the official header...
1999-07-25  Huw D M Davies{Start|End}{Doc|Page} go through DCfuncs.
1999-07-25  Juergen SchmiedFixed incomplete proto.
1999-07-24  Ulrich WeigandUnify startup sequence for Wine and WineLib.
1999-07-24  Noel BorthwickFix bug with pasting Wine clipboard content to external...
1999-07-24  Francois BoisvertImplemented TREEVIEW_InsertItemW.
1999-07-24  Sylvain St-GermainFixed inconsistency in conditions that determines if...
next