remove the second -lssl in the generated Makefile so that it doesn't break the build.
[AROS-Contrib.git] / gfx / lunapaint / Changelog
blobb23d97968af7d7480876750faf32b5fa4d2aed92
1 Lunapaint v0.5
2   * Fixed: store animation frames like xx0001, xx0010, xx0100 instead
3     of xx1, xx10, xx100.
4   * Fixed: Use SDI macros for easier porting.
5   * added the locale (whole)
6   * now doesn't crash more at double start
7   * added CycleChain here and there
8   * made a default (Gorilla) icon for Lunapaint project files
9   * windows, toolbox save their position/geometry (finished)
10   * menu toggle check/un-check (not finished: no feedback)
11   * opens a project when double-click on icon (not finished)
13 Lunapaint v0.4
15  * Fixed: Use AddPart for correct combination of drawer and file
16  * Fixed: Print error message when project file doesn't start with
17           magic word during loading a project
18  * NEW:   Added loading of projects from the command line.
19  * Fixed: Use PROGDIR: instead of LUNAPAINT:
21 Lunapaint v0.3.3b
23  * Fixed: Loosing keyboard shortcuts
24  * Fixed: Being able to hide toolbox when we have no publicscreen and no 
25    canvas window (losing the lunapaint gui effectively)
26  * Fixed: Font in layer rendering changing on redraw to non aa font
28 Lunapaint v0.3.3
30  * Fixed: Merging of two layers (transparent areas)
31  * Fixed: Trails on brushes when scrolling / zooming (not everywhere)
32  * NEW: Global keyboard shortcuts
33  * NEW: Fullscreen editing like dpaint/ppaint/tvpaint
34  * NEW: Toggle toolbox
35  * NEW: Global keyboard shortcuts (wip)
36  * Fixed: Fixed layer stack order (top layers listed first like in gimp)
38 Lunapaint v0.3.2 2007-03-04
40  * Fixed: Locked redraw of canvas window is now gone
41  * Fixed: Delayed refresh where not needed removed
42  * Fixed: Animation memleak/artifacts
43  * Fixed: Finally completely squashed freezing in floodfill and filled shapes
44  * Fixed: Askminmax issue for canvas area
45  * Fixed: That scrollbars gets set properly on changing between canvas windows
46  * Fixed: Fonts are now loaded and rendered in AROS native
47  * Fixed: Circles now redraw properly, also with bigger brushsizes
48  * NEW: Accelerated scrolling for layers
49  * NEW: Erase works in "8-bit" mode
50  * NEW: Some new keyboards shorts for 64-bit mode, antialias and grid
51  * NEW: Canvas window uses window borders and saves space
53 Lunapaint v0.3.1
55  * Fixed: Reworked intuition menu a bit
56  * Fixed: Some logic when using sliders and buttons in the toolbox
57  * Fixed: Now you can click outside ASL requester w/o crash
58  * Fixed: Faster painting with some optimalizations
59  * Fixed: Toolpreview/artifaces from tools don't stay when scrolling
60  * Fixed: Made floodfill use 24-bit presicion instead of 64 (for pixellers)
61  * Fixed: Filling over erased areas works
62  * Fixed: A problem with non antialiased brushes leaking
63  * Fixed: Speed optimalization in all blending routines (and elsewhere)
64  * Fixed: Leaks with project saving/loading (no more!)
65  * Fixed: Checks file header if it's a lunapaint project (no more crash)
66  * NEW: Saving of first primitive layer objects
67  * NEW: Start of deluxePaint-like keyboard shortcuts (feel at home!)
68  * NEW: Render text to brush buffer with freetype 2
69  * NEW: Z rotation of brushes
70  * NEW: Layer opacity controls, names
71  * NEW: Layer drawing shows alpha and layer names / opacity / visibility
72  * NEW: Canvas drawing is asyncronous when it is benefitting from it
74 Lunapaint v0.3 2006-12-24
76  * Fixed: Toolbox is severely cleaned up
77  * Fixed: Palette editor doesn't have artifacts anymore
78  * Fixed: Palette editor is synced with toolbox palette
79  * Fixed: Made draw aim a bit more precise on fill, colorpicker and clipbrushes
80  * Fixed: All tools are ajusted to new coordinate precision
81  * Fixed: Lines now draw from point a to b properly
82  * Fixed: Optimized antialiasing - flawless rendering =)
83  * Fixed: Optimized brush preview a bit
84  * Fixed: Optimized all drawing
85  * Fixed: Optimized layer drawing routines (speedup)
86  * NEW: Paintmode "Color" for painting with clipbrushes as normal brushes
87  * NEW: Double click on toolbox palette to edit colors
88  * NEW: Palette editor now accessible through intuition menu
89  * NEW: Filled rectangles
90  * NEW: Filled circles (plain fill routine not using aa atm)
91  * NEW: Filled freehand shapes with brush tool (weak aa but still)
92  * NEW: Choose to draw filled, or filled with draw or only draw (not perfect!)
93  * NEW: Layers window is more compact with icons
94  * NEW: Rectangles and circles now show if painting with effects
95  * NEW: Opacitymodes ADD and KEEP
97 Lunapaint v0.2.9 2006-11-19
99  * Fixed: Clip brush can select the whole canvas
100  * Fixed: Memleak in animation GUI code
101  * Fixed: Small memleak in project save/load
102  * Fixed: Wrong file mode when writing in some instances
103  * Fixed: Some small changes to getFilename ( )
104  * NEW: Preference window (limited for now)
105  * NEW: Change screen (wanderer/clone)
106  * NEW: Change layer transparancy background
107  * NEW: Alert window for some errors..
108  * NEW: Some size templates for new projects
109  * NEW: Flip brush vertically/horizontally
111 Lunapaint v0.2.8 - 2006-11-11
113  * Fixed: No more flood fill bugs
114  * Fixed: Coordinate allignment
115  * Fixed: Precision with grid
116  * Fixed: Cyclechain on input fields
117  * Fixed: ~90k mem leak (due to wierd OM_REMMEMBER behaviour in zune)
118  * Fixed: Full cleanup of toolbox, should also be friendly to smaller screenmodes
119  * Fixed: Cleaned up image window
120  * Fixed: Strange layers window behaviour fixed
121  * NEW: Prepared prefs window
122  * NEW: Checkes instead of lines for background
123  * NEW: Brush preview
125 Lunapaint v0.2.7 - 2006-11-05 
127  * Fixed: Layer redraw upon resize
128  * Fixed: Draw tool bug
129  * Fixed: Redraw bug (when using swap screen)
130  * NEW: Cycle through the palette with WIN+Z and WIN+X
132 Lunapaint v0.2.6 - 2006-11-05
134 * Fixed: Faster flood fill
135 * NEW: Resizable toolbar
136 * NEW: Reordered toolbar gui a bit
137 * NEW: Icons for toolbar buttons 
138 * Fixed: IPTR internal cleanup
139 * NEW: Nicer about window..
140 * NEW: Export project to PNG!
141 * NEW: Brush steps
142 * NEW: Better do understand clipbrush behaviour
144 Lunapaint v0.2.5 - 2006-10-08
146 * Fixed: optimized scrolling 
147 * Fixed: Better centering on zoom in/out
148 * Fixed: optimized redraw (askminmax)
149 * Fixed: crash when closing a window
150 * Fixed: crash when closing the pubscreen
151 * NEW: Recessed buttons if active tool
152 * NEW: Colorpicker tool (works in Snap to palette mode and 64-bit mode)
153 * NEW: Dotted line around active color in palette
155 Lunapaint v0.2.4 - 2006-09-24
157 * Fixed: Colorize works correctly (WILL be further perfected later)
158 * Fixed: Lighten and darken pays notice to the colors they darken and lighten (better)
159 * Fixed: More BOOPSI compliance internally (IPTR)
160 * Fixed: Crash on canceling loading of a datatype project
161 * !Regression: No 64-bit exporting due to reprogramming
162 * NEW: Snap to palette
163 * NEW: Chosen color is not directly connected to palette
164 * NEW: Rewritten scroll routine makes fluid scrolling a reality
165 * NEW: Unerase tool! Recover erased areas [WIP]
166 * NEW: Export with flattened layers (wasn't implemented before)
167 * NEW: Animation export, vertical strip for programmers and one image pr. frame for making gif animations etc
169 Lunapaint v0.2.3 - 2006-09-09
171 * Fixed: circles to be more accurate with grid
172 * Fixed: layer deletion code to delete properly
173 * Fixed: Layers list out properly when working with several image windows
174 * Fixed: Adding a layer in an animation doesn't mess up the project
175 * NEW: Added author field to project info
176 * NEW: Layers and animation controls in separate windows
177 * NEW: Load in images through datatypes
180 Lunapaint v0.2.2 - 2006-08-19
182 * Added Revert (to compensate for the lack of undo/redo)
183 * Painting with antialising rewritten
184 * Brush generation rewritten
185 * Blending rewritten
186 * Tool previews are more accurate and realtime
187 * All paintmodes rewritten
188 * Fixed: Animation crash
189 * Fixed: Canvas crash / painting / zooming
190 * Fixed: Big memleaks
191 * NEW: Rectangle tool
192 * NEW: Circle tool
193 * NEW: Clipbrush tool (now there's a use of the swap buffer)
194 * NEW: Alter grid size