aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMImageView.h
Commit message (Collapse)AuthorAgeFilesLines
* Source tidy up and missing SVN properties.stuconnolly2009-08-071-3/+2
|
* • changes in editSheet:Bibiko2009-06-241-0/+1
| | | | | | - generate Hex representation on demand (this speeds up the working with images enormously) - added support to paste image data via the pasteboard (data are stored as TIFF LZW compressed) - if user switched to an other view (text/iamge/hex) that view will be become first responder explicity (fixes an issue that the Open button got the focus sometimes)
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
|
* - Fix a number of edit sheet crashers regarding opening and saving files, ↵rowanbeentje2009-03-051-4/+9
| | | | | | | | | image deletions, and image drag and dropping (fixes Issue #85 and google groups report) - Improves compatbility of drag-and-drops onto the image well, including support for image drags from other applications - Attempt to automatically select the image or text tab in the edit sheet as appropriate - Fixes build-from-clean warnings caused by an unexposed function added in r375
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+36
structure.