Implemented FindFirstFileEx, cleaned old implementation up.
[wine] / include /
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-06-01  Peter Hunnisett- Added DirectSoundCapture and DirectSoundCaptureBuffer...
2000-05-30  Zoran DzelajlijaBasic Croatian language support.
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-30  Peter Hunnisett- Add another way to create a 3d listener interface.
2000-05-30  Chris MorganAdded 3D border around control. Fixed monthcal control...
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-30  David Grant- Creating combobox with CBS_SIMPLE style shall set...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-26  Alexandre JulliardRelease 20000526. wine-20000526
2000-05-26  Huw D M DaviesAdd PrintSetup dialog and support for hooks and templates.
2000-05-25  Huw D M DaviesMove winspool to unicode.
2000-05-24  Francois GougetSorted out a few misplaced definitions.
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-23  Ove KaavenImproved DirectDrawPalette handling (set it on init...
2000-05-23  Gerald Pfeifer#undef DELETE before (re)defining it.
2000-05-23  Susan FarleySet and retrieve the window icon that is drawn under...
2000-05-23  Francois GougetShould include commdlg.h.
2000-05-23  Francois GougetDefine the _X86_ macro on Intel processors.
2000-05-23  Gerard PatelRemove the direct call into core (DIALOG_DoDialogBox).
2000-05-18  Peter Hunnisett- Added remaining DirectX 3D3 6&7 3D interfaces.
2000-05-18  Patrik StridvallGetRelAbs for some reason takes 2 parameters, even...
2000-05-15  Alexandre JulliardMake sure all Wine processes share the same X display.
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-13  Peter Hunnisett- Added ability to create 3D3 interfaces for Xlib
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-05-11  Patrik StridvallFixed issues found by winapi_check.
2000-05-11  Ken ThomasesImplemented tab control style TCS_HOTTRACK (tabs are...
2000-05-10  Alexandre JulliardReserve space for the PE header at the start of the...
2000-05-09  Aric StewartAdded the ability to use multiline tab controls to...
2000-05-07  Alexandre JulliardJean-Claude Batista
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-05-07  Chris MorganImplemented ListView_SetHoverTime(), ListView_GetHoverT...
2000-05-05  Aric StewartAdded WM_SIZING message support.
2000-05-03  Alexandre JulliardGenerated again.
2000-05-03  Alexandre JulliardPE_LoadImage: removed version parameter, set last error...
2000-05-03  Alexandre JulliardStore process file name in startup info.
2000-05-03  Bang Jun-YoungFreeBSD 3.4 compile fix.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-05-03  Huw D M DaviesAdd DosDateTimeToVariantTime prototype.
2000-05-03  Huw D M DaviesAdded HWND_MESSAGE.
2000-05-01  Alexandre JulliardUse exception handling to implement the IsBad* functions.
2000-05-01  Alexandre JulliardSetup the initial thread %fs from a constructor.
2000-05-01  Alexandre JulliardAdded DECL_GLOBAL_CONSTRUCTOR macro.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-30  Alexandre JulliardRelease 20000430. wine-20000430
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-04-29  Lionel Ulmer- added thread-safety protection to XListPixmapFormats
2000-04-29  Eric PouechFixed GetLargestConsoleWindowSize prototype.
2000-04-29  Ove KaavenAdded DIB_CreateDIBSection with extra parameter ovr_pit...
2000-04-29  Ove KaavenAdd Wine-internal allocation type MEM_SYSTEM for Virtua...
2000-04-29  Eric PouechEnhanced libc's pthread configuration detection.
2000-04-29  Lionel UlmerAdded '--enable-opengl' flag to bypass the thread-safet...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-04-28  Juergen SchmiedStubs for IQueryAssociations.
2000-04-28  Martin Fuchs- Return modified rectangle after layouting header...
2000-04-28  Dimitrie O. PaunGet rid of HEAP_xrealloc.
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-24  Francois GougetInclude string.h to make winnt.h self-sufficient.
2000-04-24  Gerard Patel32 bits message processing for color dialog.
2000-04-24  Dimitrie O. PaunRemoved the last xmalloc calls.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-23  Francois GougetUse DECLARE_HANDLE to declare handles.
2000-04-23  Francois GougetDECLARE_HANDLE should not be undef'ed after use.
2000-04-23  Dmitry TimoshkovAdapted unimap.pl script and generated by it casemap...
2000-04-23  Martin FuchsFixed GetNumberFormat declaration.
2000-04-23  Francois GougetFixed GetProcessHeap() for the STRICT mode.
2000-04-19  Alexandre JulliardUse GetProcAddress for mmio* functions to avoid importi...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-04-18  Huw D M DaviesFixed typo.
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-16  Stephane LussierSupport switching the keyboard layout with WINE running.
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-14  Ove KaavenPOSIX threads emulation, tricks glibc into being thread...
2000-04-14  Marcus MeissnerDetypoed X11DRV_EVENT_SetInputMethod.
2000-04-14  Huw D M DaviesDefine __fastcall.
2000-04-14  Huw D M DaviesAdded a few toolbar defines.
2000-04-14  Alexandre JulliardLoad done event now created by the server.
2000-04-13  Eric PouechMade the winedbg an external and WineLib program.
2000-04-13  Eric PouechGot rid of -debug wine's option (wine now requires...
2000-04-13  Alexandre JulliardFixed signal stack handling on Linux when sigaltstack...
2000-04-13  Alexandre JulliardImplemented guard pages and stack overflow exceptions.
2000-04-13  Alexandre JulliardCleanup thread stack allocation. Use a single VirtualAl...
2000-04-11  Alexandre JulliardMerged urlmon.dll and wininet.dll from the Corel tree...
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-04-11  Marcus MeissnerMerged in Corel's AUTHORs.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-08  Alexandre JulliardAdded lazy initialization of critical sections, based...
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-04-06  Owen WangImplemented API EnumTimeFormatsA(). It supports now...
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-03-30  Huw D M DaviesDelete objects after use in EnumEnhMetaFile.
2000-03-30  Alexandre JulliardFixed ttydrv compile when using curses. Cleaned up...
2000-03-28  Ron GageFixed bug reported by winapi_check.
next