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