2001-11-16 |
Jussi Jumppanen | Added missing RichEdit defines. |
tree | commitdiff |
2001-11-14 |
Alexandre Julliard | Moved WIN_FindWinToRepaint functionality to the server. |
tree | commitdiff |
2001-11-14 |
Francois Gouget | Make winsock.h and winsock2.h independent from the... |
tree | commitdiff |
2001-11-14 |
Dmitry Timoshkov | Structure NEWTEXTMETRIC uses packing 4. |
tree | commitdiff |
2001-11-14 |
Jussi Jumppanen | Added missing MAPI defines. |
tree | commitdiff |
2001-11-13 |
Alexandre Julliard | Store the window caption text in the server. |
tree | commitdiff |
2001-11-13 |
Guy L. Albertelli | - Implement ordinals 7, 8, 9, 13, 14, 19, 36. |
tree | commitdiff |
2001-11-08 |
Alexandre Julliard | Release 20011108. wine-20011108 |
tree | commitdiff |
2001-11-08 |
Alexandre Julliard | Implemented inline version of the iswxxx functions. |
tree | commitdiff |
2001-11-07 |
Ove Kaaven | Added RunInThread callout to winedos. |
tree | commitdiff |
2001-11-07 |
Mike McCormack | Make ConnectNamedPipe work in overlapped mode. |
tree | commitdiff |
2001-11-06 |
Guy Albertelli | - Define rest of URL_ESCAPE... and other flags. |
tree | commitdiff |
2001-11-06 |
Alexandre Julliard | Window activation cleanups. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-11-06 |
François Gouget | Make debugtools.h independent from config.h. |
tree | commitdiff |
2001-11-06 |
Mike McCormack | Added netapi32.dll and the Netbios() call. |
tree | commitdiff |
2001-11-05 |
Ove Kaaven | Implemented a dynamic table of DOS interrupt handlers. |
tree | commitdiff |
2001-10-28 |
Hidenori Takeshima | Added definitions of MERITs. |
tree | commitdiff |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object. |
tree | commitdiff |
2001-10-23 |
Huw D M Davies | Implement GetFontData. |
tree | commitdiff |
2001-10-23 |
Eric Pouech | Moved/added some console definitions. |
tree | commitdiff |
2001-10-23 |
Huw D M Davies | ExtTextOutW with symbol fonts works with chars in the... |
tree | commitdiff |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
tree | commitdiff |
2001-10-22 |
Francois Gouget | Added __WINE_USE_MSVCRT. |
tree | commitdiff |
2001-10-21 |
Guy L. Albertelli | - Implement HUSKEY design. |
tree | commitdiff |
2001-10-21 |
Hidenori Takeshima | Fixed a typo. |
tree | commitdiff |
2001-10-21 |
Ove Kaaven | Fixed a typo. |
tree | commitdiff |
2001-10-18 |
Alexandre Julliard | Changed X11 mouse driver to use SendInput, and removed... |
tree | commitdiff |
2001-10-18 |
Alexandre Julliard | Added a few XBUTTON defines. |
tree | commitdiff |
2001-10-17 |
Alexandre Julliard | Added support for low-level mouse and keyboard hooks. |
tree | commitdiff |
2001-10-17 |
Alexandre Julliard | Make sure that GetMessagePos and GetMessageTime return... |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Added requests to store window rectangles in the server. |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Moved scrollbar tracking code to scroll.c. |
tree | commitdiff |
2001-10-15 |
Alexandre Julliard | Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp... |
tree | commitdiff |
2001-10-15 |
Hidenori Takeshima | Added some missing GUIDs. |
tree | commitdiff |
2001-10-15 |
Francois Gouget | The _IOXXX macros conflict with system headers on Solar... |
tree | commitdiff |
2001-10-15 |
Francois Gouget | Add INVALID_ATOM and MAXINTATOM to winbase.h. |
tree | commitdiff |
2001-10-14 |
Ove Kaaven | Added some RPC definitions. |
tree | commitdiff |
2001-10-14 |
Hidenori Takeshima | Started implementing AVI splitter. |
tree | commitdiff |
2001-10-14 |
Hidenori Takeshima | Added MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT. |
tree | commitdiff |
2001-10-14 |
Eric Pouech | Pass security attributes for DOSFS creation. |
tree | commitdiff |
2001-10-12 |
Alexandre Julliard | Store window properties in the server. Moved property... |
tree | commitdiff |
2001-10-12 |
Alexandre Julliard | Added atom_t type for atoms to make sure we use the... |
tree | commitdiff |
2001-10-12 |
Alexandre Julliard | Moved MAKEINTATOM to winbase.h and added Unicode version. |
tree | commitdiff |
2001-10-11 |
Alexandre Julliard | Removed the cleanup_window_queue request. |
tree | commitdiff |
2001-10-11 |
Alexandre Julliard | Removed next and child fields in the window structure... |
tree | commitdiff |
2001-10-11 |
Hidenori Takeshima | Added some missing GUIDs. |
tree | commitdiff |
2001-10-10 |
Alexandre Julliard | Store window parent as an HWND instead of a pointer. |
tree | commitdiff |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
tree | commitdiff |
2001-10-10 |
Chris Green | Added names of the "missing" paths for SHGetSpecialFold... |
tree | commitdiff |
2001-10-09 |
Alexandre Julliard | Store window class atom in the server. |
tree | commitdiff |
2001-10-09 |
Francois Gouget | Remove non windows macros. |
tree | commitdiff |
2001-10-09 |
Patrik Stridvall | Added new include file ws2spi.h for adding needed types. |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Add support for NOCOLOR. |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Move WINDEBUGINFO from winbase.h to winbase16.h and... |
tree | commitdiff |
2001-10-08 |
Hidenori Takeshima | Started Implementing Video Renderer. |
tree | commitdiff |
2001-10-08 |
Mike McCormack | Make serial fd blocking mode depend on FILE_FLAG_OVERLA... |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Move the ERR_XXX macros from winbase.h to error.c. |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Fix the SOCKADDR_IPX declaration. |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Move COLORREF from wingdi.h to windef.h. |
tree | commitdiff |
2001-10-08 |
Malte Starostik | CreateURLMoniker takes a LPCWSTR, not a LPWSTR. |
tree | commitdiff |
2001-10-05 |
Stefan Leichter | Added defines for resource types RT_MESSAGETABLE, RT_VE... |
tree | commitdiff |
2001-10-05 |
Malte Starostik | Added IPersistPropertyBag2 and IPropertyBag2 definition... |
tree | commitdiff |
2001-10-04 |
Alexandre Julliard | Release 20011004. wine-20011004 |
tree | commitdiff |
2001-10-04 |
Mike McCormack | Fetch a handle type in FILE_GetUnixHandle. |
tree | commitdiff |
2001-10-03 |
Gerard Patel | Map a window if it is shown by a direct style change. |
tree | commitdiff |
2001-10-03 |
Ove Kaaven | Corrected INVOKEKIND enumeration values. |
tree | commitdiff |
2001-10-02 |
Alexandre Julliard | Merged mouse buttons states into the key state array. |
tree | commitdiff |
2001-10-02 |
Andriy Palamarchuk | Added SYSMETRICS_Set. |
tree | commitdiff |
2001-10-02 |
Andreas Mohr | Added WSC*InstallProvider stubs. |
tree | commitdiff |
2001-10-02 |
Dmitry Timoshkov | Remove a hack for keyboard group switching. |
tree | commitdiff |
2001-10-01 |
Hidenori Takeshima | Implemented CLSID_AudioRender. |
tree | commitdiff |
2001-09-26 |
Huw D M Davies | Better handling of typelibs loaded with a trailing... |
tree | commitdiff |
2001-09-25 |
Ove Kaaven | Fixed a couple of typos. |
tree | commitdiff |
2001-09-25 |
Ove Kaaven | Added ICOM_[C]THIS_MULTI macros to make it easier to... |
tree | commitdiff |
2001-09-25 |
Ove Kaaven | Added some named pipe definitions. |
tree | commitdiff |
2001-09-25 |
Ove Kaaven | Added prototype for GetHGlobalFromStream. |
tree | commitdiff |
2001-09-24 |
Alexandre Julliard | A couple of optimizations to avoid some server calls... |
tree | commitdiff |
2001-09-21 |
Alexandre Julliard | Added proper support for storing window parents in... |
tree | commitdiff |
2001-09-21 |
Mike McCormack | Declare DeviceIoControl. |
tree | commitdiff |
2001-09-20 |
Guy L. Albertelli | Define the SHQueryValueEx{A|W} entry points. |
tree | commitdiff |
2001-09-19 |
Francois Gouget | Fix the definition of structs NUMBERFMT* and CURRENCYFMT*. |
tree | commitdiff |
2001-09-19 |
Francois Gouget | Remove macros that should not be there (cause conflicts... |
tree | commitdiff |
2001-09-19 |
Francois Gouget | Remove duplicate definition of _tmain. |
tree | commitdiff |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
tree | commitdiff |
2001-09-19 |
Huw D M Davies | Use the font charset to obtain a codepage for A->W... |
tree | commitdiff |
2001-09-19 |
Francois Gouget | Add msvcrt/locale.h. |
tree | commitdiff |
2001-09-17 |
Hidenori Takeshima | Implemented IMemAllocator. |
tree | commitdiff |
2001-09-14 |
Huw D M Davies | Add config check and thread safe wrappers for the XRend... |
tree | commitdiff |
2001-09-14 |
Francois Gouget | Fix the WSAStartup prototype. |
tree | commitdiff |
2001-09-14 |
Francois Gouget | HANDLER_ROUTINE is in fact PHANDLER_ROUTINE. |
tree | commitdiff |
2001-09-12 |
Huw D M Davies | Lay down the infrastructure for gdi font rendering. |
tree | commitdiff |
2001-09-12 |
Alexandre Julliard | Make sure that functions returning an HWND always retur... |
tree | commitdiff |
2001-09-11 |
Dmitry Timoshkov | Remove not used include/process.h. |
tree | commitdiff |
2001-09-11 |
Hidenori Takeshima | Fixed some broken macros. |
tree | commitdiff |
2001-09-10 |
Huw D M Davies | Fix typo. |
tree | commitdiff |
2001-09-10 |
Marcus Meissner | Added dwFlags to lock_update private functions so we... |
tree | commitdiff |
2001-09-10 |
Marcus Meissner | Enhanced GetCalendarInfo stub, added known CAL_* defines. |
tree | commitdiff |
2001-09-10 |
Ove Kaaven | Fix buffering problems in HEL mode. |
tree | commitdiff |
next |