Updated to r843.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 5 Oct 2007 23:56:42 +0000 (23:56 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 5 Oct 2007 23:56:42 +0000 (23:56 +0000)
git-svn-id: http://svn.voria.com/code@844 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/NEWS
synfig-core/trunk/NEWS
synfig-studio/trunk/NEWS

index 59065ba..4bb9763 100644 (file)
@@ -4,6 +4,8 @@
 
   * Fix dirname for absolute paths (#1793306)
   * Fix minor issues and typos
+  * Various changes to the 'angle' code.  89+360 < 90;  90 == 90+360, !360 is true, etc.
+  * Resolve confusion about whether angles are clockwise, and whether they're stored in radians.
 
  0.04.09 (SVN 530) - June 20, 2006 - Bug fixes
 
index a68f977..13eaaa4 100644 (file)
   * Extend the 'Linear' valuenode conversion to work with colors and integers.
   * Enable basic motion blur display at all qualities
   * Fix an artifact on the curve gradient layer (#1792063, r663)
-  * Add the 'Repeat Gradient' valuenode conversion
+  * Add the 'Range', 'Repeat Gradient', 'Add', 'Exponent', 'BLine Vector', and 'BLine Tangent' valuenode conversions (#1781903)
   * Fix various problems with valuenode conversion  (#1794374, #1795913, #1795922, #1796068, #1797488)
   * Allow gradients to be animated (#1568818, #1795802)
   * Stop TCB angle waypoints changing to type Linear on load (#1778930)
   * Use compression when saving to files with .sifz extension
   * Compressed example .sif files to .sifz to save space
+  * Fixed Motion Blur layer (#1800783)
+  * Allow building studio with gcc -O2 (#1509627)
+  * Allow encapsulated layers to animate their z-depth, even when time-shifted (#1806852)
+  * Fixed the Radial Blur layer.  It previously wasn't working when zooming in on the canvas (#1807709)
 
  0.61.06 (SVN 536) - June 20, 2007 - Bug fixes
 
index 8ba902a..f744c8d 100644 (file)
   * Add 'auto-export' checkbox and layer name box to the draw tool
   * Various GUI fixes (#1794006, #1796110)
   * File-selector fixes (#1383736)
-  * Fix the View>Play menu entry to allow playback inside the workarea
+  * Fix the View>Play menu entry to allow playback inside the workarea, shortcut Ctrl-P
   * Save to .sifz (compressed) format by default if no extension is given
   * Remember the path used when saving a document and default to it in future
   * Call new documents "Synfig Animation <n>" by default, rather than "untitled0"
+  * Don't quit until the user clearly answers "do you want to save?" (#1799722)
+  * Remember the filename the animation was last rendered to, and default to it (#1799250)
+  * Improved the 'Groups' function a little (#1368694).  It's still quite broken
+  * Fixed the colors displayed on the sliders in the Color Editor dialog
+  * Added option (on by default) to Bline Tool to allow position of regions and outlines to be automatically linked (#1776156)
+  * Added menu entry to restore all dialogs to their default positions
+  * Change the way the red frame indicating Animate Editing Mode is displayed, so it shows up in all themes (#1801220)
+  * Allow user to "export SYNFIG_DISABLE_POPUP_WINDOWS=1" to make splash screen etc. less obtrusive
+  * Fixed the logic used to decide which value to use when linking values together
+  * Update child canvas time sliders when parent time slider is moved
+  * Prevent the caret menu entries from being disabled when another canvas is closed
+  * Show the correct initial quality level in the View > Preview Quality menu
 
  0.61.06 (SVN 543) - June 20, 2007 - Bug fixes