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