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