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