[CMD] Minor formatting only.
[reactos.git] / base / shell /
2020-09-13 Hermès Bélusca-Maïto[CMD] Minor formatting only.
2020-09-08 Kyle Katarn[EXPLORER] Registry key not closed on error (#3136)
2020-09-05 Katayama Hirofumi MZ[EXPLORER] Implement HSHELL_ACTIVATESHELLWINDOW (#3125)
2020-09-03 Hermès Bélusca-Maïto[CMD] Code formatting for IsValidPathName, IsExistingFi...
2020-09-03 Hermès Bélusca-Maïto[CMD] IF: Add extra validity checks in ExecuteIf().
2020-08-25 Catalin Gabriel... [BASE] Improve Spanish (es-ES) translation (#3088) 3088/head
2020-08-23 Aobi Chan CL[TRANSLATION] Chinese Traditional translation for ...
2020-08-20 Adam Stachowicz[CMD] Update Polish (pl-PL) translation (#3082)
2020-08-19 Stanislav Motylkov[CMD] Update Russian (ru-RU) translation
2020-08-19 Hermès Bélusca-Maïto[CMD] Add mention of the /Y switch in MORE command...
2020-08-19 Hermès Bélusca-Maïto[CMD] TYPE: Rewrite the command so as to fix some of...
2020-08-19 Hermès Bélusca-Maïto[CMD] CHDIR: Some features are available only when...
2020-08-19 Hermès Bélusca-Maïto[CMD] SET: Fix displaying the environment variables...
2020-08-19 Hermès Bélusca-Maïto[CMD] REPLACE: Fix a memory leak.
2020-08-19 Hermès Bélusca-Maïto[CMD] SETLOCAL / ENDLOCAL: Save / Restore as well the...
2020-08-19 Hermès Bélusca-Maïto[CMD] setlocal.c : Code style and formatting fixes
2020-08-19 Hermès Bélusca-Maïto[CMD] Implement provisional support for the HIGHESTNUMA...
2020-08-19 Hermès Bélusca-Maïto[CMD] The "special" environment-like variables are...
2020-08-19 Hermès Bélusca-Maïto[CMD] FOR: Some functionality is available only when...
2020-08-19 Hermès Bélusca-Maïto[CMD] IF: Some functionality is available only when...
2020-08-19 Hermès Bélusca-Maïto[CMD] DATE: Simplify the input loop, based on the TIME...
2020-08-19 Hermès Bélusca-Maïto[CMD] DATE: The /T option is available only when extens...
2020-08-19 Hermès Bélusca-Maïto[CMD] TIME: The /T option is available only when extens...
2020-08-19 Hermès Bélusca-Maïto[CMD] Some code style and formatting fixes
2020-08-19 Hermès Bélusca-Maïto[CMD] Simplify GetRootPath() and mark its InPath parame...
2020-08-19 Hermès Bélusca-Maïto[CMD] CHDIR: Adjust ERROR_FILE_NOT_FOUND into ERROR_PAT...
2020-08-19 Hermès Bélusca-Maïto[CMD] It is not the job of ErrorMessage() to set the...
2020-08-19 Hermès Bélusca-Maïto[CMD] MOVE: Set the errorlevel on failure.
2020-08-19 Hermès Bélusca-Maïto[CMD] RMDIR: Improve some aspects of the /S option.
2020-08-19 Hermès Bélusca-Maïto[CMD] RMDIR: Force directory deletion even if it's...
2020-08-19 Hermès Bélusca-Maïto[CMD] PATH, SET: Fix the returned error message when...
2020-08-19 Hermès Bélusca-Maïto[CMD] Use kernel32!lstrcmp(i) when comparing strings...
2020-08-19 Hermès Bélusca-Maïto[CMD] Improve the way the ErrorMessage() helper and...
2020-08-19 Hermès Bélusca-Maïto[CMD] Improve RMDIR help and MD error message.
2020-08-19 Hermès Bélusca-Maïto[CMD] Fix the output of the SET command.
2020-08-19 Hermès Bélusca-Maïto[CMD] Some code style and formatting fixes
2020-08-19 Hermès Bélusca-Maïto[CMD] Fix the implementation of EXIT /B when a batch...
2020-08-19 Hermès Bélusca-Maïto[CMD] Additional fixes for ERRORLEVEL and last returned...
2020-08-19 Hermès Bélusca-Maïto[CMD] GOTO: Fix label parsing.
2020-08-19 Hermès Bélusca-Maïto[CMD] GOTO: Fix handling of the ':EOF' label handling.
2020-08-19 Hermès Bélusca-Maïto[CMD] GOTO: The command should search labels from its...
2020-08-19 Hermès Bélusca-Maïto[CMD] Syntax errors during parsing of batch parameters...
2020-08-19 Hermès Bélusca-Maïto[CMD] Fixes for Batch error execution control flow.
2020-08-19 Hermès Bélusca-Maïto[CMD] Further code style and formatting fixes.
2020-08-19 Hermès Bélusca-Maïto[CMD] Reduce stack memory usage when parsing or echoing...
2020-08-19 Hermès Bélusca-Maïto[CMD] Make the command echoer Windows-CMD-compatible...
2020-08-19 Hermès Bélusca-Maïto[CMD] Fix the command echo-er/unparser.
2020-08-19 Hermès Bélusca-Maïto[CMD] Add a command tree dumper, for debugging purposes...
2020-08-19 Hermès Bélusca-Maïto[CMD] parser.c, cmd.c/h : Code style and formatting...
2020-08-19 Hermès Bélusca-Maïto[CMD] Fix some messages formatting.
2020-08-19 Hermès Bélusca-Maïto[CMD] todo.txt: Remove some points that have already...
2020-08-19 Hermès Bélusca-Maïto[CMD] Remove deprecated definition in CMakeLists.txt.
2020-08-18 Piotr Hetnarowicz[EXPLORER] Polish description fix for Taskbar propertie...
2020-08-11 Katayama Hirofumi MZ[EXPLORER] Implement ABN_WINDOWARRANGE (#3033)
2020-08-09 Katayama Hirofumi MZ[EXPLORER] Improve CTrayWindow::OnCopyData (#3028)
2020-07-21 Stanislav Motylkov[EXPLORER] Allocate the string for expanded command...
2020-07-21 Stanislav Motylkov[EXPLORER] Fix auto startup behavior
2020-05-18 Hermès Bélusca-Maïto[CMD] Add a ExecuteCommandWithEcho() helper and use...
2020-05-18 Hermès Bélusca-Maïto[CMD] Fix the stop-batch prompt appearance: do not...
2020-05-18 Hermès Bélusca-Maïto[CMD] Fix the ErrorMessage() function.
2020-05-11 Hermès Bélusca-Maïto[CMD] Quick fix for the REM command parser. CORE-17030
2020-04-27 Kyle Katarn [EXPLORER] Fix incorrect component position and size...
2020-04-26 Serge Gautherie[EXPLORER] trayclock: Update timer delay when showing...
2020-04-26 Serge Gautherie[EXPLORER] trayclock: Better handle timers, especially...
2020-04-26 Serge Gautherie[EXPLORER] CTrayClockWnd::CalculateDueTime(): Fix uiDue...
2020-04-23 Serge Gautherie[EXPLORER] Update now-redirected 'http' and 'reactos...
2020-04-20 Mark Jansen[EXPLORER] Keep processing messages while waiting for...
2020-04-16 Piotr Hetnarowicz[cmd] pl-pl update
2020-04-06 Julen Urizar Compains[TRANSLATION] Updating Spanish translation (#2503)
2020-03-22 jimtabor[Explorer|Shell32]
2020-03-20 Tibor Lajos Füzi[TRANSLATION] Update Hungarian translation of usetup...
2020-03-14 Thomas Faber[CMD] Fix another NtReadVirtualMemory parameter.
2020-03-13 Thomas Faber[NTOS:IO][GDI32][CMD] Fix some under-sized variables...
2020-03-06 Tibor Lajos Füzi[TRANSLATION] Add Hungarian translation for explorer...
2020-03-06 Serge Gautherie[REACTOS] Fix remaining ' \n' typos, in *.rc (#2393)
2020-02-27 Katayama Hirofumi MZ[CMD] Fix 'if' command for root directories (#2394)
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-08 Aaron DewesUpdate german translation (#2291)
2020-02-05 Jose Carlos Jesus[FORMATING] Fix indentation of startmnucust
2020-01-22 Katayama Hirofumi MZ[EXPLORER][INCLUDE] Fix wrong title on taskbar about...
2019-12-29 Hermès Bélusca-Maïto[CMD] If the prompt displays the information line on...
2019-12-29 Hermès Bélusca-Maïto[CMD] Code formatting; don't hardcode the string buffer...
2019-12-10 Serge Gautherie[CMD] Fix 'MAX_ULONG' typo in a comment (#2143)
2019-11-15 Katayama Hirofumi MZ[CMD] Unquote string at pushd (#2031)
2019-10-08 Brock Mammen[EXPLORER] Fix right-click menu for taskbar clock ...
2019-09-22 Eric Kohl[LABEL][CMD] Convert the label command to a standalone...
2019-09-21 Eric Kohl[ATTRIB][CMD] Convert the 'attrib' command into a stand...
2019-09-19 Joachim Henze[EXPLORER] Mitigate CORE-15760 'system menu may close...
2019-09-15 Brock Mammen[EXPLORER] Open search from start menu
2019-08-26 Jose Carlos Jesus[WIN32SS][USER][EXPLORER] Add/Update portuguese transla...
2019-08-25 Ioannis Adamopoulos[HEADERS] Move some helpers from undocshell.h to shellu...
2019-06-19 Andreas Maier[EXPLORER] Properly initialise tbBtn.iBitmap. CORE...
2019-06-19 Andreas Maier[EXPLORER] fix traces
2019-06-10 Hermès Bélusca-Maïto[CMD] Fix typo in Norwegian translation.
2019-06-10 Yaroslav Kibysh[CMD] Update Ukrainian translation. (#1641) 1641/head
2019-06-08 Yaroslav Kibysh[EXPLORER] Update Ukrainian translation. (#1624) 1624/head
2019-06-04 Mas Ahmad Muhammad[EXPLORER] Add Indonesian translation. (#1598)
2019-05-26 Jose Carlos Jesus[EXPLORER] Update Portuguese Translation
2019-05-11 Jose Carlos Jesus[EXPLORER] Add Portuguese (Portugal) pt-PT.rc translati...
next