- 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
- 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
- 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
- Added new object - PDA
- Added new object - laptop
- Replaced "hub" object with "hub3d"
- Added the ability to edit existing text - either double click the text
or select it then press 'e' or 'F2'.
- Added icon (for minimised windows)
- Added windows executable
- Changed behaviour of "foreground colour" command - RMB now selects colour
- Added "fillcol" attribute to mapobject_t
- Changed file save routine to include 8 byte version string
- Chagned file load routine to cope with old format maps
- 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
- 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.