Version 1.1
Changes since 1.0:
- Added in 1.1:
- Fill tool completely rewritten, resulting in a significant speed gain
- Limited undo stack to 10 undos (reducing chance for memory overflow)
- SUBMITTED: Grid overlay now available
- Zooming image will not cause funny scrolling to occur
- By default, images created by Paintbrush will open in Paintbrush in the Finder
- Bomb tool animation can be immediately completed by pressing ESC
- Preliminary support for Shift key in Selection tool
- Text insertion uses front color, automatically opens font panel
- Color accuracy has been improved (now using calibrated instead of device colors)
- Added button to switch foreground and background colors
- Toolbox shortcut key changed to better represent functionality
- Fixed in 1.1:
- REQUESTED: No longer uses wrong size when opening certain JPEGs
- REQUESTED: Second click on either color well hides panel, avoiding confusion
- Pastes in correct bottom-left corner when zoomed
- Changing colors during bomb animation will not change the color being used
- Undo no longer makes duplicates of image clippings when used with Selection tool
- Paste no longer occasionally places image in Toolbox instead of the document window
- Scrollbars in correct location after zoom, opening large images
Changes since 0.8:
- Holding shift while using shape tool results in perfect square/circle/lines - try it!
- Paintbrush now remembers previous image size
- Saves as PNG by default, instead of BMP
- New option to choose from preselected sizes
- Undo/redo works with cut and paste
- Updated icons for shape fill styles
- Requested: Keyboard shortcuts for zoom in/out/actual
- Added: Bomb tool animation (also responds to Shift key)
Changes since 0.7:
- Cut, copy, and paste support added
- Select All now supported
- Text controller now responds correctly to color changes
- Selection tool limits itself to the bounds of the image
- Fixed various memory leaks
Changes since 0.6:
- Print support added - try it out!
- Selection tool enabled
- Upgrades more smoothly - can update with sheets down
- Image view now centers in window during resize
- Palette has been renamed "Toolbox" to better describe its function
- Toolbox is draggable from entire background
- Image centers when zoomed out
- "Zoom" button works more predictably
- Fixed odd bug when changing tools during curve drawing
Changes since 0.5:
- Curve tool added
- Removed redundant redrawing in all tools, improving speed
- Color matching improved for Text tool
- Initial support for modifier keys while drawing (escape cancels an actions)
- Revamped undo system to be more accurate
- Fixed silly mistake involving a 0.5 pixel offset, resulting in smoother 1px lines
- Added new screen-clearing "Bomb" tool
- Fixed memory leak with pencil and erasor tools
- Fixed 1px vertical offset for Fill tool
- Doesn't clutter the console log anymore (removed various NSLog() calls)
Changes since 0.4:
- Basic zoom functionality available
- Flipping now only affects the active window
- Fill tool: color matching issue fixed
- Fill tool: greatly improved speed
- Text tool: no longer crashes if you close a background document while typing
- Checks for operating system version (requires 10.4 or greater)
- Added document icons
- "Get Info" panel now shows application version
- Fixed a possible crash on tool change (thanks to Nicole for pointing it out)
- Can now quit program while sheet is down
Changes since 0.3:
- Flipping can now be undone
- Basic text insertion added
- Improved source documentation (work in progress)
- Fill tool enabled (still very slow, especially on G3/G4 machines)
Changes since 0.2:
- Two more (as-of-yet unselectable) tools
- Major under-the-hood overhaul; should be significantly more responsive on slower machines
- Image can be flipped horizontally or vertically
- Fixed incorrect tooltip on Fill button
- Line now disregards fill/border settings and always draws
- Additional button images added
- Application icon updated
- Disregards invalid inputs for initial image dimensions
Changes since 0.1:
- Application icon added; many thanks to Marcelo Novaes
- Automatic updating via Sparkle
- Cancel button on new documents now works
- Some button images added