Added comctl32.ocx, KDEWin, Mono, .net, Media Player Classic, Python, Steam, Tahoma...
[reactos.git] / reactos / base / shell /
2009-07-23 Ged MurphyI always forget about RosBE ....
2009-07-23 Ged MurphyDraw the appropriate taskbar mockup image in the dialog...
2009-07-15 Dmitry GorbachevUpdate Romanian translations. Petru Dimitriu, bug ...
2009-07-15 Dmitry GorbachevUpdate Norwegian translation. Patch by LMH1, bug #4695.
2009-07-15 Dmitry Chapyshev- Update Russian translation
2009-07-14 Ged Murphy- Add resources to all remaining languages
2009-07-14 Ged Murphy- Update Russian resources
2009-07-14 Ged Murphy- Update polish resources
2009-07-13 Ged MurphyFix a syntax error which VS strangely missed
2009-07-13 Ged MurphyFix a double definition
2009-07-13 Ged MurphyAdd the resources for the tray property dialog, based...
2009-07-13 Jeffrey MorlanMake IF EXIST directory\ (with trailing backslash)...
2009-07-10 Jeffrey MorlanRearrange some code in cmd parser, avoiding excessive...
2009-07-10 Ged Murphy- Add the task manager to the tray context menu
2009-07-08 Jeffrey MorlanIn cmd: free all memory before exiting to prevent ...
2009-07-08 Thomas BluemelSimplify code, thx Ged
2009-07-08 Thomas BluemelAllow activating tasks
2009-07-05 Dmitry GorbachevUpdate Norwegian translations. Lars Martin Hambro,...
2009-07-02 Daniel ReimerBug 4636: Romanian translation patch by Dimitriu Petru
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-04 Aleksey BraginMikhail Denisenko <denisenkom@gmail.com>
2009-05-29 Daniel ReimerBug 4555: slovak translation update by Mario Kacmar
2009-05-27 Aleksey BraginMikhail Denisenko <denisenkom@gmail.com>
2009-05-27 Aleksey BraginMikhail Denisenko <denisenkom@gmail.com>
2009-05-27 Aleksey BraginMikhail Denisenko <denisenkom@gmail.com>
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-20 Timo KreuzerHACK-O-LINK libcoldname.a from explorer.rbuild to make...
2009-05-15 Timo KreuzerRemove the old explorer from amd64 builds. It only...
2009-05-15 Timo Kreuzercmd: Cast the result of GetProcAddress to PVOID before...
2009-05-09 Dmitry Chapyshev- SetWindowLong -> SetWindowLongPtr, GetWindowLong...
2009-05-09 Dmitry GorbachevUpdate Romanian translations. Petru Dimitriu, bug ...
2009-05-09 Dmitry Chapyshev- SetClassLong -> SetClassLongPtr, GetClassLong ->...
2009-05-07 Dmitry Gorbachev- Add / update Romanian translations, Petru Dimitriu...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-25 Dmitry GorbachevPatch from Petru Dimitriu (bug #4416):
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-12 Jeffrey MorlanVarious fixes to the way cmd handles errorlevel and...
2009-04-11 Sylvain Petreollefix cmd build
2009-04-08 Ged MurphyOpen folders in the existing window.
2009-04-05 Jeffrey Morlan- Simplified code for CD, PUSHD, and POPD commands...
2009-04-04 Jeffrey Morlan- Check for cmd's AutoRun registry value in HKEY_CURREN...
2009-04-02 Ged MurphyPretend to open folders in a new window...
2009-04-02 Ged MurphyStop mithering me and just open the MDI shell browser...
2009-04-01 Jeffrey Morlan- Fix cmd's cgetchar() function so it only returns...
2009-03-31 Jeffrey MorlanFix some incorrect lengths in ConInString (Bug 4085...
2009-03-30 Ged MurphyCreate the system and device imagelists with the correc...
2009-03-29 Daniel ReimerSync WinHLP32 and WordPad with Wine HEAD.
2009-03-29 Jeffrey MorlanMake cmd able to (sort of) work without a console.
2009-03-29 Jeffrey MorlanMake command parsing in DoCommand/Execute more compatib...
2009-03-28 Jeffrey Morlan- Implement CMD /A and /U switches.
2009-03-26 Jeffrey Morlan- Fix a buffer overflow in cmd
2009-03-26 Jeffrey Morlan- Implement CMD /D, /Q, and /R switches
2009-03-23 Jeffrey MorlanImplement all remaining switches for the START command.
2009-03-23 Jeffrey MorlanImplement %~$PATH:var variable substitution
2009-03-23 Jeffrey Morlan- In cmd's PUSHD and POPD commands, change directory...
2009-03-22 Jeffrey MorlanMake START command able to open non-executable files...
2009-03-21 Jeffrey Morlan- When running a non-executable file, if the program...
2009-03-20 Jeffrey MorlanReplace hard-coded English string constants with transl...
2009-03-20 Samuel SerapionIf you build it, they will come. The program builds...
2009-03-18 Jeffrey Morlan- Make MEMORY command use GlobalMemoryStatusEx if avail...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-18 Dmitry Chapyshev- Update toolbars bitmaps
2009-03-18 Jeffrey Morlan- Implement SHIFT /n.
2009-03-17 Jeffrey MorlanFix a typo
2009-03-17 Jeffrey Morlan- Implement MKLINK command.
2009-03-16 Daniel ReimerUpdate German Translation
2009-03-16 Jeffrey MorlanImplement ASSOC command (Bug 4275). Patch by Lee C...
2009-03-16 Jeffrey MorlanFixed output of various date/time stuff ($D and $T...
2009-03-15 Jeffrey Morlan- Allow running a batch file from inside a FOR
2009-03-15 Jeffrey MorlanReplace a couple hacks supporting specific cases of...
2009-03-13 Jeffrey MorlanIn a 'Bad command or filename' error, print the name...
2009-03-12 Jeffrey MorlanIn a pipeline ("prog1 | prog2") run all programs simult...
2009-03-12 Daniel ReimerBug 4255: ReactOS norwegian translate files by Lars...
2009-03-11 Jeffrey MorlanGive an error message when trying to DEL a file that...
2009-03-08 Jeffrey Morlanadd ConPrintf and ConPrintfPaging prototypes to cmd.h
2009-03-08 Jeffrey Morlan- Clean up code for DIR command
2009-03-06 Jeffrey MorlanImplement SETLOCAL and ENDLOCAL commands. Make delayed...
2009-03-06 Jeffrey Morlan- Ignore special characters in a REM line.
2009-03-05 Jeffrey MorlanMake CALL command do another round of %-variable substi...
2009-03-04 Jeffrey MorlanA little cleanup of cmd.c:
2009-03-03 Jeffrey MorlanRework batch-file processing so that 'call file.bat...
2009-03-02 Jeffrey MorlanSpeed up batch file execution by reading a line at...
2009-03-02 Jeffrey MorlanSeparate batch file contexts and FOR contexts into...
2009-03-01 Jeffrey MorlanFix BatchParams to handle unconventional spacing/quotin...
2009-02-28 Jeffrey Morlan- FileGetString: Only end line on '\n', not on '\r'.
2009-02-27 Jeffrey MorlanHandle quotes in a CMD /C or CMD /K argument properly.
2009-02-27 Dmitry GorbachevJapanese explorer-new translation by Pcds90net (ds200xn...
2009-02-24 Jeffrey MorlanImplement complete support for FOR command (including...
2009-02-21 Jeffrey MorlanClean up DirReadParam a bit, reworked so that the code...
2009-02-19 Aleksey Bragin- Properly free a buffer allocated during "copy" comman...
2009-02-17 Matthias Kupfer- fix icon for 32bpp mode
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-16 Jeffrey Morlan- Improve performance of TYPE command by reading more...
2009-02-16 Jeffrey MorlanSET /A improvements:
2009-02-15 Jeffrey MorlanDon't expand FOR variables until execution time, so...
2009-02-14 Jeffrey MorlanMake delayed environment-variable expansions actually...
2009-02-08 Dmitry GorbachevKenichi Aramaki (karamaki-at-gmail-dot-com):
2009-02-03 Timo KreuzerSync to trunk r39350.
next