Add valgrind suppressions and .gitignore.
[synfig.git] / synfig-studio /
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...
2007-09-06 dooglusOops! That last commit was completely wrong. Revertin...
2007-09-06 dooglusDon't include header files that aren't needed.
2007-09-06 dooglusTimedSwap valuenodes shouldn't be marked as directly...
2007-09-05 dooglusExporting a constant (non-animated) value, then renamin...
2007-09-05 dooglusMinor code layout tidying.
2007-09-04 dooglusFix a bug introduced by r590. The name of the paste_ca...
2007-09-04 dooglusEnable the draw, sketch and polygon tools by default...
2007-09-04 dooglusMake the 'open recent' menu escape '_' characters.
2007-09-04 pabsApply 1787437: fix typo in the canvas menu. Patch from...
2007-09-03 dooglusAdd an 'auto-export' checkbox and an auto-incrementing...
2007-09-03 dooglusChange the displayed name of this action from 'Connect...
2007-09-03 dooglusRename ValueBase::same_as() to ValueBase::same_type_as...
2007-08-31 dooglusFix 1780016. Right-clicking in the Children dialog...
2007-08-31 dooglusAllow the spacing of the rows in the Timetrack dialog...
2007-08-30 dooglusForgot to include these 2 in the last commit. Implemen...
2007-08-30 dooglusWhen dragging a box around some ducks, holding SHIFT...
2007-08-30 dooglusOnly use CTRL to toggle ducks on and off by clicking...
2007-08-29 dooglusFeature request 1781331: Use shift key to manipulate...
2007-08-28 dooglusUse pabs' trick from r558 to fix the tool names in...
2007-08-27 pabsFix the tooltips on the toolbox buttons for all the...
2007-08-27 pabsSwitch from Ok, Cancel to Cancel, Open and Cancel,...
2007-08-22 dooglusMove 'increase amount' and 'decrease amount' from the...
2007-08-22 dooglusFix 1779616: prevent image span, resolution, etc. from...
2007-08-15 pabsAdd support for scrolling left and right in the canvas...
2007-08-14 pabsFix 1356449: don't crash when creating a PasteCanvas...
2007-08-02 pabsMove icons into a synfigstudio subdirectory of the...
2007-07-04 dooglusAdded keyboard shortcuts for all 16 of the tools (alt...
2007-06-20 pabsStable Tag: Copying everything over
2007-06-20 pabsStable Tag: Removing old tag
2007-06-20 pabsStable Tag: Copying everything over
2007-06-20 pabsStable Tag: Removing old tag
2007-06-20 pabsReleasing synfigstudio 0.61.06 today
2007-06-20 pabsFix the SVN tagging targets
2007-06-13 dooglusFix 1736536. Integer division isn't good enough when...
2007-06-13 pabsMention the new icons in the NEWS file
2007-06-12 pabsBump version number to 0.61.06. Hopefully the last...
2007-06-12 pabsRequire version 0.04.09 of ETL and version 0.61.06...
2007-06-12 pabsUpdate authorship and copyright for the Tango icons...
2007-06-11 pabsReally really fix 1568925, gawd I suck. This time I...
2007-06-11 pabsFix 1568925 the real way recommended by the autoconf...
2007-06-11 pabsDistribute compview.cpp, don't build it
2007-06-11 pabsAdd compview.cpp, which seems to have been ignored...
2007-06-11 pabsAdd TODO item about icon naming switch
2007-06-11 pabsAdd PXEGeek's new Tango ArtLibreSet styled icons. Pre...
2007-06-10 pabsGenerate the ChangeLog at bootstrap time, add a ChangeL...
2007-06-04 pabsRemove the generated Makefile.in file on maintainer...
2007-06-03 pabsChange automake invocation to use symlinks and use...
2007-06-03 pabsRemove INSTALL and COPYING, they will be supplied by...
next