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