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