2007-09-20 |
dooglus | Rename the 'Import' layer to 'Import Image' to hint... |
tree | commitdiff |
2007-09-13 |
dooglus | When a curve gradient layer's bline is looped and perpe... |
tree | commitdiff |
2007-09-12 |
dooglus | Since the last change will require a recompilation... |
tree | commitdiff |
2007-09-12 |
dooglus | Fix 1792063: problem with curve gradients when a vertex... |
tree | commitdiff |
2007-09-11 |
dooglus | Added a few comments. |
tree | commitdiff |
2007-09-10 |
dooglus | Move the 'Simple Text' into the 'Other' menu, rather... |
tree | commitdiff |
2007-09-10 |
dooglus | Rearranged "if (!x) a; else b;" to "if (x) b; else... |
tree | commitdiff |
2007-09-10 |
dooglus | Added a comment about the strange fudge factor in the... |
tree | commitdiff |
2007-09-10 |
dooglus | Default the plant layer's Perpendicular Velocity to... |
tree | commitdiff |
2007-09-09 |
dooglus | Time Plant::sync(). Display timing information if... |
tree | commitdiff |
2007-09-09 |
dooglus | In the plant layer, don't stunt growth at all when... |
tree | commitdiff |
2007-09-09 |
dooglus | Partially fix 1790903: Fixed the problem with the plant... |
tree | commitdiff |
2007-09-09 |
dooglus | Added a new parameter to the plant layer, "Perpendicula... |
tree | commitdiff |
2007-09-08 |
dooglus | Show 'info' messages during the sync()ing of large... |
tree | commitdiff |
2007-09-08 |
dooglus | Spread the sprouts out evenly along each bline. Previo... |
tree | commitdiff |
2007-09-08 |
dooglus | Don't keep trying to sync() a plant layer if its bline... |
tree | commitdiff |
2007-09-08 |
dooglus | Plant::sync() doesn't need to be public. |
tree | commitdiff |
2007-09-08 |
dooglus | Added a comment questioning one of the Random::operator... |
tree | commitdiff |
2007-09-08 |
dooglus | Use an enumeration type rather than unnamed integers... |
tree | commitdiff |
2007-09-08 |
dooglus | Put a mutex around Plant::sync() to stop 2 threads... |
tree | commitdiff |
2007-09-08 |
dooglus | Prevent compiler warnings about unused parameters. |
tree | commitdiff |
2007-09-07 |
dooglus | Prevent a compiler warning. (variable 'mag' is used... |
tree | commitdiff |
2007-09-07 |
dooglus | Prevent a compiler warning. (variable mag is used... |
tree | commitdiff |
2007-09-07 |
dooglus | Fixed another instance of the bug which was causing... |
tree | commitdiff |
2007-09-07 |
dooglus | Tidying. |
tree | commitdiff |
2007-09-07 |
dooglus | Allow plant blines to have 2 points in them. Previousl... |
tree | commitdiff |
2007-09-07 |
dooglus | Fix the 'plant' layer. |
tree | commitdiff |
2007-09-04 |
dooglus | The XOR Pattern layer now has 'Z Depth', 'Amount' and... |
tree | commitdiff |
2007-09-04 |
dooglus | Use "Size As Alpha" as parameter name, not "SizeAsAlpha". |
tree | commitdiff |
2007-09-04 |
dooglus | Use "ZigZag" not "Zig-Zag", like in other gradient... |
tree | commitdiff |
2007-09-04 |
dooglus | Typo. |
tree | commitdiff |
2007-09-04 |
dooglus | Display spaces in layer names: "Time Loop" and "Luma... |
tree | commitdiff |
2007-09-04 |
dooglus | The duck was moving the XOR pattern in the wrong direct... |
tree | commitdiff |
2007-09-04 |
dooglus | Use lower_case "xor_pattern" in .sif files rather than... |
tree | commitdiff |
2007-09-04 |
dooglus | Move 'Paste Canvas' and 'Plant' into the 'Other' menu... |
tree | commitdiff |
2007-09-04 |
dooglus | Display as 'Checkerboard' rather than 'CheckerBoard'. |
tree | commitdiff |
2007-09-04 |
dooglus | Display as 'Halftone 2' and 'Halftone 3' rather than... |
tree | commitdiff |
2007-09-04 |
dooglus | Display as 'Inside Out' not 'InsideOut'. |
tree | commitdiff |
2007-09-04 |
dooglus | Rename class lyr_freetype to Layer_Freetype. All other... |
tree | commitdiff |
2007-09-04 |
dooglus | A more up-to-date version of this file is in synfig... |
tree | commitdiff |
2007-09-03 |
dooglus | Rename ValueBase::same_as() to ValueBase::same_type_as... |
tree | commitdiff |
2007-08-31 |
dooglus | Fix 1785598: studio crash when marking all Bline vertic... |
tree | commitdiff |
2007-08-04 |
pabs | Fix extra qualification warning |
tree | commitdiff |
2007-07-31 |
pabs | Fix 1692825: Prevent import errors on amd64 by using... |
tree | commitdiff |
2007-06-11 |
pabs | Distribute some files that were only in SVN before |
tree | commitdiff |
2007-06-10 |
pabs | Fix 1697727: workaround ffmpeg bug that requires libav... |
tree | commitdiff |
2007-06-04 |
pabs | CXXFLAGS is for users, use AM_CXXFLAGS instead |
tree | commitdiff |
2007-05-08 |
dooglus | Patch 1714885: Windows version can be built with OpenEX... |
tree | commitdiff |
2007-04-20 |
dooglus | I forgot to commit this as part of r472. Sorry! |
tree | commitdiff |
2007-04-18 |
dooglus | Partially fix 1702760: stop compiler warning about... |
tree | commitdiff |
2007-04-18 |
dooglus | Partially fix 1702760: stop compiler warning about... |
tree | commitdiff |
2007-04-18 |
dooglus | Added a slower but more accurate find_closest() routine... |
tree | commitdiff |
2007-04-17 |
pabs | Add a non-working, partial implementation of MNG output |
tree | commitdiff |
2007-04-15 |
dooglus | Fix 1698604: Moved the quick_rng class into its own... |
tree | commitdiff |
2007-04-12 |
dooglus | Typos. |
tree | commitdiff |
2007-04-09 |
dooglus | Fix 1695755: Ignore adjacent points if they are in... |
tree | commitdiff |
2007-04-07 |
dooglus | Fixed typo. |
tree | commitdiff |
2007-04-06 |
dooglus | Atrus' Windows patches: [ 1695480 ] win32-synfig-clean... |
tree | commitdiff |
2007-04-06 |
dooglus | Fixed a bug I introduced in r400. When rendering a... |
tree | commitdiff |
2007-04-04 |
dooglus | Fix 1694325: when looping wasn't enabled, the region... |
tree | commitdiff |
2007-04-03 |
pabs | Commit part of r401 that dooglus missed. |
tree | commitdiff |
2007-04-02 |
dooglus | Added a 'todo' to the doxygen comments so it doesn... |
tree | commitdiff |
2007-04-01 |
dooglus | Fixes 1692348. todo: revisit the 'if(z>0 && z<horizon... |
tree | commitdiff |
2007-04-01 |
dooglus | Avoid a compiler warning about initialisation order. |
tree | commitdiff |
2007-03-31 |
dooglus | Rectangles are 'solid color' when using straight blendi... |
tree | commitdiff |
2007-03-31 |
dooglus | Don't waste time rendering layers which are completely... |
tree | commitdiff |
2007-03-31 |
dooglus | Added some comments to the code I recently fixed to... |
tree | commitdiff |
2007-03-31 |
dooglus | Fix 1689329: if the inverted rectangle we're rendering... |
tree | commitdiff |
2007-03-23 |
dooglus | Zoom layers change the size of their content's bounding... |
tree | commitdiff |
2007-03-23 |
dooglus | Stretch layers change the size of their content's bound... |
tree | commitdiff |
2007-03-23 |
dooglus | Fixed indentation. |
tree | commitdiff |
2007-03-23 |
dooglus | Removed unused members p1, p2, diff. |
tree | commitdiff |
2007-03-23 |
dooglus | Added missing $Id$ keyword to the header. |
tree | commitdiff |
2007-03-23 |
dooglus | Deleting all the verticies from a Curve Gradient used... |
tree | commitdiff |
2007-03-22 |
dooglus | Fix 1684240 (as it applies to conical gradients): ... |
tree | commitdiff |
2007-03-22 |
dooglus | Fix 1684240 (as it applies to spiral gradients): Spira... |
tree | commitdiff |
2007-03-22 |
dooglus | Fix 1684240 (as it applies to radial gradients): Radia... |
tree | commitdiff |
2007-03-22 |
dooglus | Fix 1684240 (as it applies to curve gradients): Curve... |
tree | commitdiff |
2007-03-21 |
dooglus | Partially fix 1684240: gets rid of most of the artifacts |
tree | commitdiff |
2007-03-16 |
pabs | Enable more $Id$ expansion. |
tree | commitdiff |
2007-03-16 |
dooglus | Enable $Id$ expansion. |
tree | commitdiff |
2007-03-15 |
dooglus | I left part of the old header in this file by mistake... |
tree | commitdiff |
2007-03-15 |
dooglus | Fixed the name of the last parameter in the set_time... |
tree | commitdiff |
2007-03-15 |
dooglus | Filled in the parameter names in the prototype of get_f... |
tree | commitdiff |
2007-03-15 |
dooglus | Fixing warnings from doxygen: |
tree | commitdiff |
2007-03-15 |
dooglus | Commented the 'else' and 'endif' of some long condition... |
tree | commitdiff |
2007-03-15 |
dooglus | Added missing '\endlegal'. |
tree | commitdiff |
2007-03-15 |
dooglus | Fixed doxygen header, preventing warning: |
tree | commitdiff |
2007-03-15 |
dooglus | Fixed a few typos which caused doxygen to complain. |
tree | commitdiff |
2007-03-12 |
dooglus | Removed trailing whitespace. |
tree | commitdiff |
2007-03-12 |
dooglus | Commented declaration of unused variables. |
tree | commitdiff |
2007-03-11 |
pabs | Partially fix mod_libavcodec: it can now render files... |
tree | commitdiff |
2007-03-11 |
pabs | Fix some error handling in mod_libavcodec. Still crashe... |
tree | commitdiff |
2007-03-10 |
pabs | Use more consistent plugin names |
tree | commitdiff |
2007-03-08 |
dooglus | Combine the check for libavcodec and libavformat into... |
tree | commitdiff |
2007-03-07 |
pabs | Fix building mod_libavcodec with recent libavcodec... |
tree | commitdiff |
2007-02-25 |
pabs | Fix funny typo in copyright information |
tree | commitdiff |
2007-02-24 |
dooglus | Fix 1668051: Don't insert code for adding end or begin... |
tree | commitdiff |
2006-11-18 |
xerakko | Applied the following dooglus patches from the sourcefo... |
tree | commitdiff |
2006-08-10 |
pabs | Workaround 1529489: turn problems setting the font... |
tree | commitdiff |
next |