2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-26 |
Lionel Ulmer | Added support for DirectDraw overlays using the XVideo... |
tree | commitdiff |
2000-09-26 |
Marcus Meissner | Fixed some commctl header issues reported in newsgroup. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | A few includes cleanup. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Removed shell.h. Cleaned up the nested includes mess... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-24 |
Alexandre Julliard | Moved most global data out of the LPDOSTASK structure. |
tree | commitdiff |
2000-09-24 |
Alexandre Julliard | Call WH_GETMESSAGE hook in PeekMessage too (based on... |
tree | commitdiff |
2000-09-24 |
Rein Klazes | Make calls to gethostbyname, gethostbyaddr, getservbyname, |
tree | commitdiff |
2000-09-24 |
Alexandre Julliard | Added support for exception handling while in vm86... |
tree | commitdiff |
2000-09-22 |
Andreas Mohr | Make GetTickCount not use the whole Unix epoch (since... |
tree | commitdiff |
2000-09-22 |
Francois Gouget | Added a macro for _declspec (backward compatibility... |
tree | commitdiff |
2000-09-22 |
Francois Gouget | Must include 'stdlib.h'. |
tree | commitdiff |
2000-09-22 |
Francois Gouget | Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY. |
tree | commitdiff |
2000-09-22 |
Damyan Ognyanoff | IErrorInfo is now derived from IUnknown. |
tree | commitdiff |
2000-09-22 |
Francois Gouget | Added a few missing macros, types and prototypes. |
tree | commitdiff |
2000-09-22 |
Francois Gouget | New file. All RC files generated by VC6 include afxres... |
tree | commitdiff |
2000-09-19 |
Peter Hunnisett | - Added some missing WINELIB_NAME_AW definitions, types... |
tree | commitdiff |
2000-09-18 |
Alexandre Julliard | Added preliminary support for switching to vm86 mode... |
tree | commitdiff |
2000-09-18 |
Alexandre Julliard | Moved FILE_dommap() to memory/virtual.c (and renamed... |
tree | commitdiff |
2000-09-18 |
Mike McCormack | Fixed incorrect arg count in SHGetSettings that causes... |
tree | commitdiff |
2000-09-16 |
Alexandre Julliard | Removed a coupld of unused functions in the Callout... |
tree | commitdiff |
2000-09-16 |
Mike McCormack | Implemented SetCommMask, SetCommTimeouts, GetCommMask... |
tree | commitdiff |
2000-09-16 |
Andreas Mohr | Added support for non-deletable system brushes and... |
tree | commitdiff |
2000-09-16 |
Hidenori Takeshima | Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID. |
tree | commitdiff |
2000-09-16 |
Jeremy White | Adjusted to allow MFC compilation; prevent definition... |
tree | commitdiff |
2000-09-16 |
Jeremy White | Added PWNDCLASS definition. |
tree | commitdiff |
2000-09-13 |
Ulrich Weigand | Modified CallTo16Register routines to update register... |
tree | commitdiff |
2000-09-13 |
Huw D M Davies | Add some Str* prototypes to shlwapi.h. |
tree | commitdiff |
2000-09-12 |
Alexandre Julliard | Added missing __volatile__. |
tree | commitdiff |
2000-09-12 |
Jeremy White | Add WM_USERCHANGED. |
tree | commitdiff |
2000-09-12 |
Uwe Bonnes | Use tpXXX instead of tbXXX in tagTHREADENTRY32. |
tree | commitdiff |
2000-09-10 |
Alexandre Julliard | Release 20000909. wine-20000909 |
tree | commitdiff |
2000-09-09 |
Peter Hunnisett | Added cguid.h. |
tree | commitdiff |
2000-09-07 |
Erik Hofman | Added missing const to external tables definitions. |
tree | commitdiff |
2000-09-07 |
Mike McCormack | Added serial port object to the server. |
tree | commitdiff |
2000-09-06 |
Lionel Ulmer | Added possibility to use XVideo. |
tree | commitdiff |
2000-09-06 |
Aric Stewart | Implemented both customdraw message sending and handlin... |
tree | commitdiff |
2000-08-31 |
Alexandre Julliard | Converted a lot of server requests to the new exception... |
tree | commitdiff |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
tree | commitdiff |
2000-08-29 |
Alexandre Julliard | Added the data structures and macros that will be neede... |
tree | commitdiff |
2000-08-28 |
Peter Ganten | - Always store the full path name of 32bit modules... |
tree | commitdiff |
2000-08-26 |
Alexandre Julliard | Simplified root key handling now that the server suppor... |
tree | commitdiff |
2000-08-26 |
Eric Pouech | Implemented most of '*Format*' API. |
tree | commitdiff |
2000-08-25 |
Alexandre Julliard | Fixed Rtl* string functions for proper MBCS/codepage... |
tree | commitdiff |
2000-08-25 |
Peter Hunnisett | - Implemented loading and initialization of service... |
tree | commitdiff |
2000-08-25 |
Andreas Mohr | Minor cosmetic changes. |
tree | commitdiff |
2000-08-25 |
Alexandre Julliard | Backed out font codepage change. |
tree | commitdiff |
2000-08-25 |
Eric Pouech | Improved a bit the folder browsing implementation. |
tree | commitdiff |
2000-08-25 |
Matthew Lake | Added LHND. |
tree | commitdiff |
2000-08-23 |
Alexandre Julliard | Fixed finally handler name. |
tree | commitdiff |
2000-08-22 |
Alexandre Julliard | Added APC support in waitable timers. |
tree | commitdiff |
2000-08-21 |
Alexandre Julliard | Release 20000821. wine-20000821 |
tree | commitdiff |
2000-08-21 |
Andreas Mohr | - don't return FALSE for system process changes |
tree | commitdiff |
2000-08-21 |
Gerard Patel | Disable the owner of a modal dialog box just before... |
tree | commitdiff |
2000-08-20 |
Hidenori Takeshima | Handle the codepage of fonts if supported by the graphi... |
tree | commitdiff |
2000-08-20 |
Hidenori Takeshima | Added internal charsets for supporting DBCS charsets. |
tree | commitdiff |
2000-08-20 |
Louis Philippe Gagnon | - Separate application calls to ShowOwnedPopups from... |
tree | commitdiff |
2000-08-20 |
Dmitry Timoshkov | Added new language detection scheme that uses NLS data... |
tree | commitdiff |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
tree | commitdiff |
2000-08-18 |
Hidenori Takeshima | Separate GetTextMetrics and implement it for SBCS/Unico... |
tree | commitdiff |
2000-08-18 |
Gerard Patel | Turns the handling to pure 16 bits, remove references... |
tree | commitdiff |
2000-08-15 |
Hidenori Takeshima | Fixed for DBCS(cp932/cp949) codepage conversion. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Implemented SEC_IMAGE mappings and shared PE sections... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Moved CharUpper* and CharLower* functions to dlls/user. |
tree | commitdiff |
2000-08-14 |
Hidenori Takeshima | Added support for special treatments (use 2 or more... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced VERSION_* calls by exported API equivalents. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced global Callbacks structure by appropriate... |
tree | commitdiff |
2000-08-11 |
Alexandre Julliard | Added Unicode ctype support. |
tree | commitdiff |
2000-08-11 |
Alexandre Julliard | Moved NM_UPDOWN definition to commctrl.h. |
tree | commitdiff |
2000-08-11 |
Dmitry Timoshkov | Make FindResource and FindResourceEx fully windows... |
tree | commitdiff |
2000-08-11 |
Damyan Ognyanoff | Remove some obsolete #define's - strlwr and strupr... |
tree | commitdiff |
2000-08-11 |
Alexandre Julliard | Added UTF-8 conversion support. |
tree | commitdiff |
2000-08-11 |
Ove Kaaven | Added a few more anonymous union definitions. |
tree | commitdiff |
2000-08-11 |
Ove Kaaven | Fixed C++ operators return value. |
tree | commitdiff |
2000-08-10 |
Alexandre Julliard | Merged clipboard driver into USER driver. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Make PDB, ENVDB and STARTUPINFO global variables. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed the DOS handles table from the PDB and made... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. |
tree | commitdiff |
2000-08-09 |
James Hatheway | Fixed typo in the IDispatch_GetTypeInfo macro. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Moved a few non-standard headers into their respective... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Install all standard Windows includes, plus some from... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed all non-standard common control headers from... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Moved struct32.c to windows directory. |
tree | commitdiff |
2000-08-08 |
Alexandre Julliard | Small dll interfaces cleanups. |
tree | commitdiff |
2000-08-08 |
Marcus Meissner | Eased restrictions on OpenGL/MESA usage a bit. It compi... |
tree | commitdiff |
2000-08-08 |
Aric Stewart | Reworked how selections are kept track of in the list... |
tree | commitdiff |
2000-08-07 |
Alexandre Julliard | Fixed resource functions to work with 32-bit modules... |
tree | commitdiff |
2000-08-07 |
Ove Kaaven | Added a few DirectInput 7 definitions and C++ fixes. |
tree | commitdiff |
2000-08-07 |
Alexandre Julliard | - Fixed resource functions to work directly from the... |
tree | commitdiff |
2000-08-07 |
Ove Kaaven | Protect the prototypes in here from C++ name mangling... |
tree | commitdiff |
2000-08-07 |
Marcus Meissner | inline must be first attribute in function definition. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Moved most USER string functions to dlls/user. |
tree | commitdiff |
2000-08-04 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
tree | commitdiff |
2000-08-03 |
Andreas Mohr | Fixed the Win16/Win32 structure size/alignment differen... |
tree | commitdiff |
2000-08-03 |
Huw D M Davies | Redo the show/hide logic and add a comment to explain... |
tree | commitdiff |
next |