reactos.git
2019-04-19 Andreas Maier[DBGHELP] SymFromAddr: Handle 2 or more symbols at... 1055/head
2019-04-19 Andreas Maier[DBGHELP] Set LastError for SymGetModuleBase-calls...
2019-04-19 Andreas Maier[DBGHELP] set correct values in symt_fill_sym_info...
2019-04-19 Andreas Maier[DBGHELP] Add SYMFLAG_- and SYMTYPE_-defines.
2019-04-19 Andreas Maier[DBGHELP] use correct record in codeview_snarf_public.
2019-04-19 Andreas Maier[DBGHELP] search for debugfiles in modulepath too.
2019-04-19 Serge Gautherie[CMAKE] msvc.cmake: Remove now redundant '/we4028'...
2019-04-19 Katayama Hirofumi MZ[APPVEYOR] Enable fast_finish (#1494)
2019-04-19 Serge Gautherie[BOOTDATA] AHKAppTests.cmd: Fix 'media' typo (#1502)
2019-04-18 Mark Jansen[NTOBJSHEX] Reorder include files in the precompiled... 1474/head
2019-04-18 Mark Jansen[APPHELP] Fix warnings
2019-04-18 Mark Jansen[RSHELL] Disable exceptions in atl when compiling witho...
2019-04-18 Mark Jansen[SHELL32_APITEST] Disable exceptions in atl when compil...
2019-04-18 Mark Jansen[MSGINA_APITEST] Disable exceptions in atl when compili...
2019-04-18 Mark Jansen[NETREG] Use exceptions with stl
2019-04-18 Mark Jansen[MSGINA] Disable exceptions in atl when compiling witho...
2019-04-18 Mark Jansen[NTOBJSHEX] Disable exceptions in atl when compiling...
2019-04-18 Mark Jansen[APPHELP_APITEST] Disable exceptions in atl when compil...
2019-04-18 Mark Jansen[SHELL32] Use the same definitions for shell32 and...
2019-04-18 Mark Jansen[ATL] Retire atlnew
2019-04-18 Mark Jansen[ATL][ATL_APITEST] Add test + implementation for CAtlFi...
2019-04-18 Pierre Schweitzer[NTOSKRNL] Drop the no longer needed Dirty field
2019-04-17 Pierre Schweitzer[NTOSKRNL] Don't mark VACB dirty on unpin
2019-04-17 jimtabor[NtGDI] Update Region code
2019-04-17 jimtabor[GDI] Fixup attribute support for Regions
2019-04-16 Eric Kohl[NTOSKRNL] NtPowerInformation: Report an AC powered...
2019-04-16 Pierre Schweitzer[KMTESTS:CC] Add tests for CcCopyWrite
2019-04-16 Katayama Hirofumi MZ[KERNEL32] Implement InvalidateNLSCache
2019-04-16 Katayama Hirofumi MZ[KERNEL32] Fix handle leak and caching (follow-up of...
2019-04-16 Katayama Hirofumi MZ[KERNEL32] Era first year is GANNEN
2019-04-16 Katayama Hirofumi MZ[BOOTDATA] Improve AHKAppTests.cmd (follow-up of #1476)
2019-04-14 Thomas Faber[USBHUB_NEW] Support NULL HubExtension in USBH_PdoRemov... 1484/head
2019-04-14 Thomas Faber[USBHUB_NEW] Fix inverted check in USBH_RestoreDevice.
2019-04-14 Thomas Faber[USBCCGP] Allow unconfiguring the device in USBCCGP_PDO...
2019-04-14 Thomas Faber[USBCCGP] Do not try to unconfigure a device that is...
2019-04-14 Thomas Faber[COMCTL32] Remove an unnecessary include.
2019-04-13 Hermès Bélusca... [BOOTDATA] Remove stray value.
2019-04-13 Hermès Bélusca... [WIN32SS:NTGDI] IntEscapeMatrix(): Use FreeType trigono...
2019-04-13 Hermès Bélusca... [GDI32] Do not 'hard-assert' during the font-unit-test.
2019-04-13 Hermès Bélusca... [3RDPARTY] Addendum to 146096cd: Make some warnings...
2019-04-13 Jared Smudde[OPENGLCFG] Edit the applet name so it uses the same...
2019-04-13 Jared Smudde[RAPPS] Fix blurry Theme category icon.
2019-04-13 Oleg Dubinskiy[DIRECTX] Fix typos in readme.txt (#1498)
2019-04-13 Thomas Faber[CMAKE] Don't use the PCH for generated files.
2019-04-13 Timo Kreuzer[CMAKE] Add 3 more critical warnings for MSVC
2019-04-13 Timo Kreuzer[3RDPARTY] Make some warnings non-fatal
2019-04-13 Timo Kreuzer[DBGHELP] Fix 64 bit issue
2019-04-13 Timo Kreuzer[REACTOS] Fix misc 64 bit issues
2019-04-13 Timo Kreuzer[TREELIST] Fix 64 bit warnings
2019-04-11 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix message time (#1259)
2019-04-11 Katayama Hirofumi MZ[WIN32SS][NTGDI] Delete unnecessary (ULONG) cast CORE...
2019-04-11 Katayama Hirofumi MZ[GDI32][NTGDI] Avoid integer overflow (follow-up of...
2019-04-11 Katayama Hirofumi MZ[GDI32][NTGDI][SETUP] Fix font enumeration part 2 ...
2019-04-11 jimtabor[NtUser] Fix Theme Non Client Painting.
2019-04-11 jimtabor[DDraw] Fix DxDiag tests.
2019-04-09 Eric Kohl[NET][MC] Move remaining generic strings from net.exe...
2019-04-09 Katayama Hirofumi MZ[GDI32] Improve IntFontFamilyListUnique function (...
2019-04-09 Katayama Hirofumi MZ[GDI32] add some DPRINT's for font enum functions
2019-04-09 Foxlet[THEMES] Mizu Bitmap Updates. CORE-15936 (#1490) 1490/head
2019-04-08 Eric Kohl[NET][MC] Move generic strings from net.exe to netmsg...
2019-04-08 Eric Kohl[NTOSKRNL] Initialize GUID_DEVICE_BATTERY properly
2019-04-08 Joachim Henze[SDK] Raise KERNEL_VERSION_PATCH_LEVEL to 13 in the... 0.4.13-dev
2019-04-08 Stanislav Motylkov[THEMES][CMAKE] Cmake file fixup for Modern theme
2019-04-08 Jake Collins[THEMES] Overhaul ReactOS modern theme. CORE-13020... 1424/head
2019-04-08 Katayama Hirofumi MZ[SHELL32] Fix SHFileOperation Move operation (#1487)
2019-04-08 Victor Perevertkin[USBHID] Do not assert if the device was unplugged...
2019-04-07 Stanislav Motylkov[RAPPS] Update Russian translation
2019-04-07 Stanislav Motylkov[SYSSETUP] Update Russian translation
2019-04-07 Foxlet[SYSSETUP] Add Mizu to syssetup.
2019-04-07 Foxlet[THEMES] Mizu Theme RC.
2019-04-07 Foxlet[FONTS] Add Source Sans font family.
2019-04-07 Hervé Poussineau[CMAKE] Temporarly disable pch in some modules to fix...
2019-04-07 Hervé Poussineau[UDFS] Fix macros to support 'bit' being a complex...
2019-04-07 Hervé Poussineau[UDFS] Keep same includes/defines on x64 as on other...
2019-04-07 Hervé Poussineau[NTOS:FSRTL] Use _SEH2_AbnormalTermination() instead...
2019-04-07 Hervé Poussineau[MUP] Use _SEH2_AbnormalTermination() instead of _abnor...
2019-04-07 Hervé Poussineau[SDK] Fix _SEH2_AbnormalTermination() macro in dummy SEH
2019-04-07 Hervé Poussineau[ADVAPI32] Send correct type to ElfrChangeNotify()
2019-04-07 Hervé Poussineau[ACLAYERS] Use correct prototypes
2019-04-07 Hervé Poussineau[EXT2] Add __REACTOS__ check around changes done in...
2019-04-07 Hervé Poussineau[CMAKE] Prevent out-of-bound accesses in parser/lexer...
2019-04-07 Hervé Poussineau[DHCPCSVC] Eliminate unused code and associated parameters
2019-04-07 Hervé Poussineau[SDK] Remove double declaration of _alloca
2019-04-07 Eric Kohl[NTOSKRNL] Use global power capabilities and report...
2019-04-07 Joachim Henze[COMCTL32] Improve status bar margin for unthemed and...
2019-04-07 Katayama Hirofumi MZ[SHELL32] Fix explorer file item label background CORE...
2019-04-07 Katayama Hirofumi MZ[KERNEL32] Support Japanese calendar (#1482)
2019-04-07 Katayama Hirofumi MZ[KERNEL32_APITEST] Improve one-character Heisei tests...
2019-04-07 Thomas Faber[ACPICA] Update to version 20190405. CORE-15926
2019-04-07 Eric Kohl[NET][MC] Move the remaining STATISTICS and USER string...
2019-04-07 Katayama Hirofumi MZ[KERNEL32_APITEST] JapaneseCalendar must work even...
2019-04-06 Maxim Smirnov[FONT] Fix FontSmoothing
2019-04-06 Katayama Hirofumi MZ[BOOTDATA] Improve error message of AHKAppTests.cmd...
2019-04-06 Eric Kohl[NET][MC] Move STATISTICS SERVER strings from net.exe...
2019-04-06 Jérôme Gardou[CMAKE] Clear CMAKE_<LANGUAGE>_IMPLICIT_LINK_LIBRARIES and
2019-04-06 Jérôme Gardou[CMAKE] Also set blank DEFINE_SYMBOL property for freel...
2019-04-06 Jérôme Gardou[GDI32] Use correct dependenxy for the winegdi library
2019-04-06 Jérôme Gardou[ZLIB] use correct dependency for minizip library
2019-04-06 Jérôme Gardou[CMAKE] unset EXPORT_SYMBOL for modules and shared...
2019-04-06 Jérôme Gardou[CMAKE] Use modules instead of shared libraries
next