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