sync with trunk head (34904)
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / kbdlayout.c
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 Timo Kreuzersome 64 bit fixes in win32k
2008-03-11 Dmitry Chapyshev- Fix typo (part 1/2)
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-09 Colin FinckIf W32kGetDefaultKeyLayout() is called before a user...
2008-01-07 Colin FinckWin32k:
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-01 Aleksey Bragin- Fix a bug with incorrect handling of the keyboard...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-08-17 James TaborFix NtUserLoadKeyboardLayoutEx size.
2007-05-27 James TaborFix NtUserLoadKeyboardLayoutEx prototype:
2007-04-11 Magnus OlsenDO not waring if no keyboard layout does not exists...
2007-04-01 Saveliy TretiakovImplement NtUserUnloadKeyboardLayout()
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-28 Saveliy TretiakovWM_INPUTLANGCHANGE is sent not posted.
2007-02-22 Saveliy TretiakovNtUserLoadKeyboardLayoutEx: Support KLF_REORDER and...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-14 Saveliy TretiakovPost WM_INPUTLANGCHANGE to thread's focus windows when...
2007-02-13 Saveliy Tretiakov- Make NtUserLoadKeyboardLayoutEx accept 6 params
2007-02-11 Aleksey Bragin25763 was an example of how to NEVER do in ReactOS...
2007-02-10 Magnus Olsenreverting 25758 : for follow reason
2007-02-10 Saveliy TretiakovAdd missing return
2007-02-10 Magnus Olsenstub shall be in stub. file not in other files.
2007-02-10 Saveliy TretiakovFix a bug.
2007-02-10 Saveliy TretiakovAdd braces to if.
2007-02-09 Saveliy TretiakovAdd multiple keyboard layout support. Implemented NtUse...