2003-07-10 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / lib / user32 / windows / window.c
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-10 Casper HornstrupJoakim Asplund <joakim_asplund@spray.se>
2003-07-07 James TaborImplement GetWindowThreadProcessId
2003-07-05 Casper Hornstrup2003-07-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-16 Gé van GeldorpFirst shot at STATIC control
2003-06-15 Richard CampbellImplemented FindWindowEx, it's untested, but the code...
2003-06-14 Gé van GeldorpPartial implementation of DestroyWindow(), handling...
2003-06-05 Marty DillSend WM_STYLECHANGING/WM_STYLECHANGED when setting...
2003-05-23 Richard Campbell- Implemented FindWindowEx*() (it was already implemen...
2003-05-23 Richard CampbellImplement GetDesktopWindow()
2003-05-19 Gé van GeldorpHandle SetWindowText() across Unicode/Ansi conversions
2003-05-18 Gé van GeldorpImplement SetWindowPos()
2003-05-17 Gé van GeldorpWhen sending WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANG...
2003-05-17 Gé van GeldorpImplement SetWindowLong() and refine implementation...
2003-05-12 Jason FilbyUNIMPLEMENTED put in unimplemented functions
2003-05-12 Gé van GeldorpImplemented IsWindow()
2003-05-04 Gé van GeldorpClean up debugging stuff and silence debug messages
2003-03-28 Richard CampbellPorted AdjustClientRect(Ex) from wine, this fixes bugs...
2003-03-18 Richard CampbellImplemented CloseWindow()
2003-03-18 Richard CampbellImplemented GetParent()
2003-03-18 Richard CampbellImplemented IsZoomed()
2003-03-12 Richard Campbellditto
2003-03-09 Jason FilbyCalculation fix (from Tim Jobling)
2003-03-09 Jason FilbyCalculation fix
2003-03-06 Gé van GeldorpSwitch back to the command prompt when you press the...
2003-03-06 Gé van GeldorpGetClientRect implementation by Tim Jobling
2003-03-04 Richard CampbellImplemented MoveWindow, won't work until SetWindowPos...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-31 David WelchRemoved surplus debug messages.
2002-09-17 David WelchMore user fixes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-03 David WelchImplemented part of window properties support
2002-08-31 David WelchNon-client painting fixes.
2002-08-30 David WelchImplemented GetAncestor and IsWindowVisible
2002-07-17 David WelchFixed some bugs.
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-05-06 David WelchSome additions to the USER code; nothing is working...
2002-01-27 David WelchMore user work
2002-01-13 David WelchBegan work on message queue and default window procedure
2001-07-06 Rex Jolliffadded object handling routines for user objects in...
2001-06-12 Casper HornstrupWindow stations and desktops