implemented GetKeyboardLayoutNameW
[reactos.git] / reactos / lib / user32 / windows / message.c
2005-12-12 Filip NavaraFix the USER32 DLL initialization and cleanup routines...
2005-12-03 Sebastian Gasiorekfixes from Wine.
2005-11-22 Alex Ionescu- Remove usage of STATIC, and use static in the right...
2005-07-27 Alex Ionescu - Fix debug header nonsense
2005-06-19 Filip NavaraCleanup header usage in USER32.
2005-06-19 Filip Navara(Re)move USER32 headers from include/user32.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Gé van GeldorpCopy correct number of bytes
2004-12-30 Filip Navara- Reimplementation of CreateCursor (now the correct...
2004-12-27 Filip Navara- Implement MsgWaitForMultipleObjects.
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-25 Filip Navara- Fix finding of windows by classes in NtUserFindWindow.
2004-12-13 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-05 Filip Navara- Fix conversion of messages from Unicode to Ansi and...
2004-08-31 Gé van Geldorp- Return value of WM_GETTEXTLENGTH is in TCHARs, not...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
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-16 Gé van GeldorpRemove debug stuff accidentaly left in
2004-06-16 Gé van GeldorpMarshall WM_CREATE/WM_NCCREATE messages
2004-04-29 Gé van GeldorpImplement DDE Execute:
2004-04-10 Filip Navara- Remove forgotten DbgPrint.
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-03-11 Thomas Bluemelfirst attempt to implement SendMessageTimeout()
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-28 Gé van GeldorpInform kernel whether Unicode or Ansi window proc is...
2004-01-26 Thomas Bluemelgave NtUserCall*Param decent names
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2003-12-26 Gé van GeldorpMarshall messages across process boundaries (not comple...
2003-12-19 Thomas Bluemelimplemented GetMessageExtraInfo() and SetMessageExtraInfo()
2003-12-14 Gé van GeldorpFix Unicode/Ansi conversion problem
2003-12-14 Gé van GeldorpWhen sending messages to a window in the same thread...
2003-11-19 Thomas BluemelPatch by Jonathon Wilson:
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-11-08 Filip Navara- Fixed a few bugs.
2003-10-09 Gé van GeldorpKeyboard sync between gui and text modes, patch by...
2003-08-14 Royce Mitchell IIIpatch by Jonathon Wilson
2003-08-11 Gé van GeldorpRepairs to WNDPROC and class handling by Jonathan Wilson
2003-08-02 Gunnar Dalsnes-partially impl. GetQueueStatus, GetInputState
2003-08-01 David Welch- Implemented GetMessagePos and GetMessageTime
2003-07-30 Hartmut Birr- Don't allocate/free a class name string in User32Conv...
2003-07-27 David Welch- Made a start on implemented window moving.
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-29 Gé van GeldorpFix WM_GETTEXT handling
2003-05-21 Gé van Geldorp- Implement WaitMessage()
2003-05-19 Gé van GeldorpHandle SetWindowText() across Unicode/Ansi conversions
2003-05-12 Jason FilbyUNIMPLEMENTED put in unimplemented functions
2003-05-02 Gé van GeldorpImplemented NtUserRegisterWindowMessage
2003-03-06 Gé van GeldorpSwitch back to the command prompt when you press the...
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-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-06-13 David WelchSplit up some stubs into their own files.
2002-05-06 David WelchSome additions to the USER code; nothing is working...
2001-06-12 Casper HornstrupWindow stations and desktops
1999-12-01 Boudewijn Dekkerfixed some prototypes by adding stdcall attribute
1999-07-04 Boudewijn DekkerInitial commit. Ported some code from wine.
1999-06-05 Boudewijn DekkerAdded some user32 functions.