Make GetTickCount not use the whole Unix epoch (since 1970) any more,
[wine] / windows / x11drv / wnd.c
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-11  Stephane LussierInstead of not doing the Z ordering when the applicatio...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-06  Stephane LussierTop level windows with 0 width or height are created...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-01  Jean-Claude BatistaProvide position hints for window managers.
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-06-25  Lawson WhitneyMoved zero-sized window hack to x11drv.
2000-06-13  Gerard PatelDo not change the WS_CHILD style in SetParent.
2000-06-07  Serge IvanovWell, SetParent doesn't work properly at all, but at...
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-06-02  Susan FarleyPreserve WM hints that were set during window creation...
2000-05-23  Susan FarleySet and retrieve the window icon that is drawn under...
2000-04-30  Gerard PatelX11DRV_SetFocus: really don't mess with focus for manag...
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-20  Andreas MohrSpelling fixes.
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-29  Andreas Mohr- add some documentation items
1999-12-27  Alexandre JulliardCosmetics.
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-11-04  Karl LessardCheck if the window is managed before trying to give...
1999-09-03  Abey GeorgeFixed resizing bugs for windows with WS_THICKFRAME...
1999-08-07  Stephane LussierX11drv SetDrawable function modifies the DC origin...
1999-07-24  Sylvain St-GermainFixed inconsistency in conditions that determines if...
1999-07-10  Ulrich WeigandRemoved all EVENT_Synchronize( FALSE ) calls; use a...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-26  Lars HeetePrevent bad window X error.
1999-06-18  Ulrich Weigand- Do not call XConfigureWindow if SetWindowPos was...
1999-06-05  Ulrich WeigandFixed potential memory corruption in EVENT_QueryZOrder.
1999-05-22  Ulrich WeigandMoved X input event handling out of EVENT_WaitNetEvent...
1999-04-25  Noel BorthwickFixed a problem with managed mode, where popup windows...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Pavel RoskinPrevent X11 errors when XCreateWindow is called with...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-18  Ulrich WeigandBugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWi...
1999-02-14  Jerome VouillonMake a correct use of clipping rectangles.
1999-02-14  Ove KaavenSince SetParent now hides/shows, explicitly invalidatin...
1999-02-04  Patrik StridvallX11 driver changes.
1999-01-31  NF StevensCreate X window for child windows reparented to be...
1999-01-30  Bernd HerdSetParent should link the window at the start of the...
1999-01-24  Marcus MeissnerFree the private data pointer, THEN set it to NULL.
1999-01-23  Marcus MeissnerSet private data struct to NULL to expose problems...
1998-12-27  Alexandre JulliardFixed SetFocus that was broken when moved to x11drv.
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-15  Dirk ThierbachSet the class hints for managed windows.
1998-12-10  Ulrich WeigandRemoved deferred Expose events handling.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.