Implement client-side only of console font APIs:
- documented: GetConsoleFontSize, GetCurrentConsoleFont;
- undocumented: GetConsoleFontInfo, GetNumberOfConsoleFonts, SetConsoleFont (see http://cboard.cprogramming.com/windows-programming/102187-console-font-size.html for a working usage example of these APIs).
(Also related to CORE-7931)
svn path=/trunk/; revision=70258
"add Everything Search Engine to ReactOS downloader" by Alexander Rechitskiy
(Silently remove some BOMs I created...)
CORE-8309 #resolve #comment Added, thx ^^
svn path=/trunk/; revision=70250
rapps-database does not update automatically because of broken build scripts by reactosfanboy
CORE-10633 #resolve #comment Fixed by removing the copies completely and updating the ones in rapps. Not the best solution, but it works for the update task.
svn path=/trunk/; revision=70249
Fix DLL control themeing by Jared Smudde
CORE-10563 #resolve #comment Hm, yeah, you are right. Somehow I really forgot that one when I did that manifest fun in the past ^^ Thx
svn path=/trunk/; revision=70245
Add/Update Traditional Chinese (zh-TW) translation in ReactOS. [Wave 2/4] by Henry Tang Ih
CORE-10615 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=70242
Update RosBE version to 2.1.3 by Hermes Belusca
CORE-10603 #resolve #comment Fixed. Does not work in ROS anyway, but fixed ^^
svn path=/trunk/; revision=70239
Missing italian translations in ReactOS by Carlo Bramini
CORE-9725 #comment Applied/Committed lautus and services patches
svn path=/trunk/; revision=70238
- Hackfix the existing charmap for the 0.4 release (just in case I don't get time to finish the new one). This fixes showing invalid glyphs and also removes the advanced section as it was unimplemented.
svn path=/trunk/; revision=70228
- Add support for canonical/string verbs when using CMINVOKECOMMANDINFO. This fixes switching views and adding a new folder when using the button in the common dialogs. This really needs to go in a CDefFolderMenu class (which likely inherits the context menu class), but we don't use that design.
- Partially implement CDefaultContextMenu::GetCommandString 'while I was there' It's completely untested though.
CORE-10089
svn path=/trunk/; revision=70215
Implement an arping tool. Some portions of code are just plain copy/paste from ping tool code (booh, it's bad!).
It was designed and tested on W2K3.
It's in RosApps for two major reasons: such a tool doesn't exist by default in Windows 2K3.
And it doesn't work in ReactOS.
svn path=/trunk/; revision=70212