X-Git-Url: http://git.code-monkey.de/?p=redact.git;a=blobdiff_plain;f=ChangeLog;h=cff05a9e2e680b04cb7e402fbd30367a6bac68fe;hp=784dcd189e93516cc7eacd232807a491639b2075;hb=5509b434e26fd1a8c9c3990154a881583b81d2a6;hpb=8750e9b711aa4c421848f8cd606a4e938bb73efa diff --git a/ChangeLog b/ChangeLog index 784dcd1..cff05a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,120 @@ --- -$Id: ChangeLog 21 2005-04-02 22:26:40Z tilman $ -++ +2006-07-28 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/part.rb: Renamed fill_{,pos_}{rel,abs} to + set_fill_{,pos}{rel,abs} for consistency + +2006-05-13 Tilman Sauerbeck (tilman at code-monkey de) + * README, Rakefile: Updated project homepage and documentation + locations + +2005-09-21 Tilman Sauerbeck (tilman at code-monkey de) + * Released version 0.1.5 + +2005-09-21 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/part.rb: Added Description#inherit + * lib/redact/{redact,program}.rb: Collection#script= resp + ExecScriptProgram#script= now accept a filename, too + * NEWS, TODO: Updated for 0.1.5 + * lib/redact/redact.rb: Bumped version number to 0.1.5 + +2005-09-19 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/part.rb: Fixed ImageDescription#set_border, which + used the "right" argument for the "left" border + * lib/redact/part.rb: Set "dragable.events_id" to -1 until it's + properly implemented + * lib/redact/part.rb: Make sure Relation#rel are floats + +2005-08-25 Tilman Sauerbeck (tilman at code-monkey de) + * Released version 0.1.4 + +2005-08-25 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/redact.rb: Bumped version number to 0.1.4 + +2005-07-17 Tilman Sauerbeck (tilman at code-monkey de) + * NEWS, TODO: Updated for 0.1.4 + +2005-07-16 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/part.rb: ImageDescription's fill parameters are + settable now + +2005-06-14 Tilman Sauerbeck (tilman at code-monkey de) + * Released version 0.1.3 + +2005-06-14 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/app.rb: Use OPTIONS instead of @options when trying + to generate the output filename + * NEWS: Updated for 0.1.3 + * lib/redact/redact.rb: Bumped version number to 0.1.3 + +2005-06-11 Tilman Sauerbeck (tilman at code-monkey de) + * Released version 0.1.2 + +2005-06-11 Tilman Sauerbeck (tilman at code-monkey de) + * NEWS: Updated for 0.1.2 + * lib/redact/redact.rb: Bumped version number to 0.1.2 + +2005-06-09 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/{source,redact,part}.rb: Fixed font/image handling so + that it now works properly if fontdir/imagedir is used or not + +2005-06-08 Tilman Sauerbeck (tilman at code-monkey de) + * Rakefile: Code cleanup + * lib/redact/app.rb: Moved Redact::App's @options to + Redact::OPTIONS + * lib/redact/redact.rb, TODO: Added support for the --image_dir + and --font_dir command line switches + * lib/redact/{redact,app}.rb: Fixed fontdir handling + * lib/redact/part.rb: Also set TextDescription::font if a + matching FontDirectoryEntry was found + * lib/redact/{redact,app}.rb: Improved imagedir support + * lib/redact/{app,redact,part,source}.rb: Split a font's filename and + its alias, so the Edje can be decompiled properly + +2005-05-29 Tilman Sauerbeck (tilman at code-monkey de) + * Rakefile: Use FileUtils.mkdir_p to create the destination + directory + +2005-05-25 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/app.rb: Make sure to delete the output file if + there's an exception while we're writing it + +2005-04-28 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/app.rb: Don't abort if embryo_cc's return code is 1 + (which means 'succeeded, but with warnings') + +2005-04-25 Tilman Sauerbeck (tilman at code-monkey de) + * Rakefile: Don't include one FileList in another + +2005-04-25 Tilman Sauerbeck (tilman at code-monkey de) + * Released version 0.1.1 + +2005-04-25 Tilman Sauerbeck (tilman at code-monkey de) + * NEWS, Rakefile: Added NEWS + * lib/redact/redact.rb: Bumped version number to 0.1.1 + +2005-04-24 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/redact.rb: Fixed exception message + * lib/redact/part.rb: Added Relation#set_to + * lib/redact/program.rb: Initialize emission_signal and + emission_source to empty strings, they must not be nil + +2005-04-23 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/app.rb: Comment fix + +2005-04-16 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/part.rb: Added border_fill_middle attribute to + ImageDescription + +2005-04-14 Tilman Sauerbeck (tilman at code-monkey de) + * lib/{redact,part,program}.rb: Replaced most attr_accessor + calls by explicit setter methods to ensure type safety + * lib/part.rb: Code cleanup + * lib/part.rb: Fixed the regular expression that checks + whether a font name is actually a filename + * lib/{redact,part,program}.rb: Added a few missing "protected" + statements + +2005-04-09 Tilman Sauerbeck (tilman at code-monkey de) + * test/crossfade.rb: Updated for recent tween mode fixes 2005-04-03 Tilman Sauerbeck (tilman at code-monkey de) * lib/redact/part.rb: Made 'text_class' and 'color_class' parameters @@ -8,6 +122,9 @@ $Id: ChangeLog 21 2005-04-02 22:26:40Z tilman $ * lib/redact/part.rb: Some cosmetic changes * lib/redact/part.rb: Use symbols instead of constants for text effects + * lib/redact/part.rb: Code cleanup + * lib/redact/program.rb: Use symbols instead of constants for + tween modes 2005-04-02 Tilman Sauerbeck (tilman at code-monkey de) * lib/redact/part.rb: Made 'step' and 'aspect' parameters