2008-11-25 |
dooglus | Always use absolute paths in the Canvas::externals_... |
tree | commitdiff |
2008-11-25 |
dooglus | Define Canvas::show_externals() when _DEBUG is defined. |
tree | commitdiff |
2008-11-25 |
dooglus | Define CanvasParser::show_canvas_map() when _DEBUG... |
tree | commitdiff |
2008-11-25 |
dooglus | Add comments saying not to disable the layer optimization. |
tree | commitdiff |
2008-11-23 |
dooglus | Include the example module in the list of modules to... |
tree | commitdiff |
2008-11-22 |
dooglus | Add function Canvas::register_external_canvas() to... |
tree | commitdiff |
2008-11-22 |
dooglus | Draw a dotted line box around the rectangle when selected. |
tree | commitdiff |
2008-11-22 |
dooglus | Add FilledRect::hit_check() to allow Filled Rectangles... |
tree | commitdiff |
2008-11-22 |
dooglus | Add Metaballs::hit_check() so metaballs can be selected... |
tree | commitdiff |
2008-11-22 |
dooglus | Add boolean parameter 'Positive Only' to stop negative... |
tree | commitdiff |
2008-11-22 |
dooglus | Replace the 'Threshold' parameter with 'Gradient Left... |
tree | commitdiff |
2008-11-22 |
dooglus | Use a gradient instead of a color to color the balls. |
tree | commitdiff |
2008-11-22 |
dooglus | Shortcut color blending in get_color() when blend metho... |
tree | commitdiff |
2008-11-22 |
dooglus | When a new metaball layer is created, initialise it... |
tree | commitdiff |
2008-11-22 |
dooglus | Include the example module in the list of modules to... |
tree | commitdiff |
2008-11-22 |
dooglus | Include the example module's Makefile in the list of... |
tree | commitdiff |
2008-11-22 |
dooglus | Enable all three layers in the example module. |
tree | commitdiff |
2008-11-22 |
dooglus | Use Layer::simple_clone() rather than Layer::clone... |
tree | commitdiff |
2008-11-22 |
dooglus | Uncomment and fix Layer::simple_clone() to clone a... |
tree | commitdiff |
2008-11-22 |
dooglus | Give the 'filled rectangle' layer a unique name - other... |
tree | commitdiff |
2008-11-22 |
dooglus | Put the three example layers in the 'Example' group... |
tree | commitdiff |
2008-11-22 |
dooglus | Fix Metaballs::get_color() so it takes the context... |
tree | commitdiff |
2008-11-22 |
dooglus | Tidying. |
tree | commitdiff |
2008-11-22 |
dooglus | Remove duplicate call to render the context. |
tree | commitdiff |
2008-11-22 |
dooglus | Allow ValueBase objects to be cast to type Real to... |
tree | commitdiff |
2008-11-22 |
dooglus | Explicitly call get_list() when converting a bline... |
tree | commitdiff |
2008-11-22 |
dooglus | Compiler suggested "parentheses around comparison in... |
tree | commitdiff |
2008-11-22 |
dooglus | Remove the declaration and definition of ValueNode_BLin... |
tree | commitdiff |
2008-11-22 |
dooglus | Write a proper definition for ValueNode_BLine::create_n... |
tree | commitdiff |
2008-11-22 |
dooglus | Fix indentation. |
tree | commitdiff |
2008-11-22 |
dooglus | Use the new definition of ValueNode_DynamicList::create... |
tree | commitdiff |
2008-11-22 |
dooglus | Write a proper definition for ValueNode_DynamicList... |
tree | commitdiff |
2008-11-19 |
dooglus | Fix 1730067: "Impervious Waypoints". Even inactive... |
tree | commitdiff |
2008-11-19 |
dooglus | Add a new signal_subcanvas_changed() that is signalled... |
tree | commitdiff |
2008-11-19 |
pabs3 | Remove warning about Paletted PNGs not being fully... |
tree | commitdiff |
2008-11-19 |
pabs3 | Fix wtachi's entry in the AUTHORS file. |
tree | commitdiff |
2008-11-18 |
dooglus | Several bugs in the tracker are related to crashes... |
tree | commitdiff |
2008-11-18 |
dooglus | When a new document is made and saved, register it... |
tree | commitdiff |
2008-11-18 |
dooglus | Not sure if this code is ever used, but if it is it... |
tree | commitdiff |
2008-11-18 |
dooglus | When we try to open a file that doesn't exist, display... |
tree | commitdiff |
2008-11-18 |
dooglus | Remove debugging printf(). |
tree | commitdiff |
2008-11-18 |
dooglus | Fix 1993098: "Composited Inline canvases fails if backg... |
tree | commitdiff |
2008-11-17 |
dooglus | When loading .sif files, show any warnings in the GUI... |
tree | commitdiff |
2008-11-14 |
dooglus | Fix 2116947: "Pasting/importing across different image... |
tree | commitdiff |
2008-11-13 |
dooglus | Add an option to the setup dialog "Scale New Imported... |
tree | commitdiff |
2008-11-11 |
dooglus | Further improvements to the Curve Warp layer. |
tree | commitdiff |
2008-11-11 |
dooglus | Revert the previous commit. This is an issue that... |
tree | commitdiff |
2008-11-11 |
dooglus | Remove the "AC_CONFIG_SUBDIRS(libltdl)" line. It fails... |
tree | commitdiff |
2008-11-11 |
pabs3 | Apply 2198806: add support for alpha in paletted PNG... |
tree | commitdiff |
2008-11-09 |
dooglus | libsynfig attempted to load modules from ~/.synfig... |
tree | commitdiff |
2008-11-09 |
dooglus | Fix 2250533: "synfig_modules.cfg in ~/.synfig never... |
tree | commitdiff |
2008-11-09 |
dooglus | Remove a few non-useful comments. |
tree | commitdiff |
2008-11-09 |
dooglus | Fail to start if the synfig_modules.cfg file can't... |
tree | commitdiff |
2008-11-09 |
dooglus | Removed the four essential modules from this list of... |
tree | commitdiff |
2008-11-09 |
dooglus | Four of the modules provide features available from... |
tree | commitdiff |
2008-11-09 |
dooglus | Remove unused and undefined function 'load_modules'. |
tree | commitdiff |
2008-11-08 |
dooglus | Implement accelerated_render for the Curve Warp layer... |
tree | commitdiff |
2008-11-08 |
pabs3 | Always #include <cstdio> when using sscanf. |
tree | commitdiff |
2008-11-08 |
pabs3 | Fix the pthread and kernel32 library checks to not... |
tree | commitdiff |
2008-11-07 |
dooglus | Show the start and end points connected, and add a... |
tree | commitdiff |
2008-11-07 |
dooglus | Using 'width' for the perpendicular scaling factor... |
tree | commitdiff |
2008-11-07 |
dooglus | Remove a bunch of unused code. |
tree | commitdiff |
2008-11-07 |
dooglus | First stab at adding genete's suggested 'Curve Warp... |
tree | commitdiff |
2008-11-06 |
pabs3 | Speed up reverse seeking in the ffmpeg importer by... |
tree | commitdiff |
2008-11-06 |
dooglus | 'const' is ignored in the return type of functions... |
tree | commitdiff |
2008-11-06 |
dooglus | nodebase.h appears to be unused. Mark it as such,... |
tree | commitdiff |
2008-11-06 |
pabs3 | Initialise a couple of values before using them. |
tree | commitdiff |
2008-11-06 |
pabs3 | Use the l printf length modifier when printing the... |
tree | commitdiff |
2008-11-05 |
pabs3 | Check for EOF before complaining about the lack of... |
tree | commitdiff |
2008-11-05 |
pabs3 | When we cannot launch ffmpeg in the ffmpeg importer... |
tree | commitdiff |
2008-11-05 |
pabs3 | Make the ffmpeg importer declare that it is animated |
tree | commitdiff |
2008-11-05 |
pabs3 | In the ffmpeg importer, if we successfully got a frame... |
tree | commitdiff |
2008-11-05 |
pabs3 | Enable use of the ffmpeg importer |
tree | commitdiff |
2008-11-04 |
dooglus | Revision 1150 stopped synfig-core/trunk/examples/star... |
tree | commitdiff |
2008-11-04 |
dooglus | Improve the rendering of curvegradient layers near... |
tree | commitdiff |
2008-11-04 |
dooglus | Use a single scalar product to calculate the distance... |
tree | commitdiff |
2008-11-04 |
pabs3 | Fix crash when unsetting import layer filename after... |
tree | commitdiff |
2008-11-02 |
dooglus | Fix 1968248: "Opening of any other XML-file crashes... |
tree | commitdiff |
2008-10-26 |
dooglus | Rather than reporting "Couldn't create parsing context... |
tree | commitdiff |
2008-10-26 |
dooglus | Don't show "file not found" error messages whenever... |
tree | commitdiff |
2008-10-26 |
dooglus | Make Canvas::find_canvas() and Canvas::surefind_canvas... |
tree | commitdiff |
2008-10-26 |
dooglus | Show an appropriate error message when the command... |
tree | commitdiff |
2008-10-26 |
dooglus | Removed a couple of functions that are never used. |
tree | commitdiff |
2008-10-26 |
dooglus | When a .sif file fails to load, display the error messa... |
tree | commitdiff |
2008-10-26 |
genete | FIx a typo in the previous commit |
tree | commitdiff |
2008-10-26 |
dooglus | Fix 2195749: "Crash when try to open a sif with canvas... |
tree | commitdiff |
2008-10-21 |
genete | Release of synfig 0.61.09 version. ***** |
tree | commitdiff |
2008-10-17 |
genete | Update SVN_REPOSITORY variable to the new svn in source... |
tree | commitdiff |
2008-10-14 |
genete | Release 0.61.09! |
tree | commitdiff |
2008-10-13 |
genete | Add Carlos López and Gerco Ballintijn copyright to... |
tree | commitdiff |
2008-10-13 |
genete | Update/add the copyright for poeple who modified synfig... |
tree | commitdiff |
2008-10-11 |
dooglus | Fix 2152666: Animation of Rotate Layer produces jitter. |
tree | commitdiff |
2008-10-11 |
dooglus | Move a bunch of code into a block to make it clear... |
tree | commitdiff |
2008-10-10 |
pabs3 | Polish NEWS file for 0.61.09 release |
tree | commitdiff |
2008-10-09 |
dooglus | Fix 2119764 "eyedropper doesn't work with straight... |
tree | commitdiff |
2008-10-09 |
genete | Updated towards 0.61.09 release |
tree | commitdiff |
2008-10-02 |
pabs3 | Update Français translation, thanks rore |
tree | commitdiff |
2008-10-02 |
pabs3 | Apply patch 5: add a configure flag to switch on/off... |
tree | commitdiff |
2008-09-30 |
genete | Updated translation for synfig-core/po/es.po. Typos... |
tree | commitdiff |
2008-09-29 |
pabs3 | Cope with some changes in the locations of the libavfor... |
tree | commitdiff |
next |