2008-01-15 |
dooglus | Added a couple of implementations of Action::Base:... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
dooglus | Add Layer::get_param_local_name() to allow us to report... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | When the user types in the History dialog, search for... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Revert the incorrect change to this file made in r1326. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Get the 'Lower Layer' action to list the layer(s) that... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Get the 'Raise Layer' action to list the layer(s) that... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Fix 1824437: studio occasionally renders the tiles... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Use the TILE_SIZE defined in target_tile.h. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Use the TARGET_SIZE defined in target_tile.h. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Define the TILE size here, instead of having it in... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Use a mutex to prevent the two render threads (renderin... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Revision 1355 broke the Duplicate layer. Oops! |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Refer the user to 'synfig.org/Convert#Compatibility... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Check that a ValueNode is compatible with the given... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Extend the Add and Subtract ValueNodes to work with... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Show the old and new names of the ValueNode in the... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Mention the exported name of the ValueNode in the Histo... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dooglus | Improve the History dialog's "Connect" entry. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
pabs | Add Timo Paulssen (timonator) to the contributors. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Import the History dialog's display when ValueNodes... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Add an optional parameter to ValueDesc::get_description... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Improve the 'Disconnect' message in the History dialog... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Be more explicit in the History dialog about what Value... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Moved the code that formats the ValueDesc description... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Add new file value_desc.cpp and add it to the Makefile. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Add new prototype ValueDesc::get_description() for... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | In the hex HTML code text entry box of the color dialog... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Sorted and formatted. There should be no real changes. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | When editing an exported valuenode, show the name it... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
dooglus | Improve the entry in the History dialog made when a... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
dooglus | Removed a bunch more DEBUGPOINT()s. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
dooglus | Removed a DEBUGPOINT(). |
commit | commitdiff | tree | snapshot |
2008-01-12 |
dooglus | Use 'Composite' for the first time the layers under... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
dooglus | Removed a DEBUGPOINT(). |
commit | commitdiff | tree | snapshot |
2008-01-12 |
dooglus | Remove some DEBUGPOINT()s. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
dooglus | Remove some debugging printf() calls I left in accident... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
dooglus | Show a better entry in the history dialog when renaming... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | When optimize_layers() recreates Paste Canvas layers... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Rearranged a bit, like for the Add ValueNode in r1299... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Add my copyright. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Use Layer::get_non_empty_description() instead of check... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Add type checking for the Random ValueNode too. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Add type checking to almost all the linkable ValueNodes. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Use the new Layer::get_non_empty_description() method... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Define Layer::get_non_empty_description() which returns... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Small text change. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | List the removed layers in the history dialog when... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
dooglus | Show the 'active' and 'deactivate' messages with the... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Show the layer name in the history dialog when adding... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Tidied up the appearance of the action local name as... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Made a new ACTION_INIT_NO_GET_LOCAL_NAME macro for... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Break the ValueNode 'bad type' error messages up so... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Make the assert()s here look like the assert()s in... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Use translated versions of the type names everywhere... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Use the translated version of the type name in the... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Prototype to go with the last commit! |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | New static member ValueBase::type_local_name() to allow... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Return the translation of the local layer name, rather... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Define ValueBase::set() for type 'char *' as well as... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Added the icon for type Time to the code. Sorted the... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Sorted the cases in studio::value_icon() into the same... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
pabs | Add my copyright notice, since I seem to have forgot it. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
pabs | Add a new artists section to AUTHORS and add pxegeek... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
pabs | Mention genete in the README and AUTHORS after we added... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Removed a debugging printf(). |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Add genete's new time icon. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
dooglus | Made all the assert() lines which check the valuenode... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
pabs | Fix bug that prevented the translations of actions... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
pabs | Mark some more strings for translation (thanks to genete) |
commit | commitdiff | tree | snapshot |
2008-01-09 |
dooglus | Rearranged a bit. Use the new macro in valuenode.h... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
dooglus | Add a macro to check the type of value before using... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
dooglus | Add a static same_type_as() member function so we can... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
pabs | Mark some more strings for translation |
commit | commitdiff | tree | snapshot |
2008-01-08 |
pabs | Add Español translation by Carlos López González (genete) |
commit | commitdiff | tree | snapshot |
2008-01-08 |
pabs | Español translation update from Carlos López González... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
dooglus | Fix 1866422: the polygon tool was broken by r1230.... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
pabs | By default, set "Use current frame" in the render dialo... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
pabs | Use the bugs page on the website instead of the tracker... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
pabs | Use synfig.org instead of synfig.com |
commit | commitdiff | tree | snapshot |
2008-01-08 |
pabs | Use synfig.org instead of synfig.com |
commit | commitdiff | tree | snapshot |
2008-01-08 |
pabs | Use synfig.org instead of synfig.com |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Use UTF-8 encoding. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Show the "Amount", "Blend Method" and "Z-Depth" paramet... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Automatically export the Index parameter of new Duplica... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Don't show the option of connecting to an existing... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Don't show the 'Convert' sub-menu for Duplicate ValueNo... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Don't allow Duplicate ValueNodes in the Children dialog... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Don't allow the Index parameter of the Duplicate layer... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Don't allow the Index parameter of the Duplicate layer... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | When cloning a duplicate layer, always make a new ... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Added 10 new files for translation. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
dooglus | Sorted. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
pabs | Fix building the Win32 installer: update Win32 install... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
pabs | Install gettext 0.14.4 macros since earlier ones have... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
dooglus | Initialise 'old_version' to false. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
dooglus | Use a real type, not integer, for the "Duplicate" layer... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
dooglus | Hide the 'From Integer' convert type for now. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
dooglus | Don't show 'Duplicate' in the Convert menu. The user... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
dooglus | When we create a 'Duplicate' layer, automatically have... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
dooglus | Add new convert types 'From Integer' and 'Duplicate... |
commit | commitdiff | tree | snapshot |
next |