Problems reported by Donald Page, PR 105-107.
[wine] / windows /
1999-02-19  Martin WalkerFixed message filtering check.
1999-02-19  Alexandre JulliardReverted broken close button change.
1999-02-19  Francis BeaudetTemporary fix suggested by Ulrich to allow the
1999-02-19  Ove KaavenInitialized return value of 16->32 conversion of WM_MDI...
1999-02-19  Ove KaavenAdded extra child arguments to DCE_GetVisRgn() to be...
1999-02-18  Stephane Lussier- New implementation of SendMessage, ReceiveMessage...
1999-02-18  Ulrich WeigandBugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWi...
1999-02-18  Francois BoisvertImplementation of the pushed close button.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-17  Dave PicklesGetUpdateRect should return client coordinates unless...
1999-02-15  Ove KaavenResetting X focus should not be done with SetFocus32...
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-02-14  Jerome VouillonMake a correct use of clipping rectangles.
1999-02-14  Ove KaavenSince SetParent now hides/shows, explicitly invalidatin...
1999-02-14  Gerard PatelFix if EndDialog called in WM_INITDIALOG (DIALOG_DoDial...
1999-02-14  Joseph PranevichMoved initialization until later. Also moved around...
1999-02-14  Huw D M DaviesWIN31 Look still needs a close button on the left of...
1999-02-14  Francois BoisvertChanged SetWindowPos32 to force the update of the non...
1999-02-13  Marcus MeissnerSome warnings fixed, one useless VERSION warning remove...
1999-02-13  Stephane LussierUse global synchronization objects, to be able to use...
1999-02-13  Norman StevensSet hwndActiveChild when maximizing a mdi child window...
1999-02-13  Francois BoisvertImplemented the WIN31 Look mdi buttons and also some...
1999-02-13  Ove KaavenChanged SetParent32 to adhere to Windows behaviour...
1999-02-13  Ove KaavenDon't call EVENT_DummyMotionNotify for hidden windows.
1999-02-13  Stephane LussierFix some thread-safeness problem when accessing the...
1999-02-13  Marcus MeissnerImplemented MapVirtualKeyEx (ticket 21).
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-02-12  Ulrich WeigandUse MONITOR_... instead of DESKTOP_... routines to...
1999-02-12  Ove KaavenWM_ACTIVATE default processing should set window focus.
1999-02-11  Juergen SchmiedFindWindow failed for 32 bit windows with style !=...
1999-02-09  Michael VekslerAdded missing includes to avoid warnings/errors.
1999-02-09  Stephane Lussier-Fixed MESSAGE functions that were thunking down to...
1999-02-09  Marcus MeissnerSome small bugfixes, added more PE relocation types...
1999-02-09  Lionel UlmerAdded buffered device access for DInput's mouse driver.
1999-02-09  Francois BoisvertThe systems buttons (minimize/restore/close) now appear...
1999-02-09  Stephane Lussier- Cleaned up the message queue when a thread exit ...
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-02-04  Patrik StridvallTTY driver changes.
1999-02-04  Patrik StridvallX11 driver changes.
1999-02-04  Patrik StridvallImplementation of the new monitor abstraction.
1999-01-31  Alexandre JulliardDialog window should not be destroyed in DefDlgProc...
1999-01-31  NF StevensCreate X window for child windows reparented to be...
1999-01-31  Juergen SchmiedStub for GetUserObjectSecurity.
1999-01-31  Juergen SchmiedEvery EM_GETLINE send between a 32W to a 32A window...
1999-01-31  Huw D M DaviesFix typo in SetWindowPos32.
1999-01-30  Bernd HerdSetParent should link the window at the start of the...
1999-01-30  NF StevensIn Window SetWindowPos with SWP_HIDEWINDOW does not...
1999-01-30  Francis BeaudetMake sure that the keystate received by the WM_XBUTTONU...
1999-01-28  Stephane Lussier- Made the message queue access to be thread safe....
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-28  Marcus MeissnerFixed loading of win32 drivers.
1999-01-26  Eric PouechAdded support for loading drivers in Wine.
1999-01-26  Stephane Lussier- Changing MESSAGEQUEUE structure according to Ulrich...
1999-01-24  Marcus MeissnerFree the private data pointer, THEN set it to NULL.
1999-01-24  Marcus MeissnerMissing WINAPI.
1999-01-23  Andreas MohrImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
1999-01-23  Marcus MeissnerSet private data struct to NULL to expose problems...
1999-01-22  Marcus MeissnerFixed accelerator handling. ACCEL16 used internal,...
1999-01-20  Noomen HamzaFixed the NC_DrawMaxButton95 and NC_DrawMinButton95...
1999-01-20  Noel BorthwickReparenting a window with SetParent in Windows should...
1999-01-20  Ulrich WeigandHandle (console) applications that never created a...
1999-01-20  Ulrich Weigand- Fixed creation of message queue in hook API routines.
1999-01-20  Ulrich WeigandUse Callout to call RedrawWindow32.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  NF StevensFix the return type of DLGPROC type and mask out the...
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1999-01-01  Alexandre JulliardMoved MsgWaitForMultipleObject implementation to USER...
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-27  Alexandre JulliardFixed SetFocus that was broken when moved to x11drv.
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Ulrich WeigandDesktop window queue handling adapted.
1998-12-24  Ulrich WeigandQueue handling adapted to new queue routines.
1998-12-24  Ulrich WeigandImplemented stub for InitThreadInput.
1998-12-24  Ulrich WeigandHandle non-hardware X events correctly with native...
1998-12-24  Rein KlazesLowest scan code seems to be 1, not zero.
1998-12-24  Juergen SchmiedMore messages [LB_*,EM_*] translated 32A from/to 32W.
1998-12-18  Ulrich WeigandBugfix: always clear QS_... from *both* changeBits...
1998-12-15  Dirk ThierbachSet the class hints for managed windows.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-14  NF StevensFix the Z-order of maximized/minimized child windows.
1998-12-14  Marcus Meissner(FOCUS_SwitchFocus) check for pFocusTo == NULL instead...
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-10  NF Stevens- Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
1998-12-10  Robert RiggsStubs for IDirectInputEffect and IDirectInputDevice2A...
1998-12-10  Ulrich WeigandRemoved deferred Expose events handling.
1998-12-10  Ulrich WeigandDon't clip VisRgn against X desktop.
1998-12-08  Marcus MeissnerSuperflous WINAPI removed.
1998-12-08  Huw D M DaviesFix includes.
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-12-07  Brian GerstThe scancode Windows send for extended keys is the...
1998-12-07  NF StevensAdded case for GCW_ATOM int GetClassLong32A.
1998-12-07  Ulrich WeigandBugfix: WIN_ResetQueueWindows would skip some windows.
1998-12-07  Patrik StridvallAdded the new TTY driver.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.
1998-12-01  Juergen SchmiedSmall change.
1998-12-01  NF StevensThe class name needs to be converted to a getptr.
next