2001-10-21 |
Andreas Mohr | Cosmetics. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Guy L. Albertelli | - Add stubs for _25, _33, _35 |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Guy L. Albertelli | - Implement HUSKEY design. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Guy L. Albertelli | - Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Alexandre Julliard | Avoid crashing on non-initialized debug info. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Hidenori Takeshima | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Guy L. Albertelli | Implemented GetCharacterPlacementW. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Andrew Lewycky | XFree86 4.1 gamma ramp support. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Ove Kaaven | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Mike McCormack | Return TRUE on success in COMM_BuildOldCommDCB. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Alexandre Julliard | Changed X11 mouse driver to use SendInput, and removed... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Alexandre Julliard | Added a few XBUTTON defines. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Mike McCormack | Use WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Alexandre Julliard | Make dinput a properly separated dll. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Alexandre Julliard | Use WH_MOUSE_LL hook instead of redirecting the mouse... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Alexandre Julliard | Fixed GetDeviceState and GetDeviceData to use only... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Francois Gouget | Fix tons of color conversion bugs. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Andriy Palamarchuk | Fixed mouse_event bug - cursor was moved before new... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Johan Gill | Relay tracing would crash if it came upon a function... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jukka Heinonen | Releasing a mouse button now clears an entry in table |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Bill Medland | Only modify the ancestor if you find it. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Alexandre Julliard | Added support for low-level mouse and keyboard hooks. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Alexandre Julliard | Make sure that GetMessagePos and GetMessageTime return... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jukka Heinonen | When a surface becomes primary surface, mark the whole... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Francois Gouget | Use the same color conversion algorithm as the DIB... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Mike McCormack | Separate code to overlapped timeouts into FILE_GetTimeout. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Alexandre Julliard | Added requests to store window rectangles in the server. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Alexandre Julliard | Moved scrollbar tracking code to scroll.c. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Gerard Patel | Misc doc updates. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Ove Kaaven | Registry entries for stdole32.tlb. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guy L. Albertelli | - eliminate different segmentation faults. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Gerard Patel | Fix the case where child=0 (last child) in MDI_ChildAct... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Alexandre Julliard | Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Hidenori Takeshima | Added some missing GUIDs. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Francois Gouget | The _IOXXX macros conflict with system headers on Solar... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Kai Morich | InternalExtractIcon16 forgot to close file handle. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Francois Gouget | Add INVALID_ATOM and MAXINTATOM to winbase.h. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Ove Kaaven | Added some RPC definitions. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Francois Gouget | Don't print NULL strings (crashes on Solaris). |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Hidenori Takeshima | Started implementing AVI splitter. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Hidenori Takeshima | Added MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Eric Pouech | Pass security attributes for DOSFS creation. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Ove Kaaven | Fixed bugs with propget methods with input arguments. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Ove Kaaven | Fixed bugs in safe arrays. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Ove Kaaven | Fix a UINT16 redefinition problem. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Francois Gouget | Recognize the Solaris dlopen equivalent of "cannot... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Francois Gouget | Fix handling of empty lists in install and uninstall... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Alexandre Julliard | Store window properties in the server. Moved property... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Alexandre Julliard | Added atom_t type for atoms to make sure we use the... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Alexandre Julliard | Moved MAKEINTATOM to winbase.h and added Unicode version. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Marcus Meissner | Handle bad pointer arguments to LoadImageA() (and functions |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Dominik Strasser | Workaround X11 BadWindow error if no parent window... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Francois Gouget | Fix the Wine tools search path. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Alexandre Julliard | Removed the cleanup_window_queue request. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Alexandre Julliard | Removed next and child fields in the window structure... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Hidenori Takeshima | Added some missing GUIDs. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Francois Gouget | Fix the .spec.c rule. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Alexandre Julliard | Store window parent as an HWND instead of a pointer. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Mike McCormack | Do overlapped reads if and only if the file was opened... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Francois Gouget | Allocate the array and strings in one lump (bug found... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Huw D M Davies | GetTextCharsetInfo should return the charset that the... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Andriy Palamarchuk | Include information about XFree86 Windows server. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Chris Green | Added names of the "missing" paths for SHGetSpecialFold... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Alexandre Julliard | Fixed locking of class list. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Alexandre Julliard | Store window class atom in the server. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Francois Gouget | Remove non windows macros. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Alexandre Julliard | Silence the pthread_kill_other_threads_np FIXME. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Alexandre Julliard | Fix MapViewOfFile to always return a 64K-aligned address. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Patrik Stridvall | API files update. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Patrik Stridvall | Fixed issue found by winapi_check. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Patrik Stridvall | Added new include file ws2spi.h for adding needed types. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Stefan Leichter | Fixed parameters of SetupOpenInfFileA. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Alexandre Julliard | Moved MsgWaitForMultipleObjects call on RDW_UPDATENOW... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Add support for NOCOLOR. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Move WINDEBUGINFO from winbase.h to winbase16.h and... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Marcus Meissner | WINELIB applications (like reaktivate) might have very... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Gerard Patel | GetDiskFreeSpaceEx should accept an input like "C:". |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Eric Pouech | - fixed copy&paste bug (GENERIC_WRITE instead of GENERI... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Hidenori Takeshima | Started Implementing Video Renderer. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Alexandre Julliard | Renamed USER_Init into UserClientDllInitialize. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Mike McCormack | Make serial fd blocking mode depend on FILE_FLAG_OVERLA... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Small typo fixes/updates. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Move the ERR_XXX macros from winbase.h to error.c. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Fix the SOCKADDR_IPX declaration. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Dmitry Timoshkov | Defer edit style correction until EDITSTATE is fully... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | _beginthread: Don't store the trampoline on the stack. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Move COLORREF from wingdi.h to windef.h. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Wrappers must always be compiled in STRICT mode. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Alexandre Julliard | Provide help even when in the NOPROCESS state. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Fix infinite loop problem in wineclipsrv startup. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Francois Gouget | Better handling of the timeout in WaitForInputIdle. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Malte Starostik | CreateURLMoniker takes a LPCWSTR, not a LPWSTR. |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Alexandre Julliard | Process pending events before sending WM_PAINT on RDW_U... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Alexandre Julliard | Added get_file_info support to named pipes and sockets... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Stefan Leichter | Added defines for resource types RT_MESSAGETABLE, RT_VE... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Gerard Patel | Fix sign extension problem in map_wparam_WtoA. |
commit | commitdiff | tree | snapshot |
next |