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