[BOOTDATA] readme.txt: Trivial correction (#4014)
[reactos.git] / modules /
2021-10-07 Rafał Mikrut[TSCLIENT] Fix code F12 array index (#4006) 4006/head
2021-10-03 Katayama Hirofumi MZ[IMM32_APITEST] Add ImmGetImeInfoEx testcase (#3988)
2021-09-28 James Tabor[ApiTests|GDI] Add test for attribute changes to Bitmaps.
2021-09-27 Katayama Hirofumi MZ[IMM32] Rewrite ImmLockIMC (#3975)
2021-09-26 Hermès Bélusca-Maïto[IMAGESOFT] Fix build. Addendum to commit 516c8829.
2021-09-26 Hermès Bélusca-Maïto[IMAGESOFT] Reorganize the bitmap resource IDs.
2021-09-26 Hermès Bélusca-Maïto[IMAGESOFT] Use ARRAYSIZE / un-hardcode some sizeof...
2021-09-26 Hermès Bélusca-Maïto[IMAGESOFT] Commit db416e39 made toolbar imagelists...
2021-09-25 Arjav Garg[NTUSER] Fix UserSendKeyboardInput() KEYEVENTF_SCANCODE... 2974/head
2021-09-23 George Bișoc[NTDLL_APITEST] Implement NtAdjustGroupsToken API tests 3963/head
2021-09-22 Katayama Hirofumi MZ[IMM32_APITEST] himc: Use ok rather than ok_int (#3970)
2021-09-21 Katayama Hirofumi MZ[IMM32_APITEST] Add himc testcase (#3965)
2021-09-13 Hermès Bélusca-Maïto[TRANSLATION] Replace '\r\n' by '\n' from displayed...
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-09-13 Hermès Bélusca-Maïto[FORMATTING][TRANSLATION] Remove trailing whitespace...
2021-09-13 Hermès Bélusca-Maïto[REACTOS] Fix some instances of DPRINTs with trailing...
2021-09-11 Süleyman Poyraz[TRANSLATION] Add and improve Turkish (tr-TR) translati... 3561/head
2021-09-09 George Bișoc[XDK][KMTESTS:SE] Move the auto inherit ACE flags in...
2021-09-09 Hermès Bélusca-Maïto[WIN32KNT_APITEST] Add more tests for NtUserProcessConn...
2021-09-09 Stanislav Motylkov[CRT_APITEST] Add tests for __i64tod/u64tod/i64tos... 3866/head
2021-09-08 Stanislav Motylkov[CRT_APITEST] Fix __fto64 test according to MS CRT...
2021-09-08 Stanislav Motylkov[CRT_APITEST] Add missing static CRT tests on ARM
2021-09-08 Stanislav Motylkov[CRT_APITEST] Do not test functions that are missing...
2021-09-05 George Bișoc[NTDLL_APITEST] Write some NtDuplicateToken tests 3938/head
2021-09-05 Mark Jansen[COM_APITEST] Add mmc/certmgr tests
2021-09-05 George Bișoc[NTDLL_APITEST] Implement NtAdjustPrivilegesToken testcase 3939/head
2021-08-22 Katayama Hirofumi MZ[WIN32KNT_APITEST] Add NtUserGetThreadState testcase...
2021-08-18 Katayama Hirofumi MZ[IMM32_APITEST] s/0x287/WM_IME_SYSTEM/
2021-08-16 Katayama Hirofumi MZ[IMM32_APITEST] Add ImmIsUIMessage testcase (#3908)
2021-08-16 Katayama Hirofumi MZ[IMM32] Rewrite ImmIsUIMessageA/W (#3907)
2021-08-04 Timo Kreuzer[CRT_APITEST] Add static_crt_apitest
2021-08-04 Timo Kreuzer[CRT_APITEST] Add tests for data exports
2021-08-04 Timo Kreuzer[CRT] Fix CRT headers a bit
2021-07-30 Roman Masanin[CRT_APITEST] Add tests for __dtoi64/dtou64/stoi64... 3848/head
2021-07-29 Stanislav Motylkov[CRT_APITEST] Add tests for __rt_sdiv/udiv/sdiv64/udiv6...
2021-07-23 Timo Kreuzer[REACTOS] Silence warnings in 3r-party code
2021-07-23 Timo Kreuzer[REACTOS] Fix a number of MSVC warnings
2021-07-23 Jérôme Gardou[KMTESTS:NTOS_IO] Fix check of spinlocks in case of...
2021-07-15 George Bișoc[KMTESTS:SE] Implement initial logon session tests
2021-07-13 Katayama Hirofumi MZ[IMM32_APITEST] Add clientimc testcase (#3815)
2021-07-10 Timo Kreuzer[GDI32_APITEST] Clean up loaded fonts
2021-07-10 Timo Kreuzer[ROSTESTS] Skip some test on x64
2021-07-10 Timo Kreuzer[NTDLL_WINETEST] Unhack exception test and include...
2021-07-10 Timo Kreuzer[RPCRT4_WINETEST] Fix 64 bit build
2021-07-09 Katayama Hirofumi MZ[IMM32_APITEST] Add imm32_apitest test program (#3810) gsoc/2021/smp-kisystemstartup
2021-07-06 Serge Gautherie[WIN32U_2KSP4] Remove it (#3786)
2021-07-05 Jérôme Gardou[CMAKE] Turn ENABLE_ROSAPPS, ENABLE_ROSTESTS & ENABLE_W...
2021-07-03 Timo Kreuzer[ROSAUTOTEST] Run tests with current dir set to the...
2021-06-29 Jérôme Gardou[KMTESTS] Fix tests for uniprocessor checked build
2021-06-10 Katayama Hirofumi MZ[SHELL32_APITEST] Improve ShellExecCmdLine testcase...
2021-06-09 Katayama Hirofumi MZ[USER32_APITEST] Add SetFocus testcase (#3732)
2021-06-07 Katayama Hirofumi MZ[SHELL32_APITEST] Strengthen ShellExecuteEx testcase...
2021-06-06 Joachim Henze[SHELL32_APITEST] ShellHook testcase Fix compiler error...
2021-06-05 Katayama Hirofumi MZ[SHELL32_APITEST] Follow-up of #3723
2021-06-05 Katayama Hirofumi MZ[SHELL32_APITEST] Add FindExecutable testcase (#3723)
2021-06-05 Mark Jansen[ATL_APITEST] Add some testcases for CString 'operator !='
2021-06-05 Timo Kreuzer[RTL][KMTEST] RtlPcToFileHeader doesn't handle user...
2021-06-04 Joachim Henze[WINETESTS] Workaround crashes in riched20:richole...
2021-06-03 Katayama Hirofumi MZ[SHELL32_APITEST] ShellExecCmdLine: Don't copy Notepad.exe
2021-06-03 Katayama Hirofumi MZ[SHELL32_APITEST] ShellExecCmdLine: Close Notepad windows
2021-05-30 Katayama Hirofumi MZ[USER32_APITEST] Add ShowWindow testcase (#3689)
2021-05-29 Katayama Hirofumi MZ[SHELL32_APITEST] Strengthen and improve ShellHook...
2021-05-19 Jérôme Gardou[SDK] Turn txt2nls into a host tool
2021-05-19 Jérôme Gardou[NTDLL_APITEST] Add some tests for RtlUnicodeToOemN
2021-05-19 Jérôme Gardou[NTDLL_APITEST] Add some tests for RtlUnicodeStringToCo...
2021-05-19 Jérôme Gardou[NTDLL_APITEST] Add tests for RtlxUnicodeStringToAnsiSi...
2021-05-19 Jérôme Gardou[NTDLL_APITEST] Add some Japanese to RtlGenerate8dot3Na...
2021-05-12 Serge Gautherie[CMAKE] winetests/: Move '/wd4334' to 3 sub-modules...
2021-05-11 Serge Gautherie[CMAKE] winetests/: Move '/wd4101' to kernel32/ only
2021-05-11 George Bișoc[KMTESTS:SE] Remove erroneous tests regarding impersona... 3651/head
2021-05-08 Mark Jansen[RTL] Implement RtlGetLengthWithoutLastFullDorOrNtPathE...
2021-05-08 Mark Jansen[RTL] Implement RtlpApplyLengthFunction
2021-05-08 Mark Jansen[FONTEXT_APITEST] Test more cases for GetDisplayNameOf
2021-05-03 Jérôme Gardou[FRAMEDYN] Fix the whole situation with regards to...
2021-05-02 George Bișoc[NTDLL_APITEST] Add alignment probing tests for Query...
2021-05-02 George Bișoc[NTDLL_APITEST] Add alignment probing tests for Query...
2021-05-02 George Bișoc[NTDLL_APITEST] Implement alignment probing library...
2021-05-02 George Bișoc[NTDLL_APITEST] Include the internal headers from the...
2021-04-30 Katayama Hirofumi MZ[CMD_APITEST] Follow-up of #3632 (0c2230a)
2021-04-29 Katayama Hirofumi MZ[CMD_APITEST] Add FC testcase (#3632)
2021-04-28 Jérôme Gardou[PSEH] Add implementation for GCC amd64
2021-04-28 Jérôme Gardou[REACTOS] Explicitly link against pseh & include pseh...
2021-04-28 Jérôme Gardou[COMPILER_APITEST] Disable SEH tests for GCC amd64...
2021-04-28 Jérôme Gardou[KERNEL32_APITEST] Fix compilation & global wut?? with...
2021-04-27 George Bișoc[NTDLL_APITEST] Implement NtImpersonateAnonymousToken... 3555/head
2021-04-24 Serge Gautherie[REACTOS] InitImageList(): Fix error checks
2021-04-16 Serge Gautherie[CMAKE] winetests/: Move '/wd4133' to gdiplus/ only
2021-04-11 Chan Chilung[TRANSLATION] Chinese Traditional (zh-TW) translation...
2021-04-09 Victor Perevertkin[CMAKE] Some options are only supported by GCC, don...
2021-04-08 Jérôme Gardou[CMAKE] Fix a file name
2021-04-07 Katayama Hirofumi MZRevert '[FONTEXT_APITEST] Follow-up of #3585'
2021-04-07 Katayama Hirofumi MZ[BROWSEUI_APITEST] Strengthen IAutoComplete testcase
2021-04-06 Katayama Hirofumi MZ[FONTEXT_APITEST] Follow-up of #3585 (deb928c)
2021-04-05 Mark Jansen[FONTEXT_APITEST] Show that fontext returns absolute...
2021-04-04 Katayama Hirofumi MZ[BROWSEUI][BROWSEUI_APITEST] Add CLSID_ACLHistory stubs...
2021-04-03 Katayama Hirofumi MZ[BROWSEUI_APITEST] Strengthen ACListISF testcase (...
2021-04-01 Katayama Hirofumi MZ[NOTEPAD][WORDPAD][MSPAINT]... Use newer file open...
2021-03-18 Katayama Hirofumi MZ[BROWSEUI_APITEST] Strengthen ACListISF testcase (...
2021-03-09 Chan Chilung[TRANSLATION][INF] Update Chinese Traditional (zh-TW...
2021-03-06 Serge Gautherie[CMAKE] Fix few copy-paste typos in add_pch() calls...
next