redact.git
18 years agoAdded release note to ChangeLog. redact-0.1.5
Tilman Sauerbeck [Wed, 21 Sep 2005 16:21:52 +0000 (16:21 +0000)]
Added release note to ChangeLog.

18 years agoBumped version number to 0.1.5.
Tilman Sauerbeck [Wed, 21 Sep 2005 16:20:52 +0000 (16:20 +0000)]
Bumped version number to 0.1.5.

18 years agoUpdated NEWS and TODO for 0.1.5.
Tilman Sauerbeck [Wed, 21 Sep 2005 16:19:57 +0000 (16:19 +0000)]
Updated NEWS and TODO for 0.1.5.

18 years agoCollection#script= and ExecScriptProgram#script= now accept a filename, too.
Tilman Sauerbeck [Wed, 21 Sep 2005 16:00:31 +0000 (16:00 +0000)]
Collection#script= and ExecScriptProgram#script= now accept a filename, too.

18 years agoAdded Description#inherit.
Tilman Sauerbeck [Wed, 21 Sep 2005 15:56:55 +0000 (15:56 +0000)]
Added Description#inherit.

18 years agoMake sure Relation#rel are floats.
Tilman Sauerbeck [Mon, 19 Sep 2005 20:17:07 +0000 (20:17 +0000)]
Make sure Relation#rel are floats.

18 years agoSet 'dragable.events_id' to -1 until it's properly implemented.
Tilman Sauerbeck [Mon, 19 Sep 2005 20:03:09 +0000 (20:03 +0000)]
Set 'dragable.events_id' to -1 until it's properly implemented.

18 years agoFixed ImageDescription#set_border.
Tilman Sauerbeck [Mon, 19 Sep 2005 19:46:43 +0000 (19:46 +0000)]
Fixed ImageDescription#set_border.

It used the 'right' argument for the 'left' border.

18 years agoAdded release note to ChangeLog. redact-0.1.4
Tilman Sauerbeck [Thu, 25 Aug 2005 21:23:30 +0000 (21:23 +0000)]
Added release note to ChangeLog.

18 years agoBumped version number to 0.1.4.
Tilman Sauerbeck [Thu, 25 Aug 2005 21:22:04 +0000 (21:22 +0000)]
Bumped version number to 0.1.4.

18 years agoUpdated NEWS and TODO for 0.1.4.
Tilman Sauerbeck [Sun, 17 Jul 2005 08:13:07 +0000 (08:13 +0000)]
Updated NEWS and TODO for 0.1.4.

18 years agoImageDescription's fill parameters are settable now.
Tilman Sauerbeck [Sat, 16 Jul 2005 18:51:44 +0000 (18:51 +0000)]
ImageDescription's fill parameters are settable now.

18 years agoAdded release note to ChangeLog. redact-0.1.3
Tilman Sauerbeck [Tue, 14 Jun 2005 15:41:44 +0000 (15:41 +0000)]
Added release note to ChangeLog.

18 years agoBumped version number to 0.1.3.
Tilman Sauerbeck [Tue, 14 Jun 2005 15:38:53 +0000 (15:38 +0000)]
Bumped version number to 0.1.3.

18 years agoUpdated NEWS for 0.1.3.
Tilman Sauerbeck [Tue, 14 Jun 2005 15:36:49 +0000 (15:36 +0000)]
Updated NEWS for 0.1.3.

18 years agoUse OPTIONS instead of @options when trying to generate the output filename.
Tilman Sauerbeck [Tue, 14 Jun 2005 15:11:35 +0000 (15:11 +0000)]
Use OPTIONS instead of @options when trying to generate the output filename.

18 years agoBumped version number to 0.1.2. redact-0.1.2
Tilman Sauerbeck [Sat, 11 Jun 2005 13:21:38 +0000 (13:21 +0000)]
Bumped version number to 0.1.2.

18 years agoAdded release note to ChangeLog.
Tilman Sauerbeck [Sat, 11 Jun 2005 12:52:46 +0000 (12:52 +0000)]
Added release note to ChangeLog.

18 years agoUpdated NEWS for 0.1.2.
Tilman Sauerbeck [Sat, 11 Jun 2005 12:45:57 +0000 (12:45 +0000)]
Updated NEWS for 0.1.2.

18 years agoFixed font/image handling.
Tilman Sauerbeck [Thu, 9 Jun 2005 17:21:05 +0000 (17:21 +0000)]
Fixed font/image handling.

It now works properly no matter whether fontdir/imagedir is used or not.

18 years agoSplit a font's filename and its alias.
Tilman Sauerbeck [Wed, 8 Jun 2005 21:38:34 +0000 (21:38 +0000)]
Split a font's filename and its alias.

This makes it possible to decompile the Edje properly.

