Minor security fix: mod_dv used popen to run the DV encoder, change it to use pipe...
[synfig.git] / synfig-core / trunk / src / synfig /
2007-12-03 dooglusFix 1842510: round frame number to nearest integer...
2007-12-03 dooglusCache each image file only once, even if it is used...
2007-12-02 dooglusPossibly fix 1841280: "Insert Item in animation mode...
2007-11-26 dooglusFix 1838132: encapsulations containing imported images...
2007-11-22 dooglusAdd new valuenode convert type called "Reverse Tangent...
2007-11-14 dooglusTidying.
2007-11-14 pabsRevert one of the i18n changes that causes a crash...
2007-11-13 pabsDon't use gettext with C++ strings :)
2007-11-13 pabsInitial attempt at i18n support using gettext
2007-11-11 dooglusAdd new convert type: aTan2.
2007-11-10 dooglusPrevent compiler warnings like "there are no arguments...
2007-11-10 pabsReplace the proto directory with pre-processor macros...
2007-11-09 dooglusPrevent 2 * "warning: converting to 'int' from 'double'"
2007-11-09 pabsKill off synfig ./bootstrap
2007-11-08 dooglusAttempting to fix 1823053 - renaming an exported valuen...
2007-11-08 dooglusUse 0 degrees as the default angle for the 'cos' convert.
2007-11-06 dooglusDon't force angles to use linear interpolation.
2007-11-06 dooglusSame for 'after' waypoints, too!
2007-11-06 dooglusAlways save the interpolation type - don't special...
2007-11-06 dooglusAdd a 'cos' convert type, to go with 'sine'.
2007-10-31 dooglusPartially fix 1823082. It works OK for polygon, region...
2007-10-30 dooglusTypo: 'rearange' -> 'rearrange'.
2007-10-30 dooglusTypo: 'automagickly' -> 'automagically'.
2007-10-30 dooglusTypo: 'supose' -> 'supposed'.
2007-10-30 dooglusTypo: 'outputing' -> 'outputting'.
2007-10-30 dooglusTypo: 'doesnt' -> 'doesn't'.
2007-10-30 dooglusTypo: 'individualy' -> 'individually'.
2007-10-30 dooglusTypo: 'dupilcate' -> 'duplicate'.
2007-10-30 dooglusTypo: 'cacheing' -> 'caching'.
2007-10-30 dooglusTypo: 'ontop' -> 'on top'.
2007-10-30 dooglusTypo: 'refering' -> 'referring'.
2007-10-30 dooglusTypo: 'paramater' -> 'parameter'.
2007-10-30 dooglusTypo: 'datastructure' -> 'data structure'.
2007-10-30 dooglusTypo: 'infront' -> 'in front'.
2007-10-30 dooglusTypo: 'arangement' -> 'arrangement'.
2007-10-30 dooglusTypo: 'matricies' -> 'matrices'.
2007-10-30 dooglusTypo: missing space.
2007-10-30 dooglusTypo: 'folloing' -> 'following'.
2007-10-30 dooglusTypo: 'abreviate' -> 'abbreviate'.
2007-10-30 dooglusTypo: 'discurage' -> 'discourage'.
2007-10-30 dooglusTypo: 'gracefuly' -> 'gracefully'.
2007-10-30 dooglusTypo: 'antilaias' -> 'antialias'.
2007-10-30 dooglusTypo: 'efficent' -> 'efficient'.
2007-10-30 dooglusTypo: 'entitity' -> 'entity'.
2007-10-30 dooglusTypo: 'interset' -> 'intersect'.
2007-10-30 dooglusTypo: 'trapazoid' -> 'trapezoid'.
2007-10-30 dooglusTypo: 'itegration' -> 'integration'.
2007-10-30 dooglusTypo: 'optimizize' -> 'optimize'.
2007-10-30 dooglusTypo: 'rectaingles' -> 'rectangles'.
2007-10-30 dooglusTypo: 'bouding' -> 'bounding'.
2007-10-30 dooglusType: 'segmentsssss' -> 'segments'.
2007-10-30 dooglusTypo: 'cliping' -> 'clipping'.
2007-10-30 dooglusTypo: 'wrter' -> 'writer'.
2007-10-30 dooglusTypo: 'imperceptable' -> 'imperceptible'.
2007-10-30 dooglusTypo: 'suport' -> 'support'.
2007-10-30 dooglusTypo: 'cantidate' -> 'candidate'.
2007-10-30 dooglusTypo: 'eachother' -> 'each other'.
2007-10-30 dooglusTypo: 'tesselate' -> 'tessellate'.
2007-10-30 dooglusUse American spelling: 'recognise' -> 'recognize'.
2007-10-30 dooglusTypo: 'consistant' -> 'consistent'.
2007-10-30 dooglusUse American spelling of 'initialise'.
2007-10-28 dooglusShow the current time in info, warning, and error messages.
2007-10-25 dooglusRemoved unused variables.
2007-10-24 dooglusAdd on the time_offset parameter when looking for waypo...
2007-10-24 dooglusDon't break time into seconds and frames when the frame...
2007-10-24 dooglusUpdate time-shifted waypoint position dynamically.
2007-10-23 dooglusRemove trailing zeros from the output of Time::get_stri...
2007-10-23 dooglusDefine set_string() for displaying the time values...
2007-10-23 dooglusAdd c_str() methods for synfig::Time and synfig::TimePo...
2007-10-23 dooglusImprovements to interaction with waypoints in time...
2007-10-23 dooglusTidying.
2007-10-22 dooglusBefore this fix, PasteCanvas' "time offset" values...
2007-10-22 dooglusTypos (childrens?).
2007-10-21 dooglusFix a bug causing PasteCanvas layer to adjust its waypo...
2007-10-21 dooglusImplement operator- for TimePoints.
2007-10-14 dooglusUse filename_extension() and filename_sans_extension().
2007-10-14 dooglusWhen loading a canvas fails because of undefined valuen...
2007-10-13 dooglusAdd the 'Switch' valuenode.
2007-10-13 dooglusAdd 'Switch' valuenode.
2007-10-11 dooglusAdd BEGIN_VALUENODES(), VALUENODE(), and END_VALUENODES...
2007-10-10 dooglusFix 1809480 (Zoom in beyond 8.75 in nested canvases...
2007-10-10 dooglusUse the ETL 'round_to_int' function rather than re...
2007-10-10 dooglusRun everything in the same thread.
2007-10-07 dooglusTypo.
2007-10-07 dooglusTypo.
2007-10-06 dooglusAdd my copyright to files I've modified.
2007-10-04 dooglusSorted by type, and added 'Time' to the list of accepta...
2007-10-04 dooglusPrevent warnings when compiling with optimization.
2007-10-03 dooglusFix #1806852: sort PasteCanvas layers by z-depth even...
2007-10-03 dooglusRevert r764. pxegeek on IRC reports:
2007-10-03 dooglusMake stdout quieter.
2007-10-02 dooglusTidying.
2007-10-02 dooglusCommented the "Adjust for time" code in valuenode_anima...
2007-10-02 dooglusWhen the user moves a canvas' time slider, update the...
2007-10-01 dooglusMake the linear interpolation linear. See dooglus...
2007-10-01 dooglusFix typos.
2007-09-30 dooglusTidying.
2007-09-30 dooglusMade a note that type names shouldn't be translated.
2007-09-29 dooglusPrevent a crash (for example when moving the mouse...
2007-09-28 dooglusAdd Rect::horizontal_strip() and Rect::vertical_strip...
next