From: Shamus Hammons Date: Fri, 29 May 2020 01:22:57 +0000 (-0500) Subject: GUI functionality fixes. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5a50feb0f84a4627a65c5b82c3ca2d2eefe54b;hp=bf5a50feb0f84a4627a65c5b82c3ca2d2eefe54b;p=architektonas GUI functionality fixes. - Dimension offsets work well now. - Add pen stamp button, to stamp pen attributes on selected items. - Fix std::vector references to use a typedef (VPVector for std::vector, etc.) in order to make the code easier to read & understand; vector iterators too. - Add ability to select all objects. - Adding to selection while holding down CTRL with selection rectangle works, deselect objects with single clicks as well. ---