2008-01-22 |
dooglus | If a canvas in a .sif file doesn't specify its version... |
tree | commitdiff |
2008-01-22 |
dooglus | Make a note to investigate blendfunc_ALPHA_BRIGHTEN... |
tree | commitdiff |
2008-01-22 |
dooglus | Number the blend functions in the array. |
tree | commitdiff |
2008-01-22 |
dooglus | Pass the current 'time' value when optimizing layers... |
tree | commitdiff |
2008-01-22 |
dooglus | There's no need to use a new variable here. |
tree | commitdiff |
2008-01-21 |
dooglus | Don't accept illegal values for 'blend_method'. Use... |
tree | commitdiff |
2008-01-21 |
dooglus | Declare the paste_canvas pointing in the block that... |
tree | commitdiff |
2008-01-21 |
dooglus | Don't use the optimization of using STRAIGHT blends... |
tree | commitdiff |
2008-01-21 |
dooglus | Document the canvas versions. |
tree | commitdiff |
2008-01-21 |
dooglus | Don't display the frame efficiency. |
tree | commitdiff |
2008-01-21 |
dooglus | Add a comment giving a .sif file that shows why 'SYNFIG... |
tree | commitdiff |
2008-01-21 |
dooglus | Tidying. |
tree | commitdiff |
2008-01-21 |
dooglus | Fixed a typo. |
tree | commitdiff |
2008-01-21 |
dooglus | Rearranged a little. The functionality shouldn't have... |
tree | commitdiff |
2008-01-21 |
dooglus | Give an example .sif file to explain why the 'SYNFIG_OP... |
tree | commitdiff |
2008-01-21 |
dooglus | Tidying. No functional change. |
tree | commitdiff |
2008-01-21 |
dooglus | Don't avoid not using negated macro names, because... |
tree | commitdiff |
2008-01-17 |
dooglus | Don't use a specialised parser for <composite> valuenod... |
tree | commitdiff |
2008-01-17 |
dooglus | Be stricter on the "c[0-9]" link names accepted. |
tree | commitdiff |
2008-01-17 |
dooglus | Be stricter on the "c[0-9]" link names accepted. |
tree | commitdiff |
2008-01-17 |
dooglus | Improve the readability of the message about 'render... |
tree | commitdiff |
2008-01-17 |
dooglus | Don't show the "Starting up GUID system..." message. |
tree | commitdiff |
2008-01-17 |
dooglus | Don't show so many info level messages. |
tree | commitdiff |
2008-01-17 |
dooglus | When loading LinkableValueNode from a .sif file, accept... |
tree | commitdiff |
2008-01-15 |
dooglus | Don't reset the Duplicate Layer's Index parameter to... |
tree | commitdiff |
2008-01-15 |
dooglus | Leave the Duplicate ValueNode's Index sub-parameter... |
tree | commitdiff |
2008-01-15 |
dooglus | Changes related to saving .sif files containing mnemoni... |
tree | commitdiff |
2008-01-15 |
dooglus | Changes related to loading .sif files containing mnemon... |
tree | commitdiff |
2008-01-15 |
dooglus | When saving a Composite ValueNode, use mnemonic names... |
tree | commitdiff |
2008-01-15 |
dooglus | When saving a Radial Composite ValueNode, use mnemonic... |
tree | commitdiff |
2008-01-15 |
dooglus | Remove debugging text and unneccesary test. |
tree | commitdiff |
2008-01-15 |
dooglus | Improved the formatting of ValueNode descriptions for... |
tree | commitdiff |
2008-01-15 |
dooglus | Add Layer::get_param_local_name() to allow us to report... |
tree | commitdiff |
2008-01-14 |
dooglus | Revert the incorrect change to this file made in r1326. |
tree | commitdiff |
2008-01-14 |
dooglus | Use the TARGET_SIZE defined in target_tile.h. |
tree | commitdiff |
2008-01-14 |
dooglus | Define the TILE size here, instead of having it in... |
tree | commitdiff |
2008-01-14 |
dooglus | Use a mutex to prevent the two render threads (renderin... |
tree | commitdiff |
2008-01-14 |
dooglus | Revision 1355 broke the Duplicate layer. Oops! |
tree | commitdiff |
2008-01-14 |
dooglus | Refer the user to 'synfig.org/Convert#Compatibility... |
tree | commitdiff |
2008-01-14 |
dooglus | Check that a ValueNode is compatible with the given... |
tree | commitdiff |
2008-01-14 |
dooglus | Extend the Add and Subtract ValueNodes to work with... |
tree | commitdiff |
2008-01-13 |
dooglus | In the hex HTML code text entry box of the color dialog... |
tree | commitdiff |
2008-01-12 |
dooglus | Removed a bunch more DEBUGPOINT()s. |
tree | commitdiff |
2008-01-12 |
dooglus | Use 'Composite' for the first time the layers under... |
tree | commitdiff |
2008-01-11 |
dooglus | When optimize_layers() recreates Paste Canvas layers... |
tree | commitdiff |
2008-01-11 |
dooglus | Rearranged a bit, like for the Add ValueNode in r1299... |
tree | commitdiff |
2008-01-11 |
dooglus | Add my copyright. |
tree | commitdiff |
2008-01-11 |
dooglus | Add type checking to almost all the linkable ValueNodes. |
tree | commitdiff |
2008-01-11 |
dooglus | Define Layer::get_non_empty_description() which returns... |
tree | commitdiff |
2008-01-10 |
dooglus | Break the ValueNode 'bad type' error messages up so... |
tree | commitdiff |
2008-01-10 |
dooglus | Use translated versions of the type names everywhere... |
tree | commitdiff |
2008-01-10 |
dooglus | Prototype to go with the last commit! |
tree | commitdiff |
2008-01-10 |
dooglus | New static member ValueBase::type_local_name() to allow... |
tree | commitdiff |
2008-01-10 |
dooglus | Return the translation of the local layer name, rather... |
tree | commitdiff |
2008-01-10 |
dooglus | Define ValueBase::set() for type 'char *' as well as... |
tree | commitdiff |
2008-01-10 |
dooglus | Removed a debugging printf(). |
tree | commitdiff |
2008-01-10 |
dooglus | Made all the assert() lines which check the valuenode... |
tree | commitdiff |
2008-01-09 |
dooglus | Rearranged a bit. Use the new macro in valuenode.h... |
tree | commitdiff |
2008-01-09 |
dooglus | Add a macro to check the type of value before using... |
tree | commitdiff |
2008-01-09 |
dooglus | Add a static same_type_as() member function so we can... |
tree | commitdiff |
2008-01-07 |
dooglus | Show the "Amount", "Blend Method" and "Z-Depth" paramet... |
tree | commitdiff |
2008-01-07 |
dooglus | When cloning a duplicate layer, always make a new ... |
tree | commitdiff |
2008-01-05 |
dooglus | Use a real type, not integer, for the "Duplicate" layer... |
tree | commitdiff |
2008-01-05 |
dooglus | Hide the 'From Integer' convert type for now. |
tree | commitdiff |
2008-01-05 |
dooglus | Don't show 'Duplicate' in the Convert menu. The user... |
tree | commitdiff |
2008-01-05 |
dooglus | When we create a 'Duplicate' layer, automatically have... |
tree | commitdiff |
2008-01-05 |
dooglus | Add new convert types 'From Integer' and 'Duplicate... |
tree | commitdiff |
2008-01-03 |
dooglus | Revision r1262 included some changes I didn't intend... |
tree | commitdiff |
2008-01-03 |
dooglus | The hardcoded string "Do Not Use" was being used in... |
tree | commitdiff |
2008-01-03 |
dooglus | Use translated versions of the layers' local names... |
tree | commitdiff |
2008-01-03 |
dooglus | Fix 1862720: "libltdl library and headers out of sync... |
tree | commitdiff |
2008-01-02 |
dooglus | Reformatted and alphabetized. |
tree | commitdiff |
2008-01-01 |
dooglus | Disable motion blur when quality=10. Draw 2 frames... |
tree | commitdiff |
2008-01-01 |
dooglus | Don't render feathering of shapes (ie. outlines, region... |
tree | commitdiff |
2008-01-01 |
dooglus | Fix 1811250: Prevent studio crashing when loading a... |
tree | commitdiff |
2008-01-01 |
dooglus | Prevent a compiler warning. |
tree | commitdiff |
2008-01-01 |
dooglus | Prevent a compiler warning. |
tree | commitdiff |
2007-12-28 |
dooglus | Don't allow epsilon to be less than 0.00000001. |
tree | commitdiff |
2007-12-27 |
dooglus | Added new convert type "Reciprocal" to convert x to... |
tree | commitdiff |
2007-12-27 |
dooglus | Stop g++ warning that "'prev' may be used uninitialized... |
tree | commitdiff |
2007-12-27 |
pabs | Only build in gettext support when gettext is available. |
tree | commitdiff |
2007-12-26 |
dooglus | Change the default sub-parameters for the Time Loop... |
tree | commitdiff |
2007-12-26 |
dooglus | Fix the timeloop layer for negative durations so that... |
tree | commitdiff |
2007-12-26 |
dooglus | Revision 1150 changed the way angles work so that 0... |
tree | commitdiff |
2007-12-26 |
dooglus | Add new convert type 'Time Loop' to allow individual... |
tree | commitdiff |
2007-12-26 |
dooglus | Corrected warning text when .sif file uses larger layer... |
tree | commitdiff |
2007-12-20 |
dooglus | Comment out an unused function. |
tree | commitdiff |
2007-12-19 |
pabs | Fix unterminated character constant warning from xgette... |
tree | commitdiff |
2007-12-18 |
dooglus | Fix 1844764 by reverting r954. Added a 'todo', because... |
tree | commitdiff |
2007-12-18 |
pabs | Strip license key and software expiry stuff now that... |
tree | commitdiff |
2007-12-18 |
pabs | Fix g++ warning: variables created in a for loop should... |
tree | commitdiff |
2007-12-15 |
dooglus | Fixed the remaining doxygen warnings and errors for... |
tree | commitdiff |
2007-12-11 |
dooglus | Prevent warning from doxygen. |
tree | commitdiff |
2007-12-11 |
dooglus | Improve doxygen output. |
tree | commitdiff |
2007-12-11 |
dooglus | Wrote doxygen file descriptions for the valuenode conve... |
tree | commitdiff |
2007-12-10 |
dooglus | Edited the single line description of each header file... |
tree | commitdiff |
2007-12-10 |
dooglus | Edited the single line description of each source file... |
tree | commitdiff |
2007-12-09 |
pabs | Fix g++ 4.3 issues; add missing <cstring> includes... |
tree | commitdiff |
2007-12-03 |
dooglus | Fix 1842510: round frame number to nearest integer... |
tree | commitdiff |
2007-12-03 |
dooglus | Cache each image file only once, even if it is used... |
tree | commitdiff |
next |