-
Notifications
You must be signed in to change notification settings - Fork 6
NewAndNoteworthy
jabiercoding edited this page Oct 31, 2016
·
3 revisions
Fixes
- #5 Label decorators don't allow to remove icons. Thanks @NkD for the fix
- #14 Default color in new transparent image should be black
- Bringing back previous functionalities: image resource property page, command handlers, support for .ico images.
Fixes
- #2 MAC users: Color order incorrect when saving
- #1 When trying to fill with a color in big images, I got stackoverflow and Eclipse suggesting to restart
- #3 Erased pixels in GIF icons remain visible
- #8 Different colors when saving .ico file
- Renamed to eclipaint
- Refactoring, separation in more than one plugin. Editor, manager and utils
- Moved to github
Previous versions: these versions were in https://code.google.com/a/eclipselabs.org/p/eclipse-icons-editor/
- Fixed: Issue 63 : Exception for content types
- Enhancement: Issue 58 : Scrolling in icon editor
- Enhancement: Property page with image data (Right click -> Properties)
- Enhancement: Image content type
- Enhancement: Fit to screen zoom functionality
- Enhancement: initial implementation of adjust initial zoom to image size
- Enhancement: Issue 55 : Move pixel selections with the mouse, not only keyboard (first implementation in production)
- Fixed: Issue 56 : Specific icon. No more palette colors into 2.3.5 version but ok for 2.3.4
- Fixed: Issue 46 : Transparency issue with copy/paste
- Fixed: Issue 52 : Undo/Redo issue after applying zoom
- Enhancement: Issue 51 : Resize Icons bigger than 16x16
- Fixed: Issue 48 : Big images. No more handles exception and Workbench closes
- Performance. Pixel information uses RGB instead of Color
- Fixed: Exception when closing the editor and no modifications performed in the image.
- Added jpg and jpeg as editor related extensions.
- Copy/Paste/Cut. Issue 34 . Compatiblity with external editors. Use keyboard shortcuts to perform operations. Issue 46 was created to solve a problem with Transparency and copy/paste. Transparent pixels lost transparency information. This functionality was delivered because it is useful even with this defect.
- Undo/Redo : Issue 41
- Crawl WhitebackgroundIcons?. Added multi line selection and discard button.
- Fix Alpha Compositing (Blending) algorithm : Issue 45
- Double buffering : Issue 33 : Canvas blinking while rectangle selection
- Cross cursor in the canvas instead of arrow cursor
- Select and move a pixels block: Issue 37 and Issue 31 (Only keyboard arrows for the moment)
- Select all : Issue 43
- Select and remove : Issue 42
- Icon Editor: Issue 35 and Issue 29 : Select color even in indirect palette icons.
- Icon Editor: Go to paint action after color selection if color picker action was selected
- Icon Editor: Issue 38 : Save Failed: Unsupported color depth. Corrupted images
- Question dialog when trying to save read only files
- Exceptions while initalizing transparency with gif and png files with direct palette
- Ignore case in the extension while checking transparency images
- Crawl: Discover potential White Background icons
- Icon Editor: Paint tool item selected when editor opening (Previously was erase)
- Icon Editor: Paint unfilled and filled rectangle (Redraw while selecting to be improved yet)
- Icon Editor: Erase available in gif and png files with transparency none.
- Icon Editor: Create New PNG Icon
- Icon Editor: Select color in direct palette images
- Icon Manager: Added scaled icon 16x16 with aspect ratio
- Issue 32 : NPE Icons label decorator
- Decorator: Set icons label decorator false by default until fixing Issue 24
- Icon Manager: Fixed bug in rotate left
- Icon Manager: Fixed Imagedata illegal argument exceptions in scaling small icons
- Refactoring: Image to Imagedata in some methods