reactos.git
2019-12-31 Thomas Faber[NTOS:IO] Use UNICODE_STRING operations in IopUnloadDriver.
2019-12-31 Thomas Faber[NTOS] Make RtlFindCharInUnicodeString available in...
2019-12-31 Thomas Faber[NDK] RtlFindCharInUnicodeString is only available...
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Rename Gdiplus::Region::region as native...
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Improve Gdiplus::Graphics (#2211)
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Rename Gdiplus::Graphics::graphics as...
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Move Gdiplus::TextureBrush codes (#2208)
2019-12-31 Timo Kreuzer[NTOS] In KeWaitFor*Object(s) assert that the current...
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Implement Gdiplus::Pen (#2207)
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Rename Gdiplus::Pen::pen as nativePen...
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Implement Gdiplus::Brush (#2205)
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Rename Gdiplus::Brush::brush as nativeBr...
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Improve Gdiplus::FontCollection (#2203)
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Implement Gdiplus::ImageAttributes ...
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Implement Gdiplus::CustomLineCap (#2201)
2019-12-31 Katayama Hirofumi MZ[SDK][TOOLS] Add do_code_format.sh to sdk/tools (#2191)
2019-12-31 Katayama Hirofumi MZ[SDK][INCLUDE] Implementing Gdiplus::GraphicsPath ...
2019-12-31 Katayama Hirofumi MZ[WIN32SS][WINSRV] Add CSR API_NUMBER info comments...
2019-12-30 Timo Kreuzer[NTOS:IO] Fix list enumeration in IopShutdownBaseFileSy...
2019-12-30 Victor Perevertkin[WINHTTP_WINETEST] Restore test_persistent_connection...
2019-12-30 Victor Perevertkin[WINHTTP] Initialize winsock upon WinHttpOpen
2019-12-30 Katayama Hirofumi MZ[SDK][INCLUDE] Improve gdiplusheader.h (#2197)
2019-12-30 Katayama Hirofumi MZ[SDK][INCLUDE] Improve gdipluseffects.h (#2196)
2019-12-30 Katayama Hirofumi MZ[SDK][INCLUDE] Improve gdipluscolor.h (#2195)
2019-12-30 Katayama Hirofumi MZ[SDK][INCLUDE] Rename Gdiplus::Image::image as nativeIm...
2019-12-30 Victor Perevertkin[NTOS:KD] Fix wrong debug level checking logic in KdpPrint.
2019-12-29 Thomas Faber[WIN32K:NTUSER] Avoid user memory access outside of...
2019-12-29 Thomas Faber[WIN32K:NTUSER] Correctly capture UNICODE_STRING in...
2019-12-29 Thomas Faber[WIN32K:NTUSER] Add missing probe in NtUserGetClassName.
2019-12-29 Hermès Bélusca... [CMD] If the prompt displays the information line on...
2019-12-29 Hermès Bélusca... [CMD] Code formatting; don't hardcode the string buffer...
2019-12-29 Eric Kohl[SAMSRV] SamrEnumerate...: Return STATUS_NO_MORE_ENTRIE...
2019-12-29 Hermès Bélusca... [BROWSEUI] Remove unneeded header, addendum to d967b5aa.
2019-12-29 Hermès Bélusca... [NETAPI32] Improve some error traces.
2019-12-29 Hermès Bélusca... [SHELL32] Remove some trailing spaces; use explicitly...
2019-12-29 Hermès Bélusca... [BROWSEUI] Remove useless RegenerateUserEnvironment...
2019-12-29 Hermès Bélusca... [WIN32SS:USER] Some minimal work and fixes concerning...
2019-12-29 Thomas Faber[INCLUDE] Safely handle odd & large lengths in ProbeAnd...
2019-12-29 Thomas Faber[WIN32K:NTUSER] Add missing parameter probe in NtUserGe...
2019-12-29 Katayama Hirofumi MZ[SDK][INCLUDE] Formatting gdiplus headers (#2190)
2019-12-29 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2019-12-29 Thomas Faber[NTOS:CM] Probe for write in NtLockProductActivationKeys.
2019-12-29 Thomas Faber[NTOS:CM] Protect user memory access with SEH in NtQuer...
2019-12-29 Eric Kohl[SYSSETUP] Start the dnscache service after the network...
2019-12-29 Katayama Hirofumi MZ[KERNEL32_APITEST] More power to ConsoleCP testcase...
2019-12-28 Katayama Hirofumi MZ[MSPAINT] Revert LoadDIBFromFile for workaround (#2186)
2019-12-27 Victor Perevertkin[REACTOS] Exclude some modules from clang-format
2019-12-27 Victor Perevertkin[REACTOS] Introduce .clang-format file
2019-12-27 Mark Jansen[CMAKE] Update baseaddresses with gcc 8.3 2183/head
2019-12-27 Mark Jansen[SDK] Add usage / help to gen_baseaddress.py
2019-12-27 Mark JansenChange whitespace so gcc 8.3 wont falsely complain...
2019-12-27 Thomas Faber[NTDLL:LDR] Add a print on illegal DLL relocation.
2019-12-26 Hermès Bélusca... This was not meant to be committed!
2019-12-26 Hermès Bélusca... [SETUPLIB] Register the \DosDevices\?: drive letter...
2019-12-26 Hermès Bélusca... WIP kdbg work.
2019-12-26 Katayama Hirofumi MZ[NTUSER] Fix caret display mistake (#2180)
2019-12-26 Katayama Hirofumi MZ[SDK][INCLUDE] Add Gdiplus::Image::~Image (#2174)
2019-12-25 Hermès Bélusca... [SHELL32] Fix MSVC warning warning C4390 by adding...
2019-12-25 Katayama Hirofumi MZ[CONSRV] Preparation for Asian console support (#2171)
2019-12-25 Katayama Hirofumi MZ[WIN32SS][NTGDI][FREETYPE] Add ASSERT(pOS2); to FillTM...
2019-12-25 Katayama Hirofumi MZ[BOOTDATA][NTUSER] Fix some system parameters (#2162)
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
next