Use the correct size variables in co_IntCreateWindowEx.
[reactos.git] / reactos / subsys / win32k / ntuser / window.c
2005-09-25 Filip NavaraUse the correct size variables in co_IntCreateWindowEx.
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-09-20 Filip NavaraRestore the pre-r17946 UserGetAncestor behaviour and...
2005-09-20 Filip Navara- SetParent shouldn't destroy menus.
2005-09-20 Filip NavaraFix the order of window style setting.
2005-09-19 Gunnar Dalsnes-set last error (invalid handle) in cases where handle...
2005-09-18 Gé van GeldorpSet correct error code, IsWindow() depends on this
2005-09-11 Gunnar Dalsnes-refcount reworking (simplification & improvement)
2005-09-10 Gé van GeldorpFix some object/handle victims. Fixes bug 765.
2005-09-09 Gé van GeldorpWindow handle is not valid anymore when the object...
2005-09-09 Gé van GeldorpRemove WS_VISIBLE bit from correct member
2005-09-09 Gunnar Dalsnes-cursoricon: naming changes, cleanup
2005-09-08 Gunnar Dalsnes-remove hotkey lock
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-07 Gunnar Dalsnes-replace user object/handle manager with the one from...
2005-09-07 Gunnar Dalsnesmake co_WinPosShowWindow take pWnd, not hWnd
2005-09-07 Gunnar Dalsnesscrollbar:
2005-09-06 Gunnar Dalsnesmenu: code cleanup, naming changes, simplify refcountin...
2005-09-06 Alex Ionescu- One last build fix.
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesremove WndObjListLock
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
2005-09-06 Gunnar Dalsnesmove object.c and ssec.c into ntuser where they belong
2005-09-06 Gunnar Dalsnesremove window update lock
2005-09-05 Gunnar Dalsnesremove user handle table lock, cursor locks, message...
2005-09-05 Gunnar Dalsnesremove relatives lock, window props lock, classes locks...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-07-26 Filip NavaraDon't allow setting menu for child windows in IntSetMenu.
2005-07-25 Alex Ionescu - Message Queue Fix, resolves a number of application...
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-06 Alex IonescuFix win32k to use new EPROCESS defintion
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-20 Gé van GeldorpYou can ask for e.g. GWL_STYLE for the desktop window,
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-15 Gregor AnichImprove the WNDOBJ implementation a bit... There are...
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-23 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-02-19 Thomas Bluemelsilence debug message
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-29 Gé van GeldorpGenerate timer messages instead of queueing them
2004-12-25 Filip Navara- Fix finding of windows by classes in NtUserFindWindow.
2004-12-13 Thomas Bluemelrevert some of the changes i did to IntDestroyWindow()
2004-12-12 Thomas Bluemelunmark dirty windows on destruction so no painting...
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Filip Navara- Don't call IntReleaseWindowObject with handle.
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-11 Thomas Bluemelsilence some debug output
2004-12-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-11-20 Thomas Bluemelsilence debug message
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-15 Gé van GeldorpCreate Int versions of Rect functions
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-07-26 James TaborPatch for fixing EnumThreadWindows.
2004-07-24 Filip Navara- Fix WS_CAPTION style handling.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-14 Steven EdwardsWarn rather than bail on HWND_MESSAGE windows
2004-07-09 Gé van GeldorpFindWindow() should search the threads desktop, not...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-22 Royce Mitchell IIIsmall bugfix - debug/release inconsistency - found...
2004-06-20 Filip Navara- Fixed very stupid bug with pointer handling in NtUser...
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-06-19 Filip Navara- Fixed NtUserDestroyWindow to correctly destroy owned...
2004-06-16 Gé van GeldorpMarshall WM_CREATE/WM_NCCREATE messages
2004-05-27 Thomas Bluemelfixed missing class dereferencings and store a list...
2004-05-19 Thomas Bluemelset proper lasterror code in RegisterWindowMessage()
2004-05-19 Thomas Bluemelfixed RegisterWindowMessage()
2004-05-16 Filip NavaraWindow Class handling fixes:
2004-05-14 Filip Navara- Modify DPRINTs to print window styles in hexadecimal...
2004-05-12 Filip Navara- Print class name in DPRINT1 in NtUserFindWindowEx.
2004-05-10 Thomas Bluemeltake back changes to window styles, they broke our...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-08 Thomas Bluemelassign even more styles for overlapped windows
2004-05-08 Thomas Bluemelminor fixes
2004-05-08 Thomas Bluemelsilence debug messages
2004-05-08 Thomas Bluemelfixed handling of CW_USEDEFAULT with CreateWindow(Ex)()
2004-05-05 Thomas Bluemelrewrote NtUserBuildHwndList()
2004-05-02 Thomas Bluemelimplemented IsWindowInDestroy()
2004-05-01 Thomas Bluemelimplemented AnyPopup()
2004-04-29 Gé van GeldorpReturn NULL only in error case
2004-04-24 Thomas Bluemelproper implementation of FrameRgn() (cannot be ported...
2004-04-17 Thomas Bluemelfixed some scrollbar issues
2004-04-14 Thomas Bluemelrewrote NtUserFindWindowEx() so it works as it's suppos...
2004-04-14 Thomas Bluemelfixed major bugs in the message queue
2004-04-13 Thomas Bluemellittle fix
next