18 years agoImproved imagedir support.
Tilman Sauerbeck [Wed, 8 Jun 2005 20:05:19 +0000 (20:05 +0000)]
Improved imagedir support.

18 years agoAlso set TextDescription::font if a matching FontDirectoryEntry was found.
Tilman Sauerbeck [Wed, 8 Jun 2005 18:03:34 +0000 (18:03 +0000)]
Also set TextDescription::font if a matching FontDirectoryEntry was found.

18 years agoFixed fontdir handling.
Tilman Sauerbeck [Wed, 8 Jun 2005 18:02:12 +0000 (18:02 +0000)]
Fixed fontdir handling.

18 years agoAdded support for the --image_dir and --font_dir command line switches.
Tilman Sauerbeck [Wed, 8 Jun 2005 17:35:49 +0000 (17:35 +0000)]
Added support for the --image_dir and --font_dir command line switches.

18 years agoMoved Redact::App's @options to Redact::OPTIONS.
Tilman Sauerbeck [Wed, 8 Jun 2005 17:31:47 +0000 (17:31 +0000)]
Moved Redact::App's @options to Redact::OPTIONS.

18 years agoCode cleanup.
Tilman Sauerbeck [Wed, 8 Jun 2005 17:16:09 +0000 (17:16 +0000)]
Code cleanup.

18 years agoUse FileUtils.mkdir_p to create the destination directory.
Tilman Sauerbeck [Sun, 29 May 2005 10:39:46 +0000 (10:39 +0000)]
Use FileUtils.mkdir_p to create the destination directory.

18 years agoMake sure to delete the output file in case of an exception.
Tilman Sauerbeck [Wed, 25 May 2005 20:19:45 +0000 (20:19 +0000)]
Make sure to delete the output file in case of an exception.

18 years agoDon't abort if embryo_cc's return code is 1.
Tilman Sauerbeck [Thu, 28 Apr 2005 21:08:11 +0000 (21:08 +0000)]
Don't abort if embryo_cc's return code is 1.

1 means 'succeeded, but with warnings'.

18 years agoDon't include one FileList in another.
Tilman Sauerbeck [Mon, 25 Apr 2005 17:47:15 +0000 (17:47 +0000)]
Don't include one FileList in another.

18 years agoAdded release note to ChangeLog. redact-0.1.1
Tilman Sauerbeck [Mon, 25 Apr 2005 17:19:07 +0000 (17:19 +0000)]
Added release note to ChangeLog.

18 years agoBumped version number to 0.1.1.
Tilman Sauerbeck [Mon, 25 Apr 2005 17:14:49 +0000 (17:14 +0000)]
Bumped version number to 0.1.1.

18 years agoAdded NEWS.
Tilman Sauerbeck [Mon, 25 Apr 2005 17:12:29 +0000 (17:12 +0000)]
Added NEWS.

18 years agoInitialize emission_signal and emission_source to empty strings.
Tilman Sauerbeck [Sun, 24 Apr 2005 15:54:39 +0000 (15:54 +0000)]
Initialize emission_signal and emission_source to empty strings.

They must not be nil.

18 years agoAdded Relation#set_to.
Tilman Sauerbeck [Sun, 24 Apr 2005 09:18:07 +0000 (09:18 +0000)]
Added Relation#set_to.

18 years agoFixed exception message.
Tilman Sauerbeck [Sat, 23 Apr 2005 22:54:01 +0000 (22:54 +0000)]
Fixed exception message.

18 years agoComment fix.
Tilman Sauerbeck [Sat, 23 Apr 2005 15:25:21 +0000 (15:25 +0000)]
Comment fix.

19 years agoAdded border_fill_middle attribute to ImageDescription.
Tilman Sauerbeck [Sat, 16 Apr 2005 15:59:07 +0000 (15:59 +0000)]
Added border_fill_middle attribute to ImageDescription.

19 years agoAdded a few missing 'protected' keywords.
Tilman Sauerbeck [Thu, 14 Apr 2005 19:53:45 +0000 (19:53 +0000)]
Added a few missing 'protected' keywords.

19 years agoFixed the RE that checks whether a font name is actually a file name.
Tilman Sauerbeck [Thu, 14 Apr 2005 19:47:06 +0000 (19:47 +0000)]
Fixed the RE that checks whether a font name is actually a file name.

19 years agoCode cleanup.
Tilman Sauerbeck [Thu, 14 Apr 2005 19:44:49 +0000 (19:44 +0000)]
Code cleanup.

19 years agoReplaced most attr_accessor calls by explicit setter methods.
Tilman Sauerbeck [Thu, 14 Apr 2005 19:42:06 +0000 (19:42 +0000)]
Replaced most attr_accessor calls by explicit setter methods.

This ensures type safety in some spots.

