Add binaries produced by ETL's 'make check'. Also add my own top-level symlinks.
[synfig.git] / synfig-studio /
2007-10-08 dooglusUpdated NEWS files.
2007-10-07 dooglusRelease synfigstudio_0_61_07_rc2
2007-10-07 dooglusRemove dups and clarify.
2007-10-06 dooglusRelease synfigstudio_0_61_06
2007-10-06 dooglusRelease synfigstudio_0_61_07_rc1
2007-10-06 dooglusBump the required versions of ETL and synfig.
2007-10-06 dooglusAdd my copyright to files I've modified.
2007-10-06 dooglusBump the version numbers ready for the coming release.
2007-10-05 dooglusUpdated to r843.
2007-10-04 dooglusFix r841. Previously it was setting the menu to qualit...
2007-10-04 dooglusShow the correct initially selected quality level in...
2007-10-04 dooglusShow filename and line number on a few error messages...
2007-10-04 dooglusGive filename and line number in some warning messages.
2007-10-04 dooglusFix the bug that caused almost everything in the caret...
2007-10-04 dooglusTidying.
2007-10-04 dooglusRemoved some debugging code that I didn't mean to commit.
2007-10-03 dooglusPrevent the "Gtk-CRITICAL **: gtk_label_set_label:...
2007-10-03 dooglusDefault timesliders to 24fps, not 0fps, to prevent...
2007-10-03 dooglusPrevent a warning from Gtk about ownership of floating...
2007-10-03 dooglusIf 'view->play' is interrupted with the 'stop' button...
2007-10-03 dooglusRemoved a couple of debugpoints.
2007-10-03 dooglusDon't save settings which we can't find a value for...
2007-10-03 dooglusMake stdout quieter.
2007-10-03 dooglusStop the "Gtk-WARNING **: node type doesn't match 2...
2007-10-03 dooglusMake stdout quieter.
2007-10-03 dooglusRemoved debugpoint.
2007-10-03 dooglusMake stdout quieter.
2007-10-03 dooglusMake stdout quieter.
2007-10-03 dooglusMake stdout quieter.
2007-10-03 dooglusRemove debugpoint.
2007-10-03 dooglusTidying.
2007-10-03 dooglusFixed a typo.
2007-10-02 dooglusChanging the time slider on a child canvas wasn't updat...
2007-10-02 dooglusWhen the user moves a canvas' time slider, update the...
2007-10-01 dooglusOnly fix the red border if we're not using the Gtk...
2007-10-01 dooglusKeep the red 'animate edit mode' border and the current...
2007-09-30 dooglusFixed the way that the decision is made which value...
2007-09-29 dooglusI messed up the last commit. Oops!
2007-09-29 dooglus#include color.h to get the gamma_in() #define.
2007-09-27 dooglusUse the http svn repository, not https, because using...
2007-09-27 dooglusStop the 'warning: underquoted definition of ...' warni...
2007-09-27 dooglusSame as the last commit, except for the 'splash screen...
2007-09-27 dooglusexport SYNFIG_DISABLE_POPUP_WINDOWS=1 to stop the ...
2007-09-26 dooglusFix the crash that the previous commit half-fixed.
2007-09-26 dooglusI thought this should prevent a crash, but it doesn...
2007-09-26 dooglusFixed another set of uninitialised variables.
2007-09-26 dooglusFix a variable-read-before-set error.
2007-09-26 dooglusFinish fix for 1801220. I forgot about the call to...
2007-09-25 dooglusFix 1801220: Some Ubuntu Themes don't show the red...
2007-09-25 dooglusImplement wiki.synfig.com/Wish_list : "Restore Default...
2007-09-25 dooglusFix 1776156: "region and outline position ducks aren...
2007-09-25 dooglusOnly use gamma correction on R,G,B & Y, and only when...
2007-09-25 dooglusSimplify the code by using colorconv_synfig2gdk() rathe...
2007-09-25 dooglusThe color gradients displayed on the sliders in the...
2007-09-25 dooglusMove the gamma_in and gamma_out macros into "color.h".
2007-09-25 dooglusRemoved unused macros.
2007-09-22 dooglusFix 1800324: closing a window while an animation is...
2007-09-22 dooglusPut View>Play on Control-P. Remove View>Pause from...
2007-09-21 dooglusAddendum to 1799722: Now that 'save' no longer fails...
2007-09-21 dooglusFix 1799722: Display an error message when a 'save...
2007-09-21 dooglus'quit -> "want to save?" -> yes -> cancel' should go...
2007-09-21 dooglusMerge branch 'tidying' into chris
2007-09-21 dooglusFixed 1799250: Add a function to update the render...
2007-09-21 dooglusWorking on 1799250: After changing the filename, update...
2007-09-21 dooglusWorking on 1799250: changed prototypes
2007-09-21 dooglusWorking on 1799250: added prototypes.
2007-09-21 dooglusFixed a typo.
2007-09-20 dooglusFix 1796971: if the user tries to quit synfig or close...
2007-09-20 dooglusWorking on 1796971: Make dialog_save_as() return a...
2007-09-19 dooglusIf the user choses to save his work using the default...
2007-09-19 dooglusBrought up to date.
2007-09-18 dooglusImplement feature request 1741236: Use 'Synfig Animatio...
2007-09-18 dooglusPut the 'paste_canvas' and 'PasteCanvas' mentions on...
2007-09-18 dooglusRenaming the PasteCanvas layer in r705 missed the other...
2007-09-17 dooglusWhen saving a file, remember the directory it was saved...
2007-09-17 dooglusRemoved more unused code. There were 4 'save_as' funct...
2007-09-17 dooglusApp::dialog_saveas_file() and App::dialog_save_file...
2007-09-17 dooglusSaving a document (I'm going to call them documents...
2007-09-17 dooglusr679 introduced an error, assuming 'filename' would...
2007-09-17 dooglusSave as .sifz by default (if there is no '.' in the...
2007-09-17 dooglusFixed the View>Play menu entry properly. It now waits...
2007-09-17 dooglusThe View>Play menu entry now does something. It doesn...
2007-09-17 dooglusDon't accept an empty input when setting a paste canvas...
2007-09-17 dooglusFix 1796110: don't try finding the specified canvas...
2007-09-16 dooglusI'm working on bug 1779592. The problem is related...
2007-09-16 dooglusFix 1383736: use absolute pathnames when setting up...
2007-09-14 dooglusMade a few more of the member variables in class WorkAr...
2007-09-14 dooglusSome member variables were public, but never used publi...
2007-09-14 dooglusFix 1794006: when removing a CPoint, signal that the...
2007-09-13 pabsAdd some changes to NEWS
2007-09-12 dooglusSince the last change will require a recompilation...
2007-09-12 dooglusReinstate the -Wno-unused-parameter flag, because when...
2007-09-10 dooglusThe icons are in $SYNFIG_ROOT/share/pixmaps/synfigstudi...
2007-09-10 dooglusMade a comment about some compiler warnings that I...
2007-09-09 dooglusSuccessfully fixed speling mistakes.
2007-09-08 dooglusRemove the -Wno-unused-parameter flag from the compile...
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-09-07 dooglusAnother case of initialising a variable from itself...
2007-09-07 dooglusPrevent a compiler warning about uninitialised variable...
2007-09-07 dooglusFix a couple of compiler warnings ("passing 'float...
next