Converted to the new debug interface, using script written by Patrik
[wine] / include /
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Alexandre JulliardAdded CONTEXT86 definition.
1999-06-26  Alexandre JulliardFixes for non-i386 compiling.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Eric KohlFixed DPA_LoadStream and improved DPA_Merge.
1999-06-26  Eric KohlStarted WM_NOTIFYFORMAT support.
1999-06-26  Eric PouechNo longer using global vars (shared data) for mm timers...
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-26  Thuy NguyenImplemented the underline and strikeout text attributes...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Eric PouechMoved to new trace interface.
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardA few optimizations.
1999-06-18  Alexandre JulliardAdded DebugBreak.
1999-06-18  Alexandre JulliardDebugger is now called by exception handling.
1999-06-18  Alexandre JulliardMoved signal handling to exception.c, generate exceptio...
1999-06-18  Ulrich Weigand- Do not call XConfigureWindow if SetWindowPos was...
1999-06-13  Alexandre JulliardRelease 990613. wine-990613
1999-06-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-06-12  Andreas MohrRearrange winver detection code and cache the winver...
1999-06-12  Patrik StridvallAdded CINTERFACE and NONAMELESSUNION support.
1999-06-12  Patrik StridvallAdded extern "C" if __cplusplus is defined.
1999-06-12  Francis BeaudetFixed a few behaviors of the combobox that were broken.
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-06-12  Eric PouechMade the service thread instanciable in every process.
1999-06-12  Ove KaavenImplementation of EV_RXFLAG.
1999-06-12  Huw D M DaviesPSDRV_StretchDIBits should use logical co-ords.
1999-06-12  Andreas MohrAdded the function definitions of GetStartupInfo*().
1999-06-11  Alexandre JulliardUse the normal environment routines to build the env...
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-06-06  Alexandre JulliardMoved inclusion of winestring.h to winebase.h.
1999-06-06  Ulrich WeigandRemoved Callback.CallTaskRescheduleProc().
1999-06-06  Ulrich WeigandSwitch stacks in CALL32_Init().
1999-06-06  Ulrich Weigand16-bit scheduler reorganized: run all tasks in their...
1999-06-06  Ulrich WeigandRemoved SERVICE_Exit().
1999-06-06  Uwe BonnesAdd some defines.
1999-06-05  Paul QuinnSome non-threatening fixes to some headers, as well...
1999-06-05  Dave PicklesStub for SetVolumeLabel().
1999-06-05  Rein KlazesRead/load type libraries. Implementation of ITypeLib...
1999-06-05  Robert W HallAdded 2 stubs.
1999-06-05  Ulrich WeigandRemoved DummyMotionNotify EVENT driver routine.
1999-06-05  James JuranAdd stub for LockFileEx (KERNEL32.513).
1999-06-05  Eric PouechAdded (still incomplete) handling of MCI_BREAK command.
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-29  Paul Quinnver.h is a legacy header. winver.h should be used instead.
1999-05-29  Luc Tourangeau- Reimplemented the scrolling using SetScrollInfo and...
1999-05-29  Eric PouechAdded missing TRACE define when NO_DEBUG_MSGS was defined.
1999-05-24  Alexandre JulliardRemoved process argument to PROCESS_CallUserSignalProc.
1999-05-24  Alexandre JulliardAdded support for dumping variable-size data of server...
1999-05-24  Eric Pouechremoved unnecessary MCI drivers entry point
1999-05-24  Ulrich WeigandMoved WINSOCK network IO event handling to special...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-23  Alexandre JulliardImplemented the Win32 debug API functions.
1999-05-23  Alexandre JulliardAdded debug events support.
1999-05-23  Alexandre JulliardRelease 990523. wine-990523
1999-05-22  Ulrich WeigandAdded UserRepaintDisable16().
1999-05-22  Ulrich WeigandAdapted to EVENT_ driver changes.
1999-05-22  Ulrich WeigandMoved X input event handling out of EVENT_WaitNetEvent...
1999-05-22  Huw D M DaviesImplemented AddPrinterA, AddPrinterDriverA and GetPrint...
1999-05-22  Eric PouechCreate a new configuration manifest constant HAVE_OSS_MIDI.
1999-05-22  Ulrich WeigandImproved syslevel handling, store currently held syslev...
1999-05-22  Joshua ThielenAdded mmsystem.h include.
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-22  Eric KohlToolbar customization dialog (take one).
1999-05-22  Ulrich WeigandFix swapped FreeLibary return values. Handle FreeLibrar...
1999-05-22  Ove KaavenChanged global DOS_LOL into function DOSMEM_LOL() in...
1999-05-22  Ove KaavenAdded MZ_Current() (returns current LPDOSTASK) and...
1999-05-22  Eric PouechSome more defines for multimedia.
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-16  Alexandre JulliardAdded a few missing debug event definitions.
1999-05-16  Alexandre JulliardAdded TEB in init_thread request.
1999-05-15  Alexandre JulliardServer reorganization:
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-05-14  Alexandre JulliardFixed a few bugs, and improved the exception macros...
1999-05-13  Lionel UlmerReplaced all the Mesa specific code by GLX code. Should...
1999-05-13  Andreas MohrImplemented InsertInASPIChain and fixed minor things.
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-12  Alexandre JulliardAdded macros and definitions for using exception inside...
1999-05-12  Alexandre JulliardMoved some exception definitions to winnt.h and ntddk.h.
1999-05-12  Alexandre JulliardAdded ERROR_sig.
1999-05-12  Marcus MeissnerWSOCK32/WINSOCK uses SetLastError() to keep its own...
1999-05-12  Alexandre JulliardAdded import declaration for Win32 built-ins.
1999-05-10  Alexandre JulliardAdded support for forwarded ordinals in built-in dlls.
1999-05-09  Alexandre JulliardImproved exception handling.
1999-05-08  Alexandre JulliardRelease 990508. wine-990508
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-05-08  Michael VekslerRemoved #include "wine/winuser16.h" and use "struct...
1999-05-08  Ove KaavenMoved DOS List of Lists initialization, and added the...
1999-05-08  Noomen HamzaBug fixes.
1999-05-08  Ulrich WeigandCall THREAD_FreeTHDB as service thread callback.
1999-05-08  Ulrich WeigandRemoved TIMER_SwitchQueue.
1999-05-08  Thuy NguyenImplementation of IStorage supported by an implementati...
next