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 |
2008-01-05 |
dooglus | Added code to catch an exception that is raised when... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
dooglus | Revision r1262 included some changes I didn't intend... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
dooglus | The hardcoded string "Do Not Use" was being used in... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
dooglus | Use translated versions of the layers' local names... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
dooglus | Fix 1862720: "libltdl library and headers out of sync... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
dooglus | Fix 1862699: Specify "-avoid-version" for each of the... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
dooglus | Missed these two in the previous commit. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
dooglus | Fix 1862689: Replace "-L../../synfig -lsynfig" with... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
dooglus | Reformatted and alphabetized. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Have the command line 'synfig' tool run 'setlocale... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Don't render the Radial Blur layer when quality is 10. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Don't render the Blur layer when quality is 10. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Disable motion blur when quality=10. Draw 2 frames... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Don't render feathering of shapes (ie. outlines, region... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Don't render feathering of circles when quality is 10. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Default to quality 9. Quality 10 won't render feathers... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Label the preview qualities "best" and "fastest" becaus... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Comment out unused code to make it clearer what code... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
dooglus | Fix 1811250: Prevent studio crashing when loading a... |
commit | commitdiff | tree | snapshot |
next |