[NTOS:MM] Add a few MiP*eToP*e helpers
[reactos.git] / win32ss /
2021-06-06 Eric Kohl[VIDEOPRT] Fix monitor ID decoding issues
2021-06-05 Hervé Poussineau[VBE] Check if DDC is supported before trying to read...
2021-06-05 Hervé Poussineau[VIDEOPRT] Report monitor name instead of the generic...
2021-06-05 Hervé Poussineau[VIDEOPRT] Give to each device its own entry in HKLM...
2021-06-01 Katayama Hirofumi MZ[WIN32SS][NTUSER] ShowWindow.SW_MINIMIZE should show...
2021-05-31 Katayama Hirofumi MZ[WIN32SS][NTUSER] Improve HSHELL_WINDOWCREATED conditio...
2021-05-28 Timo Kreuzer[WIN32K][USER32] Change mechanism for storing dialog...
2021-05-27 Timo Kreuzer[WIN32K] Fix wrong calculation in DIB_32BPP_BitBltSrcCopy
2021-05-22 Mark Jansen[WIN32SS] Skip . and .. when enumerating fonts
2021-05-18 Stanislav Motylkov[INF] Remove remnants of XboxVmp driver which has its...
2021-05-18 Dmitry Borisov[PC98VID] Fix MSVC 2015 build for PC-98 target
2021-05-18 Stanislav Motylkov[WIN32SS] Always build all video miniport drivers
2021-05-18 Stanislav Motylkov[PC98VID] Use unique target name but rename as vga.sys
2021-05-18 Serge Gautherie[LOCALSPL] InitializePrinterDrivers(): Fix LocalGetPrin...
2021-05-12 Jérôme Gardou[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e...
2021-05-05 Hermès Bélusca-Maïto[CONSRV] wcwidth.c: Fix out-of-range comparisons Clang...
2021-05-05 Hermès Bélusca-Maïto[CONSRV] Fix uninitialized variables warnings detected...
2021-05-03 Oleg Dubinskiy[GDI32] Fix wrong ordering of parameters in NtGdiDdGetD...
2021-04-28 Jérôme Gardou[REACTOS] Explicitly link against pseh & include pseh...
2021-04-25 George Bișoc[WIN32SS][NTUSER] Fix an integer underflow within scrol...
2021-04-14 Tibor Lajos Füzi[TRANSLATION] Add/update Hungarian translation for...
2021-04-10 Eric Kohl[CMAKE] Build xboxvmp in Xbox-builds only
2021-03-31 Jérôme Gardou[WIN32K] Fix getting long value from float object
2021-03-31 Jérôme Gardou[WIN32K] More cleanup & improvements
2021-03-31 Jérôme Gardou[WIN32K] Use INTERNAL_LPTODP in IntLPtoDP
2021-03-31 Jérôme Gardou[WIN32K] Rewrite PATH_Ellipse & PATH_RoundRect using...
2021-03-31 Jérôme Gardou[WIN32K] Reduce use of FPU in path implementation with...
2021-03-31 Jérôme Gardou[WIN32K] Fix brain-fail of mine
2021-03-31 Jérôme Gardou[WIN32K] Fix case when buffers overlap in 1BPP -> 1BPP...
2021-03-31 Jérôme Gardou[WIN32K] Fix off-by-one errors
2021-03-22 Jérôme Gardou[WIN32K] Rewrite DIB1BPP -> DIB1BPP copy
2021-03-09 Chan Chilung[TRANSLATION][INF] Update Chinese Traditional (zh-TW...
2021-02-22 George BișocReplace my E-mail with the ReactOS org one (#3475)
2021-02-20 Doug Lyons[WIN32K] Add StretchBlt function ability to flip images...
2021-02-10 Serge Gautherie[CONSRV] SetConWndConsoleLeaderCID(): Check must be...
2021-02-10 Jérôme Gardou[VIDEOPRT] Mark low memory range as NOACCESS when we...
2021-02-10 Jérôme Gardou[CONSRV] Set 0 as a console leader PID/TID when unsetti...
2021-01-18 Victor Perevertkin[XDK] Remove UNREFERENCE_LOCAL_VARIABLE macro
2021-01-05 Joachim Henze[WIN32SS][COMCTL32] Commit Flip_Fix_9.patch
2021-01-05 Jérôme Gardou[CMAKE] Fix GCC -fstack-protector usage
2020-12-28 Jérôme Gardou[CMAKE] Turn import libs into regular C static libs
2020-12-26 Hermès Bélusca-Maïto[CONSRV] Less hardcoded magic values.
2020-12-20 Dmitry Borisov[WIN32K:NTUSER] Fix gradient caption bars with low... 3338/head
2020-12-19 Victor Perevertkin[VBE] Enable the driver start in the registry
2020-12-19 Joachim Henze[WIN32SS] Trim EOL white-space
2020-12-19 Joachim Henze[WIN32SS] Fix BSOD 0x1E nullptr deref via Git-bash...
2020-12-09 Jérôme Gardou[USER32] Properly save EBX in the wndproc wrapper
2020-11-07 Timo Kreuzer[WIN32K] Fix an ASSERT to ignore the upper 32 bits...
2020-11-06 Hermès Bélusca-Maïto[CMD][SERVMAN][SHELL32][WINSPOOL][ROSAPPS][NTOS:PNP...
2020-11-04 Dmitry Borisov[PC98VID] Fix build for PC-98 target (#3352)
2020-11-02 Victor Perevertkin[REACTOS] Cleanup INIT and some PAGE section allocations 3275/head
2020-10-31 Timo Kreuzer[GDI32] Fix up GdiFixUpHandle
2020-10-24 Doug Lyons[WIN32SS] Repaint the whole window frame on some style...
2020-10-20 Jérôme Gardou[CMAKE] Get rid of add_compile_flags_language macro
2020-10-13 Katayama Hirofumi MZ[NTUSER] Fix Shell Hook HSHELL_WINDOWCREATED (#3294)
2020-10-11 Mark Jansen[GDI32] Prevent double initialization in GdiProcessSetup
2020-09-26 Katayama Hirofumi MZ[USER32] Mute 'Imm Api Table Init 2' spam
2020-09-23 Katayama Hirofumi MZ[USER32] Load IMM table (#3215)
2020-09-20 Serge Gautherie[REACTOS] *.spec: Fix some function/parameter types...
2020-09-19 Katayama Hirofumi MZ[IMM32][INCLUDE] Add immtable.h and modify imm32.spec...
2020-09-15 Dmitry Borisov[VIDEOPRT] Add global variable for debugging video...
2020-09-15 Serge Gautherie[BROWSEUI][USER32] Explicitly use MAKEINTRESOURCEW...
2020-09-13 Serge Gautherie[PROGMAN][CRT][USER32] Do not use LoadLibraryEx() NT6...
2020-09-13 Kyle Katarn[RAPPS][CONSRV] French translation update (#3160)
2020-09-13 Katayama Hirofumi MZ[CONSRV] Improve Japanese (ja-JP) translation
2020-09-12 chirsz[CONSRV] Improve zh-CN translation (#3157)
2020-09-08 James Tabor[Printing] Fix Typos and Test Regressions
2020-09-08 James Tabor[GDI32] Force Return if other Type of Device Requested
2020-09-06 Doug Lyons[GDI32] Fix double cx's in call to HANDLE_METADC in...
2020-09-05 Kyle Katarn[NTUSER] Demote ERR to TRACE, also some minor correctio...
2020-09-01 Joachim Henze[GDI] Demote the insane amount of logging CORE-1091
2020-09-01 Doug Lyons[GDI32] Preserve PitchAndFamily across GetTextMetricsW...
2020-08-31 Joachim Henze[WINSPOOL] Properly fix a double free CORE-16715
2020-08-26 James Tabor[LocalSpl] Fix Type and Paste
2020-08-26 James Tabor[LocalSpl] Fix MsVC Builds
2020-08-26 James Tabor[Printing] Update and Add Functions
2020-08-26 Stanislav Motylkov[XBOX] Move NV2A XGPU definitions into header file
2020-08-25 Nguyen Trung Khanh[NTGDI] Fix stack memory disclosure in ftGdiGetTextMetr...
2020-08-25 Nguyen Trung Khanh[NTGDI] Fix pool memory disclosure in NtGdiGetGlyphOutl...
2020-08-20 Katayama Hirofumi MZ[NTUSER] Improve SPI_SETWORKAREA setting (#3061)
2020-08-18 Dmitry Borisov[PC98VID] Add framebuffer video miniport driver for... 3040/head
2020-08-17 Katayama Hirofumi MZ[NTUSER] Set ERROR_INVALID_WINDOW_HANDLE when PostMessa...
2020-08-16 Aobi Chan CL[USERINIT][WINLOGON][USER32][USERSRV] Update Traditiona... 3018/head
2020-08-15 Omer Itzic S[USERSRV] Update Hebrew translation (#3010) 3010/head
2020-08-11 Katayama Hirofumi MZ[IMM32][NTUSER] Add ImmGetImeInfoEx (#3035)
2020-08-11 Katayama Hirofumi MZ[NTUSER] Add more QUERY_WINDOW_* values (#3034)
2020-08-09 Katayama Hirofumi MZ[IMM32][NTUSER] Implement ImmGetHotKey (#3025)
2020-08-08 Nguyen Trung Khanh[NTUSER] Fix stack memory disclosure in NtUserBuildProp...
2020-08-04 James Tabor[WinSpool] Fix RC Build II
2020-08-04 James Tabor[WinSpool] Fix MSVC Build
2020-08-04 James Tabor[WinSpool] Fix RC file for MSVC builds.
2020-08-04 James Tabor[Printing] Fix ups and Implementations.
2020-08-02 James Tabor[Printing] Update and Add Functions
2020-07-04 Nguyen Trung Khanh[WIN32SS][GDI] Fix pool memory disclosure in NtGdiGetOu...
2020-07-04 Jose Carlos Jesus[USER32][NTUSER] Fix wrong return from LB_GETLISTBOXINF...
2020-06-24 Nguyen Trung Khanh[WIN32K:NTUSER] Zero allocated memory in IntCbAllocateM... 2937/head
2020-06-18 James Tabor[NtUser] Fix MSVC_x64 Build
2020-06-18 James Tabor[NtUser] Fix Crash in Win32k
2020-06-18 Serge Gautherie[GDI32] MirrorRgnByWidth(): Fix 'phrgn' parameter handling 2910/head
2020-06-18 Serge Gautherie[VIDEOPRT] IntVideoPortCreateAdapterDeviceObject()... 2909/head
next