Have the UNIX cwd follow the current directory on the current drive.
[wine] / include /
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-09-26  Marcus MeissnerFixed some commctl header issues reported in newsgroup.
2000-09-26  Alexandre JulliardA few includes cleanup.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-09-24  Rein KlazesMake calls to gethostbyname, gethostbyaddr, getservbyname,
2000-09-24  Alexandre JulliardAdded support for exception handling while in vm86...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-22  Francois GougetAdded a macro for _declspec (backward compatibility...
2000-09-22  Francois GougetMust include 'stdlib.h'.
2000-09-22  Francois GougetAdded HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
2000-09-22  Damyan OgnyanoffIErrorInfo is now derived from IUnknown.
2000-09-22  Francois GougetAdded a few missing macros, types and prototypes.
2000-09-22  Francois GougetNew file. All RC files generated by VC6 include afxres...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-09-18  Alexandre JulliardAdded preliminary support for switching to vm86 mode...
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-18  Mike McCormackFixed incorrect arg count in SHGetSettings that causes...
2000-09-16  Alexandre JulliardRemoved a coupld of unused functions in the Callout...
2000-09-16  Mike McCormackImplemented SetCommMask, SetCommTimeouts, GetCommMask...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-09-16  Hidenori TakeshimaAdded GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
2000-09-16  Jeremy WhiteAdjusted to allow MFC compilation; prevent definition...
2000-09-16  Jeremy WhiteAdded PWNDCLASS definition.
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-09-13  Huw D M DaviesAdd some Str* prototypes to shlwapi.h.
2000-09-12  Alexandre JulliardAdded missing __volatile__.
2000-09-12  Jeremy WhiteAdd WM_USERCHANGED.
2000-09-12  Uwe BonnesUse tpXXX instead of tbXXX in tagTHREADENTRY32.
2000-09-10  Alexandre JulliardRelease 20000909. wine-20000909
2000-09-09  Peter HunnisettAdded cguid.h.
2000-09-07  Erik HofmanAdded missing const to external tables definitions.
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-09-06  Lionel UlmerAdded possibility to use XVideo.
2000-09-06  Aric StewartImplemented both customdraw message sending and handlin...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-26  Alexandre JulliardSimplified root key handling now that the server suppor...
2000-08-26  Eric PouechImplemented most of '*Format*' API.
2000-08-25  Alexandre JulliardFixed Rtl* string functions for proper MBCS/codepage...
2000-08-25  Peter Hunnisett- Implemented loading and initialization of service...
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-25  Alexandre JulliardBacked out font codepage change.
2000-08-25  Eric PouechImproved a bit the folder browsing implementation.
2000-08-25  Matthew LakeAdded LHND.
2000-08-23  Alexandre JulliardFixed finally handler name.
2000-08-22  Alexandre JulliardAdded APC support in waitable timers.
2000-08-21  Alexandre JulliardRelease 20000821. wine-20000821
2000-08-21  Andreas Mohr- don't return FALSE for system process changes
2000-08-21  Gerard PatelDisable the owner of a modal dialog box just before...
2000-08-20  Hidenori TakeshimaHandle the codepage of fonts if supported by the graphi...
2000-08-20  Hidenori TakeshimaAdded internal charsets for supporting DBCS charsets.
2000-08-20  Louis Philippe Gagnon- Separate application calls to ShowOwnedPopups from...
2000-08-20  Dmitry TimoshkovAdded new language detection scheme that uses NLS data...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-18  Hidenori TakeshimaSeparate GetTextMetrics and implement it for SBCS/Unico...
2000-08-18  Gerard PatelTurns the handling to pure 16 bits, remove references...
2000-08-15  Hidenori TakeshimaFixed for DBCS(cp932/cp949) codepage conversion.
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Hidenori TakeshimaAdded support for special treatments (use 2 or more...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-11  Alexandre JulliardMoved NM_UPDOWN definition to commctrl.h.
2000-08-11  Dmitry TimoshkovMake FindResource and FindResourceEx fully windows...
2000-08-11  Damyan OgnyanoffRemove some obsolete #define's - strlwr and strupr...
2000-08-11  Alexandre JulliardAdded UTF-8 conversion support.
2000-08-11  Ove KaavenAdded a few more anonymous union definitions.
2000-08-11  Ove KaavenFixed C++ operators return value.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-09  Alexandre JulliardRemoved the DOS handles table from the PDB and made...
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-09  James HathewayFixed typo in the IDispatch_GetTypeInfo macro.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-09  Alexandre JulliardInstall all standard Windows includes, plus some from...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-09  Alexandre JulliardMoved struct32.c to windows directory.
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-08  Marcus MeissnerEased restrictions on OpenGL/MESA usage a bit. It compi...
2000-08-08  Aric StewartReworked how selections are kept track of in the list...
2000-08-07  Alexandre JulliardFixed resource functions to work with 32-bit modules...
2000-08-07  Ove KaavenAdded a few DirectInput 7 definitions and C++ fixes.
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-07  Ove KaavenProtect the prototypes in here from C++ name mangling...
2000-08-07  Marcus Meissnerinline must be first attribute in function definition.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-04  Patrik StridvallFixed issues found by winapi_check.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-03  Andreas MohrFixed the Win16/Win32 structure size/alignment differen...
2000-08-03  Huw D M DaviesRedo the show/hide logic and add a comment to explain...
next