Applied the following dooglus patches from the sourceforge tracker:
authorxerakko <xerakko@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 18 Nov 2006 09:37:35 +0000 (09:37 +0000)
committerxerakko <xerakko@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 18 Nov 2006 09:37:35 +0000 (09:37 +0000)
commit75635270584b5775982adbd70250a0ebc7e3e76b
tree573a0b249d452e49bdd4b2ff5631b575a8e1ea7c
parente7e1794959f6b4af0d60d69b5501adcd305f2207
Applied the following dooglus patches from the sourceforge tracker:

synfig

  - 1576355: main1 - variable used after it's been free'd
  - 1576389: main2 - missing command line argument can crash synfig
  - 1571307: initialise - several variables are used before they are set
  - 1576373: gif1 - invalid palette entries are accessed
  - 1568922: blur2 - poor granularity in blur sizes
  - 1569078: typo: "aperature"

synfigstudio

  - 1571307: initialise, initialise2 - several variables are used before they are set
  - gamma settings were breaking due to using the localised form and causing weird colours
  - 1570191: distance - Widget_Distance don't notice when the units are changed
  - 1570319: blinewidth - default bline width is accessed before it is set

git-svn-id: http://svn.voria.com/code@229 1f10aa63-cdf2-0310-b900-c93c546f37ac
13 files changed:
synfig-core/trunk/src/modules/mod_gif/trgt_gif.cpp
synfig-core/trunk/src/synfig/blur.cpp
synfig-core/trunk/src/synfig/layer_motionblur.cpp
synfig-core/trunk/src/synfig/target.cpp
synfig-core/trunk/src/tool/main.cpp
synfig-studio/trunk/src/gtkmm/dock_navigator.cpp
synfig-studio/trunk/src/gtkmm/preview.cpp
synfig-studio/trunk/src/gtkmm/widget_defaults.cpp
synfig-studio/trunk/src/gtkmm/widget_distance.cpp
synfig-studio/trunk/src/gtkmm/widget_timeslider.cpp
synfig-studio/trunk/src/gtkmm/workarea.cpp
synfig-studio/trunk/src/synfigapp/action.h
synfig-studio/trunk/src/synfigapp/cvs.cpp