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 |
2008-09-25 |
genete | Undo last commit. Gif support was already added. |
tree | commitdiff |
2008-09-25 |
genete | Add GIF support for imported Papagayo files. |
tree | commitdiff |
2008-09-25 |
dooglus | Fix a bug introduced in SVN r2014. The 'origin' parame... |
tree | commitdiff |
2008-09-24 |
dooglus | Show time 3.0 as "3s" in the default (FORMAT_NORMAL... |
tree | commitdiff |
2008-09-23 |
dooglus | Comment the RendDesc::Lock flags showing which flags... |
tree | commitdiff |
2008-09-23 |
dooglus | Fix 1959669: "Not backward compatibility". Update... |
tree | commitdiff |
2008-09-20 |
dooglus | Fix 2119764 "eyedropper doesn't work with straight... |
tree | commitdiff |
2008-09-20 |
dooglus | Fix 2119764 "eyedropper doesn't work with straight... |
tree | commitdiff |
2008-09-20 |
dooglus | Fix 2120629: "circles with large feather and zero radiu... |
tree | commitdiff |
2008-09-20 |
dooglus | Fix 2119764 "eyedropper doesn't work with straight... |
tree | commitdiff |
2008-09-19 |
dooglus | Fix 1960543: "Straight Onto fails in a file". When... |
tree | commitdiff |
2008-09-18 |
dooglus | Use #defined constants for converting between different... |
tree | commitdiff |
2008-09-17 |
genete | Apply patches.synfig.org/r/4/: Fix bad time entry when... |
tree | commitdiff |
2008-09-15 |
gballintijn | Fix 2108984: configure doesn't use pkg-config to find... |
tree | commitdiff |
2008-09-14 |
pxegeek | Patch to allow Windows Builds with Open EXR 1.6.1 |
tree | commitdiff |
2008-09-12 |
genete | Updated Synfig Core French translation. Thanks to Rore |
tree | commitdiff |
2008-09-11 |
pabs3 | Fix the libjpeg configure test to look for the right... |
tree | commitdiff |
2008-09-10 |
pabs3 | Switch to using the source code page instead of raw... |
tree | commitdiff |
2008-09-02 |
genete | Dummy commit to update French translation |
tree | commitdiff |
2008-08-30 |
genete | Translation of "Logarithm" string to Spanish |
tree | commitdiff |
2008-08-28 |
genete | Apply 2004406: New add new Logarithm Valuenode |
tree | commitdiff |
2008-08-16 |
gballintijn | Provided my (Gerco's) full name in the AUTHORS file. |
tree | commitdiff |
2008-08-16 |
pabs3 | Apply 2036627, fix Debian 487639: for mod_libav, allow... |
tree | commitdiff |
2008-05-20 |
pabs | Fix 1877061: fix build problem with newer versions... |
tree | commitdiff |
2008-04-22 |
dooglus | Updated translations from genete. |
tree | commitdiff |
next |