2008-01-30 |
dooglus | Fix 1883030: Version 0.1 of the timeloop layer acted... |
tree | commitdiff |
2008-01-30 |
dooglus | Disabling and reenabling a layer under a timeloop layer... |
tree | commitdiff |
2008-01-30 |
dooglus | AkhIL mentioned on IRC that bitmaps weren't working... |
tree | commitdiff |
2008-01-28 |
dooglus | g++ 4.2 didn't like my last change. |
tree | commitdiff |
2008-01-28 |
dooglus | Revision 1494 introduced a bug in the bline tool. ... |
tree | commitdiff |
2008-01-28 |
dooglus | Don't try to change the value of 'const' variables... |
tree | commitdiff |
2008-01-27 |
dooglus | Honor the "amount" parameter of the 'duplicate' layer. |
tree | commitdiff |
2008-01-27 |
dooglus | Oops - missed one in the last commit. |
tree | commitdiff |
2008-01-27 |
dooglus | Prevent more 'unused parameter' warnings - compiling... |
tree | commitdiff |
2008-01-27 |
dooglus | Prevent all remaining 'unused parameter' warnings when... |
tree | commitdiff |
2008-01-27 |
dooglus | Don't use the '-Wno-unused-parameter' flag by default. |
tree | commitdiff |
2008-01-27 |
dooglus | Check that unordered_map<int,int>::const_iterator is... |
tree | commitdiff |
2008-01-26 |
dooglus | Remove the -fpermissive flag - we no longer need it. |
tree | commitdiff |
2008-01-26 |
dooglus | Avoid the "deprecated or antiquated header" warning... |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid warnings from g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid warnings from g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid warnings from g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Fix bugs found by g++ 4.3. |
tree | commitdiff |
2008-01-25 |
dooglus | Avoid warning from g++ 4.3. |
tree | commitdiff |
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 |
next |