reactos.git
2019-12-25 Doug Lyons[SHELL32_APITEST] Add Regression Test for ShellExecuteW...
2019-12-25 Katayama Hirofumi MZ[MSPAINT] Fix memory leak of SelectionModel (#2169)
2019-12-24 Hermès Bélusca... [ACPPAGE] Enlarge the "Edit the Compatibility Modes...
2019-12-24 Hermès Bélusca... [VIDEOPRT] Complete dispatch IOCTL with IO_VIDEO_INCREM...
2019-12-24 Hermès Bélusca... [SHELL32] Improve the displayed error on file copy...
2019-12-24 Hermès Bélusca... [SDK] Complete the list of DE_*** error codes for SHFil...
2019-12-24 Hermès Bélusca... [BLUE] Fix a visual regression introduced in bfd8a848...
2019-12-24 Hermès Bélusca... [VIDEOPRT][WIN32K] Use a Windows-compatible way of...
2019-12-24 Katayama Hirofumi MZ[WIN32SS][FREETYPE][NTGDI] Clarify calculation preceden...
2019-12-24 Katayama Hirofumi MZ[MSPAINT] Use '%ld x %ld' rather than '%d x %d'
2019-12-24 Katayama Hirofumi MZ[MSPAINT] Add const to SelectionModel::SetSrcAndDestRec...
2019-12-23 Hermès Bélusca... [BOOTVID] Correctly fix scrolling and printing when...
2019-12-23 Hermès Bélusca... [BOOTVID] Factor out the common code that is used befor...
2019-12-23 Hermès Bélusca... [BOOTVID] Code style fixes; Replace some 'do-while...
2019-12-23 Hermès Bélusca... [BOOTVID] Replace hardcoded screen and font size number...
2019-12-23 Hermès Bélusca... [FREELDR] Support setting up the EBP register on INT386...
2019-12-23 Katayama Hirofumi MZ[MSPAINT] Refactor updateCanvasAndScrollbars
2019-12-23 Katayama Hirofumi MZ[MSPAINT] Simplify choosecolor initialization
2019-12-23 Katayama Hirofumi MZ[MSPAINT] Simplify lfTextFont initialization
2019-12-23 Katayama Hirofumi MZ[MSPAINT] Use hProgInstance for LoadImage
2019-12-23 Katayama Hirofumi MZ[MSPAINT] Use correct type for custColors
2019-12-23 Joachim Henze[APISETS] Appease regression CORE-16563 for another...
2019-12-23 Joachim Henze[APISETS] Appease regression CORE-16563
2019-12-23 Katayama Hirofumi MZ[SDK][ATL] Use CStringW in CImage
2019-12-23 Katayama Hirofumi MZ[SHIMGVW] Image Viewer transparent image fix (#2165)
2019-12-23 Katayama Hirofumi MZ[UNICODE] Re-trial to fix Travis build
2019-12-23 Katayama Hirofumi MZ[UNICODE] Trial to fix Travis build
2019-12-22 Amine Khaldi[UNICODE] Sync with Wine Staging 4.18. CORE-16441
2019-12-22 Amine Khaldi[REG] Sync with Wine Staging 4.18. CORE-16441
2019-12-22 Amine Khaldi[CSCRIPT][WSCRIPT] Sync with Wine Staging 4.18. CORE...
2019-12-22 Amine Khaldi[LOCALUI] Sync with Wine Staging 4.18. CORE-16441
2019-12-22 Amine Khaldi[INETCPL] Sync with Wine Staging 4.18. CORE-16441
2019-12-22 Amine Khaldi[XMLLITE_WINETEST] Sync with Wine Staging 4.18. CORE...
2019-12-22 Amine Khaldi[XMLLITE] Sync with Wine Staging 4.18. CORE-16441
2019-12-22 Amine Khaldi[XINPUT1_3_WINETEST] Sync with Wine Staging 4.18. CORE...
2019-12-22 Amine Khaldi[WUAPI] Sync with Wine Staging 4.18. CORE-16441
2019-12-22 Amine Khaldi[WTSAPI32_WINETEST] Sync with Wine Staging 4.18. CORE...
2019-12-22 Amine Khaldi[WTSAPI32] Sync with Wine Staging 4.18. CORE-16441
2019-12-22 Amine Khaldi[PSDK] Update wtsapi32.h. CORE-16441
2019-12-22 Mark Jansen[CMAKE] Update baseaddresses 1922/head
2019-12-22 Mark Jansen[SDK] Update the gen_baseaddress script
2019-12-22 Mark Jansen[GEN_BASEADDRESS] Fix the script for python 3 and updat...
2019-12-22 Katayama Hirofumi MZ[GDI32_APITEST] Fix GetGlyphOutline testcase (#2163)
2019-12-22 Eric Kohl[DNSAPI] Set proper record flags for query results...
2019-12-22 Eric Kohl[IDL] Add missing acf files
2019-12-22 Eric Kohl[DNSAPI][DNSRSLVR] Implement DnsGetCacheDataTable()
2019-12-21 Eric Kohl[DNSRSLVR] Set proper flags for the hosts file entries
2019-12-21 Katayama Hirofumi MZ[BOOTDATA][NTUSER] Fix GetSystemMetrics values (#2137)
2019-12-21 Mark Jansen[ATL_APITEST] Fix CComVariant test
2019-12-21 Timo Kreuzer[APITESTS] Improve and fix tests
2019-12-21 Timo Kreuzer[PSDK] Add versionhelpers.h
2019-12-21 Timo Kreuzer[PSDK] Add extern "C" for c++ code in mmddk.h
2019-12-21 Timo Kreuzer[GDI32_APITEST] Remove duplicated test in Test_CreateBitmap
2019-12-21 Timo Kreuzer[NTDLL_APITEST] Remove duplicated test for RtlInitilize...
2019-12-21 Timo Kreuzer[APITESTS] Add PROJECT(ApiTests) to get a separate...
2019-12-21 Timo Kreuzer[TESTS] Instead of entirely skipping tests with ros_ski...
2019-12-16 Katayama Hirofumi MZ[USER32] Add ICO_ExtractIconExW RetPtr NULL check ...
2019-12-16 Victor Perevertkin[USBOHCI] Use KeQueryTickCount for timeouts instead...
2019-12-15 Victor Perevertkin[KS] Use KeQueryTickCount for timeouts instead of KeQue...
2019-12-15 Eric Kohl[NETAPI32][WKSSVC] Implement NetGetJoinInformation...
2019-12-15 Eric Kohl[WIDL] Fix type offset calculation for toplevel pointer...
2019-12-15 Hermès Bélusca... [BLUE] Improve initialization and interfacing with...
2019-12-15 Hermès Bélusca... [BLUE] Use ExFreePoolWithTag().
2019-12-15 Hermès Bélusca... [BLUE] Improve includes.
2019-12-15 Hermès Bélusca... [BLUE] Code formatting, add SAL2 annotations, and updat...
2019-12-14 Doug Lyons[CONSRV] Fix for console windows shrinking on Minimize...
2019-12-14 Thomas Faber[ACPICA] Update to version 20191213. CORE-16559
2019-12-13 Victor Perevertkin[MSI_WINETEST] Fix build with CMake 3.9.0 and higher...
2019-12-13 Victor Perevertkin[MSI_WINETEST] Fix build with CMake 3.9.0 and higher
2019-12-11 Bișoc George[OSK] Refactor the registry configuration code (#2096)
2019-12-11 Bișoc George[SHELL32] Do not return -1 if a file is not valid or...
2019-12-10 Serge Gautherie[VGA_NEW] Fix 2 'MAX_USHORT' typos in commented code...
2019-12-10 Serge Gautherie[SETUPLIB] Fix 'MAX_USHORT' typo in a comment (#2144)
2019-12-10 Serge Gautherie[CMD] Fix 'MAX_ULONG' typo in a comment (#2143)
2019-12-10 Jose Carlos... [TRANSLATION] Update Portuguese translation (#2125)
2019-12-10 Serge Gautherie[CONFIGURE] Add support for 'Visual Studio 2019, v16...
2019-12-10 Katayama Hirofumi MZ[COMCTL32][USER32] Fix radio button regression (#2146)
2019-12-10 jimtabor[SetupAPI] Sync to wine.
2019-12-09 jimtaborMerge branch 'master' of https://github.com/reactos...
2019-12-09 jimtabor[Win32SS] Fix Opaque Text Fade while in Desktop Startup
2019-12-09 Katayama Hirofumi MZ[WIN32SS][COMCTL32] Improve button text position (...
2019-12-09 Katayama Hirofumi MZ[KERNEL32_APITEST] Follow-up of #2131
2019-12-09 Katayama Hirofumi MZ[NTUSER] Improve loading settings (SystemParamtersInfo...
2019-12-09 Tibor Lajos... [TRANSLATION] Fix hungarian translation for usetup...
2019-12-09 Katayama Hirofumi MZ[USER32_APITEST] Add DrawText testcase (#2140)
2019-12-08 Eric Kohl[WKSSVC] Implement parts of NetrJoinDomain2 to join...
2019-12-08 Thomas Faber[LIBMPG123] Update to version 1.25.13. CORE-16550
2019-12-08 Thomas Faber[LIBTIFF] Update to version 4.1.0. CORE-16550
2019-12-08 Eric Kohl[NETAPI32] Add RPC binding code to remaining functions...
2019-12-08 Katayama Hirofumi MZ[MEDIA][FONTS] Improve tahomabd.ttf (Latin) No.35
2019-12-08 Eric Kohl[NETAPI32] Add RPC binding code to functions that requi...
2019-12-08 Katayama Hirofumi MZ[MEDIA][FONTS] Improve tahomabd.ttf (Latin) No.34
2019-12-08 Katayama Hirofumi MZ[MMIXER_TEST] Fix build (Use %Iu for dwUser)
2019-12-08 Katayama Hirofumi MZ[WINMM_WINETEST][SDK][INCLUDE] Try to fix MSVC winmm...
2019-12-08 Hermès Bélusca... [WINLOGON] Start the screensaver on the user desktop...
2019-12-08 Eric Kohl[PSDK] Replace the wine version of lmjoin.h by an exten...
2019-12-07 Katayama Hirofumi MZ[SHELL32] Fix hung-up of shell32:shlfileop (#2136)
2019-12-07 Joachim Henze[CONSRV] Speed up console txt output CORE-16187
2019-12-07 Amine Khaldi[WSHOM_WINETEST] Sync with Wine Staging 4.18. CORE...
2019-12-07 Amine Khaldi[WSHOM.OCX] Sync with Wine Staging 4.18. CORE-16441
next