[NTUSER][USER32] NtUserGetKeyboardLayoutName and GetKeyboardLayoutNameW (#4595)
[reactos.git] / win32ss / include / ntuser.h
2022-08-05 Katayama Hirofumi MZ[NTUSER][USER32] NtUserGetKeyboardLayoutName and GetKey...
2022-05-08 Katayama Hirofumi MZ[NTUSER][USER32] Implement IME status (#4472)
2022-05-04 Katayama Hirofumi MZ[NTUSER][USER32] Make NtUserBuildHwndList exclusive...
2022-04-18 Katayama Hirofumi MZ[NTUSER][USER32] Implement ImeWnd_OnImeNotify (#4457)
2022-04-09 Katayama Hirofumi MZ[NTUSER][INCLUDE] Add IMC offset info (#4439)
2022-03-03 Katayama Hirofumi MZ[IMM32] s/CLIENTIMC_UNKNOWN1/CLIENTIMC_DESTROY/
2022-02-13 Katayama Hirofumi MZ[NTUSER][IMM32] Use Imm32CurrentPti and pool (#4356)
2022-02-10 Katayama Hirofumi MZ[NTUSER] Implement NtUserCheckImeHotKey (#4351)
2022-02-09 Katayama Hirofumi MZ[NTUSER] Implement NtUserSetImeHotKey (#4350)
2022-02-02 Katayama Hirofumi MZ[USER32] Implement ImeWnd_OnImeSetContext (#4329)
2022-01-27 Katayama Hirofumi MZ[USER32] Implement User32CreateImeUI (#4316)
2022-01-26 Katayama Hirofumi MZ[NTUSER] Implement NtUserGetAppImeLevel and NtUserSetAp...
2022-01-20 Katayama Hirofumi MZ[NTUSER] Improve NtUserGetThreadState (#4300) 3798/head
2022-01-13 Katayama Hirofumi MZ[NTUSER] Follow-up of #4277 (ea1353e)
2022-01-12 Katayama Hirofumi MZ[NTUSER] Implement NtUserSetThreadLayoutHandles (#4277)
2022-01-12 Katayama Hirofumi MZ[NTUSER] Follow-up of #4271 (36740ca)
2022-01-12 Katayama Hirofumi MZ[NTUSER] Implement NtUserSetImeInfoEx (#4276)
2022-01-12 Katayama Hirofumi MZ[NTUSER][IMM32] Implement NtUserGetImeInfoEx (#4271)
2022-01-01 Katayama Hirofumi MZ[NTUSER] Implement NtUserCreateInputContext (#4230)
2022-01-01 Katayama Hirofumi MZ[NTUSER] Implement NtUserUpdateInputContext (#4228)
2022-01-01 Katayama Hirofumi MZ[NTUSER] Implement NtUserQueryInputContext (#4227)
2021-12-31 Katayama Hirofumi MZ[NTUSER] Implement NtUserDisableThreadIme (#4216)
2021-12-16 Katayama Hirofumi MZ[NTUSER][USER32] Use async way in TileWindows and Casca...
2021-10-21 Katayama Hirofumi MZ[IMM32] Rewrite ImmInstallIMEW (#4044)
2021-10-03 Katayama Hirofumi MZ[IMM32] Implement ImmActivateLayout (#3987)
2021-09-30 Katayama Hirofumi MZ[IMM32] Rewrite ImmSetActiveContext (#3982)
2021-09-27 James Tabor[GDI32] Update Wine Metafile Code
2021-09-27 Katayama Hirofumi MZ[IMM32] Rewrite ImmLockIMC (#3975)
2021-09-16 Katayama Hirofumi MZ[IMM32] Rewrite ImmAssociateContextEx (#3961)
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-09-09 Hermès Bélusca-Maïto[WIN32SS:NTUSER] Update the definition of SHAREDINFO...
2021-08-23 Katayama Hirofumi MZ[IMM32] Rewrite ImmGetContext (#3923)
2021-08-20 Katayama Hirofumi MZ[NTUSER] Improve NtUserQueryWindow (#3915)
2021-08-20 Katayama Hirofumi MZ[IMM32] Rewrite ImmProcessKey (#3917)
2021-08-18 Katayama Hirofumi MZ[INCLUDE] Move WM_IME_SYSTEM from ntuser.h to undocuser...
2021-08-18 Katayama Hirofumi MZ[NTUSER][INCLUDE] s/TransMsg[1]/TransMsg[ANYSIZE_ARRAY]/
2021-08-18 Katayama Hirofumi MZ[NTUSER][INCLUDE] Trivial formatting of TRANSMSG and...
2021-08-17 Katayama Hirofumi MZ[IMM32] ImmGenerateMessage and ImmTranslateMessage...
2021-08-16 Katayama Hirofumi MZ[IMM32] Rewrite ImmIsUIMessageA/W (#3907)
2021-08-04 Katayama Hirofumi MZ[IMM32] ImmCreateContext, ImmDestroyContext, DllMain...
2021-07-31 Katayama Hirofumi MZ[IMM32] Improve ImmSimulateHotKey (#3858)
2021-07-31 Katayama Hirofumi MZ[IMM32] Rewrite ImmEnumInputContext (#3859)
2021-07-25 Katayama Hirofumi MZ[IMM32] Imm(Lock|Unlock)ImeDpi and ImmSetOpenStatus...
2021-07-25 Katayama Hirofumi MZ[IMM32] Improve ImmGetImeInfoEx (#3833)
2021-07-11 Katayama Hirofumi MZ[IMM32] Add some candidate handlings (#3799)
2021-07-08 Katayama Hirofumi MZ[IMM32] Rewrite ImmIsIME (Retry) (#3803)
2021-05-28 Timo Kreuzer[WIN32K][USER32] Change mechanism for storing dialog...
2020-08-11 Katayama Hirofumi MZ[IMM32][NTUSER] Add ImmGetImeInfoEx (#3035)
2020-08-11 Katayama Hirofumi MZ[NTUSER] Add more QUERY_WINDOW_* values (#3034)
2020-08-09 Katayama Hirofumi MZ[IMM32][NTUSER] Implement ImmGetHotKey (#3025)
2020-04-03 Serge Gautherie[WIN32K:NTUSER] ntuser.h: Rename NtUserWaitForInputIdle...
2019-12-29 Hermès Bélusca-Maïto[WIN32SS:USER] Some minimal work and fixes concerning...
2019-04-28 Andrew Boyarshin[WIN32SS:NTUSER] Use the 2nd parameter of NtUserGetThre... 1065/head
2018-08-19 Hermès Bélusca-Maïto[WIN32K:NTUSER] Make NtUserResolveDesktop() and IntReso...
2018-07-22 Hermès Bélusca-Maïto[WIN32SS:NTUSER] Update SetWindowStationUser() and...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-18 Timo Kreuzer[WIN32K] Fix 64 bit issues (#420)
2018-02-19 Timo Kreuzer[WIN32K] Implement NtUserSetWindowLongPtr for 64 bit...
2017-12-24 Giannis Adamopoulos[USER32] Implement the index -1 for GetWindowLong which...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-22 Amine Khaldi* Sync up to trunk head (r64894).
2014-10-19 Amine Khaldi* Sync up to trunk head (r64829).
2014-10-13 Amine Khaldi* Sync up to trunk head (r64716).
2014-10-03 David QuintanaSync with trunk r64509.
2014-09-29 David Quintana* Sync with trunk r64401.
2014-09-28 Amine Khaldi* Sync up to trunk head (r64377).
2014-09-22 David QuintanaSync with trunk r64222.
2014-09-12 Amine Khaldi[SHELL-EXPERIMENTS]
2014-09-10 Hermès Bélusca-Maïto[REACTOS]
2014-09-09 Hermès Bélusca-MaïtoSync with trunk revision 64099.
2014-08-24 David QuintanaSync with trunk r63935.
2014-08-23 Hermès Bélusca-MaïtoSync to trunk revision 63922.
2014-08-10 Hermès Bélusca-MaïtoSync to trunk revision 63857.
2014-08-09 David Quintana* Sync to trunk r63845.
2014-08-07 Hermès Bélusca-MaïtoSync with trunk r63831.
2014-08-04 Hermès Bélusca-MaïtoPartial merge of the condrv_restructure branch, including:
2014-08-01 Hermès Bélusca-MaïtoSync with trunk r63793.
2014-07-31 David QuintanaSync with trunk r63786.
2014-07-27 Hermès Bélusca-MaïtoSync with trunk r63743.
2014-06-27 Hermès Bélusca-MaïtoSync with trunk r63647.
2014-06-23 David QuintanaSync with trunk r63637.
2014-05-30 David QuintanaSync with trunk r63502.
next