Commit Graph

8 Commits

Author SHA1 Message Date
Rob Pearce edb6d59b81 - Rewrote Command Reference document (simplified and now includes screenshots)
- Updated example diagram to use new Traffic Flows feature
- Added an additional paste shortcut for windows compatibility ('v')
- Grid is now back to being on by default again
- Grid is automatically turned off when a new map is loaded.
- Grid is automatically turned on when all maps are cleared (via the new map
  button)
- Removed -g from Windows Makefile (since I can't make gdb work under mingw
  anyway)
- Current filename is now displayed in title bar
- Modified welcome text
- Added new vector shape:  Bezier Curve
- Redrew Cloud object to use bezier curves instead of lines
- Added Copy, Paste and Grid buttons
- Combined X&Y position matching into a single button (use RMB for Y position
  match)
- Added Traffic Flow button (LMB = toggle display of flows, RMB = define
  flows)
- 1 bit of "Unused" part of colour struct on links, objects and text is now
  used to
  show whether or not to fill this thing.
- 2 bit of "Unused" part of colour struct on links, objects and text is now
  used to
  show whether or not this thing is a traffic flow.
- Fixed bug where first toolbox button hilighted would "stick"
- Fixed bug where status text was overwritten during VIDEO_EXPOSE event
2005-11-15 03:45:04 +00:00
Rob Pearce 327b83a6dc - Updated screenshots to show keyboard shortcuts 2005-11-12 02:56:24 +00:00
Rob Pearce 82e6c3cfb3 - Can no longer delete toplevel map.
- Fixed bug where load/save/rename dialog text was using current foreground colour.
- Deleting a map now takes you back to its parent rather than to the toplevel.
- Corrected bug in Makefile - data files were incorrectly being placed in /usr/local/share
- Moving map changes into changemap() function
2005-10-30 11:50:06 +00:00
Rob Pearce acd62c5323 - Added readonly mode if argv[0] contains "view"
- Modified makefiles to include netmapr-viewer
- Fixed "make install" - now actually uses install(1)
- Replaced icon with better one
- Modified loadmap() function to better cope with future versions
- Bumped version to v0.99d
2005-10-29 14:23:10 +00:00
Rob Pearce d398112fab - Changed from dodgy homemade vector font to TTF font (verdana)
- Now requires SDL_ttf (and hence freetype)
- Can now resize text on top of objects without having to move the text off
  the object first!
- Added example network diagram.
- Updated screenshots to show TTF fonts
2005-10-27 04:46:38 +00:00
Rob Pearce 8e74625355 Added convert.c and convert.h to Makefile. 2005-10-25 06:47:31 +00:00
Rob Pearce bdc798c0fa - Redrew router and firewall objects to be more Cisco-like.
- Corrected random crash when running under Windows
- Added more keyboard shortcuts
- Corrected bug in savemap() function, and added convert.c program to convert
old diagram files
- Increased maximum object dimensions
- Increased maximum number of maps
- Increased maximum number of vectors per object
- Object toolbox nows scrolls to show all objects (use q/w or ,/. keys)
- Can now use CTRL+LMB to create links/add points (for 2-button mice)
- Added export to BMP function when save filename ends with ".bmp"
- No longer need to avoid text when double clicking to drill down.
2005-10-25 06:45:19 +00:00
Rob Pearce 05fabbfaf3 Initial revision 2005-10-25 06:35:55 +00:00