Commit Graph

16 Commits

Author SHA1 Message Date
Rob Pearce f7038eab11 bugfix 2009-07-29 20:06:30 +00:00
Rob Pearce 64f6472370 Fixed changelog 2009-07-28 01:32:17 +00:00
Rob Pearce 6da969e0c7 - Fixed bug with exporting beziers to SVG
- Added support for text cursor movement when editting text
- Added emacs keys for text edits (ctrl-u, ctrl-k, ctrl-a)
- Added export to PNG format
- Export to PNG/BMP now no longer include gridlines/statusbar/scrollbars
- Fixed crash when changing to zero gridsize
2009-07-28 01:27:21 +00:00
Rob Pearce e009df29e9 - Fixed bug with Ellipse objects when exporting to SVG
- Fixed slowdown when creating new links
2009-03-10 21:01:21 +00:00
Rob Pearce 15b28974be - fixed placement of map rename screen
- changed to version 1.8b
2006-05-23 06:52:19 +00:00
Rob Pearce 8fd5f8d260 - window can now be resized 2006-05-22 07:21:36 +00:00
Rob Pearce c56dca3dfa - Fixed crash when moving link points
- Bumped to version 1.8
2006-05-19 02:02:31 +00:00
Rob Pearce f0c35ad57a - Updated changelog
- Bumped version to 1.7f
2006-03-31 12:17:55 +00:00
Rob Pearce ef16be4174 - Added search feature ('/' and 'n' keys)
- Bumped version to 1.7a
2006-01-17 03:27:15 +00:00
Rob Pearce 3b9cbee30c - Now handles spaces in filenames under Windows
- Disabled Delete Map and New Map functions in readonly mode
- Preparation for SVG exports:
        - Added vector types: Subobj/obj (to draw filled objects), Poly
        - Modified vector type "box" to take a "fill colour" argument
        - Removed vector types Fill and Fillbox
- Rewrote entire objects.dat file to avoid use of "fill" command
- Can now export to SVG files (same with ".SVG" extension)
- Improved behaviour of grid with respect to link endpoints when
  moving & resizing objects
- Grid lines now look more visio-like
- Removed grid size of '5' as this was too small to be useful
- Changed default grid size from 10 to 15.
2005-11-18 08:39:29 +00:00
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 8a7f3efcf1 - Grid is now off by default
- Added keyboard shortcuts ('0' through '9' to select or define)
- Added documentation
- Bumped version to 1.3
2005-11-12 02:51:37 +00:00
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
Rob Pearce 32e5710c16 - Redrew icon
- Added rollover help text and highlights
- Added dual-head arrows on lines
2005-11-05 03:22:50 +00:00
Rob Pearce edf273982a a 2005-10-29 14:38:43 +00:00
Rob Pearce ea51c0fd89 a 2005-10-29 14:31:17 +00:00