Network diagram application
Go to file
Rob Pearce 5983f417a3 - Implemented copy/paste of objects, text and maps
- Changed background of object box to be light grey instead of black
- Made object box buttons look more 3d
- Fixed crash when adding zero-length text
- Size/position match tool now works on text
- Implemented "rollover" context sensitive help
- Toolbox buttons are now highlighted when the mouse moves over them
- Partially implemented snap-to-grid feature (no toolbox button yet, toggle with 'g')
- Implemented AP_BOTH for lines with arrowheads on both ends
- Implement change object type function (RMB on object tool, or 'm')
- Mouse wheel now scrolls object box
- Added two new vector shapes:
	Ellipse
	Filled box
- Added new objects:
	Person
	Truck
	Webcam
	Camera
	Satellite Dish
	Satellite
	Wireless Router
	VPN Concentrator
	Generic circle
2005-11-11 12:42:29 +00:00
CHANGELOG - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
INSTALL.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile - Can no longer delete toplevel map. 2005-10-30 11:50:06 +00:00
Makefile.freebsd - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile.linux - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile.windows - Implemented "fill colour" command 2005-10-28 06:05:57 +00:00
README.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
buttons.dat - Added ability to control width of links 2005-10-30 08:45:37 +00:00
constants.h - Implemented copy/paste of objects, text and maps 2005-11-11 12:42: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 - Redrew icon 2005-11-05 03:22:50 +00:00
example.map - Added ability to control width of links 2005-10-30 08:45:37 +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 ability to control width of links 2005-10-30 08:45:37 +00:00
netmapr.c - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
netmapr.exe - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
netmapr.h - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
netmapr.jpg - Added ability to control width of links 2005-10-30 08:45:37 +00:00
objects.dat - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
verdana.ttf - Changed from dodgy homemade vector font to TTF font (verdana) 2005-10-27 04:46:38 +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.