Network diagram application
Go to file
Rob Pearce 9c949d0427 - Added drawtextat() function.
- Code cleanup - began to replace lengthy text creation blocks with calls
  to drawtextat().
- Bug fix: Creating a link between maps now updates the MODIFIED flag.
2005-11-19 00:25:39 +00:00
doc - Modified reference guide to include images. 2005-11-15 03:44:18 +00:00
CHANGELOG - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
INSTALL.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
Makefile.freebsd - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
Makefile.linux - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
Makefile.windows - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
README.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
buttons.dat - Now always showing grid 2005-11-18 08:57:26 +00:00
constants.h - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
convert.c - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
convert.h - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
dist.sh - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
example.map - Now always showing grid 2005-11-18 08:57:26 +00:00
icon.bmp - Redrew icon 2005-11-05 03:22:50 +00:00
letters.dat Initial revision 2005-10-25 06:35:55 +00:00
netmapr-small.jpg - Added grey colours to palette selection screen! 2005-11-18 09:06:56 +00:00
netmapr.c - Added drawtextat() function. 2005-11-19 00:25:39 +00:00
netmapr.exe - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
netmapr.h - Added drawtextat() function. 2005-11-19 00:25:39 +00:00
netmapr.jpg - Added grey colours to palette selection screen! 2005-11-18 09:06:56 +00:00
objects.dat - Cleanup of drawvector() - removed broken raster fill code 2005-11-18 11:27:53 +00:00
verdana.ttf - Changed from dodgy homemade vector font to TTF font (verdana) 2005-10-27 04:46:38 +00:00
windist.sh - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00

README.txt

IMPORTANT:

Due to a bug in the versions 0.98 and below of netmapr, the map file
format has slightly changed.  To correct this, simply compile the "convert"
program (included in the distribution) then use:

./convert old_mapfile.map new_mapfile.map

to convert your old diagrams to the new format.

An option for XML diagrams is planned for future versions of netmapr  to
avoid future issues of this type.