reactos.git
2022-12-07 Oleg Dubinskiy[NTOS:IO] Properly zero-initialize a file object create...
2022-12-06 Hermès Bélusca... [MSPAINT] Fix manifest for mspaint.
2022-12-06 Thamatip Chitpong[SYSDM] System Parameters: Add close button (#4928)
2022-12-05 Hermès Bélusca... [KDGDB] Fix compilation following commit de81021ba... 4930/head
2022-12-05 Katayama Hirofumi MZ[BOOTDATA][INF] Add Japanese (ja-JP) translation to...
2022-12-04 Egor Ananyin[DESK] Fix screensaver preview after calling its settin...
2022-12-04 Thamatip Chitpong[MMSYS] Prevent the same sound from being added multipl...
2022-12-04 Katayama Hirofumi MZ[NTGDI][FREETYPE] Follow-up of #4920 (e316d61); Rename...
2022-12-04 Katayama Hirofumi MZ[OSK] Delete WS_EX_NOACTIVATE workaround code
2022-12-03 Katayama Hirofumi MZ[NTUSER] Fix SetActiveWindow return value
2022-12-03 Thamatip Chitpong[SENDMAIL] Fix Send To -> Desktop (create shortcut...
2022-12-03 Thamatip Chitpong[EXPLORER] Fix Windows XP compatibility (#4923)
2022-12-03 Katayama Hirofumi MZ[NTGDI][FREETYPE] lfEscapement for TextOut (#4920)
2022-12-01 Timo Kreuzer[NTOS] Fix double free on allocation failure in ObCreat...
2022-12-01 Timo Kreuzer[SPOOLSS] Fix prototype of BuildOtherNamesFromMachineName
2022-12-01 Timo Kreuzer[NTOS] Improve MmDeleteProcessAddressSpace
2022-12-01 Timo Kreuzer[NTOS] Improve MmCleanProcessAddressSpace
2022-12-01 Timo Kreuzer[WIN32K] Fix missing NULL check in IntCreateDIBitmap
2022-12-01 Timo Kreuzer[NTOS:EX] Initialize ExpTimeRefreshLock
2022-12-01 Timo Kreuzer[KERNEL32] Fix a bug in GetVolumeNameForRoot
2022-12-01 Timo Kreuzer[WS2_32_APITEST] Fix uninitialized variable
2022-12-01 Timo Kreuzer[CRT_APITEST] Restore direction flag to avoid false...
2022-12-01 Timo Kreuzer[CRT] Add simplistic fallback implementation of sincos...
2022-12-01 Timo Kreuzer[CRT] Replace amd64 math functions/stubs with libm
2022-12-01 Timo Kreuzer[FREELDR] Add stubs for pow and log to avoid pulling...
2022-12-01 Timo Kreuzer[CRT] Add basic version of handle_error
2022-12-01 Timo Kreuzer[CRT] Improve _matherr handling
2022-12-01 Timo Kreuzer[CRT] Implement _set_statfp
2022-12-01 Timo Kreuzer[ASMPP] Implement asm preprocessor
2022-12-01 Timo Kreuzer[LIBM] Fix ldexp.c / ldexpf.c
2022-12-01 Timo Kreuzer[LIBM] Add ldexp.c and ldexpf.c from aocl-libm-ose
2022-12-01 Timo Kreuzer[LIBM] Fix up some asm files
2022-12-01 Timo Kreuzer[LIBM] Convert tables from asm to C
2022-12-01 Timo Kreuzer[LIBM] Fix build
2022-12-01 Timo Kreuzer[LIBM] Import win-libm from AMD
2022-12-01 Timo Kreuzer[XDK] Silence some GCC x64 warnings
2022-12-01 Timo Kreuzer[CRT] Add a workaround for CORE-18255
2022-11-30 Katayama Hirofumi MZ[NTGDI][FREETYPE] lfWidth for GetTextMetrics and GetCha...
2022-11-29 Katayama Hirofumi MZ[NTGDI][FREETYPE] Add special structure for hashing...
2022-11-28 Mark Jansen[RPCRT4] Sync msvc.S with WINE's inline assembly, 4902/head
2022-11-28 Hermès Bélusca... [PSDK] Fix x64 incompatibilities in ***Box_GetItemData...
2022-11-27 Katayama Hirofumi MZ[NTGDI][FREETYPE] lfWidth for GetTextExtentPoint32...
2022-11-27 Thomas Faber[LIBPNG] Update to version 1.6.39. CORE-18670 4904/head
2022-11-27 Thomas Faber[LIBPNG] Update to version 1.6.38. CORE-18670
2022-11-27 Jose Carlos... [NEWDEV][SHELL32][SYSSETUP] Improve browse driver folde...
2022-11-27 Katayama Hirofumi MZ[NTGDI][FREETYPE] Follow-up of #4901 (57702ed)
2022-11-27 Katayama Hirofumi MZ[NTGDI][FREETYPE] Font cache: Use hash (#4901)
2022-11-27 Katayama Hirofumi MZ[GDI32_APITEST] Strengthen TextTransform testcase ...
2022-11-26 Hermès Bélusca... [NDK] Fix description for PIO_APC_ROUTINE.
2022-11-25 Hermès Bélusca... [HALX86] Update the PCI hardware IDs database.
2022-11-25 Thomas Faber[LIBXML2] Update to version 2.10.3. CORE-17766 4897/head
2022-11-25 Thomas Faber[LIBXSLT] Update to version 1.1.37. CORE-17766
2022-11-25 Thomas Faber[LIBXML2] Update to version 2.10.2. CORE-17766
2022-11-25 Thomas Faber[LIBXML2] Update to version 2.10.1. CORE-17766
2022-11-25 Katayama Hirofumi MZ[NTGDI][FREETYPE] Font cache: Use FT_Matrix instead...
2022-11-24 Timo Kreuzer[NTOSKRNL] Print boot cycles on x64 just like on x86
2022-11-24 Timo Kreuzer[NTOS] Fix a bug in KiPrepareUserDebugData
2022-11-24 Timo Kreuzer[NTOS] Fix unwinding through KiThreadStartup
2022-11-24 Timo Kreuzer[RTL] Implement RtlUnwind
2022-11-24 Timo Kreuzer[RTL] Set unwind flags in RtlUnwindEx
2022-11-24 Timo Kreuzer[RTL] Fixes for RtlpUnwindInternal
2022-11-24 Timo Kreuzer[RTL] Fix RtlVirtualUnwind
2022-11-24 Timo Kreuzer[RTL] Fix RtlpCaptureNonVolatileContextPointers
2022-11-24 Timo Kreuzer[RTL] Implement x64 version of RtlInterlockedPushListSList
2022-11-24 Timo Kreuzer[CRT] Implement _InterlockedCompareExchange128 intrinsi...
2022-11-24 Timo Kreuzer[HAL/x64] Fix x86BiosCall
2022-11-24 Timo Kreuzer[OLEAUT32] Implement x64 call_method in asm
2022-11-24 Timo Kreuzer[NTOS] Fix NtContinue for x64
2022-11-24 Timo Kreuzer[NTDLL_APITEST] Implement NtContinue test for x64
2022-11-24 Hermès Bélusca... [PSDK][NTOS:KD64] Turns out, that even Clang in MSVC...
2022-11-24 Katayama Hirofumi MZ[NTGDI][FREETYPE] Simplify IntRequestFontSize and FONTGDI
2022-11-24 Katayama Hirofumi MZ[NTGDI][FREETYPE] Formatting code; Follow up #4865...
2022-11-24 Thomas Faber[LIBXML2] Update to version 2.10.0. CORE-17766 4894/head
2022-11-24 Thomas Faber[MSXML3][MSXML3_WINETEST] Partial sync to Wine to enabl...
2022-11-24 Thomas Faber[LIBXSLT] Update to version 1.1.36. CORE-17766
2022-11-24 Katayama Hirofumi MZ[NTGDI][FREETYPE] Simplify font rendering (#4865)
2022-11-24 Hermès Bélusca... [NTOS:KD] Rename the private acquire/release lock funct...
2022-11-24 Hermès Bélusca... [NTOS:KD64] Implement KdLogDbgPrint() for the WinDbg...
2022-11-24 Hermès Bélusca... [NTOS:KD64] Correctly initialize the KdPrint buffer...
2022-11-24 Hermès Bélusca... [PSDK][NTOS:KD64] Rename GCC_ULONG64 to ULPTR64 to...
2022-11-24 Hermès Bélusca... [PSDK][NTOS:KD64] Update the KDDEBUGGER_DATA64 structur...
2022-11-24 Hermès Bélusca... [PSDK] Clarify the FIXME comment about this mysterious...
2022-11-22 Marcin Jabłoński[NTOS:KE/x64] Implement KeDisconnectInterrupt() for...
2022-11-22 Hermès Bélusca... [NTOS:KDBG] Fix the ANSI escape sequences used to get...
2022-11-22 Hermès Bélusca... [NTOS:KD] Remove last remnant of KdpDetectConflicts...
2022-11-22 Hermès Bélusca... [NTOS:KDBG] Deduplicate code between KdbpPrint() and...
2022-11-22 Thomas Faber[LIBXML2] Update to version 2.9.14. CORE-17766 4890/head
2022-11-22 Thomas Faber[LIBXML2] Update to version 2.9.13. CORE-17766
2022-11-22 Thomas Faber[LIBXML2] Fix forgotten config.h update. CORE-17766
2022-11-22 Thomas Faber[LIBXSLT] Update to version 1.1.35. CORE-17766
2022-11-22 Thomas Faber[LIBXSLT] Improve sync with upstream. CORE-17766
2022-11-21 Zebediah Figura[WINESYNC][WORDPAD] paint_ruler(): Use GetSysColorBrush()
2022-11-21 Zebediah Figura[WINESYNC][USER32] MDI_AugmentFrameMenu(): Use GetSysCo...
2022-11-20 Thomas Faber[NTOS:CM] Consistently use synchronous I/O for registry... 4875/head
2022-11-20 Jose Carlos... [TRANSLATION] Improve Portuguese (pt-PT) translation...
2022-11-20 Jose Carlos... [SHELL32] Prevent a second call to Drive Properties...
2022-11-20 Jose Carlos... [TASKMGR] Prevent context menu on idle process (#4889)
2022-11-19 Thamatip Chitpong[SYSDM] System Parameters: Close dialog on ESC (#4891)
2022-11-18 Katayama Hirofumi MZ[REGEDIT] F4, Alt+D, Tab, and Shift+Tab (#4885)
2022-11-18 Hermès Bélusca... [NTOS:KD] Handle work-buffer allocation failure in...
next