reactos.git
2020-03-02 Thomas Faber[USBHUB] Partially implement USBH_ProcessHubStateChange... 2370/head
2020-03-02 Thomas Faber[USBHUB] Fix recipient in USBH_SyncClearPortStatus...
2020-03-02 Hermès Bélusca... [CONSRV] Fix a corruption of the CONSRV memory when...
2020-03-02 Hermès Bélusca... [CONSRV] Some code simplification and tidy up.
2020-03-02 Hermès Bélusca... [CONSRV] Use NtClearEvent() and NtClose() instead of...
2020-03-02 Hermès Bélusca... [CONSRV] Tidy up lineinput.c by moving the History...
2020-03-02 Hermès Bélusca... [KERNEL32:CONSOLE] Explicitly use _WIN32_WINNT_VISTA.
2020-03-02 Hermès Bélusca... [CONSRV] Support history resizing from console settings...
2020-03-01 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2020-03-01 Eric Kohl[NTOS:IO] Improve the device action worker
2020-03-01 Dmitry Borisov[FREELDR] Move the PC VESA and hardware detection libra...
2020-03-01 Katayama Hirofumi MZ[SHELL32] Improve ShellExecCmdLine in path resolving...
2020-03-01 Hervé Poussineau[VIDEOPRT] Workaround bug CORE-16695 (infinite loop...
2020-02-29 Eric Kohl[NTOS:IO] Move IopRemovePlugPlayEvent around and add...
2020-02-29 Katayama Hirofumi MZ[SHELL32_APITEST] Add DoPropTest to SHChangeNotify...
2020-02-28 Katayama Hirofumi MZ[SHELL32_APITEST] Support multi-process of SHChangeNoti...
2020-02-28 Katayama Hirofumi MZ[SHELL32][BOOTDATA] Unselect filename extension upon...
2020-02-27 Serge Gautherie[DOC] 3rd Party Files.txt: Add 'Schily Tools, mkisofs...
2020-02-27 Bișoc George[UTILMAN] Small refactor on process management code...
2020-02-27 Katayama Hirofumi MZ[CMD] Fix 'if' command for root directories (#2394)
2020-02-26 Jérôme Gardou[WINESYNC]: d3dx9 is now in sync with wine-staging...
2020-02-26 winesync[WINESYNC] d3dx9_36: Implement ID3DXSkinInfoImpl_Update...
2020-02-26 winesync[WINESYNC] d3dx9_36: Align texture dimensions to block...
2020-02-26 winesync[WINESYNC] d3dx9_36: No need to fail if we don't suppor...
2020-02-26 winesync[WINESYNC] d3dx9_36: Filter out D3DCompile warning...
2020-02-26 winesync[WINESYNC] d3dx9_36/tests: Add initial tests for dummy...
2020-02-26 winesync[WINESYNC] d3dx9_36: Return dummy skininfo interface...
2020-02-26 winesync[WINESYNC] d3dx9_36: ID3DXFont_DrawText calc_rect can...
2020-02-26 winesync[WINESYNC] d3dx9_36: Support NULL terminated strings...
2020-02-26 winesync[WINESYNC] d3dx9_36: Fix horizontal centering in ID3DXF...
2020-02-26 winesync[WINESYNC] d3dx9_36: Implement ID3DXFontImpl_DrawText.
2020-02-26 winesync[WINESYNC] d3dx9_36: add DXTn support
2020-02-26 winesync[WINESYNC] d3dx9_36: Improve D3DXSaveTextureToFile...
2020-02-26 winesync[WINESYNC] d3dx9_36: Add support for FOURCC surface...
2020-02-26 winesync[WINESYNC] d3dx9: Implement D3DXComputeTangent
2020-02-26 winesync[WINESYNC] d3dx9_*: Add D3DXSHProjectCubeMap stub
2020-02-26 winesync[WINESYNC] d3dx9_36: Add semi-stub for D3DXOptimizeVert...
2020-02-26 winesync[WINESYNC] d3dx9_36/tests: Remove useless \n within...
2020-02-26 winesync[WINESYNC] d3dx9_36/tests: Add additional tests for...
2020-02-26 winesync[WINESYNC] d3dx9_36/tests: Add initial tests for D3DXDi...
2020-02-26 winesync[WINESYNC] d3dx9_36: Implement D3DXDisassembleShader...
2020-02-26 winesync[WINESYNC] d3dx9_36: Improve stub for ID3DXEffectImpl_C...
2020-02-26 winesync[WINESYNC] d3dx9_36: Add format description for X8L8V8U...
2020-02-26 winesync[WINESYNC] d3dx9_36: Recognize bump luminance X8L8V8U8...
2020-02-26 winesync[WINESYNC] d3dx9: Return D3DFMT_A8R8G8B8 in D3DXGetImag...
2020-02-26 winesync[WINESYNC] d3dx9: Use parameter data for the first...
2020-02-26 winesync[WINESYNC] d3dx9: Handle short parameter in d3dx_set_sh...
2020-02-26 winesync[WINESYNC] d3dx9/tests: Add more tests for VertexShader...
2020-02-26 winesync[WINESYNC] d3dx9/tests: Clear vertex shader constants...
2020-02-26 winesync[WINESYNC] d3dx9/tests: Actually test the return of...
2020-02-26 Jérôme Gardou[WINESYNC]: revert wine-staging patchset for d3dx9
2020-02-26 Jérôme Gardou[REACTOS] Exclude some wine modules from clang-format
2020-02-26 Jérôme Gardou[TOOLS] Add a python script for syncing wine patches
2020-02-26 Jérôme Gardou[WINESYNC]: d3dx9 is now in sync with wine-staging...
2020-02-26 winesync[WINESYNC]d3dx9_36: Implement ID3DXSkinInfoImpl_UpdateS...
2020-02-26 winesync[WINESYNC]d3dx9_36: Align texture dimensions to block...
2020-02-26 winesync[WINESYNC]d3dx9_36: No need to fail if we don't support...
2020-02-26 winesync[WINESYNC]d3dx9_36: Filter out D3DCompile warning messa...
2020-02-26 winesync[WINESYNC]d3dx9_36/tests: Add initial tests for dummy...
2020-02-26 winesync[WINESYNC]d3dx9_36: Return dummy skininfo interface...
2020-02-26 winesync[WINESYNC]d3dx9_36: ID3DXFont_DrawText calc_rect can...
2020-02-26 winesync[WINESYNC]d3dx9_36: Support NULL terminated strings...
2020-02-26 winesync[WINESYNC]d3dx9_36: Fix horizontal centering in ID3DXFo...
2020-02-26 winesync[WINESYNC]d3dx9_36: Implement ID3DXFontImpl_DrawText.
2020-02-26 winesync[WINESYNC]d3dx9_36: add DXTn support
2020-02-26 winesync[WINESYNC]d3dx9_36: Improve D3DXSaveTextureToFile to...
2020-02-26 winesync[WINESYNC]d3dx9_36: Add support for FOURCC surface...
2020-02-26 winesync[WINESYNC]d3dx9: Implement D3DXComputeTangent
2020-02-26 winesync[WINESYNC]d3dx9_*: Add D3DXSHProjectCubeMap stub
2020-02-26 winesync[WINESYNC]d3dx9_36: Add semi-stub for D3DXOptimizeVertices.
2020-02-26 winesync[WINESYNC]d3dx9_36/tests: Remove useless \n within...
2020-02-26 winesync[WINESYNC]d3dx9_36/tests: Add additional tests for...
2020-02-26 winesync[WINESYNC]d3dx9_36/tests: Add initial tests for D3DXDis...
2020-02-26 winesync[WINESYNC]d3dx9_36: Implement D3DXDisassembleShader...
2020-02-26 winesync[WINESYNC]d3dx9_36: Improve stub for ID3DXEffectImpl_Cl...
2020-02-26 winesync[WINESYNC]d3dx9_36: Add format description for X8L8V8U8...
2020-02-26 winesync[WINESYNC]d3dx9_36: Recognize bump luminance X8L8V8U8...
2020-02-26 winesync[WINESYNC]d3dx9: Return D3DFMT_A8R8G8B8 in D3DXGetImage...
2020-02-26 winesync[WINESYNC]d3dx9/tests: Add more tests for D3DXMatrixTra...
2020-02-26 winesync[WINESYNC]d3dx9: Use wincodecs directly without initial...
2020-02-26 winesync[WINESYNC]d3dx9/tests: Avoid some 64-bit test failures.
2020-02-26 winesync[WINESYNC]d3dx9: Improve D3DXMatrixTransformation2D().
2020-02-26 winesync[WINESYNC]d3dx9: Improve D3DXMatrixTransformation(...
2020-02-26 winesync[WINESYNC]d3dx9/tests: Fix a couple of ok() messages.
2020-02-26 winesync[WINESYNC]d3dx9/tests: Expect plain render target creat...
2020-02-26 winesync[WINESYNC]d3dx9: Use {lock|unlock}_surface() in D3DXLoa...
2020-02-26 winesync[WINESYNC]d3dx9: Use temporary surface in D3DXSaveSurfa...
2020-02-26 winesync[WINESYNC]d3dx9: Do not ignore surface map failure...
2020-02-26 winesync[WINESYNC]d3dx9/tests: Add test for D3DXFillVolumeTextu...
2020-02-26 winesync[WINESYNC]d3dx9: Use temporary surface in D3DXFillTextu...
2020-02-26 winesync[WINESYNC]d3dx9: Factor out {lock|unlock}_surface(...
2020-02-26 Jérôme Gardou[D3DX9_36_WINETEST] Import from wine 4.0
2020-02-26 Jérôme Gardou[D3DX9_36] Revert wine staged patches
2020-02-26 Jérôme Gardou[D3DX9_XX] Share source files
2020-02-26 Katayama Hirofumi MZ[CMD] Correctly parse drive-decorated pathname (#2382)
2020-02-26 Serge Gautherie[REACTOS] Fix trailing spaces and other typos in string...
2020-02-26 Katayama Hirofumi MZ[SHELL32] Fix SHChangeNotify for one item events (...
2020-02-25 Doug Lyons[WINSPOOL] Implement DocumentPropertiesA including...
2020-02-25 Katayama Hirofumi MZ[SYSDM][MSGINA][NETID][SHELL32] Japanese translation...
2020-02-25 Katayama Hirofumi MZ[SHELL32] Set read-only for some shell folders and...
next