Added border_fill_middle attribute to ImageDescription.
[redact.git] / ChangeLog
1 --
2 $Id: ChangeLog 29 2005-04-16 15:59:07Z tilman $
3 ++
4
5 2005-04-16 Tilman Sauerbeck (tilman at code-monkey de)
6         * lib/redact/part.rb: Added border_fill_middle attribute to
7           ImageDescription
8
9 2005-04-14 Tilman Sauerbeck (tilman at code-monkey de)
10         * lib/{redact,part,program}.rb: Replaced most attr_accessor
11           calls by explicit setter methods to ensure type safety
12         * lib/part.rb: Code cleanup
13         * lib/part.rb: Fixed the regular expression that checks
14           whether a font name is actually a filename
15         * lib/{redact,part,program}.rb: Added a few missing "protected" 
16           statements
17
18 2005-04-09 Tilman Sauerbeck (tilman at code-monkey de)
19         * test/crossfade.rb: Updated for recent tween mode fixes
20
21 2005-04-03 Tilman Sauerbeck (tilman at code-monkey de)
22         * lib/redact/part.rb: Made 'text_class' and 'color_class' parameters
23           writable
24         * lib/redact/part.rb: Some cosmetic changes
25         * lib/redact/part.rb: Use symbols instead of constants for text
26           effects
27         * lib/redact/part.rb: Code cleanup
28         * lib/redact/program.rb: Use symbols instead of constants for
29           tween modes
30
31 2005-04-02 Tilman Sauerbeck (tilman at code-monkey de)
32         * lib/redact/part.rb: Made 'step' and 'aspect' parameters
33           configurable
34
35 2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
36         * Released version 0.1.0
37
38 2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
39         * Rakefile: Tweak lookup of PKG_VERSION
40         * Rakefile: Require Rake 0.5.0 or greater
41         * Rakefile: Fixed the install task so it installs all Ruby files
42           found in lib/redact
43
44 2005-03-28 Tilman Sauerbeck (tilman at code-monkey de)
45         * lib/redact/app.rb: Tweaked "redact --version" output
46         * Rakefile, test/test_basic.rb: Use 'edj' instead of 'eet'
47           as the extension for the test Edjes
48         * README: Added basic documentation
49         * Rakefile: Added an RDocTask
50         * Rakefile: Added a PackageTask
51         * Rakefile:: Added a publish task
52
53 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de)
54         * lib/redact/app.rb: Use Tempfile's for the Embryo source- and
55           amx code
56         * lib/redact/app.rb: Abort compilation if embryo_cc fails
57         * lib/redact/app.rb: Use Kernel#raise instead of Kernel#fail
58         * lib/redact/{redact,part}.rb: Added some RDoc documentation
59           modifiers
60         * lib/redact/redact.rb: Bumped version number to 0.1.0
61
62 2005-03-22 Tilman Sauerbeck (tilman at code-monkey de)
63         * lib/redact/app.rb: The default extension for Edje files is
64           'edj' now
65 2005-03-20 Tilman Sauerbeck (tilman at code-monkey de)
66         * lib/redact/redact.rb, test/{red_rect,crossfade}.rb:
67           Use symbols for part/program types. Also, you need to provide
68           the part/program type now, there's no default anymore. This
69           fixes/works around the problem where you accidentally defined
70           a part when you just wanted to get a reference to an existing
71           part
72
73 2005-03-19 Tilman Sauerbeck (tilman at code-monkey de)
74         * test/crossfade.rb: Updated to work with
75           TextDescription#set_fit change
76
77 2005-03-17 Tilman Sauerbeck (tilman at code-monkey de)
78         * lib/redact/app.rb: Store the source of files that are read
79           with File.read, too
80         * lib/redact/{source,app}.rb: Write a fontmap, so edje_decc can
81           dump the fonts that are used in the Edje
82         * lib/redact/part.rb: Added TextDescription#set_fit
83
84 2005-03-16 Tilman Sauerbeck (tilman at code-monkey de)
85         * lib/redact/{source,app}.rb: Write theme source to EET file,
86           too
87         * bin/redact, lib/redact/app.rb, test/test_basic.rb: Improved
88           commandline option handling
89         * lib/redact/redact.rb: Set the 'compiler' value in the
90           Edje_File EDD
91         * lib/redact/app.rb: Add support for the 'image_dir' and 'font_dir'
92           options. They aren't evaluated yet, though.
93
94 2005-03-14 Tilman Sauerbeck (tilman at code-monkey de)
95         * lib/redact/redact.rb: Fixed stupid exceptions
96
97 2005-03-06 Tilman Sauerbeck (tilman at code-monkey de)
98         * lib/redact/program.rb: Fixed a typo that resulted in an invalid
99           reader method
100         * lib/redact/{redact,program}.rb: Added support for basic
101           programs (signal, source, after parameters only)
102         * Rakefile: use FileUtils to for the install task
103
104 2005-03-02 Tilman Sauerbeck (tilman at code-monkey de)
105         * lib/redact/part.rb: Set the default offset for rel2 to -1,-1
106         * lib/redact/part.rb: Enable smoothing by default for non-image
107           parts, too.
108         * lib/redact/part.rb: Use sane defaults for the other fill
109           parameters
110         * lib/redact/part.rb: Fixed default values for outline and
111           shadow color
112
113 2005-02-26 Tilman Sauerbeck (tilman at code-monkey de)
114         * lib/redact/app.rb: Don't indent empty lines of Embryo code
115         * lib/redact/{app, redact, part}.rb: Added support for embedded
116           fonts
117         * lib/redact/redact.rb: When doing part/program-lookups in
118           Embryo code, use non-greedy matching of quotes
119         * lib/redact/program.rb: signal and source are set to empty
120           strings by default now, instead of nil
121         * lib/redact/part.rb: Rename color2 and color3 to outline_color
122           and shadow_color, respectively.
123         * lib/redact/part.rb: Make outline_color and shadow_color
124           writeable
125         * lib/redact/part.rb: Renamed clip_to to clip and made it
126           readable
127         * lib/redact/part.rb: Made TextDescription::text_min writeable
128         * lib/redact/part.rb: Made TextDescription::text_align writeable
129         * lib/redact/part.rb: Added support for tween images
130         * lib/redact/{redact, part}.rb: Split Part into various classes
131         * lib/redact/{redact, part, program}.rb: Code cleanup
132         * lib/redact/{redact, part}.rb: Don't make Part::type readable
133
134 2005-02-23 Tilman Sauerbeck (tilman at code-monkey de)
135         * lib/redact/app.rb: Use edje-config to figure out the
136           Embryo include directory
137
138 2005-02-22 Tilman Sauerbeck (tilman at code-monkey de)
139         * lib/redact/app.rb: Enable zlib compression for the edje_file
140           and collections EET entries
141         * lib/redact/app.rb, lib/redact/redact.rb: Reworked the way
142           Embryo scripts are saved/processed
143         * lib/redact/app.rb: Delete the temporary redact.sma file when
144           we're done with it