Branch: refs/heads/v1.3.x
  Home:   https://github.com/synfig/synfig
  Commit: 6b51178d52522daee71b8b7bd3b738504643614c
      
https://github.com/synfig/synfig/commit/6b51178d52522daee71b8b7bd3b738504643614c
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M synfig-studio/src/gui/trees/historytreestore.h

  Log Message:
  -----------
  restrict constructor access modifier and do minor header cleanup


  Commit: d5251b3fc02f5b9cee9124c363e7ff24669f8f01
      
https://github.com/synfig/synfig/commit/d5251b3fc02f5b9cee9124c363e7ff24669f8f01
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M synfig-studio/src/gui/trees/historytreestore.cpp

  Log Message:
  -----------
  just change the loop structure


  Commit: 95a6d270bcbcd95bf938ad82a119dfe6f3daa431
      
https://github.com/synfig/synfig/commit/95a6d270bcbcd95bf938ad82a119dfe6f3daa431
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M synfig-studio/src/gui/trees/historytreestore.cpp

  Log Message:
  -----------
  remove unused #Includes and a commented-out code for > 6 years


  Commit: ae2c9d5c3f9e6419704306ced9fc4d6c66fa47a8
      
https://github.com/synfig/synfig/commit/ae2c9d5c3f9e6419704306ced9fc4d6c66fa47a8
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M synfig-studio/src/gui/trees/historytreestore.cpp
    M synfig-studio/src/gui/trees/historytreestore.h

  Log Message:
  -----------
  make method private and remove unused parameter


  Commit: d786bfb5a3455c40c17a81becffee2cad31c6adc
      
https://github.com/synfig/synfig/commit/d786bfb5a3455c40c17a81becffee2cad31c6adc
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M synfig-studio/src/gui/trees/historytreestore.cpp

  Log Message:
  -----------
  minor cleanup: nullptr and avoid old-style cast


  Commit: d1a1272adcc81736c5e51c88347079bf2eb5bc94
      
https://github.com/synfig/synfig/commit/d1a1272adcc81736c5e51c88347079bf2eb5bc94
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M synfig-studio/src/gui/trees/historytreestore.cpp
    M synfig-studio/src/gui/trees/historytreestore.h

  Log Message:
  -----------
  fix crash when undoing creation of a moved/changed vertex of spline

It happened because the history tree rebuilds on every
undo/redo. It doesn't do it anymore.

Long chain:
The history tree row description would call to
Action::ValueDescSet::get_local_name() and it would
make a 'long' stack until it crashes, as follow:

> Action::ValueDescSet::get_local_name()
 > ValueDesc::get_description()
  > ValueDesc::is_exported()
   > ValueDesc::get_value_node()
    > LinkableValueNode::get_link()
AND FINALLY it crashes due to the invalid link index!

Test case:
* Create a polygon or spline.
* Click on a vertex to open context menu
* Select "Create Item"
* Move the new vertex
* Ctrl+Z (ok, vertex 'unmoved')
* Ctrl+Z (crash)


  Commit: e6efb0e2e0408b33e0c25a5d5f6978ef94bced11
      
https://github.com/synfig/synfig/commit/e6efb0e2e0408b33e0c25a5d5f6978ef94bced11
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M synfig-core/src/modules/mod_ffmpeg/trgt_ffmpeg.cpp

  Log Message:
  -----------
  Fix rendering to files with non-latin symbols via ffmpeg on Windows. Closes 
#1567.


Compare: https://github.com/synfig/synfig/compare/27d1f01e84e3...e6efb0e2e040


_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to