2008-01-25 |
dooglus | Avoid warning from g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid warning. |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid warning. |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid warning. |
tree | commitdiff |
2008-01-25 |
dooglus | Prevent warning from g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Stop a warning from g++ 4.3, but add a 'todo' note... |
tree | commitdiff |
2008-01-25 |
dooglus | g++ 4.3 told me "time.h:65: warning: type qualifiers... |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid a warning from g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Fix a bug found by g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Fix a bug found by g++ 4.3, and then commented out... |
tree | commitdiff |
2008-01-25 |
dooglus | Fix warnings and a bug found by g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid a warning from g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid a warning from g++ 4.3. |
tree | commitdiff |
2008-01-24 |
dooglus | I missed a few layers that can be used with the 'transp... |
tree | commitdiff |
2008-01-24 |
dooglus | Quite a lot of the example canvases use the trick of... |
tree | commitdiff |
2008-01-24 |
dooglus | Use alpha-over instead of a transparent "straight"... |
tree | commitdiff |
2008-01-24 |
dooglus | Fix for the updated straight blend method. |
tree | commitdiff |
2008-01-24 |
dooglus | More of the same. |
tree | commitdiff |
2008-01-24 |
dooglus | And again. |
tree | commitdiff |
2008-01-24 |
dooglus | Same again - use alpha-over instead of a transparent... |
tree | commitdiff |
2008-01-24 |
dooglus | Update to no longer rely on the 'straight' blend method... |
tree | commitdiff |
2008-01-24 |
dooglus | Put the holes back in. This file used to rely on a... |
tree | commitdiff |
2008-01-23 |
dooglus | Fix to allow dynamic parameters to work with Straight... |
tree | commitdiff |
2008-01-23 |
dooglus | Use an appropriate blend method when blitting to the... |
tree | commitdiff |
2008-01-23 |
dooglus | Don't include (deprecated) in the deprecated blend... |
tree | commitdiff |
2008-01-23 |
dooglus | Add 'alpha brighten' to the list of blend methods to... |
tree | commitdiff |
2008-01-23 |
dooglus | Re-enable the 'alpha brighten' and 'alpha darken' blend... |
tree | commitdiff |
2008-01-23 |
dooglus | The optimization of skipping the rendering of the layer... |
tree | commitdiff |
2008-01-23 |
dooglus | Use Color::is_straight(). Also, make sure we set the... |
tree | commitdiff |
2008-01-23 |
dooglus | Use Color::is_straight(). Also, re-enable the optimiza... |
tree | commitdiff |
2008-01-23 |
dooglus | Use Color::is_straight(). |
tree | commitdiff |
2008-01-23 |
dooglus | Define new static member Color::is_straight(BlendMethod... |
tree | commitdiff |
2008-01-23 |
dooglus | First step towards fixing 'straight onto' blending. |
tree | commitdiff |
2008-01-23 |
dooglus | Only convert 'straight' to 'composite' when updating... |
tree | commitdiff |
2008-01-23 |
dooglus | Hopefully this will work better. It only makes a tempo... |
tree | commitdiff |
2008-01-23 |
dooglus | Define reads_context() in the class of each layer that... |
tree | commitdiff |
2008-01-23 |
dooglus | Add new method Layer::reads_context() which returns... |
tree | commitdiff |
2008-01-23 |
dooglus | Improve this code to allow layers like 'blur' to work. |
tree | commitdiff |
2008-01-23 |
dooglus | Add operator != too. |
tree | commitdiff |
2008-01-23 |
dooglus | Add operator== for rectangles. |
tree | commitdiff |
2008-01-23 |
dooglus | Disabled an optimization that was being too enthusiasti... |
tree | commitdiff |
2008-01-23 |
dooglus | The "Spherize" layer doesn't need to inherit from Layer... |
tree | commitdiff |
2008-01-22 |
dooglus | Edit in the svn revision number for the canvas 0.3... |
tree | commitdiff |
2008-01-22 |
dooglus | First attempt at fixing the 'straight' blend method... |
tree | commitdiff |
2008-01-22 |
dooglus | Following the previous commit, there's no need to walk... |
tree | commitdiff |
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 | Fix 1695735: don't treat the required values of command... |
tree | commitdiff |
2008-01-17 |
dooglus | Move the knowledge about which flags require an extra... |
tree | commitdiff |
2008-01-17 |
dooglus | Tidying. |
tree | commitdiff |
2008-01-17 |
dooglus | Tidying. |
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 | Fix 1831897: Use the 'width' of each blinepoint in... |
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 for the Random ValueNode too. |
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 |
next |