19 years agoUpdated crossfade.rb for recent tween mode fixes.
Tilman Sauerbeck [Sat, 9 Apr 2005 13:53:14 +0000 (13:53 +0000)]
Updated crossfade.rb for recent tween mode fixes.

19 years agoUse symbols instead of constants for tween modes.
Tilman Sauerbeck [Sat, 2 Apr 2005 23:20:32 +0000 (23:20 +0000)]
Use symbols instead of constants for tween modes.

19 years agoCode cleanup.
Tilman Sauerbeck [Sat, 2 Apr 2005 22:29:50 +0000 (22:29 +0000)]
Code cleanup.

19 years agoUse symbols instead of constants for text effects.
Tilman Sauerbeck [Sat, 2 Apr 2005 22:26:40 +0000 (22:26 +0000)]
Use symbols instead of constants for text effects.

19 years agoSome cosmetic changes.
Tilman Sauerbeck [Sat, 2 Apr 2005 22:15:29 +0000 (22:15 +0000)]
Some cosmetic changes.

19 years agoMade 'text_class' and 'color_class' parameters writable.
Tilman Sauerbeck [Sat, 2 Apr 2005 22:05:24 +0000 (22:05 +0000)]
Made 'text_class' and 'color_class' parameters writable.

19 years agoMade 'step' and 'aspect' parameters configurable.
Tilman Sauerbeck [Sat, 2 Apr 2005 21:45:24 +0000 (21:45 +0000)]
Made 'step' and 'aspect' parameters configurable.

19 years agoAdded release note to ChangeLog. redact-0.1.0
Tilman Sauerbeck [Tue, 29 Mar 2005 20:11:04 +0000 (20:11 +0000)]
Added release note to ChangeLog.

19 years agoFixed the install task.
Tilman Sauerbeck [Tue, 29 Mar 2005 19:21:00 +0000 (19:21 +0000)]
Fixed the install task.

It now installs all Ruby files found in lib/redact.

19 years agoRake 0.5.0 or greater required.
Tilman Sauerbeck [Tue, 29 Mar 2005 16:25:21 +0000 (16:25 +0000)]
Rake 0.5.0 or greater required.

19 years agoTweak lookup of PKG_VERSION.
Tilman Sauerbeck [Tue, 29 Mar 2005 16:03:33 +0000 (16:03 +0000)]
Tweak lookup of PKG_VERSION.

19 years agoAdded a publish task.
Tilman Sauerbeck [Mon, 28 Mar 2005 21:06:34 +0000 (21:06 +0000)]
Added a publish task.

19 years agoAdded a packagetask.
Tilman Sauerbeck [Mon, 28 Mar 2005 21:00:30 +0000 (21:00 +0000)]
Added a packagetask.

19 years agoAdded an rdoctask.
Tilman Sauerbeck [Mon, 28 Mar 2005 20:55:18 +0000 (20:55 +0000)]
Added an rdoctask.

19 years agoAdded basic documentation.
Tilman Sauerbeck [Mon, 28 Mar 2005 20:54:45 +0000 (20:54 +0000)]
Added basic documentation.

19 years agoUse 'edj' instead of 'eet' as the extension for the test Edjes.
Tilman Sauerbeck [Mon, 28 Mar 2005 18:11:12 +0000 (18:11 +0000)]
Use 'edj' instead of 'eet' as the extension for the test Edjes.

19 years agoTweaked 'redact --version' output.
Tilman Sauerbeck [Mon, 28 Mar 2005 16:27:18 +0000 (16:27 +0000)]
Tweaked 'redact --version' output.

19 years agoBumped version number to 0.1.0.
Tilman Sauerbeck [Sat, 26 Mar 2005 20:24:40 +0000 (20:24 +0000)]
Bumped version number to 0.1.0.

19 years agoAdded some RDoc documentation modifiers.
Tilman Sauerbeck [Sat, 26 Mar 2005 20:23:02 +0000 (20:23 +0000)]
Added some RDoc documentation modifiers.

19 years agoUse Kernel#raise instead of Kernel#fail.
Tilman Sauerbeck [Sat, 26 Mar 2005 19:26:56 +0000 (19:26 +0000)]
Use Kernel#raise instead of Kernel#fail.

19 years agoAbort compilation if embryo_cc fails.
Tilman Sauerbeck [Sat, 26 Mar 2005 19:21:15 +0000 (19:21 +0000)]
Abort compilation if embryo_cc fails.

19 years agoUse Tempfile's for the embryo source- and amx code.
Tilman Sauerbeck [Sat, 26 Mar 2005 19:16:37 +0000 (19:16 +0000)]
Use Tempfile's for the embryo source- and amx code.

19 years agoInitial commit.
Tilman Sauerbeck [Sat, 26 Mar 2005 01:32:38 +0000 (01:32 +0000)]
Initial commit.