Don't use alloca in a macro, which may be used in a loop. This does fix bug #805.
[reactos.git] / reactos / subsys / win32k / ntuser / focus.c
2005-10-15 Hartmut BirrDon't use alloca in a macro, which may be used in a...
2005-09-20 Filip NavaraRestore the pre-r17946 UserGetAncestor behaviour and...
2005-09-11 Gunnar Dalsnes-refcount reworking (simplification & improvement)
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-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesnaming changes:
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-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
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-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
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-19 Mike NordellFix crash clicking desktop during setup (NULL pointer...
2004-11-25 Filip Navara- Send the WM_ACTIVATE message with WA_INACTIVE when...
2004-11-24 Thomas Bluemeldon't send WM_ACTIVATE messages to the previous active...
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-06-23 Thomas Bluemeldon't use the pointer if it's NULL...
2004-06-20 Gé van GeldorpDon't activate invisible windows
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-13 Thomas Bluemelpost focus messages to different threads
2004-02-24 Thomas Bluemelcleanup
2004-02-24 Thomas Bluemel1. get rid of winlock.c
2004-02-23 Gé van GeldorpRelease the correct lock
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-01 Gé van GeldorpSilence debug messages
2004-01-27 Thomas Bluemelactivate modal dialog when clicking on a disabled window
2004-01-27 Thomas Bluemeldon't activate disabled windows
2004-01-17 Filip NavaraFix window repainting - Attempt #2
2004-01-16 Filip NavaraFixed window activation bug (GA_ROOTOWNER -> GA_ROOT).
2004-01-16 Gé van GeldorpPatch by Filip Navara.
2004-01-15 Gé van GeldorpPatch by Filip Navara.
2004-01-12 Gé van GeldorpRemove debugging cruft
2004-01-12 Gé van GeldorpHandle mouse activation of windows by setting it (or...
2004-01-12 Filip NavaraFixes on paining code to get PuTTY and RegEdit working...
2003-12-26 Gé van GeldorpMarshall messages across process boundaries (not comple...
2003-12-14 Gé van GeldorpWhen sending messages to a window in the same thread...
2003-12-07 Thomas Bluemelmoved desktop code to desktop.c
2003-12-02 Filip Navara- Attempt to fix window activation bugs reported by...
2003-11-30 Filip NavaraAttempt to fix WinPosActivateOtherWindow problem report...
2003-11-30 Filip NavaraForgot to add these files.