[SYSDM] Meh
[reactos.git] / dll /
2019-01-21 Pierre Schweitzer[SYSDM] Meh
2019-01-21 Pierre Schweitzer[SYSDM] Update French translation
2019-01-20 Eric Kohl[MMSYS] Set the tab title, implement the 'restore defau...
2019-01-20 Eric Kohl[MMSYS] Improvements to the speaker volume property...
2019-01-20 Stanislav Motylkov[WINMM] Load Wave/MIDI mapper drivers only after actual...
2019-01-20 Eric Kohl[MMSYS] Replaces some magic values
2019-01-20 Eric Kohl[MMSYS] Add the speaker volume dialog.
2019-01-19 Stanislav Motylkov[WINMM:MIDIMAP] Support Windows XP compatible MIDIMap...
2019-01-19 Jérôme Gardou[OPENGL32] Fix wglChoosePixelFormat
2019-01-19 Jérôme Gardou[OPENGL32][MESA] Downgrade Mesa library to version 2.6
2019-01-16 Jared Smudde[MMSYS] Set the initial media folder location. (#1248)
2019-01-16 Serge Gautherie[SHELL32] CDefView: Remove a remnant string part (...
2019-01-16 Thomas Faber[MSXML3] Handle libxml2 API breakage. CORE-15280 1084/head
2019-01-16 Thomas Faber[LIBXSLT] Update to version 1.1.33. CORE-15280
2019-01-15 Stanislav Motylkov[MMSYS] Properly save Audio/MIDI In/Out in the registry
2019-01-15 Mark Jansen[SHELL32] CDefView: Find a reasonable place to show...
2019-01-15 Mark Jansen[ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h
2019-01-13 Eric Kohl[MMSYS] Move global variables into a GLOBAL_DATA struct...
2019-01-13 Stanislav Motylkov[MMSYS] Add icons for the sound tree (#1235)
2019-01-13 Denis Malikov[COMCTL32] add padding for status bar text
2019-01-13 Joachim Henze[GDIPLUS] Fix a regression painting gradient CORE-15479
2019-01-13 Eric Kohl[MMSYS] Fix the main volume trackbar
2019-01-13 Eric Kohl[MMSYS] Play default sound when the volume trackbar...
2019-01-13 Eric Kohl[MMSYS] Replace the sound event list ListView by a...
2019-01-12 Stanislav Motylkov[MMSYS] Fix tab-stop for group controls and comboboxes...
2019-01-12 Thomas Faber[LIBPNG] Update to version 1.6.36. CORE-15280
2019-01-11 Stanislav Motylkov[MMSYS] Properly select current MIDI output device
2019-01-10 Giannis Adamopoulos[COMCTL32] button: Don't erase the area of the checkbox...
2019-01-10 Denis Malikov[MSVCRT] export _local_unwind4 for 6.0+ version 1103/head
2019-01-10 Stanislav Motylkov[SYSSETUP] Add spec definition for SetupInfObjectInstal...
2019-01-09 Thomas Faber[MBEDTLS] Update to version 2.7.9. CORE-15280
2019-01-08 Luo Yufan[TRANSLATION] Update Chinese translation. (#1227)
2019-01-07 Eric Kohl[KERNEL32] GetComputerNameExW: Fix crash in kernel32_wi...
2019-01-07 Giannis Adamopoulos[UXTHEME] Fix a series of problems regarding ThemeCalcu...
2019-01-06 Luo Yufan[TRANSLATION] Update Chinese translation. (#1223)
2019-01-05 Denis Malikov[KERNEL32] make some NLS and Format functions work...
2019-01-05 David QuintanaResource file strings cleanup (#581)
2019-01-05 Denis Malikov[MSVCRT] export _except_handler4_common
2019-01-05 Mark Jansen[APPHELP] Prevent a nullptr dereference 1216/head
2019-01-05 Mark Jansen[SHIMENG] Prevent a nullptr dereference
2019-01-05 Mark Jansen[APPCOMPAT] Move sdbtagid.h and sdbtypes.h to a shared...
2019-01-05 Mark Jansen[SHIMENG] Ignore shims that are loading
2019-01-05 Mark Jansen[APPHELP] Fix a typo in the logging
2019-01-05 Mark Jansen[SHIMLIB] c++ compatibility
2019-01-05 Timo Kreuzer[REACTOS] Fix misc 64 bit issues (#783)
2019-01-05 Thomas Faber[MBEDTLS] Update to version 2.7.6. CORE-15280
2019-01-05 Thomas Faber[LIBPNG] Update to version 1.6.35. CORE-15280
2019-01-04 Mark Jansen[APISETS] Remove default kernel32 import library, since... 1182/head
2019-01-04 Mark Jansen[VERIFIER] Remove stub special case, since our normal...
2019-01-03 Mark Jansen[LDR] Ensure we start with a valid pointer 1201/head
2019-01-03 Mark Jansen[LDR] Actually allocate what is asked for
2019-01-03 Mark Jansen[LDR] Don't dereference a possible nullptr on a malform...
2019-01-03 Mark Jansen[LDR] Don't dereference a possible nullptr
2019-01-03 Yaroslav Kibysh[APPWIZ] Russian and Ukrainian Translations Update...
2019-01-02 Julio Carchi[TRANSLATION] Spanish translations (#944)
2019-01-01 Arnav Bhatt[TRANSLATION] Hindi translation of browseui, comctl32...
2019-01-01 Mark Jansen[LDR] Introduce a private heap for the loader. 1204/head
2018-12-31 Hermès Bélusca-MaïtoHappy New Year 2019 everybody!
2018-12-31 Luo Yufan[TRANSLATION] Update Chinese translation. (#1212)
2018-12-31 Pierre Schweitzer[IPHLPAPI] Add support for service tags in GetOwnerModu...
2018-12-31 Luo Yufan[TRANSLATION] Update Chinese translation. (#1205)
2018-12-31 Bișoc George[APPWIZ] Do not hardcode the strings (#1208)
2018-12-30 Pierre Schweitzer[ADVAPI32] When starting or sending a control to a...
2018-12-30 Pierre Schweitzer[ADVAPI32] Stop pretending our advapi32 is NT6+
2018-12-30 Pierre Schweitzer[ADVAPI32] Implement I_ScQueryServiceTagInfo
2018-12-30 Pierre Schweitzer[ADVAPI32] Implement I_QueryTagInformation
2018-12-28 Katayama Hirofumi MZ[APPWIZ] Show message box upon error
2018-12-28 Thomas Faber[NTDLL:LDR] Avoid passing an uninitialized variable...
2018-12-27 Eric Kohl[ADVAPI32] CreateProcessAsUserA/W: Partially revert...
2018-12-27 Luo Yufan[TRANSLATION] Update Traditional Chinese translation...
2018-12-26 Luo Yufan[TRANSLATION] Update Traditional Chinese translation...
2018-12-25 Luo Yufan[TRANSLATION] Update Chinese translation. (#1187)
2018-12-24 Luo Yufan[COMDLG32] Update Simplified Chinese translation.
2018-12-24 Luo Yufan[COMCTL32] Update Simplified Chinese translation.
2018-12-22 Eric Kohl[NETMSG] Fix message table include statement and build...
2018-12-22 Thomas Faber[USP10] Don't mix character and glyph index caches...
2018-12-21 Oleg Dubinskiy[COMDLG32] Update Ukrainian translation for NEWFILEOPEN...
2018-12-21 Oleg Dubinskiy[COMDLG32] Update Russian translation for NEWFILEOPENV2...
2018-12-21 Serge Gautherie[D3DCOMPILER_43] Fix a MSVC-x64 warning about dxbc_init...
2018-12-20 Lee Schroeder[THEMEUI][BOOTDATA] Add the Red, White, Blue Classic...
2018-12-20 Serge Gautherie[JSCRIPT] Fix a MSVC-x64 warning about to_uint32()...
2018-12-20 Luo Yufan[TRANSLATION] Update Chinese translation. (#1170)
2018-12-20 Katayama Hirofumi MZ[USETUP][NTDLL_APITEST][KBDROST] Allow non-Latin codepa...
2018-12-20 Luo Yufan[TRANSLATION] Update Traditional Chinese translation...
2018-12-19 Stanislav Motylkov[NETSHELL] Use distinct icon for connection status...
2018-12-19 Luo YufanUpdate Chinese translation. (#1164)
2018-12-19 Katayama Hirofumi MZ[DEVMGR][NETCFGX][MSCONFIG][NETSHELL] Fix and improve...
2018-12-18 Yaroslav Kibysh[TRANSLATION] Ukrainian Translation Update & OEM-866...
2018-12-18 Luo Yufan[TRANSLATION] Update Chinese translation (zh_CN & zh_TW...
2018-12-18 Luo Yufan[TRANSLATION] Update Traditional Chinese translation...
2018-12-17 Joachim Henze[DESK][SHELL32] Allow Desk.cpl to run standalone on...
2018-12-17 Mark Jansen[BROWSEUI] Add ITaskbarList implementation 1141/head
2018-12-17 Mark Jansen[OLE32] Don't free handles that are just copied in... 1146/head
2018-12-17 Katayama Hirofumi MZ[SHELL32] Add backslash if path was like C: (#1152)
2018-12-17 Katayama Hirofumi MZ[SHELL32] 'Run' dialog box should accept URL (#1153)
2018-12-17 Katayama Hirofumi MZ[SHELL32] Add CDefView::DefMessageSFVCB (Retrial of...
2018-12-17 Katayama Hirofumi MZ[KBDROST][NTDLL_APITEST] Revert #1135 (Delete UTF-8...
2018-12-16 Eric Kohl[SAMSRV] Implement SamConnect5() and add/improve TRACE...
2018-12-16 Hermès Bélusca-Maïto[SHELLBTRFS] Fix MSVC build.
2018-12-16 Pierre Schweitzer[SHELLBTRFS] Oops, that local change got dropped...
next