migrate substitution keywords to SVN
[reactos.git] / reactos / lib / user32 / windows / window.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-16 Richard Campbell- Implemented SwitchToThisWindow, not 100% correct...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-05-23 Thomas Bluemelignore the hInstance field while searching classes...
2004-05-21 Thomas Bluemelimplemented DisableProcessWindowsGhosting() (window...
2004-05-20 Royce Mitchell IIIget current HINSTANCE if given NULL in CreateWindowExA...
2004-05-08 Thomas Bluemelfixed handling of CW_USEDEFAULT with CreateWindow(Ex)()
2004-05-02 Thomas Bluemelimplemented IsWindowInDestroy()
2004-05-01 Thomas Bluemelimplemented AnyPopup()
2004-04-29 Gé van GeldorpImplement DDE Execute:
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-14 Thomas Bluemelrewrote NtUserFindWindowEx() so it works as it's suppos...
2004-04-13 Thomas Bluemeldon't pass ansi strings to win32k!!!!
2004-04-10 Filip Navara- Implement FindWindowEx for case when ClassName =...
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-08 Filip Navara- Register the standard control classes in GetClassInfo...
2004-04-07 Gé van GeldorpThere can never be a parent/child relationship between...
2004-04-02 Thomas Bluemelpartially implemented IsHungAppWindow()
2004-04-02 Thomas Bluemelimplemented GetWindowModuleFileName()
2004-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-03-14 Gé van GeldorpMatch error tested against to the actual error returned by
2004-03-07 Filip Navara- Fixed MapWindowPoints for NULL window handles.
2004-02-26 Thomas Bluemelminor fixes
2004-02-22 Gé van GeldorpImplement system menus
2004-02-02 Emanuele AlibertiType casting for compiling USER32. What did break it?
2004-02-02 Richard Campbellunstubbed childwindowfrompoint(ex). This function...
2004-01-26 Thomas Bluemelgave NtUserCall*Param decent names
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-15 Gé van GeldorpPatch by Filip Navara.
2003-12-26 Gé van GeldorpMarshall messages across process boundaries (not comple...
2003-12-22 Filip Navara- Enabled CS_PARENTDC style for edit control.
2003-12-19 Thomas Bluemelimplemented maximize/restore and minimize buttons for...
2003-12-18 Filip NavaraCall CreateMDIWindow[AW] from CreateWindowEx[AW] if...
2003-12-10 Vizziniminor fix by filip navara
2003-12-10 Richard CampbellSorry, ultraedit32 is REALLY starting to piss me off.
2003-12-10 Richard CampbellImplemented OpenIcon()
2003-12-08 Filip NavaraImplementation of ScrollWindow, ScrollWindowEx, ScrollD...
2003-12-07 Gé van GeldorpMove desktop window proc from WIN32K to CSRSS
2003-12-07 Filip NavaraBasic implementation of CopyImage and FindWidowExA.
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-18 Thomas Bluemel1. implemented GetGUIThreadInfo()
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-11-09 Filip Navara- Moved GetFocus, DrawCaptionTemp[AW], DrawMenuBarTemp...
2003-11-09 Filip Navara- Implemented NtUserDefSetText and NtUserInternalGetWin...
2003-11-02 Filip Navara- Basic MDI support ported from Wine.
2003-10-30 Mark TempelUpdate to implement WindowFromPoint by delegating to...
2003-10-28 Filip Navara- Fixed more bugs reported by Wine user32 window test...
2003-10-25 Filip Navara- Better implementation of window non-client area funct...
2003-10-19 Filip Navara- Fixed GetFullPathNameA and debug message in GetFullPa...
2003-09-20 Gé van GeldorpRevert previous change to dialog.c and fix the problem...
2003-09-13 Thomas Bluemelfixed the hMenu parameter in CreateWindowEx so that...
2003-08-28 Gé van GeldorpSilence debug messages
2003-08-21 Thomas Bluemelinitial support for system menus
2003-08-20 Andrew Greenwood* Made a start on a few user32 stubs
2003-08-19 Thomas Bluemelimplemented SetLastErrorEx()
2003-08-19 Thomas Bluemelfixed some bugs in GetClassInfoExA/W()
2003-08-18 Thomas Bluemelfixed GetClassInfoExA/W() and CreateWindowExA/W()
2003-08-18 Thomas BluemelImplemented SetWindowContextHelpId() and GetWindowConte...
2003-08-17 Thomas BluemelImplemented AnimateWindow()
2003-08-17 Andrew Greenwood* Ported listbox conrtol from WINE - it doesn't work...
2003-08-17 Andrew Greenwood* Implemented EnabledWindow and IsWindowEnabled (seem...
2003-08-17 Andrew GreenwoodMore work on DrawStateA/DrawStateW. They are still...
2003-08-17 Royce Mitchell III* fixes a couple (several?) memory leaks
2003-08-15 Andrew GreenwoodThis commit mostly adds DbgPrint() statements to places...
2003-08-14 Royce Mitchell IIIpatch by Jonathon Wilson
2003-08-12 Thomas BluemelImplemented InternalGetWindowText() partially
2003-08-11 Gunnar Dalsnes-WinStaLock is now WinLock & made global
2003-08-11 Gé van GeldorpRepairs to WNDPROC and class handling by Jonathan Wilson
2003-08-09 James TaborThis implements GetClassInfo
2003-08-08 Royce Mitchell IIIpatch by Jonathon Wilson - complete implemenation of...
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-04 Gunnar Dalsnes-misc
2003-07-28 Eric KohlAdded Messagebox support.
2003-07-27 David Welch- Made a start on implemented window moving.
2003-07-25 Royce Mitchell IIIimplementation of window enumeration. thread window...
2003-07-25 Gunnar DalsnesGetWindowThreadProcessId impl./fixed
2003-07-23 James TaborImplemented IsIconic
2003-07-23 James TaborImplemented ClientToScreen
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()
next