aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMImageView.m
Commit message (Collapse)AuthorAgeFilesLines
* Source tidy up and missing SVN properties.stuconnolly2009-08-071-2/+0
|
* • changes in editSheet:Bibiko2009-06-241-0/+21
| | | | | | - 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-2/+2
|
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-1/+0
|
* - Fix a number of edit sheet crashers regarding opening and saving files, ↵rowanbeentje2009-03-051-12/+72
| | | | | | | | | 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/+48
structure.