2007-10-25 |
dooglus | Removed unused variables. |
tree | commitdiff |
2007-10-24 |
dooglus | Add on the time_offset parameter when looking for waypo... |
tree | commitdiff |
2007-10-24 |
dooglus | Don't break time into seconds and frames when the frame... |
tree | commitdiff |
2007-10-24 |
dooglus | Update time-shifted waypoint position dynamically. |
tree | commitdiff |
2007-10-23 |
dooglus | Remove trailing zeros from the output of Time::get_stri... |
tree | commitdiff |
2007-10-23 |
dooglus | Define set_string() for displaying the time values... |
tree | commitdiff |
2007-10-23 |
dooglus | Add c_str() methods for synfig::Time and synfig::TimePo... |
tree | commitdiff |
2007-10-23 |
dooglus | Improvements to interaction with waypoints in time... |
tree | commitdiff |
2007-10-23 |
dooglus | Tidying. |
tree | commitdiff |
2007-10-22 |
dooglus | Before this fix, PasteCanvas' "time offset" values... |
tree | commitdiff |
2007-10-22 |
dooglus | Typos (childrens?). |
tree | commitdiff |
2007-10-21 |
dooglus | Fix a bug causing PasteCanvas layer to adjust its waypo... |
tree | commitdiff |
2007-10-21 |
dooglus | Implement operator- for TimePoints. |
tree | commitdiff |
2007-10-14 |
dooglus | Use filename_extension() and filename_sans_extension(). |
tree | commitdiff |
2007-10-14 |
dooglus | When loading a canvas fails because of undefined valuen... |
tree | commitdiff |
2007-10-13 |
dooglus | Add the 'Switch' valuenode. |
tree | commitdiff |
2007-10-13 |
dooglus | Add 'Switch' valuenode. |
tree | commitdiff |
2007-10-11 |
dooglus | Add BEGIN_VALUENODES(), VALUENODE(), and END_VALUENODES... |
tree | commitdiff |
2007-10-10 |
dooglus | Fix 1809480 (Zoom in beyond 8.75 in nested canvases... |
tree | commitdiff |
2007-10-10 |
dooglus | Use the ETL 'round_to_int' function rather than re... |
tree | commitdiff |
2007-10-10 |
dooglus | Run everything in the same thread. |
tree | commitdiff |
2007-10-07 |
dooglus | Typo. |
tree | commitdiff |
2007-10-07 |
dooglus | Typo. |
tree | commitdiff |
2007-10-06 |
dooglus | Add my copyright to files I've modified. |
tree | commitdiff |
2007-10-04 |
dooglus | Sorted by type, and added 'Time' to the list of accepta... |
tree | commitdiff |
2007-10-04 |
dooglus | Prevent warnings when compiling with optimization. |
tree | commitdiff |
2007-10-03 |
dooglus | Fix #1806852: sort PasteCanvas layers by z-depth even... |
tree | commitdiff |
2007-10-03 |
dooglus | Revert r764. pxegeek on IRC reports: |
tree | commitdiff |
2007-10-03 |
dooglus | Make stdout quieter. |
tree | commitdiff |
2007-10-02 |
dooglus | Tidying. |
tree | commitdiff |
2007-10-02 |
dooglus | Commented the "Adjust for time" code in valuenode_anima... |
tree | commitdiff |
2007-10-02 |
dooglus | When the user moves a canvas' time slider, update the... |
tree | commitdiff |
2007-10-01 |
dooglus | Make the linear interpolation linear. See dooglus... |
tree | commitdiff |
2007-10-01 |
dooglus | Fix typos. |
tree | commitdiff |
2007-09-30 |
dooglus | Tidying. |
tree | commitdiff |
2007-09-30 |
dooglus | Made a note that type names shouldn't be translated. |
tree | commitdiff |
2007-09-29 |
dooglus | Prevent a crash (for example when moving the mouse... |
tree | commitdiff |
2007-09-28 |
dooglus | Add Rect::horizontal_strip() and Rect::vertical_strip... |
tree | commitdiff |
2007-09-28 |
dooglus | Use std::min and std::max rather than my ad-hoc #defines. |
tree | commitdiff |
2007-09-28 |
dooglus | For the 'Range' convert type, when working with angles... |
tree | commitdiff |
2007-09-27 |
dooglus | Remove some debugging code I left in accidentally some... |
tree | commitdiff |
2007-09-27 |
dooglus | Fixed a typo in the previous commit. |
tree | commitdiff |
2007-09-27 |
dooglus | Allow the 'subtract' convert type to work with times. |
tree | commitdiff |
2007-09-27 |
dooglus | Allow the 'add' convert type to work with times. |
tree | commitdiff |
2007-09-27 |
dooglus | Allow the 'range' convert type to work with 'time'... |
tree | commitdiff |
2007-09-27 |
dooglus | Add the 'range' convert type, for limiting a parameter... |
tree | commitdiff |
2007-09-27 |
dooglus | vector.h was assuming that its members would be laid... |
tree | commitdiff |
2007-09-27 |
dooglus | Fix 1509627: Work around a bug in gcc 4.1.2 and earlier... |
tree | commitdiff |
2007-09-26 |
dooglus | Reorder the members to avoid warnings. |
tree | commitdiff |
2007-09-26 |
dooglus | The line "SR1=SR2=SR3=typename T::value_type();" in... |
tree | commitdiff |
2007-09-26 |
dooglus | Add some extra console output while closing down. |
tree | commitdiff |
2007-09-26 |
dooglus | Uncommented the line that stops the module subsystem... |
tree | commitdiff |
2007-09-25 |
dooglus | Tidying. |
tree | commitdiff |
2007-09-25 |
dooglus | Move the gamma_in and gamma_out macros into "color.h". |
tree | commitdiff |
2007-09-24 |
dooglus | Fix 1800783: "motion blur doesn't work on encapsulated... |
tree | commitdiff |
2007-09-24 |
dooglus | Fix 1800783: "motion blur doesn't work on encapsulated... |
tree | commitdiff |
2007-09-24 |
dooglus | Nearly fix 1800783. Don't freeze dynamic parameters... |
tree | commitdiff |
2007-09-24 |
dooglus | Remove an unused prototype. |
tree | commitdiff |
2007-09-23 |
dooglus | Allow the 'BLine Tangent' to be used to convert angles... |
tree | commitdiff |
2007-09-23 |
dooglus | Implemented feature request [ 1781903 ] make vertices... |
tree | commitdiff |
2007-09-23 |
dooglus | Oops. Fixed a silly copy/paste error. |
tree | commitdiff |
2007-09-23 |
dooglus | Added a new valuenode conversion type called 'Add'... |
tree | commitdiff |
2007-09-22 |
dooglus | Fixed a typo. |
tree | commitdiff |
2007-09-22 |
dooglus | Fixed a few typos. |
tree | commitdiff |
2007-09-22 |
dooglus | Added a new valuenode type for real values: 'Exponent... |
tree | commitdiff |
2007-09-22 |
dooglus | Fix 1800126. Use a loose_handle instead of a handle... |
tree | commitdiff |
2007-09-21 |
dooglus | Fix 1368694. You can now add layers to groups and... |
tree | commitdiff |
2007-09-19 |
dooglus | Revision 678 included <iostream> in color.h. This... |
tree | commitdiff |
2007-09-18 |
dooglus | Fix to allow the 'scale' valuenode be used with integers. |
tree | commitdiff |
2007-09-18 |
dooglus | Fix 1797488: use set_link() rather than modifying the... |
tree | commitdiff |
2007-09-18 |
dooglus | Initialise a sine valuenode from its parent. |
tree | commitdiff |
2007-09-18 |
dooglus | Header file change to go with the last commit. |
tree | commitdiff |
2007-09-18 |
dooglus | Initialise 'scale' valuenodes when converting, rather... |
tree | commitdiff |
2007-09-18 |
dooglus | Initialise subtract valuenodes from the value they... |
tree | commitdiff |
2007-09-18 |
dooglus | Round integers towards zero in linear convert type. |
tree | commitdiff |
2007-09-18 |
dooglus | Use a switch statement in the operator() like the other... |
tree | commitdiff |
2007-09-18 |
dooglus | Round integer subtraction convertions to the nearest... |
tree | commitdiff |
2007-09-18 |
dooglus | Fix a crash when converting an integer type to 'subtract'. |
tree | commitdiff |
2007-09-18 |
dooglus | Renaming the PasteCanvas layer in r705 missed the other... |
tree | commitdiff |
2007-09-18 |
dooglus | Revert r590. Use the same names for PasteCanvas, Solid... |
tree | commitdiff |
2007-09-18 |
dooglus | Removed unused members/prototypes. |
tree | commitdiff |
2007-09-17 |
dooglus | Use compression when saving as a .sifz file. |
tree | commitdiff |
2007-09-17 |
dooglus | Oops. TCB is called "auto" in the SIF file. |
tree | commitdiff |
2007-09-17 |
dooglus | Fix 1778930: TCB is the default waypoint type except... |
tree | commitdiff |
2007-09-17 |
dooglus | Tidying up a little. |
tree | commitdiff |
2007-09-17 |
dooglus | Typos. |
tree | commitdiff |
2007-09-17 |
dooglus | Fix 1796068: when a valuenode changes, ValueNode::on_ch... |
tree | commitdiff |
2007-09-17 |
dooglus | Fix a copy-paste typo when applying the 'scale' convert... |
tree | commitdiff |
2007-09-16 |
dooglus | Fix 1795922: loadcanvas.cpp was special-casing subtract... |
tree | commitdiff |
2007-09-16 |
dooglus | Fix 1795913. Subtract now works with colors. |
tree | commitdiff |
2007-09-16 |
dooglus | Rearranged a bit so I can see what's missing. |
tree | commitdiff |
2007-09-16 |
dooglus | Fix 1795802: Fixed a crash in the animated gradient... |
tree | commitdiff |
2007-09-16 |
dooglus | Multiplying a gradient by zero empties it. |
tree | commitdiff |
2007-09-15 |
dooglus | Fix 1568818: Animate gradients. |
tree | commitdiff |
2007-09-15 |
dooglus | Partially fix 1568818: Define mathematical operators... |
tree | commitdiff |
2007-09-15 |
dooglus | Partially fix 1568818: Declare mathematical operators... |
tree | commitdiff |
2007-09-15 |
dooglus | I'm told that it's a bad idea to inherit from std:... |
tree | commitdiff |
2007-09-14 |
dooglus | Fix 1794374 for 'gradient rotate' valuenodes. |
tree | commitdiff |
2007-09-14 |
dooglus | Fix 1794374 for 'repeat gradient' valuenodes. |
tree | commitdiff |
2007-09-13 |
dooglus | Allow the user to specify the start and end colors... |
tree | commitdiff |
next |