WINLDR: Finally, set Windows boot style as default
[reactos.git] / reactos / base / shell /
2009-10-01 Stefan Ginsberg- Kill leftover __USE_W32API
2009-09-30 Stefan Ginsberg- Remove the remaining __USE_W32API, deprecated for...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-26 Gregor SchneiderDon't add quick launch icon copies after showing a...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-10 Dmitry GorbachevSync translations with English file. Javier Remacha...
2009-09-10 Dmitry GorbachevUpdate/add Spanish and Basque translations. Javier...
2009-08-30 Stefan Ginsberg- gcc 4.4.0 bringup 1 of ?:
2009-08-27 Daniel ReimerBug 4805: Bulgarian translation update by CCTAHEB ...
2009-08-23 Matthias Kupfer- Remove tailing separator in explorer quicklaunch...
2009-08-11 Jeffrey MorlanFix a buffer overflow in ConvertULargeInteger
2009-08-07 Daniel ReimerBug 4700: Translation patch, Dutch, for explorer-new...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-02 Stefan Ginsberg- npapi.h: Correct definitions of function pointer...
2009-08-02 Jeffrey MorlanFix many incompatibilities in DIR switch parsing, inclu...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-25 Dmitry GorbachevAdd / update Czech translations. Radek Liska. Bugs...
2009-07-25 Dmitry GorbachevSilence GCC warnings.
2009-07-24 Ged MurphyAdd a missing mockup image
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.
next