2007-10-02 |
dooglus | Tidying.
|
commit | commitdiff | tree |
2007-10-02 |
dooglus | Commented the "Adjust for time" code in valuenode_animated...
|
commit | commitdiff | tree |
2007-10-02 |
dooglus | When the user moves a canvas' time slider, update the...
|
commit | commitdiff | tree |
2007-10-01 |
dooglus | Make the linear interpolation linear. See http://dooglus... ...linear interpolation linear. See dooglus.rincevent.net/synfig/linear.sifz...
|
commit | commitdiff | tree |
2007-10-01 |
dooglus | Only fix the red border if we're not using the Gtk...
|
commit | commitdiff | tree |
2007-10-01 |
dooglus | Keep the red 'animate edit mode' border and the current...
|
commit | commitdiff | tree |
2007-10-01 |
dooglus | Fix typos.
|
commit | commitdiff | tree |
2007-09-30 |
dooglus | Fixed the way that the decision is made which value...
|
commit | commitdiff | tree |
2007-09-30 |
dooglus | Tidying.
|
commit | commitdiff | tree |
2007-09-30 |
dooglus | Made a note that type names shouldn't be translated.
|
commit | commitdiff | tree |
2007-09-29 |
dooglus | I messed up the last commit. Oops!
|
commit | commitdiff | tree |
2007-09-29 |
dooglus | #include color.h to get the gamma_in() #define.
|
commit | commitdiff | tree |
2007-09-29 |
dooglus | Prevent a crash (for example when moving the mouse... ...the bottom edge of the line in dooglus.rincevent.net/synfig/shape_crash...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Replace angle::epsilon with a #defined value instead...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Fixed a typo in the last commit.
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Refine the bounding rectangles for 'Vertical Bar' and...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Add Rect::horizontal_strip() and Rect::vertical_strip...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Use std::min and std::max rather than my ad-hoc #defines.
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | For the 'Range' convert type, when working with angles...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Add a new function angle::abs() which returns the absolute...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Commented out the deprecated angle type conversion...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Move the deprecated type conversion operator prototypes...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Fixed a typo - the wrong method was marked as deprecated...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Operator '!' is supposed to be true when an angle is...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | The zero(), one(), and half() functions weren't documented...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | The comments for the inequality comparison operators...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Fix the indentation.
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Operators == and != were returning that 90 degrees...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | The angle comparison code was considering 90+359 degrees...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Since angles are stored in radians, we need to add...
|
commit | commitdiff | tree |
2007-09-28 |
dooglus | Angles are stored in radians, not rotations.
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Remove some debugging code I left in accidentally some...
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Fixed a typo in the previous commit.
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Allow the 'subtract' convert type to work with times.
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Allow the 'add' convert type to work with times.
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Allow the 'range' convert type to work with 'time'...
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Add the 'range' convert type, for limiting a parameter...
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | vector.h was assuming that its members would be laid...
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Fix 1509627: Work around a bug in gcc 4.1.2 and earlier...
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Use the http svn repository, not https, because using...
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Stop the 'warning: underquoted definition of ...' warnings...
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | Same as the last commit, except for the 'splash screen...
|
commit | commitdiff | tree |
2007-09-27 |
dooglus | export SYNFIG_DISABLE_POPUP_WINDOWS=1 to stop the ...
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | Reorder the members to avoid warnings.
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | The line "SR1=SR2=SR3=typename T::value_type();" in...
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | Fix the crash that the previous commit half-fixed.
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | I thought this should prevent a crash, but it doesn...
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | Add some extra console output while closing down.
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | Uncommented the line that stops the module subsystem...
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | Suppress valgrind warning about an error in libz.
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | Fixed another set of uninitialised variables.
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | Fix a variable-read-before-set error.
|
commit | commitdiff | tree |
2007-09-26 |
dooglus | Finish fix for 1801220. I forgot about the call to...
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Add valgrind suppressions and .gitignore.
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Fix 1801220: Some Ubuntu Themes don't show the red...
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Implement http://wiki.synfig.com/Wish_list : "Restore...
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Fix 1776156: "region and outline position ducks aren...
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Only use gamma correction on R,G,B & Y, and only when...
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Simplify the code by using colorconv_synfig2gdk() rather...
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | The color gradients displayed on the sliders in the...
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Tidying.
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Move the gamma_in and gamma_out macros into "color.h".
|
commit | commitdiff | tree |
2007-09-25 |
dooglus | Removed unused macros.
|
commit | commitdiff | tree |
2007-09-24 |
dooglus | Fix 1800783: "motion blur doesn't work on encapsulated...
|
commit | commitdiff | tree |
2007-09-24 |
dooglus | Fix 1800783: "motion blur doesn't work on encapsulated...
|
commit | commitdiff | tree |
2007-09-24 |
dooglus | Nearly fix 1800783. Don't freeze dynamic parameters...
|
commit | commitdiff | tree |
2007-09-24 |
dooglus | Remove an unused prototype.
|
commit | commitdiff | tree |
2007-09-23 |
dooglus | Allow the 'BLine Tangent' to be used to convert angles...
|
commit | commitdiff | tree |
2007-09-23 |
dooglus | Implemented feature request [ 1781903 ] make vertices...
|
commit | commitdiff | tree |
2007-09-23 |
dooglus | Oops. Fixed a silly copy/paste error.
|
commit | commitdiff | tree |
2007-09-23 |
dooglus | Added a new valuenode conversion type called 'Add'...
|
commit | commitdiff | tree |
2007-09-22 |
dooglus | Fixed a typo.
|
commit | commitdiff | tree |
2007-09-22 |
dooglus | Fixed a few typos.
|
commit | commitdiff | tree |
2007-09-22 |
dooglus | Added a new valuenode type for real values: 'Exponent...
|
commit | commitdiff | tree |
2007-09-22 |
dooglus | Fix 1800324: closing a window while an animation is...
|
commit | commitdiff | tree |
2007-09-22 |
dooglus | Put View>Play on Control-P. Remove View>Pause from...
|
commit | commitdiff | tree |
2007-09-22 |
dooglus | Fix 1800126. Use a loose_handle instead of a handle...
|
commit | commitdiff | tree |
2007-09-22 |
dooglus | Fix 1800126. Use a loose_handle instead of a handle...
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Addendum to 1799722: Now that 'save' no longer fails...
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Fix 1799722: Display an error message when a 'save...
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | 'quit -> "want to save?" -> yes -> cancel' should go...
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Fix 1368694. You can now add layers to groups and...
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Merge branch 'tidying' into chris
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Fixed 1799250: Add a function to update the render...
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Working on 1799250: After changing the filename, update...
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Working on 1799250: changed prototypes
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Working on 1799250: added prototypes.
|
commit | commitdiff | tree |
2007-09-21 |
dooglus | Fixed a typo.
|
commit | commitdiff | tree |
2007-09-20 |
dooglus | Fix 1796971: if the user tries to quit synfig or close...
|
commit | commitdiff | tree |
2007-09-20 |
dooglus | Working on 1796971: Make dialog_save_as() return a...
|
commit | commitdiff | tree |
2007-09-20 |
dooglus | Rename the 'Import' layer to 'Import Image' to hint...
|
commit | commitdiff | tree |
2007-09-19 |
dooglus | If the user choses to save his work using the default...
|
commit | commitdiff | tree |
2007-09-19 |
dooglus | Brought up to date.
|
commit | commitdiff | tree |
2007-09-19 |
dooglus | Revision 678 included <iostream> in color.h. This...
|
commit | commitdiff | tree |
2007-09-18 |
dooglus | Fix to allow the 'scale' valuenode be used with integers.
|
commit | commitdiff | tree |
2007-09-18 |
dooglus | Fix 1797488: use set_link() rather than modifying the...
|
commit | commitdiff | tree |
2007-09-18 |
dooglus | Initialise a sine valuenode from its parent.
|
commit | commitdiff | tree |
2007-09-18 |
dooglus | Header file change to go with the last commit.
|
commit | commitdiff | tree |
2007-09-18 |
dooglus | Initialise 'scale' valuenodes when converting, rather...
|
commit | commitdiff | tree |
2007-09-18 |
dooglus | Initialise subtract valuenodes from the value they...
|
commit | commitdiff | tree |
next |