reactos/rosapps
Colin Finck 7901978873 Wrote a Win32 Font Editor for our VGA Fonts used in blue.sys.
It has a MDI user interface, imports binary fonts (.bin) and PC Screen Fonts (.psf) and exports .bin fonts.
Compiles without any warnings with GCC and MSVC (at /W3).

The "misc.c" file was taken from devmgmt (thanks Ged!) and modified.
The used bitmaps and icons were all done myself, but partly consist of characters of the cp737 font we have in media/vgafont.

svn path=/trunk/; revision=32079
2008-02-01 21:40:18 +00:00
..
applications Bug 3021: slovak translations of rosapps (kario@szm.sk) 2008-01-31 16:41:33 +00:00
avtest Get avtest to build again by adding the _NTDDK_ define 2007-11-21 22:41:24 +00:00
cmdutils Build files updates and fixes 2007-10-25 01:15:21 +00:00
demos Fix maze screensaver and move it to a more adecuate location 2007-11-15 16:56:54 +00:00
devutils Wrote a Win32 Font Editor for our VGA Fonts used in blue.sys. 2008-02-01 21:40:18 +00:00
dflat32 Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
downloader Bug 2993: slovak translation for usetup (kario@szm.sk) 2008-01-30 17:43:12 +00:00
ext2 - Tree cleanups proposed on the mailing list. Move all non-Core OS modules to rosapps. Tests were already moved by Fireball to rostests. 2007-03-08 19:00:15 +00:00
fontview Continue of my try to get all RCs in Sync. 2008-01-17 14:02:01 +00:00
fraginator Add DS_SHELLFONT to all Dialogs. These apps are completed. 2008-01-21 21:29:59 +00:00
gettype Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
green Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
imagesoft Remove all Manifests. They will be autogenerated in the future. This is one step to MSVC Support, too. And it fixes Bug 3010 2008-01-28 12:24:03 +00:00
lib Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
logevent Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
magnify Forgot to remove the DS_FIXEDYS. DS_SHELLFONT adds this. 2008-01-22 14:02:45 +00:00
mc Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
net Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
notevil Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
old_wordpad Remove all Manifests. They will be autogenerated in the future. This is one step to MSVC Support, too. And it fixes Bug 3010 2008-01-28 12:24:03 +00:00
packmgr Add DS_SHELLFONT to all Dialogs. These apps are completed. 2008-01-21 21:29:59 +00:00
ramdrv - Tree cleanups proposed on the mailing list. Move all non-Core OS modules to rosapps. Tests were already moved by Fireball to rostests. 2007-03-08 19:00:15 +00:00
roscalc Bug 3021: slovak translations of rosapps (kario@szm.sk) 2008-01-31 16:41:33 +00:00
roshttpd Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
screenshot Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
smartpdf Forgot to remove the DS_FIXEDYS. DS_SHELLFONT adds this. 2008-01-22 14:02:45 +00:00
sysutils Final Update for now. DLLs will come later. (Too tired) 2008-01-16 21:39:50 +00:00
templates Add DS_SHELLFONT to all Dialogs. These apps are completed. 2008-01-21 21:29:59 +00:00
winefile No Idea if theres any reason to sync this, but... 2008-01-23 08:51:31 +00:00
winver Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
write Bug 3021: slovak translations of rosapps (kario@szm.sk) 2008-01-31 16:41:33 +00:00
copying GNU GPL 1999-05-11 21:33:57 +00:00
directory.rbuild New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it) 2007-12-31 05:51:52 +00:00
Doxyfile activated Doxygen option SEARCHENGINE 2003-12-14 11:15:53 +00:00
makefile Fix bug #2312 and add a check to show only the relevant information for Windows/Unix users 2007-06-18 11:58:35 +00:00
readme.txt add & altered some text files (update information) 2006-03-05 13:57:35 +00:00

$Id$

====================
ReactOS Applications
====================

This directory contains extra applicatons for ReactOS.
Make sure you also have a copy of the rest of the ReactOS
source before you attempt to build anything in this module.

The following is a short decription of each. Check for a
readme.txt under each application for more details.

CMDUTILS : External commands for CMD.
DEMOS    : Demonstration applications
DEVUTILS : Extra developer tools.
DFLAT32  : Console text editor
GAMES	 : The start of the ReactOS games collection
MC	 : Midnight Commander
NET	 : Network tools (Ncftp, etc.)
NOTEVIL  : ReactOS Coders Console Parade.
SYSUTILS : System Utilities.
TEMPLATES: Application Template (dialog, mdi, etc.)
Tests    : Test applications (alphablend, mdi, moztest, wm_paint, etc.)
WELCOME  : An alternative welcome dialog, the default one is part of the reactos dir.