reactos.git
2023-02-03 Timo Kreuzer[USER32_WINETEST] Change module type to win32cui to... rostests/user32-winetest-cui 5044/head
2023-02-02 Mark Jansen[KMTESTS:CC] Disable Cc tests that seem to hang TestWHS
2023-02-02 Mark Jansen[UXTHEME_APITEST] Skip some tests that fail without... 5037/head
2023-02-02 Mark Jansen[KMTESTS:CC] Disable broken CcCopyRead / CcCopyWrite 5039/head
2023-02-02 Timo Kreuzer[WINESYNC] msvcrt: Use memmove to copy memory in memcpy_s.
2023-02-02 Timo Kreuzer[WINESYNC] msvcrt: Use memmove to copy memory in wmemcpy_s.
2023-02-02 Timo Kreuzer[WINESYNC] msvcrt: Add DECLSPEC_HOTPATCH to functions...
2023-02-02 Timo Kreuzer[WINESYNC] msvcrt: Don't include MSVC 8.0+ heap functio...
2023-02-02 Timo Kreuzer[WINESYNC] msvcrt: Add helper for exception throwing.
2023-02-02 Timo Kreuzer[WINESYNC] ucrtbase: Implement _realloc_base.
2023-02-02 Timo Kreuzer[WINESYNC] ucrtbase: Implement _free_base.
2023-02-02 Timo Kreuzer[WINESYNC] ucrtbase: Implement _malloc_base.
2023-02-02 Timo Kreuzer[WINESYNC] ucrtbase: Implement _calloc_base.
2023-02-02 Timo Kreuzer[WINESYNC] msvcrt: Handle overflow in calloc().
2023-02-02 Timo Kreuzer[WINESYNC] msvcrt: memmove_s shouldn't zero its output...
2023-02-02 Timo Kreuzer[CRT] Reduce diff to wine by adjusting white space
2023-02-02 Thomas Faber[ACPI_APITEST] Mark test failures as todos.
2023-02-02 Katayama Hirofumi MZ[NOTEPAD] Speed up notepad loading (#5012)
2023-02-02 Katayama Hirofumi MZ[SHELL32_APITEST] Add CommandLineToArgvW testcase ...
2023-02-02 Thomas Faber[KMTESTS:IO] Fix some failures in IoDeviceObject test...
2023-02-01 Gabriel Grondin[ZLIB] Update to v1.2.13. CORE-18752
2023-02-01 Mark Jansen[APPHELP_APITEST] dwMinor indicates the current date... 5036/head
2023-02-01 Mark Jansen[ZIPFLDR_APITEST] Fix the test on 2k3, where a zip... 5034/head
2023-02-01 Katayama Hirofumi MZ[RICHED20] Fix word break procedure for punct (#5021)
2023-02-01 Katayama Hirofumi MZ[NTUSER] Allow Window Snap to be disabled (#5014)
2023-01-31 Mark Jansen[APPHELP_APITEST] Fix the db test again 5022/head
2023-01-31 Mark Jansen[DBGHELP_APITEST] Be less strict on error codes 5024/head
2023-01-31 Mark Jansen[ATL_APITEST] Ignore known to be bad values for type 5023/head
2023-01-31 Victor Perevertkin[TCPIP] Rearrange LwIP glue code. 5025/head
2023-01-31 Victor Perevertkin[IP][LWIP][TCPIP] Move ip and lwip libraries to drivers...
2023-01-31 Victor Perevertkin[TCPIP][ROSTESTS] Remove old and unused TCP tests code
2023-01-31 Victor Perevertkin[ACD] Remove the driver stub
2023-01-31 Victor Perevertkin[WINEFILE] Remove Winefile application.
2023-01-31 Timo Kreuzer[NTDLL_APITEST] Comment out a test that fails on Window...
2023-01-31 Timo Kreuzer[NTDLL_APITEST] Fix test for ProcessUserModeIOPL in...
2023-01-31 Timo Kreuzer[NTDLL_APITEST] Fix tests for StackOverflow
2023-01-31 Timo Kreuzer[COMPILER_APITEST] Comment out some tests, when PSEH...
2023-01-31 Timo Kreuzer[CRT_APITEST] Fix test for strlen
2023-01-31 Timo Kreuzer[COMPILER_APITEST] Fix pseh test that failed when compi...
2023-01-31 Timo Kreuzer[WIN32KNT_APITEST] Fox tests for NtGdiCreateDIBSection
2023-01-31 Timo Kreuzer[WIN32KNT_APITEST] Fix test for NtUserEnumDisplaySettings
2023-01-31 Timo Kreuzer[WIN32KNT_APITEST] Comment out broken test for NtUserSy...
2023-01-31 Timo Kreuzer[WIN32KNT_APITEST] Fix tests for NtGdiPolyPolyDraw
2023-01-31 Timo Kreuzer[WIN32KNT_APITEST] Comment out broken test for NtGdiGet...
2023-01-31 Timo Kreuzer[WIN32KNT_APITEST] Fix a test for NtGdiExtTextOutW
2023-01-31 Timo Kreuzer[WIN32KNT_APITEST] Comment out btoken tests for NtGdiDd...
2023-01-31 Victor Perevertkin[DRIVERS] Remove unused __NTDRIVER__ and KERNEL definitions 5029/head
2023-01-31 Julen Urizar... Update win32ss/user/ntuser/winpos.c
2023-01-31 Julen Urizar... [WIN32SS] Fix winpos hyperlink&images loop rendering...
2023-01-30 Mark Jansen[USBSTOR_NEW] Add missing poppack.h 4963/head
2023-01-30 Katayama Hirofumi MZ[NTUSER] Move IME window creation code (#5009)
2023-01-29 Katayama Hirofumi MZ[SHELL32] Follow-up of #5008 (8e036fe)
2023-01-29 Joachim Henze[NETSHELL] LanStatusDlg should show on LBUTTONUP in...
2023-01-29 Thomas Faber[KMTESTS:MM] Fix MmReservedMapping test failures on...
2023-01-29 Katayama Hirofumi MZ[SHELL32] Improve StartButton context menu (#5008)
2023-01-29 Thomas Faber[KMTESTS:KE] Correctly handle MP builds in KeSpinLock...
2023-01-29 Thomas Faber[KMTESTS:MM] Fix failures in MmMdl test on machines...
2023-01-28 Thomas Faber[BUTTERFLIES] Do not release the DC passed to OpenGL... 4998/head
2023-01-28 Thomas Faber[GDI32] Fix memory leak in case of public DC. CORE...
2023-01-24 Timo Kreuzer[WINESYNC] msvcrt: Don't fail when _aligned_offset_mall...
2023-01-24 Timo Kreuzer[WINESYNC] msvcrt: Fixed strncpy_s behavior when count...
2023-01-24 Timo Kreuzer[CRT] Add a number of functions from wine
2023-01-24 Timo Kreuzer[CRT] Reduce diff
2023-01-24 Timo Kreuzer[CRT] Use the original wine heap functions
2023-01-24 Timo Kreuzer[CRT] reduce diff to wine of heap code
2023-01-24 Timo Kreuzer[CRT] Get back MSVCRT prefix in wine heap code
2023-01-23 Katayama Hirofumi MZ[NTUSER] Check IME-like after WNDS_DESTROYED check...
2023-01-22 Roy Tam[USER32_WINETEST] Add test for WM_CONTEXTMENU from...
2023-01-22 Roy Tam[NTUSER][USER32] Set WM_CONTEXTMENU's wParam to the...
2023-01-22 Ratin Gao[OLEAUT32] OaBuildVersion: Add Windows Server 2003...
2023-01-22 Ratin Gao[ATL] CImage::Load(): Return E_FAIL without ATLASSERT...
2023-01-22 Thamatip Chitpong[WIN32K:NTUSER] ValidateHwndNoErr: Fix window handle...
2023-01-22 Thomas Faber[NTOS:PNP] Avoid recursion when walking the device... 4994/head
2023-01-21 Dmitry Borisov[PCI] Fix I/O range size of the resource descriptors
2023-01-21 Thomas Faber[COMPBATT] Add inf entry. CORE-18167
2023-01-20 Roy Tam[NTDLL_APITEST] Add test for a section where PointerToR... 5002/head
2023-01-20 Roy Tam[NTOS:MM] Ignore sections either PointerToRawData or...
2023-01-18 Joachim Henze[SHELL32] Add 3 accelerators for IDM_DRAGFILE MENU...
2023-01-18 Julio Carchi[NTGDI] Check if face->charmap is not zero before acces...
2023-01-17 Wu Haotian[NTOS:MM] Use image prefix in MmLoadSystemImage
2023-01-14 Thomas Faber[NTOS:IO] Handle missing device instance in IopInitiali...
2023-01-14 Thomas Faber[HIVESYS] Move ndis to the "NDIS Wrapper" group. CORE...
2023-01-08 Denis Malikov[WIN32SS:NTUSER] restore snapped window to normal size...
2023-01-08 Joachim Henze[THEMES][DOC] "Open Sans" -> "Trebuchet MS" (#4983)
2023-01-06 Hermès Bélusca... [NTOS:KD] Revisit KdSendPacket() and KdReceivePacket... 4914/head
2023-01-06 Hermès Bélusca... [NTOS:KDBG] Fix and improve KdbpReadCommand(). (#4914)
2023-01-06 Hermès Bélusca... [KERNEL32][NTOS:PS][RTL] Cleanup some DbgPrompt() calls.
2023-01-06 Joachim Henze[BOOTDATA] Use the standard "Helv" -> "MS Sans Serif...
2023-01-06 Thamatip Chitpong[RAPPS] Add tooltip for "Refresh" and "Update Database...
2023-01-06 Hermès Bélusca... [LIBWINE] Fix GCC build warning. (#4938) 4938/head
2023-01-04 Timo Kreuzer[WIN32K] Add some NULL checks for THREADINFO::rpdesk
2023-01-04 Timo Kreuzer[WIN32K] Properly reference owner window
2023-01-04 Timo Kreuzer[NTOS] Fix interrupt flag handling in KiPageFault
2023-01-04 Timo Kreuzer[NTOS] Fix KiGeneralProtectionFault
2023-01-04 Timo Kreuzer[BEEPMIDI] Make DeviceInfo structure 64 bit compatible
2023-01-04 Timo Kreuzer[WINMM] Sync mci.c with wine
2023-01-04 Timo Kreuzer[SHELL32] Check for valid listview in CDefView::_PidlBy...
2023-01-04 Timo Kreuzer[ATL] Remove an assert that doesn't exist in the native ATL
2023-01-04 Timo Kreuzer[SHELL32] Add check to CMenuToolbarBase::ShowDW
2023-01-04 Timo Kreuzer[ADVAPI32] Fix a buffer overflow in RegQueryValueExA
next