Use American spelling of 'initialise'.
[synfig.git] / synfig-studio / trunk / src /
2007-10-30 dooglusUse American spelling of 'initialise'.
2007-10-30 dooglusFix previous commit. Renaming files using git-svn...
2007-10-30 dooglusTypo: 'controler' -> 'controller'.
2007-10-30 dooglusTypo: 'pf' -> 'of'.
2007-10-30 dooglusMissed this one in the previous commit. Right-click...
2007-10-30 dooglusFix 1820750. Delete popup menus once we're finished...
2007-10-30 dooglusNumber the Param types to ease debugging.
2007-10-26 dooglusRemoved duplicate code for 'remove's icon.
2007-10-26 dooglusSorted alphabetically.
2007-10-26 dooglusAdd stock icons for 'connect' and 'disconnect'.
2007-10-25 dooglusTidying.
2007-10-25 dooglusDon't crash if the user clicks 'halt render' when the...
2007-10-24 dooglusWhen right-clicking on a simple waypoint in a PasteCanv...
2007-10-24 dooglusAllow for 'time offset' when calculating whether the...
2007-10-23 dooglusPrevent the "** CRITICAL **: clearlooks_style_draw_box_...
2007-10-23 dooglusTypo. pannel -> panel.
2007-10-23 dooglusTypo.
2007-10-23 dooglusImprovements to interaction with waypoints in time...
2007-10-22 dooglusTypos.
2007-10-22 dooglusBefore this fix, PasteCanvas' "time offset" values...
2007-10-22 dooglusTypos (childrens?).
2007-10-21 dooglusDon't modify the target type that was requested when...
2007-10-21 dooglusRemoved 2 lines that cause the 'Font Family' parameter...
2007-10-14 dooglusShow some debugging output on stdout when deciding...
2007-10-14 dooglusUse filename_extension() and filename_sans_extension().
2007-10-13 dooglusAllow both 'name' and renddesc parameters to be changed...
2007-10-13 dooglusDon't set_time() twice for the current canvas.
2007-10-13 dooglusFix a problem in single-thread mode where the canvas...
2007-10-13 dooglusFix the 'close' menu entry and close button when viewin...
2007-10-12 dooglusShow whether a canvas is unsaved or not by putting...
2007-10-12 dooglusFix a crash when running single-threaded and dragging...
2007-10-12 dooglusTidying.
2007-10-12 dooglusClose safely when closing from the caret menu as well...
2007-10-12 dooglusImprove single-threaded operation. It's now safe(r...
2007-10-12 dooglusFix 1682008: (pressing the X button hides then shows...
2007-10-11 dooglusWhen single threaded, update the gui after rendering...
2007-10-11 dooglusDon't delete the preview renderer if it's still running.
2007-10-11 dooglusDefault single_threaded to false, because it doesn...
2007-10-11 dooglusOnly initialise threads if they aren't already initialised.
2007-10-11 dooglusPut the mutex code back as it was originally. We can...
2007-10-10 dooglusUse a checkbox in the gui (Toolbox > File > Setup ...
2007-10-10 dooglusTypo.
2007-10-10 dooglusDon't use SINGLE_THREADED by default.
2007-10-10 dooglusOnly check whether the renderer is updating when single...
2007-10-10 dooglusShow a message on stdout saying that we're single-threaded.
2007-10-10 dooglusRun everything in the same thread.
2007-10-10 dooglusClear the dirty flag before starting the render, not...
2007-10-06 dooglusAdd my copyright to files I've modified.
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 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...
next