synfig.git
2007-09-28 dooglusReplace angle::epsilon with a #defined value instead...
2007-09-28 dooglusFixed a typo in the last commit.
2007-09-28 dooglusRefine the bounding rectangles for 'Vertical Bar' and...
2007-09-28 dooglusAdd Rect::horizontal_strip() and Rect::vertical_strip...
2007-09-28 dooglusUse std::min and std::max rather than my ad-hoc #defines.
2007-09-28 dooglusFor the 'Range' convert type, when working with angles...
2007-09-28 dooglusAdd a new function angle::abs() which returns the absol...
2007-09-28 dooglusCommented out the deprecated angle type conversion...
2007-09-28 dooglusMove the deprecated type conversion operator prototypes...
2007-09-28 dooglusFixed a typo - the wrong method was marked as deprecate...
2007-09-28 dooglusOperator '!' is supposed to be true when an angle is...
2007-09-28 dooglusThe zero(), one(), and half() functions weren't documen...
2007-09-28 dooglusThe comments for the inequality comparison operators...
2007-09-28 dooglusFix the indentation.
2007-09-28 dooglusOperators == and != were returning that 90 degrees...
2007-09-28 dooglusThe angle comparison code was considering 90+359 degree...
2007-09-28 dooglusSince angles are stored in radians, we need to add...
2007-09-28 dooglusAngles are stored in radians, not rotations.
2007-09-27 dooglusRemove some debugging code I left in accidentally some...
2007-09-27 dooglusFixed a typo in the previous commit.
2007-09-27 dooglusAllow the 'subtract' convert type to work with times.
2007-09-27 dooglusAllow the 'add' convert type to work with times.
2007-09-27 dooglusAllow the 'range' convert type to work with 'time'...
2007-09-27 dooglusAdd the 'range' convert type, for limiting a parameter...
2007-09-27 dooglusvector.h was assuming that its members would be laid...
2007-09-27 dooglusFix 1509627: Work around a bug in gcc 4.1.2 and earlier...
2007-09-27 dooglusUse the http svn repository, not https, because using...
2007-09-27 dooglusStop the 'warning: underquoted definition of ...' warni...
2007-09-27 dooglusSame as the last commit, except for the 'splash screen...
2007-09-27 dooglusexport SYNFIG_DISABLE_POPUP_WINDOWS=1 to stop the ...
2007-09-26 dooglusReorder the members to avoid warnings.
2007-09-26 dooglusThe line "SR1=SR2=SR3=typename T::value_type();" in...
2007-09-26 dooglusFix the crash that the previous commit half-fixed.
2007-09-26 dooglusI thought this should prevent a crash, but it doesn...
2007-09-26 dooglusAdd some extra console output while closing down.
2007-09-26 dooglusUncommented the line that stops the module subsystem...
2007-09-26 dooglusSuppress valgrind warning about an error in libz.
2007-09-26 dooglusFixed another set of uninitialised variables.
2007-09-26 dooglusFix a variable-read-before-set error.
2007-09-26 dooglusFinish fix for 1801220. I forgot about the call to...
2007-09-25 dooglusAdd valgrind suppressions and .gitignore.
2007-09-25 dooglusFix 1801220: Some Ubuntu Themes don't show the red...
2007-09-25 dooglusImplement wiki.synfig.com/Wish_list : "Restore Default...
2007-09-25 dooglusFix 1776156: "region and outline position ducks aren...
2007-09-25 dooglusOnly use gamma correction on R,G,B & Y, and only when...
2007-09-25 dooglusSimplify the code by using colorconv_synfig2gdk() rathe...
2007-09-25 dooglusThe color gradients displayed on the sliders in the...
2007-09-25 dooglusTidying.
2007-09-25 dooglusMove the gamma_in and gamma_out macros into "color.h".
2007-09-25 dooglusRemoved unused macros.
2007-09-24 dooglusFix 1800783: "motion blur doesn't work on encapsulated...
2007-09-24 dooglusFix 1800783: "motion blur doesn't work on encapsulated...
2007-09-24 dooglusNearly fix 1800783. Don't freeze dynamic parameters...
2007-09-24 dooglusRemove an unused prototype.
2007-09-23 dooglusAllow the 'BLine Tangent' to be used to convert angles...
2007-09-23 dooglusImplemented feature request [ 1781903 ] make vertices...
2007-09-23 dooglusOops. Fixed a silly copy/paste error.
2007-09-23 dooglusAdded a new valuenode conversion type called 'Add'...
2007-09-22 dooglusFixed a typo.
2007-09-22 dooglusFixed a few typos.
2007-09-22 dooglusAdded a new valuenode type for real values: 'Exponent...
2007-09-22 dooglusFix 1800324: closing a window while an animation is...
2007-09-22 dooglusPut View>Play on Control-P. Remove View>Pause from...
2007-09-22 dooglusFix 1800126. Use a loose_handle instead of a handle...
2007-09-22 dooglusFix 1800126. Use a loose_handle instead of a handle...
2007-09-21 dooglusAddendum to 1799722: Now that 'save' no longer fails...
2007-09-21 dooglusFix 1799722: Display an error message when a 'save...
2007-09-21 dooglus'quit -> "want to save?" -> yes -> cancel' should go...
2007-09-21 dooglusFix 1368694. You can now add layers to groups and...
2007-09-21 dooglusMerge branch 'tidying' into chris
2007-09-21 dooglusFixed 1799250: Add a function to update the render...
2007-09-21 dooglusWorking on 1799250: After changing the filename, update...
2007-09-21 dooglusWorking on 1799250: changed prototypes
2007-09-21 dooglusWorking on 1799250: added prototypes.
2007-09-21 dooglusFixed a typo.
2007-09-20 dooglusFix 1796971: if the user tries to quit synfig or close...
2007-09-20 dooglusWorking on 1796971: Make dialog_save_as() return a...
2007-09-20 dooglusRename the 'Import' layer to 'Import Image' to hint...
2007-09-19 dooglusIf the user choses to save his work using the default...
2007-09-19 dooglusBrought up to date.
2007-09-19 dooglusRevision 678 included <iostream> in color.h. This...
2007-09-18 dooglusFix to allow the 'scale' valuenode be used with integers.
2007-09-18 dooglusFix 1797488: use set_link() rather than modifying the...
2007-09-18 dooglusInitialise a sine valuenode from its parent.
2007-09-18 dooglusHeader file change to go with the last commit.
2007-09-18 dooglusInitialise 'scale' valuenodes when converting, rather...
2007-09-18 dooglusInitialise subtract valuenodes from the value they...
2007-09-18 dooglusRound integers towards zero in linear convert type.
2007-09-18 dooglusUse a switch statement in the operator() like the other...
2007-09-18 dooglusRound integer subtraction convertions to the nearest...
2007-09-18 dooglusFix a crash when converting an integer type to 'subtract'.
2007-09-18 dooglusImplement feature request 1741236: Use 'Synfig Animatio...
2007-09-18 dooglusPut the 'paste_canvas' and 'PasteCanvas' mentions on...
2007-09-18 dooglusRenaming the PasteCanvas layer in r705 missed the other...
2007-09-18 dooglusRevert r590. Use the same names for PasteCanvas, Solid...
2007-09-18 dooglusRemoved unused members/prototypes.
2007-09-17 dooglusWhen saving a file, remember the directory it was saved...
2007-09-17 dooglusRemoved more unused code. There were 4 'save_as' funct...
2007-09-17 dooglusApp::dialog_saveas_file() and App::dialog_save_file...
2007-09-17 dooglusSaving a document (I'm going to call them documents...
next