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