wine
2001-10-24  Guy Albertelli- Correct implementation of HUSKEY internals, including...
2001-10-24  Guy Albertelli- Implement:
2001-10-24  Joshua ThielenSwitch focus to activated window even if no window...
2001-10-24  Alexandre JulliardTry to use read instead of mmap for files on removable...
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-23  Alexandre JulliardCosmetic fixes.
2001-10-23  Hidenori TakeshimaAdded stubs for msdmo.dll, qcap.dll and devenum.dll.
2001-10-23  Huw D M DaviesImplement GetFontData.
2001-10-23  Hidenori TakeshimaImplemented OleCreatePropertyFrame and
2001-10-23  Eric PouechMoved/added some console definitions.
2001-10-23  Marcus MeissnerRevert 16bit win95 version back to original value....
2001-10-23  Huw D M DaviesExtTextOutW with symbol fonts works with chars in the...
2001-10-23  Huw D M DaviesBetter failure messages for CoCreateInstance.
2001-10-23  Alexandre JulliardFixed window handle check in GetDCEx.
2001-10-23  Alexandre JulliardA couple of optimizations.
2001-10-23  Francois GougetExpand environment variables in "Debugger" setting.
2001-10-23  Aric StewartFixed the behavior for SHGetFileInfo when the SHGFI_USE...
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-22  Hidenori TakeshimaFixed some bugs.
2001-10-22  Alexandre JulliardAdded "--auto" option.
2001-10-22  Francois GougetAdd support for environment variables in the printer...
2001-10-22  Francois GougetAdded __WINE_USE_MSVCRT.
2001-10-22  David ElliottImplemented the wcstoul function.
2001-10-21  Andreas MohrCosmetics.
2001-10-21  Guy L. Albertelli- Add stubs for _25, _33, _35
2001-10-21  Guy L. Albertelli- Implement HUSKEY design.
2001-10-21  Guy L. Albertelli- Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW.
2001-10-21  Alexandre JulliardAvoid crashing on non-initialized debug info.
2001-10-21  Hidenori TakeshimaFixed a typo.
2001-10-21  Guy L. AlbertelliImplemented GetCharacterPlacementW.
2001-10-21  Andrew LewyckyXFree86 4.1 gamma ramp support.
2001-10-21  Ove KaavenFixed a typo.
2001-10-21  Mike McCormackReturn TRUE on success in COMM_BuildOldCommDCB.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-18  Alexandre JulliardAdded a few XBUTTON defines.
2001-10-18  Mike McCormackUse WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr.
2001-10-18  Alexandre JulliardMake dinput a properly separated dll.
2001-10-18  Alexandre JulliardUse WH_MOUSE_LL hook instead of redirecting the mouse...
2001-10-18  Alexandre JulliardFixed GetDeviceState and GetDeviceData to use only...
2001-10-17  Francois GougetFix tons of color conversion bugs.
2001-10-17  Andriy PalamarchukFixed mouse_event bug - cursor was moved before new...
2001-10-17  Johan GillRelay tracing would crash if it came upon a function...
2001-10-17  Jukka HeinonenReleasing a mouse button now clears an entry in table
2001-10-17  Bill MedlandOnly modify the ancestor if you find it.
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-17  Jukka HeinonenWhen a surface becomes primary surface, mark the whole...
2001-10-17  Francois GougetUse the same color conversion algorithm as the DIB...
2001-10-17  Mike McCormackSeparate code to overlapped timeouts into FILE_GetTimeout.
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-16  Gerard PatelMisc doc updates.
2001-10-16  Ove KaavenRegistry entries for stdole32.tlb.
2001-10-16  Guy L. Albertelli- eliminate different segmentation faults.
2001-10-15  Gerard PatelFix the case where child=0 (last child) in MDI_ChildAct...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-15  Hidenori TakeshimaAdded some missing GUIDs.
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-10-15  Kai MorichInternalExtractIcon16 forgot to close file handle.
2001-10-15  Francois GougetAdd INVALID_ATOM and MAXINTATOM to winbase.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Ove KaavenAdded some RPC definitions.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-14  Hidenori TakeshimaStarted implementing AVI splitter.
2001-10-14  Hidenori TakeshimaAdded MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT.
2001-10-14  Eric PouechPass security attributes for DOSFS creation.
2001-10-14  Ove KaavenFixed bugs with propget methods with input arguments.
2001-10-14  Ove KaavenFixed bugs in safe arrays.
2001-10-14  Ove KaavenFix a UINT16 redefinition problem.
2001-10-14  Francois GougetRecognize the Solaris dlopen equivalent of "cannot...
2001-10-14  Francois GougetFix handling of empty lists in install and uninstall...
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-12  Marcus MeissnerHandle bad pointer arguments to LoadImageA() (and functions
2001-10-12  Dominik StrasserWorkaround X11 BadWindow error if no parent window...
2001-10-12  Francois GougetFix the Wine tools search path.
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-11  Hidenori TakeshimaAdded some missing GUIDs.
2001-10-11  Francois GougetFix the .spec.c rule.
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-10  Mike McCormackDo overlapped reads if and only if the file was opened...
2001-10-10  Francois GougetAllocate the array and strings in one lump (bug found...
2001-10-10  Huw D M DaviesGetTextCharsetInfo should return the charset that the...
2001-10-10  Andriy PalamarchukInclude information about XFree86 Windows server.
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-10  Chris GreenAdded names of the "missing" paths for SHGetSpecialFold...
2001-10-09  Alexandre JulliardFixed locking of class list.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-09  Francois GougetRemove non windows macros.
2001-10-09  Alexandre JulliardSilence the pthread_kill_other_threads_np FIXME.
2001-10-09  Alexandre JulliardFix MapViewOfFile to always return a 64K-aligned address.
2001-10-09  Patrik StridvallAPI files update.
2001-10-09  Patrik StridvallFixed issue found by winapi_check.
2001-10-09  Patrik StridvallAdded new include file ws2spi.h for adding needed types.
2001-10-09  Stefan LeichterFixed parameters of SetupOpenInfFileA.
next