Re: [Synfig-devl] Changes in synfigapp::Action::CanvasInterface

2013-08-07 Thread Ivan Mahonin
 That's right, perform_action cannot be called while perform_action is
 running. I don't find easily a case where it is useful. Can you show us
 when you needed to call perform_action inside the perform_action function?
 I just can think on fractals or recursive drawing for that kind of cases.
 I
 think that recursive actions can be done using the Super action including
 the action itself inside the Super action (obviously with a condition to
 get out of the recursive)

Yes, Super action is good. Me was need function which sets default
parameters for new layer - colors, width and others which user selects in
toolbox. CanvasInterface::add_layer_to() does all that i need, but cannot
be used inside actions, because it use LayerAdd action. So i've created
function apply_layer_param_defaults() to avoid recursive action
performing.


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Release of 0.64.1

2013-08-10 Thread Ivan Mahonin
I think is the problem with back-slashes in windows-paths.
My final fixes in branch blackwarthog/import-by-drag-n-drop should to
solve this problem.

 1) Konstantin/Ivan, for the Drag'n'drop isn't working on Winows maybe
 specifying GtkDestDefaults flags, and GdkDragAction actions for
 drag_dest_set ?
 (canvasview.cpp / L854 /
 https://github.com/blackwarthog/synfig/blob/6cf9cb5a29d4c6d461732bccadad249562fac26e/synfig-studio/src/gui/canvasview.cpp)

 GtkDestDefaults -
 https://developer.gnome.org/gtk3/3.0/gtk3-Drag-and-Drop.html#GtkDestDefaults
 GdkDragAction -
 https://developer.gnome.org/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction

 I Hope that could be so simple ...



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Exclude layers from rendering

2013-08-12 Thread Ivan Mahonin
Implemented the possibility of exclusion layers from rendering. Excluded
layer will still visible in the editor.

Branch
https://github.com/blackwarthog/synfig/tree/exclude-layer-from-rendering

Context class was changed. Now, it requires certain parameters of
rendering - ContextParams.

Class ContextParams for now contains only one field -
render_excluded_context. Which shows that this context intended for the
editor (show excluded layers) or for final rendering (hide excluded
layers).

ContextParams not needed for some operations with the context - set_time
() and set_dirty_outlines (). These functions placed into separate class -
IndependentContext. This class is the parent of the Context class.

Context and IndependentContext for canvas can be obtained by the methods
get_context () and get_independent_context ()

Function Canvas :: find_layer () now requires a context parameters.

The class hierarchy:

CanvasBase::const_iterator
 |
IndependentContext
 |
Context


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Improved Action::LayerMakeBline

2013-08-12 Thread Ivan Mahonin
Improvements of actions make outline, make advanced outline and make
region.

Branch https://github.com/blackwarthog/synfig/tree/contour-tools

Types of possible base layers configured individually for make
outline, make advanced outline and make region actions. So make
outline available for advanced outlines and regions, make advanced
outline for outline and regions etc.

Also new regions now creates behind selected layer.


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Improved Action::LayerMakeBline

2013-08-12 Thread Ivan Mahonin
I did rebase and push. But i yet not check how it works after rebase.

 Hi!
 I've just rebased my in-development branch param-interpolation onto the
 current master. It has had some conflicts with the current master branch
 that finally I've been able to resolve.

 Please rebase contour-tools onto master to send the pull request, to allow
 me to complete the merge and then rebase again param-interpolation to the
 current master.

 I'm sorry for being so slow on param-interpolation but the project touches
 all the layers and it is a slow and tedious change (plus I have few free
 time in general)
 Cheers



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Why method etl::surface::set_wh(w, h, newdata, pitch) is virtual?

2013-08-30 Thread Ivan Mahonin
Why flllowing method is virtual?

template typename T, typename AT=T, class VP=value_prepT,AT 
etl::surface::set_wh(typename size_type::value_type w, typename
size_type::value_type h, unsigned char* newdata, const typename
size_type::value_type pitch)

This method have one override:
void CairoSurface::set_wh(int w, int h, unsigned char* data, int pitch)
{ etl::surfaceCairoColor, CairoColorAccumulator,
CairoColorPrep::set_wh(w, h, data, pitch); }

Also this method never used when CairoSurface object passed by pointer or
reference as etl::surface.

I've removed 'virtual' keyword



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Why 'hbiter_pos' never used in advanced_outline.cpp?

2013-08-30 Thread Ivan Mahonin
Please, look this code, may be it's bug?

https://github.com/blackwarthog/synfig/commit/6e7d2dff6f2ef90647916de3180b3f3e6becafba


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Why 'angle' variable never used in svg_parser.cpp

2013-08-30 Thread Ivan Mahonin
This variable was read from SVG and ignored in code.
Is it really unnecessary var?

I've commented this var in this commit:

https://github.com/blackwarthog/synfig/commit/bc40dca3f90dfd563e4e57d775dedf41bc774e4a


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] I've encountered strange unused code in curveset.cpp

2013-08-30 Thread Ivan Mahonin
Please look this commit:

https://github.com/blackwarthog/synfig/commit/1fa6e2e61f134ab727d907a09f657337c3bf5ba9



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] I've encountered strange unused code in curveset.cpp

2013-08-30 Thread Ivan Mahonin
Ok. I've commented the unused code. May be it will need in future.

 I think that curveset.cpp as well as booleancurve.cpp (and their headers)
 are unfinished code from original developer (darco), with the intention of
 create a layer that can hold multishapes in it (with boolean operations
 between them).

 Would be cool to have!



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Fix warnings

2013-08-30 Thread Ivan Mahonin
I've fixed all c++ warnings for linux build.
So build messages becomes more informative.


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Fix warnings

2013-08-30 Thread Ivan Mahonin
Oops. I forgot to commit this.
I've resent pool request with this fix

 Fantastic!
 I have one complain form my compiler that seems not fixed:
 pluginmanager.cpp:124: warning: unused parameter 'synfig_root'

 Can you add it?



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Giomm in synfig-core

2013-09-04 Thread Ivan Mahonin
I need to use giomm in synfig-core to work with file system (create/remove
directories, scan directories, check type of file - directory/regular
file).

In current configuration i've access only to gio C-library.

We already use functions of glibmm in sinfig-core.

glibmm included by libxmlpp
glib and gio included by libcairo

May be will be better to explicitly include glibmm and giomm into project
configure.am?



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Giomm in synfig-core

2013-09-05 Thread Ivan Mahonin
Ok. I'll add commit into my branch - zip-container-way2

Or create new brunch from synfig/master for this?

 For me is OK.



 2013/9/5 Konstantin Dmitriev ksee.zelga...@gmail.com

 Hi!

 2013/9/5 Ivan Mahonin b...@icystar.com:
  I need to use giomm in synfig-core to work with file system
 (create/remove
  directories, scan directories, check type of file - directory/regular
  file).
 
  In current configuration i've access only to gio C-library.
 
  We already use functions of glibmm in sinfig-core.
 
  glibmm included by libxmlpp
  glib and gio included by libcairo
 
  May be will be better to explicitly include glibmm and giomm into
 project
  configure.am?

 I agree. I also used some glibmm functions directly at synfig-core at
 the recent commits.
 K/


 --
 http://morevnaproject.org/


 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft
 technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!
 http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




 --
 Carlos
 http://synfig.org
 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft
 technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!
 http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Zip container

2013-09-10 Thread Ivan Mahonin
Hi!

I've implemented ability to store whole synfig project into one zip file
in branch:

https://github.com/blackwarthog/synfig/tree/zip-container-way2

Simply set extension to .zip while saving and program will create
archive with canvas and all referenced PNG and BMP files.

Ivan


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Fit image

2013-09-13 Thread Ivan Mahonin
Hi

i've implemented new action for layer tree view - fit image
which allows to fit already imported images into canvas

branch https://github.com/blackwarthog/synfig/tree/fit-image-action

Ivan


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-14 Thread Ivan Mahonin
Yes, yes. Work in process.

 I forgot to mention: I still having a warning that I don't know how to
 fix:

 filecontainerzip.cpp: In static member function 'static size_t
 synfig::FileContainerZip_InternalStructs::LocalFileHeaderOverwrite::offset_from_header()':
 filecontainerzip.cpp:137: warning: invalid access to non-static data
 member
 'synfig::FileContainerZip_InternalStructs::LocalFileHeader::crc32' of NULL
 object
 filecontainerzip.cpp:137: warning: (perhaps the 'offsetof' macro was used
 incorrectly)

 Ivan, if you have a chance, can please try to fix this? Thanks!


 2013/9/14 Carlos López González genet...@gmail.com

 I've fixed the build in OSX. Please checkout master branch to see if it
 builds. Be sure that you completely clean your local repository before
 full
 rebuild.

 https://github.com/synfig/synfig/commit/6aadbfa58a774840ab279b9eb6824c65f5a95817
 Cheers!


 2013/9/12 Carlos López González genet...@gmail.com

 I'm almost finished with the new feature of the Tangents handling:
 Now you can:
 Split/merge tangents by angle or by radius or by both
 Feature keeps the functionality of the old files
 It removes the Split member of the ValueNode_Composite for
 BLinePoints
 Also it adds Radius Split and Angle Split members.

 Now I'm working on mouse gestures to split the tangents without need to
 use the contextual menu.
 Currently the behavior is that if tangents are merged (full) then if
 you
 press SHIFT while dragging one tangent, its splits (full) them.
 So the question is:
 Which is the preferred combination of keys to split/merge with gestures
 the tangents?

 We have three possible keys: SHIFT, CTRL, ALT and its combinations.
 We can have the following gestures:

 Full merge(split) to full split(merge)
 Radius merge(split) to radius split(merge)
 Angle merge(split) to angle split(merge)

 It gives a total of 6 cases.

 My proposal is:
 CTRL splits if merged
 ALT merges if split

 If it is full merged
 CTRL gives radius split
 If Radius is already split
 CTRL gives angle split

 If it is full split
 ALT gives angle merge
 If angle is already merge
 ALT gives radius merge

 This way we reduce the number of keys but allows the user to split
 sequentially.

 Opinions?


 2013/9/12 Carlos López González genet...@gmail.com




 2013/9/12 Konstantin Dmitriev ksee.zelga...@gmail.com

 Hi!

 2013/9/11 Carlos López González genet...@gmail.com:
  Hi,
  I have several troubles when building the latest master branch on
 OSX.
  1) 'friend' keyword needs the class keyword in the following files:
  filecontainer.h, file containezip.h and filesystemnative.h. I fixed
 that and
  continue compiling.
  2) I have the following error during core build:
  filecontainerzip.cpp: In static member function 'static size_t
 
 synfig::FileContainerZip_InternalStructs::LocalFileHeaderOverwrite::offset_from_header()':
  filecontainerzip.cpp:137: warning: invalid access to non-static
 data
 member
  'synfig::FileContainerZip_InternalStructs::LocalFileHeader::crc32'
 of
 NULL
  object
  filecontainerzip.cpp:137: warning: (perhaps the 'offsetof' macro
 was
 used
  incorrectly)
  Undefined symbols for architecture x86_64:
exr_mptr::supports_file_system_wrapper__, referenced from:
 
 
 mod_openexr_modclass::mod_openexr_modclass(synfig::ProgressCallback*)in
  libmod_openexr_la-main.o
 
 
 mod_openexr_modclass::mod_openexr_modclass(synfig::ProgressCallback*)in
  libmod_openexr_la-main.o
  ld: symbol(s) not found for architecture x86_64
  collect2: ld returned 1 exit status
  make[3]: *** [libmod_openexr.la] Error 1
  make[2]: *** [install-recursive] Error 1
  make[1]: *** [install-recursive] Error 1
  make: *** [install-recursive] Error 1

 I've tried to build in a clean working tree on your Mac today and got
 similar, but different error - http://pastebin.com/vymMHZEE
 Maybe I have openexr disabled - that could be the reason why the
 error
 is different.


 Ugh, can you verify if you can obtain the same or similar errors in
 your
 virtual machine?


  K.


 --
 http://morevnaproject.org/


 --
 How ServiceNow helps IT people transform IT departments:
 1. Consolidate legacy IT systems to a single system of record for IT
 2. Standardize and globalize service processes across IT
 3. Implement zero-touch automation to replace manual, redundant tasks

 http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




 --
 Carlos
 http://synfig.org




 --
 Carlos
 http://synfig.org




 --
 Carlos
 http://synfig.org




 --
 Carlos
 http://synfig.org
 --
 LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
 

Re: [Synfig-devl] Improve zip-container

2013-10-01 Thread Ivan Mahonin
I've sent pull request


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Single window branch- Windows build

2013-10-08 Thread Ivan Mahonin
Hi!

Thank you. Fixed.
I yet not made Windows-build so such bugs may raise in other place.

 Hi!
 Continuing with the exciting commits from this branch, I've given a try to
 build the commit at SHA1 ID 29c452cc2c0df1d92970f625e9b531eeb3cf9992

 The build fails with the following message:

 workarea.cpp: In the function member ‘void
 studio::WorkArea::refresh_second_check()’:
 workarea.cpp:2681:15: error: ‘class studio::CanvasView’ doesn't have a
 member called ‘get_size’
 workarea.cpp: In the function member ‘bool
 studio::WorkArea::refresh(GdkEventExpose*)’:
 workarea.cpp:2699:16: error: ‘class studio::CanvasView’ doesn't have a
 member called ‘get_size’

 (Note: the actual error message I got was in Spanish and I've translated
 it, so maybe it it is little weird translated)

 Ivan, possibly you haven't noticed this before because the code that
 triggers the error is enclosed inside preprocessor directives that are
 only
 used in Windows build.

 I think that before continue developing you should fix those member
 functions to be sure that you can continue deriving CanvasView from Bin.

 Thanks and Good luck!

 --
 Carlos
 http://synfig.org
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Would it be helpful to turn ETL into a static lib?

2013-10-12 Thread Ivan Mahonin
Hello.

I think we need to move ETL into synfig-core package. And keep it in
headers (not lib) in this case GCC may compile ETL functions inline.

Ivan


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Still seeing warning about offset macro

2013-10-14 Thread Ivan Mahonin
Hi

I've fixed it now and sent pull request.

Ivan



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Single window interface

2013-10-15 Thread Ivan Mahonin
Hi

i've implemented single window interface for Synfig Studio in branch
https://github.com/blackwarthog/synfig/tree/single-window

- opened canvases shows in tabs at main window;
- dock system was improved, so you can create any dock layout;
- toolbox now represented as dock.

Ivan


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] gtk3 branch and gdk_gc branch

2013-10-17 Thread Ivan Mahonin
Hi, Carlos

Thank you. I've included it in my brunch and continue conversion.


 Hi Ivan,

 I've been porting the remaining Gdk::GC drawing operations to use Cairo
 instead.

 https://github.com/genete/synfig/tree/gdk_gc

 I've just seen that you're working on port gtk to the 3.0 version what
 implies to use Cairo everywhere.

 https://github.com/blackwarthog/synfig/tree/gtk3

 Could you please to use my branch in your work to avoid repeat code?

 BTW, I can't be happier after see your gtk3 branch started!!
 Thanks!

 --
 Carlos
 http://synfig.org
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] My son, Pablo, was born yesterday

2013-10-26 Thread Ivan Mahonin
Hi

Congratulations! Enjoy the coming busy nights :)



 I'm very happy to tell you that my son, Pablo, was born yesterday. Mother
 and soon are well, although we still at hospital.

 In the next weeks I'll be extremely busy as you could imagine, so my
 contributions to Synfig, are in fallow.

 In this period I would still replying the mailing lists or the forums, but
 wouldn't do coding at all.

 I wish the best of luck to all of us.
 Cheers!
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Detachable CanvasView tabs

2013-10-26 Thread Ivan Mahonin
Hi

In brunch https://github.com/blackwarthog/synfig/tree/dockable-documents
i've implemented new CanvasView behaviour, now it can be detached and
attached to any synfig window, like any other panel.

Ivan


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Bones development

2013-11-25 Thread Ivan Mahonin
Hi, Carlos!

Actual transformation splitted by two parts 'transformation' and
'origin_transformation'.

'origin_transformation' determines rotation center and angles of apllying
X and Y scaling. Also it determines visual representation of
transformation handles in workarea.

Main condition of such splitting is - 'origin_transformation' should have
no effect when 'transformation' is identity. 'origin_transformation' only
determines how 'transformation' will applied.

So transformation matrix can be calculated only for both parameters
'origin_transformation' and 'transformation' (not for each one).

Anyway I'll think about generic solution how to split matrix to origin and
transformation parts.

Ivan

 Hi!
 I'm following the changes being made in the bones branch by Ivan.

 The Transformation class (as a new type) is a great idea and its
 representation as composite of rotation, translation and both scales is
 great. From the point of view of the user it is good, because user can
 fine
 tune the values editing them manually.

 But I wonder why internally it is not represented as a matrix. With a
 3x3 matrix (augmented 2x2 matrix [1]) it is possible to produce not only
 rotation translation and scale but also shear mapping perspective
 projection or homothety due to the properties of the affine
 transformations
 [2]. Then we could use that matrix in other kind of effects without need
 to
 rewrite more code since the matrix algebra is exactly the same.

 Cheers, Carlos

 [1] http://en.wikipedia.org/wiki/Augmented_matrix
 [2] http://en.wikipedia.org/wiki/Affine_transformation


 --
 Carlos
 http://synfig.org
 --
 Shape the Mobile Experience: Free Subscription
 Software experts and developers: Be at the forefront of tech innovation.
 Intel(R) Software Adrenaline delivers strategic insight and game-changing
 conversations that shape the rapidly evolving mobile landscape. Sign up
 now.
 http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Bones development

2013-11-29 Thread Ivan Mahonin
 You can apply the inverse of the matrix of the origin transformation,
 then the transformation matrix itself, and the restore the origin
 transformation again by applying the origin transformation matrix once
 more time.

Yes, I has already implemented this solution. But now i understand that
such behaviour of origin is unusable. Main transformation represented in
internal units of 'origin-space'. Bone matrix represented in global units.
So we always need to know both 'origin_transformation' and
'transformation' values to apply bone matrix properly.

So, I reimplemented transformation feature with other rules:
Layer_PasteCanvas have three new params:
- origin_transformation
- transformation
- enable_transformation (boolean)

Calculation of actual transformation:

actual_transformation_matrix =
transformation.get_matrix() *
origin_transformation.get_matrix().invert();

Behavior of handles (ducks):
- when transformation enabled, handles allow user to modify
'transformation' param, and group will transformed at the screen.
- when transformation disabled, user sees group in original position
without any transformation, and handles allow user to modify
'origin_transformation'.

 What I wanted to ask is that you can do internally the calculations as
 matrixes, so inverse are quite easy to calculate just transposing the
 matrix due to their orthogonal property.

Now internally transformation represented as offset, angle, skew angle and
scale variables. Also methods get_matrix and set_matrix allow to use
transformation as matrix. Transformation can be converted to matrix and
matrix can be converted back to transformation.

When we apply more then one orthogonal transformations we may loose
orthogonality, so in common case matrixes is not orthogonal and i've used
common function to calculate inverted matrix.



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e3dfa7: Add list of bones into ValueNode_BoneLink

2014-01-19 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: e3dfa7c35c8f4506c85677a1f28dd050e982a7de
  
https://github.com/synfig/synfig/commit/e3dfa7c35c8f4506c85677a1f28dd050e982a7de
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-01-19 (Sun, 19 Jan 2014)

  Changed paths:
M synfig-core/src/synfig/valuenode_bonelink.cpp
M synfig-core/src/synfig/valuenode_bonelink.h

  Log Message:
  ---
  Add list of bones into ValueNode_BoneLink


  Commit: 0861550372405fa8923ae117defd2c51be953f94
  
https://github.com/synfig/synfig/commit/0861550372405fa8923ae117defd2c51be953f94
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-01-19 (Sun, 19 Jan 2014)

  Changed paths:
M synfig-core/src/synfig/valuenode_bonelink.cpp

  Log Message:
  ---
  Fix ValueNode_BoneLink


  Commit: fa970d93ee3902d9a8474fe03d455b690bc36889
  
https://github.com/synfig/synfig/commit/fa970d93ee3902d9a8474fe03d455b690bc36889
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-01-19 (Sun, 19 Jan 2014)

  Changed paths:
M synfig-studio/src/synfigapp/actions/valuedescbonelink.cpp

  Log Message:
  ---
  Update Link to Bone action


  Commit: cef974f0cc5b80b372f4e8a1cfd8e75194c53e4e
  
https://github.com/synfig/synfig/commit/cef974f0cc5b80b372f4e8a1cfd8e75194c53e4e
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-01-19 (Sun, 19 Jan 2014)

  Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp

  Log Message:
  ---
  Allow to load files with  previous versions of BoneLink


  Commit: 85f5589af83e73857d200b0c55f11cf404cfdbbb
  
https://github.com/synfig/synfig/commit/85f5589af83e73857d200b0c55f11cf404cfdbbb
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-01-19 (Sun, 19 Jan 2014)

  Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp

  Log Message:
  ---
  Fix bug with loading old ValueNode_BoneLink


Compare: https://github.com/synfig/synfig/compare/01c5d04441b1...85f5589af83e--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 378b98: Fix some typo of action defination

2014-02-07 Thread Ivan Mahonin
  
https://github.com/synfig/synfig/commit/b43ac9d8aebc79ae3d1bc941627f516d33c0ee23
  Author: Yu Chen jco...@gmail.com
  Date:   2014-02-07 (Fri, 07 Feb 2014)

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

  Log Message:
  ---
  Add a seprator between synfig panels and opened documents in Window menu


  Commit: dd4b6a1d04c3f30c9c039190a9529fd64d54b300
  
https://github.com/synfig/synfig/commit/dd4b6a1d04c3f30c9c039190a9529fd64d54b300
  Author: Yu Chen jco...@gmail.com
  Date:   2014-02-07 (Fri, 07 Feb 2014)

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

  Log Message:
  ---
  Display Menu names when no document opened


  Commit: 7d8fa73897dbe0a1b080b6ff63d2aa4608fd5811
  
https://github.com/synfig/synfig/commit/7d8fa73897dbe0a1b080b6ff63d2aa4608fd5811
  Author: Yu Chen jco...@gmail.com
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
M synfig-studio/src/gui/actionmanagers/keyframeactionmanager.cpp

  Log Message:
  ---
  Remove keyframe menu from mainwin menu by stop adding ui string to main menu


  Commit: eb30329f4382b01fd46464f983ebb6dfd3190c33
  
https://github.com/synfig/synfig/commit/eb30329f4382b01fd46464f983ebb6dfd3190c33
  Author: Yu Chen jco...@gmail.com
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
M synfig-studio/src/gui/actionmanagers/keyframeactionmanager.cpp

  Log Message:
  ---
  Remove keyframe item of popup menu, this is a hack.


  Commit: 3344ff32441d9659c72243aa6de500f455dd534f
  
https://github.com/synfig/synfig/commit/3344ff32441d9659c72243aa6de500f455dd534f
  Author: Yu Chen jco...@gmail.com
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/canvasview.cpp

  Log Message:
  ---
  Replace Stop with Pause

The Stop behaves more like Pause in common sense,  and toolbar of canvas
already uses pause, so View menu should.


  Commit: 15b5980452a9de8a67eaab5853e8ca96cf2d2e10
  
https://github.com/synfig/synfig/commit/15b5980452a9de8a67eaab5853e8ca96cf2d2e10
  Author: Yu Chen jco...@gmail.com
  Date:   2014-02-07 (Fri, 07 Feb 2014)

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

  Log Message:
  ---
  Display correct file name which contains one or more _.


  Commit: 1b04ec6abea9baefef775448ac5809d93360e61a
  
https://github.com/synfig/synfig/commit/1b04ec6abea9baefef775448ac5809d93360e61a
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-02-07 (Fri, 07 Feb 2014)

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

  Log Message:
  ---
  Fix width points for regular outlines
http://www.synfig.org/issues/thebuggenie/synfig/issues/571


Compare: https://github.com/synfig/synfig/compare/86aaad5a3ddb...1b04ec6abea9--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 4249b7: Visualize skeleton

2014-02-11 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4249b7f21b76b92be6a9275d732c563820a7fb13
  
https://github.com/synfig/synfig/commit/4249b7f21b76b92be6a9275d732c563820a7fb13
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-02-10 (Mon, 10 Feb 2014)

  Changed paths:
M synfig-core/src/synfig/layer_skeleton.cpp
M synfig-core/src/synfig/layer_skeleton.h

  Log Message:
  ---
  Visualize skeleton


--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] etl::handle and reference counter

2014-02-12 Thread Ivan Mahonin
Hello!

I've encountered some problem with 'etl::handle'.

When 'etl::shared_object' created it have zero reference count. It's
initial state of object.

When we assign it to any 'etl::handle' reference count increases. And we
cannot turn object back to initial state - object will be deleted instead.

Usually it's not a problem, we just create handle and keep it while object
is necessary. But in constructor we cannot keep this handle. So we should
do not create handle to 'this', and cannot use any methods which creates
handle to 'this'. For example i cannot call 'add' method while
construction of 'ValueNode_DynamicList'.

To solve this i've added 'unref_inactive' method into 'shared_object' and
'virtual_shared_object' classes. Which decrease a reference counter but
not deletes object.

I hope it will helpful.

Ivan




--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Branch improve-valuebase

2014-02-24 Thread Ivan Mahonin
Hi!

Now i've fixed bugs, and branch can be built

Ivan


--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis  security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Branch improve-valuebase

2014-02-24 Thread Ivan Mahonin
 Hi, Ivan!
 I have problems with opening/rendering
 synfig-studio/images/synfig_icon.sif - the application segfaults.

 K.

I've fixed it


--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis  security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Branch improve-valuebase

2014-02-25 Thread Ivan Mahonin
I forgot to commit some files. Fixed


--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis  security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Can't build bone-multilink branch.

2014-03-11 Thread Ivan Mahonin
Thank you.


 Please add this patch to bone-multilink branch in order to really make
 synfigstudio:


 diff --git a/synfig-core/src/synfig/Makefile.am
 b/synfig-core/src/synfig/Makefile.am
 index aa93cd0..77bee2c 100644
 --- a/synfig-core/src/synfig/Makefile.am
 +++ b/synfig-core/src/synfig/Makefile.am
 @@ -291,6 +291,7 @@ SYNFIGHEADERS = \
  filecontainertemporary.h \
  zstreambuf.h \
  valueoperations.h \
 +valuetransformation.h \
  weightedvalue.h

  SYNFIGSOURCES = \



 Cheers


 2014-03-04 15:30 GMT+01:00 Carlos López González genet...@gmail.com:

 Using Windows 32 bits build script native.
 Attached is error.log output when building studio.

 --
 Carlos
 http://synfig.org




 --
 Carlos
 http://synfig.org
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] any reasons to have 24.967 in FPS combox of Setup dialog?

2014-04-21 Thread Ivan Mahonin
Hello

I found movies in 24/967 fps, but not found any article why this
number.

24p has variant with 23.976 FPS

CLG http://en.wikipedia.org/wiki/24p


CLG 2014-04-21 7:22 GMT+02:00 Yu Chen jco...@gmail.com:
CLG // Fill the FPS combo box with proper strings (not localised)
CLG     float f[8];
CLG     f[0] = 60;
CLG     f[1] = 50;
CLG     f[2] = 30;
CLG     f[3] = 25;
CLG     f[4] = 24.967;
CLG     f[5] = 24;
CLG     f[6] = 15;
CLG     f[7] = 12;

CLG 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/gui/dialogs/dialog_setup.cpp#L281

CLG ~ yu



--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Opengl branch

2014-05-01 Thread Ivan Mahonin
Hi!

I've fixed this bug now.
Also fixed handles of bones for Skeleton Deformation

https://github.com/blackwarthog/synfig/tree/opengl


CLG Hi!


CLG I've compiled the opengl branch in Windows XP 32 bits.



CLG When running Synfig Studio I get this (gdb output):

CLG Program received signal SIGSEGV, Segmentation fault.
CLG 0x6fcbafa2 in
CLG libstdc++-6!_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base ()
CLG    from /usr/i686-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll
CLG (gdb) where
CLG #0  0x6fcbafa2 in
CLG libstdc++-6!_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base
CLG     () from
CLG /usr/i686-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll
CLG #1  0x008d1a02 in ?? ()
CLG #2  0x00864fb5 in ?? ()
CLG #3  0x07c75ac2 in
CLG synfig::Type::OperationBookBase::remove_type_from_all_books (
CLG     identifier=28) at type.h:289
CLG #4  0x07c7281d in synfig::Type::unregister_type (
CLG     this=0x7e48560
CLG synfig::types_namespace::TypeTransformation::instance)
CLG     at type.h:396
CLG #5  0x07a061df in synfig::Type::~Type (
CLG     this=0x7e48560
CLG synfig::types_namespace::TypeTransformation::instance,
CLG     __in_chrg=optimized out) at type.cpp:122
CLG #6  0x07c4f1e0 in
CLG synfig::types_namespace::TypeTransformation::~TypeTransformati 
 
CLG on (this=0x7e48560
CLG synfig::types_namespace::TypeTransformation::instance,
CLG     __in_chrg=optimized out) at base_types.cpp:556
CLG #7  0x07a06a0d in __tcf_20 () at base_types.cpp:569
CLG #8  0x07a011a4 in _CRT_INIT@12
CLG (hDllHandle=hDllHandle@entry=0x7a0,
CLG     dwReason=dwReason@entry=0, lpreserved=lpreserved@entry=0x1)
CLG     at
CLG /usr/src/debug/mingw64-i686-runtime-3.1.0-1/crt/crtdll.c:144
CLG #9  0x07a0139d in __DllMainCRTStartup
CLG (hDllHandle=hDllHandle@entry=0x7a0,
CLG     dwReason=0, lpreserved=lpreserved@entry=0x1)
CLG     at
CLG /usr/src/debug/mingw64-i686-runtime-3.1.0-1/crt/crtdll.c:211
CLG #10 0x07a01443 in DllMainCRTStartup@12
CLG (hDllHandle=0x7a0, dwReason=0,
CLG ---Type return to continue, or q return to quit---
CLG     lpreserved=0x1)
CLG     at
CLG /usr/src/debug/mingw64-i686-runtime-3.1.0-1/crt/crtdll.c:171
CLG #11 0x7c91118a in ntdll!LdrInitializeThunk ()
CLG    from /cygdrive/c/WINDOWS/system32/ntdll.dll
CLG #12 0x07a0 in ?? ()
CLG #13 0x7c933aba in ntdll!RtlDestroyEnvironment ()
CLG    from /cygdrive/c/WINDOWS/system32/ntdll.dll
CLG #14 0x7c81ca96 in KERNEL32!IsValidLocale ()
CLG    from /cygdrive/c/WINDOWS/system32/kernel32.dll
CLG #15 0x7c81cb0e in KERNEL32!ExitProcess ()
CLG    from /cygdrive/c/WINDOWS/system32/kernel32.dll
CLG #16 0x77c09d45 in strerror () from
CLG /cygdrive/c/WINDOWS/system32/msvcrt.dll
CLG #17 0x77c09e78 in msvcrt!_initterm ()
CLG    from /cygdrive/c/WINDOWS/system32/msvcrt.dll
CLG #18 0x77c09eac in msvcrt!_exit () from
CLG /cygdrive/c/WINDOWS/system32/msvcrt.dll
CLG #19 0x77c0523b in raise () from
CLG /cygdrive/c/WINDOWS/system32/msvcrt.dll
CLG #20 0x0003 in ?? ()
CLG #21 0x0f2d8950 in ?? ()
CLG #22 0x77c06bc1 in msvcrt!abort () from
CLG /cygdrive/c/WINDOWS/system32/msvcrt.dll
CLG #23 0x0016 in ?? ()
CLG #24 0x000a in ?? ()
CLG #25 0x07c15a78 in _wassert (_Message=0x77c31890 L,
CLG     _Message@entry=0xf2d88e8
CLG L!typesByName.count(description.name),
CLG ---Type return to continue, or q return to quit---q
CLG _File=0xf2Quit





-- 
С уважением,
 Ivan  mailto:b...@icystar.com


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 300741: JACK in preview window

2014-06-03 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 3007410cfbfdc61da787617b19dc7ac033e9fa7a
  
https://github.com/synfig/synfig/commit/3007410cfbfdc61da787617b19dc7ac033e9fa7a
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/dialogs/dialog_preview.cpp
M synfig-studio/src/gui/preview.cpp
M synfig-studio/src/gui/preview.h

  Log Message:
  ---
  JACK in preview window


  Commit: abce8231aa51dcc76ec5610a3c9c67bc950f7988
  
https://github.com/synfig/synfig/commit/abce8231aa51dcc76ec5610a3c9c67bc950f7988
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/preview.cpp
M synfig-studio/src/gui/preview.h

  Log Message:
  ---
  Pass JACK-offset from canvas into preview window, when preview created


Compare: https://github.com/synfig/synfig/compare/e6d387cc6d5b...abce8231aa51--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] last commit ...

2014-10-18 Thread Ivan Mahonin
Hi, Jerome

Thank you

 Hello synfig dev team,
 Hello ivan,

 Nice to see your branch moving ...

 https://github.com/blackwarthog/synfig/commit/7bc94ac6c27f5a44f9fd18ddf4e9fb42180e47e2

 see'ya!

 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl





--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 49d037: Fix bug with skeleton deformation

2014-12-03 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 49d0372251e31e23561fc659f925664df414b529
  
https://github.com/synfig/synfig/commit/49d0372251e31e23561fc659f925664df414b529
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
M synfig-core/src/synfig/vector.h
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp

  Log Message:
  ---
  Fix bug with skeleton deformation


  Commit: 096084920c23f8818942692cd615134d15204008
  
https://github.com/synfig/synfig/commit/096084920c23f8818942692cd615134d15204008
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
M synfig-core/src/synfig/Makefile.am
A synfig-core/src/synfig/polygon.h

  Log Message:
  ---
  Add polygon struct


  Commit: 9470e13159c2d206f9e3a5ec732de1ec685520b6
  
https://github.com/synfig/synfig/commit/9470e13159c2d206f9e3a5ec732de1ec685520b6
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
M synfig-core/src/synfig/renderersoftware.cpp
M synfig-core/src/synfig/renderersoftware.h

  Log Message:
  ---
  Allow to paint non-textured meshes (polygons) via new renderer


  Commit: 5d628e40d29844fb44624fe98e662d0f318835e2
  
https://github.com/synfig/synfig/commit/5d628e40d29844fb44624fe98e662d0f318835e2
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
M synfig-core/src/synfig/layer_skeletondeformation.cpp
M synfig-core/src/synfig/layer_skeletondeformation.h

  Log Message:
  ---
  Generate mask polygon for skeleton deformation


  Commit: ec2205dc7c3b88601cced5822d1d8718ff5cd59d
  
https://github.com/synfig/synfig/commit/ec2205dc7c3b88601cced5822d1d8718ff5cd59d
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
M synfig-core/src/synfig/layer_meshtransform.cpp
M synfig-core/src/synfig/layer_meshtransform.h
M synfig-core/src/synfig/layer_skeletondeformation.cpp
M synfig-core/src/synfig/layer_skeletondeformation.h

  Log Message:
  ---
  Apply mask


  Commit: ba47923bec30e04f89fdb07191f74644a4c7a017
  
https://github.com/synfig/synfig/commit/ba47923bec30e04f89fdb07191f74644a4c7a017
  Author: Ivan Mahonin b...@icystar.com
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
M synfig-core/src/synfig/layer_meshtransform.cpp
M synfig-core/src/synfig/layer_meshtransform.h
M synfig-core/src/synfig/layer_skeletondeformation.cpp

  Log Message:
  ---
  Fix bugs


Compare: https://github.com/synfig/synfig/compare/20a94b015ac1...ba47923bec30--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 43513c: Add credits for Evgenij Katunov

2015-02-18 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 43513c17044ddd71a3ed28dae215ef6922da6b21
  
https://github.com/synfig/synfig/commit/43513c17044ddd71a3ed28dae215ef6922da6b21
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
M synfig-studio/AUTHORS
M synfig-studio/README
M synfig-studio/src/gui/dialogs/about.cpp

  Log Message:
  ---
  Add credits for Evgenij Katunov


  Commit: d6647d7b169a3281aa974fd27d00898003f37648
  
https://github.com/synfig/synfig/commit/d6647d7b169a3281aa974fd27d00898003f37648
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
M synfig-studio/src/gui/states/state_lasso.cpp

  Log Message:
  ---
  Cleanup headers


  Commit: 2fe42f47d3e0192a727ab41bd168032860ef73e7
  
https://github.com/synfig/synfig/commit/2fe42f47d3e0192a727ab41bd168032860ef73e7
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-02-18 (Wed, 18 Feb 2015)

  Changed paths:
M synfig-core/src/synfig/canvas.cpp
M synfig-core/src/synfig/context.cpp
M synfig-core/src/synfig/context.h
M synfig-core/src/synfig/layer.cpp
M synfig-core/src/synfig/layer.h
M synfig-core/src/synfig/layer_group.cpp
M synfig-core/src/synfig/layer_pastecanvas.cpp
M synfig-core/src/synfig/layer_switch.cpp

  Log Message:
  ---
  Fix bug with zrange


  Commit: 9ec9c479d9c746a7247e4f3fea2ace439cf9d323
  
https://github.com/synfig/synfig/commit/9ec9c479d9c746a7247e4f3fea2ace439cf9d323
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-02-18 (Wed, 18 Feb 2015)

  Changed paths:
M synfig-core/src/synfig/soundprocessor.cpp
M synfig-studio/src/gui/preview.cpp

  Log Message:
  ---
  Fix sound in preview


  Commit: 18b0a51b1e0f70374e45e8a3d0fea394cd322d13
  
https://github.com/synfig/synfig/commit/18b0a51b1e0f70374e45e8a3d0fea394cd322d13
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-02-18 (Wed, 18 Feb 2015)

  Changed paths:
M synfig-studio/src/gui/states/state_bline.cpp
M synfig-studio/src/gui/states/state_circle.cpp
M synfig-studio/src/gui/states/state_gradient.cpp
M synfig-studio/src/gui/states/state_polygon.cpp
M synfig-studio/src/gui/states/state_rectangle.cpp
M synfig-studio/src/gui/states/state_star.cpp
M synfig-studio/src/gui/states/state_text.cpp

  Log Message:
  ---
  Fix bug with tools crash


Compare: https://github.com/synfig/synfig/compare/305790786137...18b0a51b1e0f--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 044bb9: Fix straigh onto blending for layer shape

2015-03-13 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 044bb928ed0789d328aaad9649e4d183aaa4522a
  
https://github.com/synfig/synfig/commit/044bb928ed0789d328aaad9649e4d183aaa4522a
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-03-13 (Fri, 13 Mar 2015)

  Changed paths:
M synfig-core/src/synfig/layer_shape.cpp
M synfig-core/src/synfig/layer_shape.h

  Log Message:
  ---
  Fix straigh onto blending for layer shape


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e740be: Fix bug with One moment window

2015-03-30 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: e740be516a6688d22e237edb2782736d5078af67
  
https://github.com/synfig/synfig/commit/e740be516a6688d22e237edb2782736d5078af67
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-03-30 (Mon, 30 Mar 2015)

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

  Log Message:
  ---
  Fix bug with One moment window


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 4ceeb4: Functionality to lock jack for each CanvasView and...

2015-04-03 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4ceeb41d2d2f35f7c4a7859d3fa382ff6b312103
  
https://github.com/synfig/synfig/commit/4ceeb41d2d2f35f7c4a7859d3fa382ff6b312103
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-03-31 (Tue, 31 Mar 2015)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/canvasview.h

  Log Message:
  ---
  Functionality to lock jack for each CanvasView and for whole Application


  Commit: c4ee3e2f52e43c8d6030511c11830934840b6c19
  
https://github.com/synfig/synfig/commit/c4ee3e2f52e43c8d6030511c11830934840b6c19
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-03-31 (Tue, 31 Mar 2015)

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

  Log Message:
  ---
  Lock (and disable) jack for CanvasViews while jack enabled in Preview


  Commit: d7a6f37d6ac9a7ef58d3b44a1f39806a025dbe90
  
https://github.com/synfig/synfig/commit/d7a6f37d6ac9a7ef58d3b44a1f39806a025dbe90
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/canvasview.h
M synfig-studio/src/gui/dialogs/dialog_preview.cpp
M synfig-studio/src/gui/dialogs/dialog_preview.h
M synfig-studio/src/gui/preview.cpp
M synfig-studio/src/gui/preview.h

  Log Message:
  ---
  Remember jack state for preview


  Commit: 0987cecfddaf314d1bc488b2027f825d6c5c517a
  
https://github.com/synfig/synfig/commit/0987cecfddaf314d1bc488b2027f825d6c5c517a
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-04-02 (Thu, 02 Apr 2015)

  Changed paths:
M synfig-studio/src/synfigapp/actions/valuedescset.cpp

  Log Message:
  ---
  Warning about editing animated parameter


  Commit: d8fa599ff1d4f029df771198a2db156dc865edb6
  
https://github.com/synfig/synfig/commit/d8fa599ff1d4f029df771198a2db156dc865edb6
  Author: Ivan Mahonin b...@icystar.com
  Date:   2015-04-02 (Thu, 02 Apr 2015)

  Changed paths:
M synfig-studio/src/gui/docks/dock_layers.cpp
M synfig-studio/src/gui/duckmatic.cpp
M synfig-studio/src/gui/duckmatic.h
M synfig-studio/src/gui/states/state_normal.cpp
M synfig-studio/src/synfigapp/actions/valuedescset.cpp
M synfig-studio/src/synfigapp/actions/valuedescset.h
M synfig-studio/src/synfigapp/canvasinterface.cpp
M synfig-studio/src/synfigapp/canvasinterface.h

  Log Message:
  ---
  Editing animated params with space key pressed without warning


Compare: https://github.com/synfig/synfig/compare/e740be516a66...d8fa599ff1d4--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Hardware rendering

2015-08-10 Thread Ivan Mahonin
Hi!

Good news!!! I worked several hours and made... a little description of
new rendering engine :)
( see https://github.com/blackwarthog/synfig/tree/rendering )

Some description how to works new rendering:

http://icystar.com/downloads/synfig/description.odt
http://icystar.com/downloads/synfig/description.pdf

Roadmap:

http://icystar.com/downloads/synfig/roadmap.dia
http://icystar.com/downloads/synfig/roadmap.png

Thank you!


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


[Synfig-devl] [synfig/synfig] 895fff: Remove strange 50ms delay from AsyncRenderer

2015-09-10 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 895fff16a3b86302724f9008330a19d783065445
  
https://github.com/synfig/synfig/commit/895fff16a3b86302724f9008330a19d783065445
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

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

  Log Message:
  ---
  Remove strange 50ms delay from AsyncRenderer


--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] synfig master build errors

2015-12-28 Thread Ivan Mahonin
Hi!

i've fixed bug with logo.sifz

--
bw


> I also downloaded the bin you provided from synfig.org, same issue.
> software and hardware Cobra modes crash with logo.sifz file.
>
> ~ yu



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


[Synfig-devl] [synfig/synfig] 9aaa53: Fix warnings related to capability with C++11

2016-02-06 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 9aaa53d693377527593914faf5154e2a3c4aba3b
  
https://github.com/synfig/synfig/commit/9aaa53d693377527593914faf5154e2a3c4aba3b
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/main.cpp
M synfig-studio/src/gui/dialogs/about.cpp
M synfig-studio/src/gui/iconcontroller.cpp
M synfig-studio/src/gui/splash.cpp

  Log Message:
  ---
  Fix warnings related to capability with C++11


  Commit: cfbda9704a37153cc571a6e009ad1fe4cbc6919b
  
https://github.com/synfig/synfig/commit/cfbda9704a37153cc571a6e009ad1fe4cbc6919b
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_animatedfile.cpp

  Log Message:
  ---
  Fix .pgo loader: add "rest" frames


  Commit: 47f6e0eb8d31d87b9196a369749db617bf5c56c8
  
https://github.com/synfig/synfig/commit/47f6e0eb8d31d87b9196a369749db617bf5c56c8
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

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

  Log Message:
  ---
  Fix synchronization of LayerTree and layers


Compare: https://github.com/synfig/synfig/compare/78925cfda48e...47f6e0eb8d31--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 8ccecc: Fix bug with spline editing

2016-02-08 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 8ccecc133fe2677a3c454e5056908ecf4cabe00b
  
https://github.com/synfig/synfig/commit/8ccecc133fe2677a3c454e5056908ecf4cabe00b
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_dynamiclist.cpp
M synfig-core/src/synfig/valuenodes/valuenode_staticlist.cpp
M synfig-studio/src/gui/valuelink.cpp

  Log Message:
  ---
  Fix bug with spline editing


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] c++11 : lvalue required as unary '&' operand << stack allocation ?

2016-01-20 Thread Ivan Mahonin
Hello!

I think following code will save us:

- Array arr_surface(().real());
+ Array arr_surface((Real*)());

In previous implementation of GCC real() returns reference instead of value.
But anyway old and new standards says what real() should returns value
(not reference). So it's my bug.



> Hello here...
>
> I'm taking care of the "#904 - C++11 and libsigc++ 2.6.0 support"[1] and
> i'm front a problem i need help to solve.
>
> Firstly in this branch, i have enable c++11 support by adding some M4 and
> converting isnan & isinf to std::' [2]
>
> Now i'm front face of "lvalue required as unary '&' operand" errors.
> I take look here and there, try different things, and finally, found a way
> to solve it [3] ... at least it build .
>
> - Array arr_surface(().real());
> + Real surfacereal(surface.front().real());
> + Array arr_surface(& surfacereal);
>
>
> WHATSTHEPROBBRO?
> Memory !
> Not leak... but i think that could create memory corruption.
> The surfacereal variable is allocated into the stack and passed by
> references the arr_surface.
>
> What do you think ?
> Does that solution create a potential corruption?
> Do you have a smarter (because i do'nt like it) solution ?
> Does Chinese people also parties on gregorian calendar NY ?
>
> [1] http://www.synfig.org/issues/thebuggenie/synfig/issues/904
> [2]
> https://github.com/d-j-a-y/synfig/commit/6a18f6a87c20889fca3958b15b7914edda24cab8
> [3]
> https://github.com/d-j-a-y/synfig/commit/57e52580ac16155ea3c4dcaeace7886f9cc38c64
> [4]
> https://github.com/d-j-a-y/synfig/blob/master/synfig-core/src/synfig/rendering/software/function/array.h#L160
>
> Nota : if i don't say silly things, the memory corruption was already here
> with previous code implementation.
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
> ___
> Synfig-devl mailing list
> Synfig-devl@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>
>



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Neperian logarithm or Napierian logarithm

2016-02-14 Thread Ivan Mahonin
Hi, actually this value node used to calculate the Natural logarithm

> Hi,Value node used to calculate the Neperian logarithm
> src/synfig/valuenodes/valuenode_log.cpp:160
> I only googled this:  https://en.wikipedia.org/wiki/Napierian_logarithm
>
> is Neperian a spelling error?
> KrYu
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
> Synfig-devl mailing list
> Synfig-devl@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 5293a9: LayerAddFrame (Make New Frame) only visible for sw...

2016-02-16 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 5293a9b20e6cbf4c11fad57ba83211b017556279
  
https://github.com/synfig/synfig/commit/5293a9b20e6cbf4c11fad57ba83211b017556279
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M synfig-studio/src/synfigapp/actions/layeraddframe.cpp

  Log Message:
  ---
  LayerAddFrame (Make New Frame) only visible for switch layer.


  Commit: 128b0da3afba31d5c38c8e0cfb8bf6958fcec13d
  
https://github.com/synfig/synfig/commit/128b0da3afba31d5c38c8e0cfb8bf6958fcec13d
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/widgets/widget_coloredit.cpp
M synfig-studio/src/gui/widgets/widget_defaults.cpp

  Log Message:
  ---
  Fix762 - Color Dialog : HSV Color Panel not updated when opened


  Commit: c83e0c3a9d24df7780d75d494dc5887ef7f5fc1b
  
https://github.com/synfig/synfig/commit/c83e0c3a9d24df7780d75d494dc5887ef7f5fc1b
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_color.cpp

  Log Message:
  ---
  Fix "GtkDialog mapped without a transient parent" warning


  Commit: ccc821a5f76ac708e9e4811e366e9613ebe93232
  
https://github.com/synfig/synfig/commit/ccc821a5f76ac708e9e4811e366e9613ebe93232
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

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

  Log Message:
  ---
  fix956  -  Ctrl-N doesn't work


  Commit: db9e08957829cb60f1745e590e6dc7fb99d88561
  
https://github.com/synfig/synfig/commit/db9e08957829cb60f1745e590e6dc7fb99d88561
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/instance.h

  Log Message:
  ---
  Print "closed" info to console only if closed


  Commit: d73f531567020887a50b00880a36b75c2f645d24
  
https://github.com/synfig/synfig/commit/d73f531567020887a50b00880a36b75c2f645d24
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/instance.cpp

  Log Message:
  ---
  fix presentation of next project on close document (ctrl-w)

When a project is closed :
* Before, the first one was shown but not active.
* Now, the previous (is last) or the next is selected and activated.

Now the behavior is "normal" for a mdi.


  Commit: 71b1a2394a1754d561d4a4e638d3153b05091050
  
https://github.com/synfig/synfig/commit/71b1a2394a1754d561d4a4e638d3153b05091050
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_animatedinterface.cpp

  Log Message:
  ---
  Fix ValueNode_AnimatedInterface


  Commit: a1ebe5e5adbdb99ae9ef005e42212e9022f8fa02
  
https://github.com/synfig/synfig/commit/a1ebe5e5adbdb99ae9ef005e42212e9022f8fa02
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/canvas.cpp
M synfig-studio/src/gui/trees/layertreestore.cpp

  Log Message:
  ---
  Fix bug with drag in LayerTree


  Commit: 08446b56766d37ba72848cb60b0e157dd016c5f7
  
https://github.com/synfig/synfig/commit/08446b56766d37ba72848cb60b0e157dd016c5f7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/task/tasklayersw.cpp

  Log Message:
  ---
  Fix TaskLayerSW


Compare: https://github.com/synfig/synfig/compare/4703127a2f73...08446b56766d--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 3dbf05: IIR Blur

2016-03-01 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 3dbf05c3ddb619eda53d0d4f50c73ace54dc9376
  
https://github.com/synfig/synfig/commit/3dbf05c3ddb619eda53d0d4f50c73ace54dc9376
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/Makefile_insert
M synfig-core/src/synfig/rendering/software/function/array.h
M synfig-core/src/synfig/rendering/software/function/blur.cpp
M synfig-core/src/synfig/rendering/software/function/blur.h
A 
synfig-core/src/synfig/rendering/software/function/blur_iir_coefficients.cpp
M synfig-core/src/synfig/rendering/software/function/blurtemplates.h
M synfig-core/src/synfig/rendering/software/function/fft.cpp

  Log Message:
  ---
  IIR Blur


  Commit: 2df4a7328031ef78ec50f4414b3dc2cbe0dca60d
  
https://github.com/synfig/synfig/commit/2df4a7328031ef78ec50f4414b3dc2cbe0dca60d
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp

  Log Message:
  ---
  More accurate calculations for fast gaussian blur


  Commit: 5be1b94a9d48301a14dc1529e975fb50292c2a27
  
https://github.com/synfig/synfig/commit/5be1b94a9d48301a14dc1529e975fb50292c2a27
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/modules/lyr_std/stroboscope.cpp
M synfig-core/src/modules/lyr_std/stroboscope.h
M synfig-core/src/modules/lyr_std/timeloop.cpp
M synfig-core/src/modules/lyr_std/timeloop.h
M synfig-core/src/synfig/layers/Makefile_insert

  Log Message:
  ---
  Base class for invisible layers (Timeloop, Stroboscope works in Cobra)


  Commit: 500acdba6f3b01ca23e86ab657ab0bb5ac41b9ff
  
https://github.com/synfig/synfig/commit/500acdba6f3b01ca23e86ab657ab0bb5ac41b9ff
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/layers/layer_mime.cpp
M synfig-core/src/synfig/layers/layer_mime.h

  Log Message:
  ---
  Derivate Layer_Mime from Layer_Invisible


  Commit: 75fae5b243e75155901960da85014d1955967202
  
https://github.com/synfig/synfig/commit/75fae5b243e75155901960da85014d1955967202
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
A synfig-core/src/synfig/layers/layer_invisible.cpp
A synfig-core/src/synfig/layers/layer_invisible.h

  Log Message:
  ---
  Add missing files


  Commit: eaa8a87fe55d0b0d1703e885a66197eaea22d8c6
  
https://github.com/synfig/synfig/commit/eaa8a87fe55d0b0d1703e885a66197eaea22d8c6
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/modules/lyr_std/Makefile.am
A synfig-core/src/modules/lyr_std/freetime.cpp
A synfig-core/src/modules/lyr_std/freetime.h
M synfig-core/src/modules/lyr_std/main.cpp

  Log Message:
  ---
  Layer_FreeTime


  Commit: 9a5713d729b60919164e82dea84862e93f107dfa
  
https://github.com/synfig/synfig/commit/9a5713d729b60919164e82dea84862e93f107dfa
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/array.h
M synfig-core/src/synfig/rendering/software/function/blur.cpp
M 
synfig-core/src/synfig/rendering/software/function/blur_iir_coefficients.cpp
M synfig-core/src/synfig/rendering/software/function/blurtemplates.h

  Log Message:
  ---
  Improve IIR blur


  Commit: 591d46c0c52ed19f629165c1f866a3629e0b35e9
  
https://github.com/synfig/synfig/commit/591d46c0c52ed19f629165c1f866a3629e0b35e9
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/canvas.cpp
M synfig-core/src/synfig/canvas.h
M synfig-core/src/synfig/layer.cpp
M synfig-core/src/synfig/layer.h
M synfig-core/src/synfig/layers/layer_pastecanvas.cpp
M synfig-studio/src/synfigapp/actions/layerzdepthrangeset.cpp

  Log Message:
  ---
  Fix z-order and outline_grow for Layer_PasteCanvas


  Commit: 9f3c688567a4d32c54fe98f7277a2cc33519f21a
  
https://github.com/synfig/synfig/commit/9f3c688567a4d32c54fe98f7277a2cc33519f21a
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/modules/lyr_std/bevel.cpp
M synfig-core/src/modules/lyr_std/bevel.h
M synfig-core/src/modules/lyr_std/booleancurve.cpp
M synfig-core/src/modules/lyr_std/booleancurve.h
M synfig-core/src/modules/lyr_std/clamp.cpp
M synfig-core/src/modules/lyr_std/clamp.h
M synfig-core/src/modules/lyr_std/curvewarp.cpp
M synfig-core/src/modules/lyr

[Synfig-devl] [synfig/synfig] 30c2f8: Developer version 1.3.1

2017-02-01 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 30c2f81e2114dd0617eda22ab60149ff0f2db244
  
https://github.com/synfig/synfig/commit/30c2f81e2114dd0617eda22ab60149ff0f2db244
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Developer version 1.3.1


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 4dac04: Fix graphic tablet coordinates for win builds. Clo...

2017-02-07 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4dac047bfc95db9ef1fb8d8622f3c6cbf9dd595d
  
https://github.com/synfig/synfig/commit/4dac047bfc95db9ef1fb8d8622f3c6cbf9dd595d
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

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

  Log Message:
  ---
  Fix graphic tablet coordinates for win builds. Closes #241


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] a5f458: Fix dialog_setup layout. Closes #320

2017-02-07 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: a5f4587aa05d499b0bcd337549db3ec0f86ae322
  
https://github.com/synfig/synfig/commit/a5f4587aa05d499b0bcd337549db3ec0f86ae322
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
M synfig-studio/src/gui/asyncrenderer.cpp
M synfig-studio/src/gui/asyncrenderer.h
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h

  Log Message:
  ---
  Fix dialog_setup layout. Closes #320


  Commit: bcba57f05c1cb227d40b5b28a1d753f3981aa2ae
  
https://github.com/synfig/synfig/commit/bcba57f05c1cb227d40b5b28a1d753f3981aa2ae
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h

  Log Message:
  ---
  Remove unused option App::browser_command


Compare: https://github.com/synfig/synfig/compare/4dac047bfc95...bcba57f05c1c--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] fd17e8: Fix fedora22-win cross compilation

2017-01-30 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: fd17e8ecff1b9b77698e150724cf89036a5646af
  
https://github.com/synfig/synfig/commit/fd17e8ecff1b9b77698e150724cf89036a5646af
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
M synfig-studio/src/brushlib/helpers.hpp

  Log Message:
  ---
  Fix fedora22-win cross compilation


  Commit: 9b5397554d0665c79dcee7df427994ee4ad7d6b0
  
https://github.com/synfig/synfig/commit/9b5397554d0665c79dcee7df427994ee4ad7d6b0
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/target_scanline.cpp
M synfig-core/src/synfig/target_tile.cpp

  Log Message:
  ---
  Fix z-depth. Closes #299


Compare: https://github.com/synfig/synfig/compare/da01ef38ad29...9b5397554d06--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 4fcc3f: Fix 'less' operator of studio::WorkAreaTile

2017-01-28 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4fcc3f490cc02498491b76e18e80d1be954d04be
  
https://github.com/synfig/synfig/commit/4fcc3f490cc02498491b76e18e80d1be954d04be
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

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

  Log Message:
  ---
  Fix 'less' operator of studio::WorkAreaTile


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] da01ef: Fix bug with NoiseDistorsion. Closes #305

2017-01-28 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: da01ef38ad29a907a95eebdf41a4fc9d51d548c5
  
https://github.com/synfig/synfig/commit/da01ef38ad29a907a95eebdf41a4fc9d51d548c5
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/layers/layer_composite.cpp

  Log Message:
  ---
  Fix bug with NoiseDistorsion. Closes #305


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] f52e37: Fix dependencies for Debian Stretch/Sid

2017-03-01 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: f52e377cc4c2915106f095ae5082a80dd1c28dae
  
https://github.com/synfig/synfig/commit/f52e377cc4c2915106f095ae5082a80dd1c28dae
  Author: Sylvain Leroux <sylv...@chicoree.fr>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
M autobuild/synfigstudio-linux-build.sh

  Log Message:
  ---
  Fix dependencies for Debian Stretch/Sid


  Commit: 0396613670692cc21d33685eb2f24e05e4ee7f74
  
https://github.com/synfig/synfig/commit/0396613670692cc21d33685eb2f24e05e4ee7f74
  Author: Sylvain Leroux <sylv...@chicoree.fr>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
M autobuild/synfigstudio-linux-build.sh

  Log Message:
  ---
  Change libtiff4 to libtiff5

Because libtiff4 was in wheezy and not included in jessie, stretch and sid.


  Commit: 23b95e80be2b90a8d2c01e42a228a09db134edf5
  
https://github.com/synfig/synfig/commit/23b95e80be2b90a8d2c01e42a228a09db134edf5
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
M autobuild/synfigstudio-linux-build.sh

  Log Message:
  ---
  Merge pull request #328 from s-leroux/build/debian-stretch

Fix dependencies for Debian Stretch/Sid


Compare: https://github.com/synfig/synfig/compare/f64bdfa950fa...23b95e80be2b--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] a81143: Clone "old" layers before render

2016-09-02 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: a8114302653c1570cb81f1e86c1e1ef6a4a3cdea
  
https://github.com/synfig/synfig/commit/a8114302653c1570cb81f1e86c1e1ef6a4a3cdea
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
M synfig-core/src/synfig/layer.cpp

  Log Message:
  ---
  Clone "old" layers before render


  Commit: b297b1b5ab0ede919547dc05da2476d98003a0df
  
https://github.com/synfig/synfig/commit/b297b1b5ab0ede919547dc05da2476d98003a0df
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
M synfig-core/src/synfig/main.cpp

  Log Message:
  ---
  fix deadlock


Compare: https://github.com/synfig/synfig/compare/881851881c38...b297b1b5ab0e--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 503453: Fix bug with FontFamily

2016-09-16 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 50345393455c7800621c1eb942999fac45bfa77b
  
https://github.com/synfig/synfig/commit/50345393455c7800621c1eb942999fac45bfa77b
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
M synfig-core/src/modules/lyr_freetype/lyr_freetype.cpp
M synfig-core/src/modules/lyr_freetype/lyr_freetype.h
M synfig-core/src/synfig/layer.cpp

  Log Message:
  ---
  Fix bug with FontFamily


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


[Synfig-devl] [synfig/synfig] 3124d5: Fix compilation error for mac

2016-09-22 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 3124d59e4100aabf2168d3d20fa12ea54e5b5c17
  
https://github.com/synfig/synfig/commit/3124d59e4100aabf2168d3d20fa12ea54e5b5c17
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/resource.h

  Log Message:
  ---
  Fix compilation error for mac


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


[Synfig-devl] [synfig/synfig] 5173ed: Fix compatibility with old c++ standards

2016-10-28 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 5173ed9896170c988cc0607837e9447b121fdc25
  
https://github.com/synfig/synfig/commit/5173ed9896170c988cc0607837e9447b121fdc25
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
M synfig-core/src/synfig/real.h
M synfig-studio/src/gui/dials/zoomdial.cpp
M synfig-studio/src/gui/dials/zoomdial.h
M synfig-studio/src/gui/workarea.cpp
M synfig-studio/src/gui/workarea.h

  Log Message:
  ---
  Fix compatibility with old c++ standards


  Commit: 9830a1f082150c2e712e0c59d915a46ac35c66ba
  
https://github.com/synfig/synfig/commit/9830a1f082150c2e712e0c59d915a46ac35c66ba
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
M synfig-studio/src/gui/dials/zoomdial.cpp
M synfig-studio/src/gui/dials/zoomdial.h

  Log Message:
  ---
  Disable autoselect in zoomdial


  Commit: a9318e709f8c954eacaa8013c54cb013038bc4e7
  
https://github.com/synfig/synfig/commit/a9318e709f8c954eacaa8013c54cb013038bc4e7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
M synfig-studio/src/gui/dials/zoomdial.cpp
M synfig-studio/src/gui/dials/zoomdial.h

  Log Message:
  ---
  Handle scroll event in zoomdial


Compare: https://github.com/synfig/synfig/compare/a7e6716b0d5d...a9318e709f8c--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] ee52f0: display current zoom level in zoom dial

2016-10-31 Thread Ivan Mahonin
nfig-core/po/sv_SE.po
M synfig-core/po/tr.po
M synfig-core/po/ur.po
M synfig-core/po/u...@latn.po
M synfig-core/po/zh-Hant.po
M synfig-core/po/zh_CN.po
M synfig-core/po/zh_TW.Big5.po
M synfig-core/po/zh_TW.po
M synfig-studio/README
M synfig-studio/configure.ac
M synfig-studio/po/Makevars
M synfig-studio/po/ar.po
M synfig-studio/po/bs.po
M synfig-studio/po/ca.po
M synfig-studio/po/c...@valencia.po
M synfig-studio/po/cs.po
M synfig-studio/po/cs_CZ.po
M synfig-studio/po/da.po
M synfig-studio/po/de.po
M synfig-studio/po/el_GR.po
M synfig-studio/po/en_CZ.po
M synfig-studio/po/en_GB.po
M synfig-studio/po/es.po
M synfig-studio/po/es_PY.po
M synfig-studio/po/eu.po
M synfig-studio/po/eu_ES.po
M synfig-studio/po/fa_IR.po
M synfig-studio/po/fr.po
M synfig-studio/po/gl.po
M synfig-studio/po/he.po
M synfig-studio/po/hi_IN.po
M synfig-studio/po/hu.po
M synfig-studio/po/it.po
M synfig-studio/po/ja.po
M synfig-studio/po/ja_JP.po
M synfig-studio/po/lt.po
M synfig-studio/po/lv.po
M synfig-studio/po/nl.po
M synfig-studio/po/no_NO.po
M synfig-studio/po/pl_PL.po
M synfig-studio/po/pt_BR.po
M synfig-studio/po/ro.po
M synfig-studio/po/ru.po
M synfig-studio/po/si.po
M synfig-studio/po/sk.po
M synfig-studio/po/sk_SK.po
M synfig-studio/po/sl.po
M synfig-studio/po/sr_RS.po
M synfig-studio/po/sv_SE.po
M synfig-studio/po/tr.po
M synfig-studio/po/ur.po
M synfig-studio/po/u...@latn.po
M synfig-studio/po/zh-Hant.po
M synfig-studio/po/zh_CN.po
M synfig-studio/po/zh_TW.Big5.po
M synfig-studio/po/zh_TW.po

  Log Message:
  ---
  Update issue tracker address


  Commit: 01de3c54dd03e0fdf67a5f63f9acea56b864989f
  
https://github.com/synfig/synfig/commit/01de3c54dd03e0fdf67a5f63f9acea56b864989f
  Author: caryoscelus <caryosce...@gmx.com>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

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

  Log Message:
  ---
  fix crash on attempt to edit spline point in parameters dock

fixes #264


  Commit: 835e9c1b3abc67bdf59a6370bec45593ae09f22f
  
https://github.com/synfig/synfig/commit/835e9c1b3abc67bdf59a6370bec45593ae09f22f
  Author: caryoscelus <caryosce...@gmx.com>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
M synfig-core/src/synfig/uniqueid.h

  Log Message:
  ---
  remove unused code


  Commit: a7e6716b0d5d849a4237a036f2fb317cf1c9db9a
  
https://github.com/synfig/synfig/commit/a7e6716b0d5d849a4237a036f2fb317cf1c9db9a
  Author: caryoscelus <caryosce...@gmx.com>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  ---
  forbid editing complex uneditable parameters in dock

fixes crash and/or messed up GUI on attempt to edit such values
- width point
- dash item

fixes #264 (again)


  Commit: 5173ed9896170c988cc0607837e9447b121fdc25
  
https://github.com/synfig/synfig/commit/5173ed9896170c988cc0607837e9447b121fdc25
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
M synfig-core/src/synfig/real.h
M synfig-studio/src/gui/dials/zoomdial.cpp
M synfig-studio/src/gui/dials/zoomdial.h
M synfig-studio/src/gui/workarea.cpp
M synfig-studio/src/gui/workarea.h

  Log Message:
  ---
  Fix compatibility with old c++ standards


  Commit: 9830a1f082150c2e712e0c59d915a46ac35c66ba
  
https://github.com/synfig/synfig/commit/9830a1f082150c2e712e0c59d915a46ac35c66ba
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
M synfig-studio/src/gui/dials/zoomdial.cpp
M synfig-studio/src/gui/dials/zoomdial.h

  Log Message:
  ---
  Disable autoselect in zoomdial


  Commit: a9318e709f8c954eacaa8013c54cb013038bc4e7
  
https://github.com/synfig/synfig/commit/a9318e709f8c954eacaa8013c54cb013038bc4e7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
M synfig-studio/src/gui/dials/zoomdial.cpp
M synfig-studio/src/gui/dials/zoomdial.h

  Log Message:
  ---
  Handle scroll event in zoomdial


  Commit: 5609732978d73db3ddccb8a0bffb9f6a9f09facd
  
https://github.com/synfig/synfig/commit/5609732978d73db3ddccb8a0bffb9f6a9f09facd
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
M synfig-studio/src/gui/dials/zoomdial.cpp
M synfig-studio/src/gui/dials/zoomdial.h

  Log Message:
  ---
  Revert "Disable autoselect in zoomdial"

This reverts commit 9830a1f082150c2e712e0c59d915a46ac35c66ba.


  Commit: 892c45bcd29997d75e3fb108036022908d7ab101
  
https://github.com/synfig/synfig/commit/892c45bcd29997d75e3fb108036022908d7ab101
  Autho

[Synfig-devl] [synfig/synfig] 4ab7ef: Fix rendering of Layer_SkeletonDeformarion

2016-10-31 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4ab7efec0bf137333e1d00e282de5297e5c85f5c
  
https://github.com/synfig/synfig/commit/4ab7efec0bf137333e1d00e282de5297e5c85f5c
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-10-31 (Mon, 31 Oct 2016)

  Changed paths:
M synfig-core/src/synfig/layers/layer_skeletondeformation.cpp
M synfig-core/src/synfig/layers/layer_skeletondeformation.h

  Log Message:
  ---
  Fix rendering of Layer_SkeletonDeformarion


  Commit: ea1695d127f3844b74e9858c9c6c764f7bce31da
  
https://github.com/synfig/synfig/commit/ea1695d127f3844b74e9858c9c6c764f7bce31da
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-10-31 (Mon, 31 Oct 2016)

  Changed paths:
M synfig-core/configure.ac

  Log Message:
  ---
  Fix PNG 1.6 support


Compare: https://github.com/synfig/synfig/compare/892c45bcd299...ea1695d127f3--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 5d2945: Fix c++ compatibility

2017-01-14 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 5d294533407452f354a1d9f80e7753c9ce498275
  
https://github.com/synfig/synfig/commit/5d294533407452f354a1d9f80e7753c9ce498275
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/valuenode_registry.cpp
M synfig-core/src/synfig/valuenode_registry.h

  Log Message:
  ---
  Fix c++ compatibility


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e1d3ba: Fix c++ compatibility

2017-01-14 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: e1d3baa42257fbbbca592b9d8aad6eefcd1f4f0c
  
https://github.com/synfig/synfig/commit/e1d3baa42257fbbbca592b9d8aad6eefcd1f4f0c
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/valuenode_registry.cpp
M synfig-core/src/synfig/valuenode_registry.h

  Log Message:
  ---
  Fix c++ compatibility


  Commit: 00954d9ab6ed648104033f6793d7181befadef18
  
https://github.com/synfig/synfig/commit/00954d9ab6ed648104033f6793d7181befadef18
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp

  Log Message:
  ---
  Fix bug in loadcanvas


  Commit: a60370e1a4c56835650ba3c3f541987fd150bd08
  
https://github.com/synfig/synfig/commit/a60370e1a4c56835650ba3c3f541987fd150bd08
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Log Message:
  ---
  Developer version 1.3.0


Compare: https://github.com/synfig/synfig/compare/5d2945334074...a60370e1a4c5--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] bc62ab: Developer version 1.3.0

2017-01-14 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: bc62ab6f8a458028759f10ccebbb6b704c2b36fc
  
https://github.com/synfig/synfig/commit/bc62ab6f8a458028759f10ccebbb6b704c2b36fc
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Log Message:
  ---
  Developer version 1.3.0


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] d68c24: Fix c++ compatibility

2017-01-14 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: d68c24f02afc03bd7b66524e9769f8c9ecc4
  
https://github.com/synfig/synfig/commit/d68c24f02afc03bd7b66524e9769f8c9ecc4
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/valuenode_registry.cpp
M synfig-core/src/synfig/valuenode_registry.h

  Log Message:
  ---
  Fix c++ compatibility


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e1d3ba: Fix c++ compatibility

2017-01-14 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: e1d3baa42257fbbbca592b9d8aad6eefcd1f4f0c
  
https://github.com/synfig/synfig/commit/e1d3baa42257fbbbca592b9d8aad6eefcd1f4f0c
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/valuenode_registry.cpp
M synfig-core/src/synfig/valuenode_registry.h

  Log Message:
  ---
  Fix c++ compatibility


  Commit: 00954d9ab6ed648104033f6793d7181befadef18
  
https://github.com/synfig/synfig/commit/00954d9ab6ed648104033f6793d7181befadef18
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp

  Log Message:
  ---
  Fix bug in loadcanvas


Compare: https://github.com/synfig/synfig/compare/b19da8dd629c...00954d9ab6ed--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 4e9399: Windows build: remove -allow-multiple-definition f...

2017-01-12 Thread Ivan Mahonin
  A synfig-studio/images/splash_screen.sif

  Log Message:
  ---
  New splash screen by Aurore D (rore).


  Commit: 1a139eaad4def6fc1571c3085bd2adfecceb3391
  
https://github.com/synfig/synfig/commit/1a139eaad4def6fc1571c3085bd2adfecceb3391
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
M synfig-studio/AUTHORS

  Log Message:
  ---
  Add Chris London to authors list. Closes #283.


  Commit: 1a3bf917c9b9febeb4a7d20b2b467eaa4fe8ee66
  
https://github.com/synfig/synfig/commit/1a3bf917c9b9febeb4a7d20b2b467eaa4fe8ee66
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
M synfig-core/NEWS
M synfig-studio/NEWS

  Log Message:
  ---
  Update NEWS files


  Commit: 7eb21045c6169414f35f4136c8ad7a4dd49eeb70
  
https://github.com/synfig/synfig/commit/7eb21045c6169414f35f4136c8ad7a4dd49eeb70
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
M autobuild/synfigstudio-release.sh

  Log Message:
  ---
  fix boost path in synfigstudio-release.sh


  Commit: fa575cd19a7f2fdae1df0fc429c797e2bf5d5059
  
https://github.com/synfig/synfig/commit/fa575cd19a7f2fdae1df0fc429c797e2bf5d5059
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

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

  Log Message:
  ---
  show version at splash screen via Gtk::Label


  Commit: 9d0951ae85964bffc491190c6b3f841d29d7de83
  
https://github.com/synfig/synfig/commit/9d0951ae85964bffc491190c6b3f841d29d7de83
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
M synfig-studio/po/POTFILES.in

  Log Message:
  ---
  update POTFILES.in


  Commit: 33e3cae6c390d592f720b20082c6086ce52d4f76
  
https://github.com/synfig/synfig/commit/33e3cae6c390d592f720b20082c6086ce52d4f76
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
M synfig-core/po/ar.po
M synfig-core/po/bs.po
M synfig-core/po/ca.po
M synfig-core/po/c...@valencia.po
M synfig-core/po/cs.po
M synfig-core/po/cs_CZ.po
M synfig-core/po/da.po
M synfig-core/po/de.po
M synfig-core/po/el_GR.po
M synfig-core/po/en_CZ.po
M synfig-core/po/en_GB.po
M synfig-core/po/es.po
M synfig-core/po/es_PY.po
M synfig-core/po/eu.po
M synfig-core/po/eu_ES.po
M synfig-core/po/fa_IR.po
M synfig-core/po/fr.po
M synfig-core/po/gl.po
M synfig-core/po/he.po
M synfig-core/po/hi_IN.po
M synfig-core/po/hu.po
M synfig-core/po/it.po
M synfig-core/po/ja.po
M synfig-core/po/ja_JP.po
M synfig-core/po/lt.po
M synfig-core/po/lv.po
M synfig-core/po/nl.po
M synfig-core/po/no_NO.po
M synfig-core/po/pl_PL.po
M synfig-core/po/pt_BR.po
M synfig-core/po/ro.po
M synfig-core/po/ru.po
M synfig-core/po/si.po
M synfig-core/po/sk.po
M synfig-core/po/sk_SK.po
M synfig-core/po/sl.po
M synfig-core/po/sr_RS.po
M synfig-core/po/sv_SE.po
M synfig-core/po/tr.po
M synfig-core/po/ur.po
M synfig-core/po/u...@latn.po
M synfig-core/po/zh-Hant.po
M synfig-core/po/zh_CN.po
M synfig-core/po/zh_TW.Big5.po
M synfig-core/po/zh_TW.po

  Log Message:
  ---
  update .po files


  Commit: 50bcb4636b1d259dbb3eaf7d7a7472eb47e2d4fa
  
https://github.com/synfig/synfig/commit/50bcb4636b1d259dbb3eaf7d7a7472eb47e2d4fa
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

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

  Log Message:
  ---
  fix color of version label at splash screen


  Commit: 9f90d66b16604c9dd095edda8e7a3071aeb1b526
  
https://github.com/synfig/synfig/commit/9f90d66b16604c9dd095edda8e7a3071aeb1b526
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

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

  Log Message:
  ---
  fix WorkAreaTile constructor (actually unused)


  Commit: ce15dfc22a9a9a0388e15aba65f40e5a5493c9a7
  
https://github.com/synfig/synfig/commit/ce15dfc22a9a9a0388e15aba65f40e5a5493c9a7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/releases.h
M synfig-core/src/synfig/version.h
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  update version information


Compare: https://github.com/synfig/synfig/compare/4c2572f1153e...ce15dfc22a9a--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training an

[Synfig-devl] [synfig/synfig] 8406fe: Fix compilation on Mac. Thanks to Ryan Schmidt @ry...

2017-01-13 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 8406fe911df74868cfcc449ae94fbe364a8290e1
  
https://github.com/synfig/synfig/commit/8406fe911df74868cfcc449ae94fbe364a8290e1
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/array.h

  Log Message:
  ---
  Fix compilation on Mac. Thanks to Ryan Schmidt @ryandesign. Closes #298


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 9587dd: fix boost path in synfigstudio-release.sh

2016-12-21 Thread Ivan Mahonin
  Branch: refs/heads/stable
  Home:   https://github.com/synfig/synfig
  Commit: 9587dd5a8be541fcca3635bad6140e7b7fde4b57
  
https://github.com/synfig/synfig/commit/9587dd5a8be541fcca3635bad6140e7b7fde4b57
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M autobuild/synfigstudio-release.sh

  Log Message:
  ---
  fix boost path in synfigstudio-release.sh


  Commit: c22d421352d23eb5f15a978c7f814ff240e13577
  
https://github.com/synfig/synfig/commit/c22d421352d23eb5f15a978c7f814ff240e13577
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

  Log Message:
  ---
  show version at splash screen via Gtk::Label


  Commit: fdb4931a96d710a467ded305fffd9e0cc9a5b45e
  
https://github.com/synfig/synfig/commit/fdb4931a96d710a467ded305fffd9e0cc9a5b45e
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M synfig-studio/po/POTFILES.in

  Log Message:
  ---
  update POTFILES.in


  Commit: 87b559344340aa2f9f1fba52a31639f6fdce3449
  
https://github.com/synfig/synfig/commit/87b559344340aa2f9f1fba52a31639f6fdce3449
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M synfig-core/po/ar.po
M synfig-core/po/bs.po
M synfig-core/po/ca.po
M synfig-core/po/c...@valencia.po
M synfig-core/po/cs.po
M synfig-core/po/cs_CZ.po
M synfig-core/po/da.po
M synfig-core/po/de.po
M synfig-core/po/el_GR.po
M synfig-core/po/en_CZ.po
M synfig-core/po/en_GB.po
M synfig-core/po/es.po
M synfig-core/po/es_PY.po
M synfig-core/po/eu.po
M synfig-core/po/eu_ES.po
M synfig-core/po/fa_IR.po
M synfig-core/po/fr.po
M synfig-core/po/gl.po
M synfig-core/po/he.po
M synfig-core/po/hi_IN.po
M synfig-core/po/hu.po
M synfig-core/po/it.po
M synfig-core/po/ja.po
M synfig-core/po/ja_JP.po
M synfig-core/po/lt.po
M synfig-core/po/lv.po
M synfig-core/po/nl.po
M synfig-core/po/no_NO.po
M synfig-core/po/pl_PL.po
M synfig-core/po/pt_BR.po
M synfig-core/po/ro.po
M synfig-core/po/ru.po
M synfig-core/po/si.po
M synfig-core/po/sk.po
M synfig-core/po/sk_SK.po
M synfig-core/po/sl.po
M synfig-core/po/sr_RS.po
M synfig-core/po/sv_SE.po
M synfig-core/po/tr.po
M synfig-core/po/ur.po
M synfig-core/po/u...@latn.po
M synfig-core/po/zh-Hant.po
M synfig-core/po/zh_CN.po
M synfig-core/po/zh_TW.Big5.po
M synfig-core/po/zh_TW.po

  Log Message:
  ---
  update .po files


  Commit: 42aa881c084426b0697c576a81a5d9ef5e0049b3
  
https://github.com/synfig/synfig/commit/42aa881c084426b0697c576a81a5d9ef5e0049b3
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-core/src/synfig/releases.h
M synfig-core/src/synfig/version.h
M synfig-studio/configure.ac
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  bump version to 1.2.0


Compare: https://github.com/synfig/synfig/compare/2dd155993cbe...42aa881c0844--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 8ac11f: New splash screen by Aurore D (rore).

2016-12-21 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 8ac11fc3d0e0455ec0470ac4c5e9385f5f68d3be
  
https://github.com/synfig/synfig/commit/8ac11fc3d0e0455ec0470ac4c5e9385f5f68d3be
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M synfig-studio/images/Makefile.am
A synfig-studio/images/splash_screen-1.2.x.sif
A synfig-studio/images/splash_screen.sif

  Log Message:
  ---
  New splash screen by Aurore D (rore).


  Commit: 74a3f185f5ad8ca217b75ca5c98c0b8f52a7efc6
  
https://github.com/synfig/synfig/commit/74a3f185f5ad8ca217b75ca5c98c0b8f52a7efc6
  Author: caryoscelus <caryosce...@gmx.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M synfig-core/AUTHORS
M synfig-studio/AUTHORS

  Log Message:
  ---
  Add caryoscelus to AUTHORS


  Commit: ca1703b84675551453840d148ed93b57efb6bb2a
  
https://github.com/synfig/synfig/commit/ca1703b84675551453840d148ed93b57efb6bb2a
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M synfig-studio/AUTHORS

  Log Message:
  ---
  Add Chris London to authors list. Closes #283.


  Commit: 2dd155993cbeb8c8c7e21edced17bdec667f80ca
  
https://github.com/synfig/synfig/commit/2dd155993cbeb8c8c7e21edced17bdec667f80ca
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M synfig-core/NEWS
M synfig-studio/NEWS

  Log Message:
  ---
  Update NEWS files


  Commit: 9587dd5a8be541fcca3635bad6140e7b7fde4b57
  
https://github.com/synfig/synfig/commit/9587dd5a8be541fcca3635bad6140e7b7fde4b57
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M autobuild/synfigstudio-release.sh

  Log Message:
  ---
  fix boost path in synfigstudio-release.sh


  Commit: c22d421352d23eb5f15a978c7f814ff240e13577
  
https://github.com/synfig/synfig/commit/c22d421352d23eb5f15a978c7f814ff240e13577
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

  Log Message:
  ---
  show version at splash screen via Gtk::Label


  Commit: fdb4931a96d710a467ded305fffd9e0cc9a5b45e
  
https://github.com/synfig/synfig/commit/fdb4931a96d710a467ded305fffd9e0cc9a5b45e
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M synfig-studio/po/POTFILES.in

  Log Message:
  ---
  update POTFILES.in


  Commit: 87b559344340aa2f9f1fba52a31639f6fdce3449
  
https://github.com/synfig/synfig/commit/87b559344340aa2f9f1fba52a31639f6fdce3449
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M synfig-core/po/ar.po
M synfig-core/po/bs.po
M synfig-core/po/ca.po
M synfig-core/po/c...@valencia.po
M synfig-core/po/cs.po
M synfig-core/po/cs_CZ.po
M synfig-core/po/da.po
M synfig-core/po/de.po
M synfig-core/po/el_GR.po
M synfig-core/po/en_CZ.po
M synfig-core/po/en_GB.po
M synfig-core/po/es.po
M synfig-core/po/es_PY.po
M synfig-core/po/eu.po
M synfig-core/po/eu_ES.po
M synfig-core/po/fa_IR.po
M synfig-core/po/fr.po
M synfig-core/po/gl.po
M synfig-core/po/he.po
M synfig-core/po/hi_IN.po
M synfig-core/po/hu.po
M synfig-core/po/it.po
M synfig-core/po/ja.po
M synfig-core/po/ja_JP.po
M synfig-core/po/lt.po
M synfig-core/po/lv.po
M synfig-core/po/nl.po
M synfig-core/po/no_NO.po
M synfig-core/po/pl_PL.po
M synfig-core/po/pt_BR.po
M synfig-core/po/ro.po
M synfig-core/po/ru.po
M synfig-core/po/si.po
M synfig-core/po/sk.po
M synfig-core/po/sk_SK.po
M synfig-core/po/sl.po
M synfig-core/po/sr_RS.po
M synfig-core/po/sv_SE.po
M synfig-core/po/tr.po
M synfig-core/po/ur.po
M synfig-core/po/u...@latn.po
M synfig-core/po/zh-Hant.po
M synfig-core/po/zh_CN.po
M synfig-core/po/zh_TW.Big5.po
M synfig-core/po/zh_TW.po

  Log Message:
  ---
  update .po files


  Commit: 42aa881c084426b0697c576a81a5d9ef5e0049b3
  
https://github.com/synfig/synfig/commit/42aa881c084426b0697c576a81a5d9ef5e0049b3
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-core/src/synfig/releases.h
M synfig-core/src/synfig/version.h
M synfig-studio/configure.ac
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  bump version to 1.2.0


Compare: https://github.com/synfig/synfig/compare/af04e115e164...42aa881c0844--
Developer Access Program 

[Synfig-devl] [synfig/synfig] e8f943: fix color of version label at splash screen

2016-12-23 Thread Ivan Mahonin
  Branch: refs/heads/stable
  Home:   https://github.com/synfig/synfig
  Commit: e8f943b7bf1d26b07927a66140e7f5e4ba61900d
  
https://github.com/synfig/synfig/commit/e8f943b7bf1d26b07927a66140e7f5e4ba61900d
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

  Log Message:
  ---
  fix color of version label at splash screen


  Commit: 1e4c52c093c40a367082029d621a725b39b8f346
  
https://github.com/synfig/synfig/commit/1e4c52c093c40a367082029d621a725b39b8f346
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

  Log Message:
  ---
  fix WorkAreaTile constructor (actually unused)


  Commit: 373080acc9933991168f7a3bcea53ebfec522ca9
  
https://github.com/synfig/synfig/commit/373080acc9933991168f7a3bcea53ebfec522ca9
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-core/src/synfig/releases.h
M synfig-core/src/synfig/version.h
M synfig-studio/configure.ac
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  bump version to 1.2.0


Compare: https://github.com/synfig/synfig/compare/42aa881c0844...373080acc993--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] abdbf2: Revert "Get rid of redundant localization.h files"

2017-03-31 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: abdbf23701dac8a67f4978d81c5186f1a538cf53
  
https://github.com/synfig/synfig/commit/abdbf23701dac8a67f4978d81c5186f1a538cf53
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M synfig-studio/src/gui/Makefile.am
M synfig-studio/src/gui/actionmanagers/groupactionmanager.cpp
M synfig-studio/src/gui/actionmanagers/keyframeactionmanager.cpp
M synfig-studio/src/gui/actionmanagers/layeractionmanager.cpp
M synfig-studio/src/gui/adjust_window.cpp
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/asyncrenderer.cpp
M synfig-studio/src/gui/audiocontainer.cpp
M synfig-studio/src/gui/autorecover.cpp
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/cellrenderer/cellrenderer_gradient.cpp
M synfig-studio/src/gui/cellrenderer/cellrenderer_time.cpp
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
M synfig-studio/src/gui/compview.cpp
M synfig-studio/src/gui/devicetracker.cpp
M synfig-studio/src/gui/dialogs/about.cpp
M synfig-studio/src/gui/dialogs/canvasoptions.cpp
M synfig-studio/src/gui/dialogs/canvasproperties.cpp
M synfig-studio/src/gui/dialogs/dialog_color.cpp
M synfig-studio/src/gui/dialogs/dialog_ffmpegparam.cpp
M synfig-studio/src/gui/dialogs/dialog_gradient.cpp
M synfig-studio/src/gui/dialogs/dialog_input.cpp
M synfig-studio/src/gui/dialogs/dialog_keyframe.cpp
M synfig-studio/src/gui/dialogs/dialog_preview.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_soundselect.cpp
M synfig-studio/src/gui/dialogs/dialog_spritesheetparam.cpp
M synfig-studio/src/gui/dialogs/dialog_targetparam.cpp
M synfig-studio/src/gui/dialogs/dialog_template.h
M synfig-studio/src/gui/dialogs/dialog_waypoint.cpp
M synfig-studio/src/gui/dialogsettings.cpp
M synfig-studio/src/gui/dials/framedial.cpp
M synfig-studio/src/gui/dials/jackdial.cpp
M synfig-studio/src/gui/dials/keyframedial.cpp
M synfig-studio/src/gui/dials/resolutiondial.cpp
M synfig-studio/src/gui/dials/toggleducksdial.cpp
M synfig-studio/src/gui/dials/zoomdial.cpp
M synfig-studio/src/gui/docks/dialog_tooloptions.cpp
M synfig-studio/src/gui/docks/dock_canvases.cpp
M synfig-studio/src/gui/docks/dock_canvasspecific.cpp
M synfig-studio/src/gui/docks/dock_children.cpp
M synfig-studio/src/gui/docks/dock_curves.cpp
M synfig-studio/src/gui/docks/dock_history.cpp
M synfig-studio/src/gui/docks/dock_info.cpp
M synfig-studio/src/gui/docks/dock_keyframes.cpp
M synfig-studio/src/gui/docks/dock_layergroups.cpp
M synfig-studio/src/gui/docks/dock_layers.cpp
M synfig-studio/src/gui/docks/dock_metadata.cpp
M synfig-studio/src/gui/docks/dock_navigator.cpp
M synfig-studio/src/gui/docks/dock_params.cpp
M synfig-studio/src/gui/docks/dock_timetrack.cpp
M synfig-studio/src/gui/docks/dock_toolbox.cpp
M synfig-studio/src/gui/docks/dockable.cpp
M synfig-studio/src/gui/docks/dockbook.cpp
M synfig-studio/src/gui/docks/dockdialog.cpp
M synfig-studio/src/gui/docks/dockdroparea.cpp
M synfig-studio/src/gui/docks/dockmanager.cpp
M synfig-studio/src/gui/duck.cpp
M synfig-studio/src/gui/duckmatic.cpp
M synfig-studio/src/gui/iconcontroller.cpp
M synfig-studio/src/gui/instance.cpp
M synfig-studio/src/gui/ipc.cpp
M synfig-studio/src/gui/keymapsettings.cpp
A synfig-studio/src/gui/localization.h
M synfig-studio/src/gui/main.cpp
M synfig-studio/src/gui/mainwindow.cpp
M synfig-studio/src/gui/modules/mod_palette/dock_palbrowse.cpp
M synfig-studio/src/gui/modules/mod_palette/dock_paledit.cpp
M synfig-studio/src/gui/modules/mod_palette/mod_palette.cpp
M synfig-studio/src/gui/modules/module.cpp
M synfig-studio/src/gui/onemoment.cpp
M synfig-studio/src/gui/preview.cpp
M synfig-studio/src/gui/renddesc.cpp
M synfig-studio/src/gui/render.cpp
M synfig-studio/src/gui/splash.cpp
M synfig-studio/src/gui/statemanager.cpp
M synfig-studio/src/gui/states/state_bline.cpp
M synfig-studio/src/gui/states/state_brush.cpp
M synfig-studio/src/gui/states/state_circle.cpp
M synfig-studio/src/gui/states/state_draw.cpp
M synfig-studio/src/gui/states/state_eyedrop.cpp
M synfig-studio/src/gui/states/state_fill.cpp
M synfig-studio/src/gui/states/state_gradient.cpp
M synfig-studio/src/gui/states/state_lasso.cpp
M synfig-studio/src/gui/states/state_mirror.cpp
M synfig-studio/src/gui/states/state_normal.cpp
M synfig-studio/src/gui/states/state_polygon.cpp
M synfig-studio/src/gui/states/state_rectangle.cpp
M synfig-studio/src/gui/states/state_rotate.cpp
M synfig-studio/src/gui/states/state_scale.cpp
M synfig-studio/src/gui/

[Synfig-devl] [synfig/synfig] de63b6: Windows: quickhack to avoid strange bug with stder...

2017-04-04 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: de63b662eca2022d6ccd78356d6a38b5e3d2efe1
  
https://github.com/synfig/synfig/commit/de63b662eca2022d6ccd78356d6a38b5e3d2efe1
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  Windows: quickhack to avoid strange bug with stderr


  Commit: 923e52e7576bc2d0c18f1144833febe4f42ac7b2
  
https://github.com/synfig/synfig/commit/923e52e7576bc2d0c18f1144833febe4f42ac7b2
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/splash.cpp

  Log Message:
  ---
  App::process_all_events funcition (improves splash screen redrawing)


  Commit: 8f0ea61d2113de0f1c041c796893ae4c9203c6b8
  
https://github.com/synfig/synfig/commit/8f0ea61d2113de0f1c041c796893ae4c9203c6b8
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M synfig-core/src/synfig/main.cpp

  Log Message:
  ---
  Put info-messages to stdout (instead of stderr)


  Commit: f8d31cb2a8cbeca17bd8483c2dcbe986c62be9bd
  
https://github.com/synfig/synfig/commit/f8d31cb2a8cbeca17bd8483c2dcbe986c62be9bd
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/dialogs/dialog_preview.cpp

  Log Message:
  ---
  Fix initial values of Dialog_PreviewOptions


  Commit: 06eb0ac2ad8a72f41c1e52625354c6c9d230d274
  
https://github.com/synfig/synfig/commit/06eb0ac2ad8a72f41c1e52625354c6c9d230d274
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M ETL/m4/subs.m4

  Log Message:
  ---
  Fix compiler flags for windows in ETL/m4/subs.m4


  Commit: 01c8af99399a1d6c52d8614ab31580c52dc530e9
  
https://github.com/synfig/synfig/commit/01c8af99399a1d6c52d8614ab31580c52dc530e9
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M ETL/ETL/handle

  Log Message:
  ---
  Enable ETL_LOCK_REFCOUNTS for windows


  Commit: f4bbe0cbe210c18e49a804e0e5847c46de1d1ee7
  
https://github.com/synfig/synfig/commit/f4bbe0cbe210c18e49a804e0e5847c46de1d1ee7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  Fix GTK-warnings about missing menu actions


  Commit: f98e3a1e094c712249fca39ac9759c6108b5473f
  
https://github.com/synfig/synfig/commit/f98e3a1e094c712249fca39ac9759c6108b5473f
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/canvasview.h
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp
M synfig-studio/src/gui/dialogs/canvasoptions.cpp
M synfig-studio/src/gui/docks/dock_info.cpp
M synfig-studio/src/gui/docks/dock_navigator.cpp
M synfig-studio/src/gui/docks/dock_params.cpp
M synfig-studio/src/gui/instance.cpp
M synfig-studio/src/gui/preview.cpp
M synfig-studio/src/gui/preview.h
M synfig-studio/src/gui/states/state_eyedrop.cpp
M synfig-studio/src/gui/states/state_fill.cpp
M synfig-studio/src/gui/states/state_normal.cpp
M synfig-studio/src/gui/widgets/widget_sound.cpp
M synfig-studio/src/gui/widgets/widget_timeslider.cpp
M synfig-studio/src/gui/widgets/widget_timeslider.h

  Log Message:
  ---
  Refactor CanvasView: replace auto_ptr with Gtk::manage and plain objects


  Commit: bf5e87ed3dde1e3cd1ba14c31470f5fad650741b
  
https://github.com/synfig/synfig/commit/bf5e87ed3dde1e3cd1ba14c31470f5fad650741b
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M synfig-core/src/synfig/valuenode_registry.cpp
M synfig-core/src/synfig/valuenode_registry.h
M synfig-studio/src/gui/dialogs/dialog_template.cpp
M synfig-studio/src/gui/dialogs/dialog_template.h

  Log Message:
  ---
  Remove localization.h from headers (include it in *.cpp only)


  Commit: 81d5477e389f2758f48e8e7f7df5688f2c5d4c46
  
https://github.com/synfig/synfig/commit/81d5477e389f2758f48e8e7f7df5688f2c5d4c46
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  Remove earlier assignment of accel_group to main window


  Commit: 66332a2110cf64bd5ca180ef70ec489e5f912efb
  
https://github.com/synfig/synfig/commit/66332a2110cf64bd5ca180ef70ec489e5f912efb
  Author: Ivan Mahonin <b...@icystar.com&g

[Synfig-devl] [synfig/synfig] 2894d7: Developer version 1.3.2

2017-04-05 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 2894d76e24add43ad16c2700d3e73e8716610289
  
https://github.com/synfig/synfig/commit/2894d76e24add43ad16c2700d3e73e8716610289
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Developer version 1.3.2


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 012305: ETL: fix redeclaration of vsscanf for MinGW

2017-04-05 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 01230591da6933cb94ed0eff18d82c0f80095e14
  
https://github.com/synfig/synfig/commit/01230591da6933cb94ed0eff18d82c0f80095e14
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M ETL/ETL/_stringf.h

  Log Message:
  ---
  ETL: fix redeclaration of vsscanf for MinGW


  Commit: ff95b07bf64269017e51f3f058cacb5b27955b56
  
https://github.com/synfig/synfig/commit/ff95b07bf64269017e51f3f058cacb5b27955b56
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Developer version 1.3.2


Compare: https://github.com/synfig/synfig/compare/b756ebda9369...ff95b07bf642--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 0ed379: ETL: fix redeclaration of vsscanf for MinGW

2017-04-05 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 0ed3792e48a81181981ad3994f8d2e1cdd5fbc29
  
https://github.com/synfig/synfig/commit/0ed3792e48a81181981ad3994f8d2e1cdd5fbc29
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M ETL/ETL/_stringf.h

  Log Message:
  ---
  ETL: fix redeclaration of vsscanf for MinGW


  Commit: b756ebda9369eb65f1866a37c45d8c9e9513f4be
  
https://github.com/synfig/synfig/commit/b756ebda9369eb65f1866a37c45d8c9e9513f4be
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Developer version 1.3.2


Compare: https://github.com/synfig/synfig/compare/2894d76e24ad...b756ebda9369--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 28bbc1: Hide a lot of internal functions from global scope

2017-04-20 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 28bbc1dd77afd545f243b6a0ed48c1d29056cccd
  
https://github.com/synfig/synfig/commit/28bbc1dd77afd545f243b6a0ed48c1d29056cccd
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M synfig-core/src/synfig/color/colormatrix.cpp
M synfig-core/src/synfig/color/colormatrix.h
M synfig-core/src/synfig/rendering/opengl/task/taskmeshgl.h
M synfig-core/src/synfig/rendering/software/task/taskpixelgammasw.cpp
M synfig-core/src/synfig/rendering/software/task/taskpixelgammasw.h
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.cpp
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.h

  Log Message:
  ---
  Hide a lot of internal functions from global scope


  Commit: 90fdb2b81ddb65be493c9cb3091561763ed4aff3
  
https://github.com/synfig/synfig/commit/90fdb2b81ddb65be493c9cb3091561763ed4aff3
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M synfig-core/src/synfig/base_types.cpp
M synfig-core/src/synfig/type.cpp
M synfig-core/src/synfig/type.h

  Log Message:
  ---
  Fix Type/ValueBase templates


Compare: https://github.com/synfig/synfig/compare/0f6fe8ab07b1...90fdb2b81ddb--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 9fecd0: Developer version 1.3.4

2017-08-09 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 9fecd04bca9246a3a73387a5e3510d367d480f8c
  
https://github.com/synfig/synfig/commit/9fecd04bca9246a3a73387a5e3510d367d480f8c
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-09 (Wed, 09 Aug 2017)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Developer version 1.3.4


  Commit: 4d3236a6f2c70338d3401897325079c2c376dca7
  
https://github.com/synfig/synfig/commit/4d3236a6f2c70338d3401897325079c2c376dca7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-10 (Thu, 10 Aug 2017)

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

  Log Message:
  ---
  Fix #371. Frame range in preview settings


  Commit: 017a1d34654274e828e709c4a2c859362a257b21
  
https://github.com/synfig/synfig/commit/017a1d34654274e828e709c4a2c859362a257b21
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-10 (Thu, 10 Aug 2017)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/dialogs/dialog_preview.cpp
M synfig-studio/src/gui/dialogs/dialog_preview.h
M synfig-studio/src/gui/preview.cpp
M synfig-studio/src/gui/preview.h

  Log Message:
  ---
  Remove cairo-rendering from preview dialog. Closes #370


  Commit: a5ad4bd88e88aedd15f4104e36b29067a8eb377d
  
https://github.com/synfig/synfig/commit/a5ad4bd88e88aedd15f4104e36b29067a8eb377d
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-10 (Thu, 10 Aug 2017)

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

  Log Message:
  ---
  Fix width of rulers in workarea


  Commit: b96cd27283c85f22f75311ac032707b45bafcadb
  
https://github.com/synfig/synfig/commit/b96cd27283c85f22f75311ac032707b45bafcadb
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-10 (Thu, 10 Aug 2017)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/canvasview.cpp

  Log Message:
  ---
  Fix #348: Synfig's Interface went Too Thick


  Commit: a660cb067fa70c6904a372253d77af686dd2ec93
  
https://github.com/synfig/synfig/commit/a660cb067fa70c6904a372253d77af686dd2ec93
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-10 (Thu, 10 Aug 2017)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/canvasview.cpp

  Log Message:
  ---
  Tune toolbars


Compare: https://github.com/synfig/synfig/compare/a70d7ba20632...a660cb067fa7--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 115757: update localization

2017-04-25 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 115757c2407df805eecbd7d044ab50822e1126ff
  
https://github.com/synfig/synfig/commit/115757c2407df805eecbd7d044ab50822e1126ff
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M synfig-core/configure.ac
M synfig-core/po/ar.po
M synfig-core/po/bs.po
M synfig-core/po/ca.po
M synfig-core/po/c...@valencia.po
M synfig-core/po/cs.po
M synfig-core/po/da.po
M synfig-core/po/de.po
M synfig-core/po/el_GR.po
M synfig-core/po/en_CZ.po
M synfig-core/po/en_GB.po
M synfig-core/po/es.po
M synfig-core/po/es_PY.po
M synfig-core/po/eu.po
M synfig-core/po/eu_ES.po
M synfig-core/po/fa_IR.po
M synfig-core/po/fr.po
M synfig-core/po/gl.po
M synfig-core/po/he.po
M synfig-core/po/hi_IN.po
M synfig-core/po/hu.po
M synfig-core/po/it.po
M synfig-core/po/ja.po
M synfig-core/po/ja_JP.po
M synfig-core/po/lt.po
M synfig-core/po/lv.po
M synfig-core/po/nl.po
M synfig-core/po/no_NO.po
M synfig-core/po/pl_PL.po
M synfig-core/po/pt_BR.po
M synfig-core/po/ro.po
M synfig-core/po/ru.po
M synfig-core/po/si.po
M synfig-core/po/sk.po
M synfig-core/po/sk_SK.po
M synfig-core/po/sl.po
M synfig-core/po/sr_RS.po
M synfig-core/po/sv_SE.po
M synfig-core/po/tr.po
M synfig-core/po/ur.po
M synfig-core/po/u...@latn.po
M synfig-core/po/zh-Hant.po
M synfig-core/po/zh_CN.po
M synfig-core/po/zh_TW.po
M synfig-studio/po/LINGUAS
M synfig-studio/po/es.po
M synfig-studio/po/pl_PL.po
A synfig-studio/po/pt.po
M synfig-studio/po/pt_BR.po
M synfig-studio/po/ru.po
M synfig-studio/po/zh-Hant.po
M synfig-studio/po/zh_CN.po
M synfig-studio/src/gui/dialogs/dialog_setup.cpp

  Log Message:
  ---
  update localization


  Commit: c70f84e28e05b3ce05e8128d684efecad69fb623
  
https://github.com/synfig/synfig/commit/c70f84e28e05b3ce05e8128d684efecad69fb623
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M .gitignore
M autobuild/default.nix
M autobuild/fedora-crosscompile-linux.sh
M autobuild/fedora-crosscompile-win.sh
M autobuild/synfigstudio-cygwin-mingw-build.sh
M autobuild/synfigstudio-cygwin-native-build.sh
M autobuild/synfigstudio-linux-build.sh
M autobuild/synfigstudio-osx-build.sh
M autobuild/synfigstudio-release.sh
M autobuild/transifex-pull-translations.sh
A autobuild/update-languages.sh
A synfig-core/bootstrap.sh
M synfig-core/configure.ac
A synfig-core/po/LINGUAS
A synfig-core/po/pt.po
M synfig-studio/po/LINGUAS
M synfig-studio/src/Makefile.am
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h
A synfig-studio/src/languages.inc.c

  Log Message:
  ---
  Improve localizations. Fix languages list in settings.


Compare: https://github.com/synfig/synfig/compare/7693e1fb1a18...c70f84e28e05--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 0c3f44: Show language code in settings if name of language...

2017-04-25 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 0c3f44cd38123662b3f1c545c6b975fd84e8d6a7
  
https://github.com/synfig/synfig/commit/0c3f44cd38123662b3f1c545c6b975fd84e8d6a7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_setup.cpp

  Log Message:
  ---
  Show language code in settings if name of language missed


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e8e764: Fix 'Window' menu

2017-04-24 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: e8e76450f676d25fb826cdbd0e611f1ac8f783a6
  
https://github.com/synfig/synfig/commit/e8e76450f676d25fb826cdbd0e611f1ac8f783a6
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  ---
  Fix 'Window' menu


  Commit: 7693e1fb1a1834cc9c98824e5d4731138b0ce856
  
https://github.com/synfig/synfig/commit/7693e1fb1a1834cc9c98824e5d4731138b0ce856
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  ---
  fix bug with unicode characters and recent files menu


Compare: https://github.com/synfig/synfig/compare/90fdb2b81ddb...7693e1fb1a18--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 0f6fe8: Linux build: Add Magick+++ dependency for Ubuntu/D...

2017-04-24 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 0f6fe8ab07b112be1d893ebc720940252209da66
  
https://github.com/synfig/synfig/commit/0f6fe8ab07b112be1d893ebc720940252209da66
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
M autobuild/synfigstudio-linux-build.sh

  Log Message:
  ---
  Linux build: Add Magick+++ dependency for Ubuntu/Debian


  Commit: 28bbc1dd77afd545f243b6a0ed48c1d29056cccd
  
https://github.com/synfig/synfig/commit/28bbc1dd77afd545f243b6a0ed48c1d29056cccd
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M synfig-core/src/synfig/color/colormatrix.cpp
M synfig-core/src/synfig/color/colormatrix.h
M synfig-core/src/synfig/rendering/opengl/task/taskmeshgl.h
M synfig-core/src/synfig/rendering/software/task/taskpixelgammasw.cpp
M synfig-core/src/synfig/rendering/software/task/taskpixelgammasw.h
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.cpp
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.h

  Log Message:
  ---
  Hide a lot of internal functions from global scope


  Commit: 90fdb2b81ddb65be493c9cb3091561763ed4aff3
  
https://github.com/synfig/synfig/commit/90fdb2b81ddb65be493c9cb3091561763ed4aff3
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M synfig-core/src/synfig/base_types.cpp
M synfig-core/src/synfig/type.cpp
M synfig-core/src/synfig/type.h

  Log Message:
  ---
  Fix Type/ValueBase templates


  Commit: e8e76450f676d25fb826cdbd0e611f1ac8f783a6
  
https://github.com/synfig/synfig/commit/e8e76450f676d25fb826cdbd0e611f1ac8f783a6
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  ---
  Fix 'Window' menu


  Commit: 7693e1fb1a1834cc9c98824e5d4731138b0ce856
  
https://github.com/synfig/synfig/commit/7693e1fb1a1834cc9c98824e5d4731138b0ce856
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  ---
  fix bug with unicode characters and recent files menu


Compare: https://github.com/synfig/synfig/compare/ff95b07bf642...7693e1fb1a18--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] b256ca: Fix ETL compilation error at GCC 7 (Fix #396)

2017-08-05 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: b256ca29cc986a20266c40a47d031b8de90dcb8b
  
https://github.com/synfig/synfig/commit/b256ca29cc986a20266c40a47d031b8de90dcb8b
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-05 (Sat, 05 Aug 2017)

  Changed paths:
M ETL/ETL/_surface.h

  Log Message:
  ---
  Fix ETL compilation error at GCC 7 (Fix #396)

https://github.com/synfig/synfig/issues/396


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 9fecd0: Developer version 1.3.4

2017-08-08 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 9fecd04bca9246a3a73387a5e3510d367d480f8c
  
https://github.com/synfig/synfig/commit/9fecd04bca9246a3a73387a5e3510d367d480f8c
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-09 (Wed, 09 Aug 2017)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Developer version 1.3.4


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] a70d7b: Fix #379 UTF-8/national chars for Text layers in w...

2017-08-07 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: a70d7ba20632f03c415ed7028c7b79ddc96fc20a
  
https://github.com/synfig/synfig/commit/a70d7ba20632f03c415ed7028c7b79ddc96fc20a
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

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

  Log Message:
  ---
  Fix #379 UTF-8/national chars for Text layers in windows


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 1b510c: Fix #379 UTF-8/national chars for Text layers in w...

2017-08-07 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 1b510c2b58d5c45bcfde39c391e4e328034410a4
  
https://github.com/synfig/synfig/commit/1b510c2b58d5c45bcfde39c391e4e328034410a4
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

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

  Log Message:
  ---
  Fix #379 UTF-8/national chars for Text layers in windows


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 115757: update localization

2017-05-08 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 115757c2407df805eecbd7d044ab50822e1126ff
  
https://github.com/synfig/synfig/commit/115757c2407df805eecbd7d044ab50822e1126ff
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M synfig-core/configure.ac
M synfig-core/po/ar.po
M synfig-core/po/bs.po
M synfig-core/po/ca.po
M synfig-core/po/c...@valencia.po
M synfig-core/po/cs.po
M synfig-core/po/da.po
M synfig-core/po/de.po
M synfig-core/po/el_GR.po
M synfig-core/po/en_CZ.po
M synfig-core/po/en_GB.po
M synfig-core/po/es.po
M synfig-core/po/es_PY.po
M synfig-core/po/eu.po
M synfig-core/po/eu_ES.po
M synfig-core/po/fa_IR.po
M synfig-core/po/fr.po
M synfig-core/po/gl.po
M synfig-core/po/he.po
M synfig-core/po/hi_IN.po
M synfig-core/po/hu.po
M synfig-core/po/it.po
M synfig-core/po/ja.po
M synfig-core/po/ja_JP.po
M synfig-core/po/lt.po
M synfig-core/po/lv.po
M synfig-core/po/nl.po
M synfig-core/po/no_NO.po
M synfig-core/po/pl_PL.po
M synfig-core/po/pt_BR.po
M synfig-core/po/ro.po
M synfig-core/po/ru.po
M synfig-core/po/si.po
M synfig-core/po/sk.po
M synfig-core/po/sk_SK.po
M synfig-core/po/sl.po
M synfig-core/po/sr_RS.po
M synfig-core/po/sv_SE.po
M synfig-core/po/tr.po
M synfig-core/po/ur.po
M synfig-core/po/u...@latn.po
M synfig-core/po/zh-Hant.po
M synfig-core/po/zh_CN.po
M synfig-core/po/zh_TW.po
M synfig-studio/po/LINGUAS
M synfig-studio/po/es.po
M synfig-studio/po/pl_PL.po
A synfig-studio/po/pt.po
M synfig-studio/po/pt_BR.po
M synfig-studio/po/ru.po
M synfig-studio/po/zh-Hant.po
M synfig-studio/po/zh_CN.po
M synfig-studio/src/gui/dialogs/dialog_setup.cpp

  Log Message:
  ---
  update localization


  Commit: c70f84e28e05b3ce05e8128d684efecad69fb623
  
https://github.com/synfig/synfig/commit/c70f84e28e05b3ce05e8128d684efecad69fb623
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M .gitignore
M autobuild/default.nix
M autobuild/fedora-crosscompile-linux.sh
M autobuild/fedora-crosscompile-win.sh
M autobuild/synfigstudio-cygwin-mingw-build.sh
M autobuild/synfigstudio-cygwin-native-build.sh
M autobuild/synfigstudio-linux-build.sh
M autobuild/synfigstudio-osx-build.sh
M autobuild/synfigstudio-release.sh
M autobuild/transifex-pull-translations.sh
A autobuild/update-languages.sh
A synfig-core/bootstrap.sh
M synfig-core/configure.ac
A synfig-core/po/LINGUAS
A synfig-core/po/pt.po
M synfig-studio/po/LINGUAS
M synfig-studio/src/Makefile.am
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h
A synfig-studio/src/languages.inc.c

  Log Message:
  ---
  Improve localizations. Fix languages list in settings.


  Commit: 0c3f44cd38123662b3f1c545c6b975fd84e8d6a7
  
https://github.com/synfig/synfig/commit/0c3f44cd38123662b3f1c545c6b975fd84e8d6a7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_setup.cpp

  Log Message:
  ---
  Show language code in settings if name of language missed


  Commit: 56018492ee4697d7a15ee451a6134522de08cabe
  
https://github.com/synfig/synfig/commit/56018492ee4697d7a15ee451a6134522de08cabe
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Developer version 1.3.3


Compare: https://github.com/synfig/synfig/compare/7693e1fb1a18...56018492ee46--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 560184: Developer version 1.3.3

2017-04-29 Thread Ivan Mahonin
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: 56018492ee4697d7a15ee451a6134522de08cabe
  
https://github.com/synfig/synfig/commit/56018492ee4697d7a15ee451a6134522de08cabe
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M ETL/configure.ac
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Developer version 1.3.3


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 0dde72: Fix auto-recovery (#363)

2017-08-23 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 0dde7211f277353f80d6cfc99ebca5d4fd056989
  
https://github.com/synfig/synfig/commit/0dde7211f277353f80d6cfc99ebca5d4fd056989
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
M synfig-core/src/modules/lyr_std/import.cpp
M synfig-core/src/modules/mod_imagemagick/mptr_imagemagick.cpp
M synfig-core/src/synfig/filecontainerzip.cpp
M synfig-core/src/synfig/filesystem.cpp
M synfig-core/src/synfig/filesystemtemporary.cpp
M synfig-core/src/synfig/filesystemtemporary.h
M synfig-core/src/synfig/layers/layer_bitmap.cpp
M synfig-core/src/synfig/layers/layer_bitmap.h
M synfig-core/src/synfig/layers/layer_pastecanvas.h
M synfig-studio/configure.ac
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/autorecover.cpp
M synfig-studio/src/gui/autorecover.h
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/instance.cpp
M synfig-studio/src/gui/instance.h
M synfig-studio/src/synfigapp/actions/layerembed.cpp
M synfig-studio/src/synfigapp/actions/layerpaint.cpp
M synfig-studio/src/synfigapp/actions/layerpaint.h
M synfig-studio/src/synfigapp/instance.cpp
M synfig-studio/src/synfigapp/instance.h

  Log Message:
  ---
  Fix auto-recovery (#363)


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 61c381: add missing files

2017-08-24 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 61c3819263d4b274062832f9147d5b09ee82ff83
  
https://github.com/synfig/synfig/commit/61c3819263d4b274062832f9147d5b09ee82ff83
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
A synfig-core/src/synfig/rendering/common/optimizer/optimizerlowres.cpp
A synfig-core/src/synfig/rendering/common/optimizer/optimizerlowres.h
A synfig-core/src/synfig/rendering/software/rendererlowressw.cpp
A synfig-core/src/synfig/rendering/software/rendererlowressw.h

  Log Message:
  ---
  add missing files


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 3fc4c3: Fix LowRes option (#401)

2017-08-24 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 3fc4c3ebcc44060fb010f4348697a09edb7d489c
  
https://github.com/synfig/synfig/commit/3fc4c3ebcc44060fb010f4348697a09edb7d489c
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
M synfig-core/src/synfig/rendering/common/optimizer/CMakeLists.txt
M synfig-core/src/synfig/rendering/common/optimizer/Makefile_insert
M synfig-core/src/synfig/rendering/common/task/tasksurfaceresample.h
M synfig-core/src/synfig/rendering/renderer.cpp
M synfig-core/src/synfig/rendering/software/CMakeLists.txt
M synfig-core/src/synfig/rendering/software/Makefile_insert
M synfig-core/src/synfig/rendering/software/function/packedsurface.cpp
M 
synfig-core/src/synfig/rendering/software/optimizer/optimizersurfaceresamplesw.cpp
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/workarea.cpp

  Log Message:
  ---
  Fix LowRes option (#401)


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 88928b: Fix #373. Amount set to zero for image layers if p...

2017-08-22 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 88928be169d1b10cd2b94e19161654ba84677715
  
https://github.com/synfig/synfig/commit/88928be169d1b10cd2b94e19161654ba84677715
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-22 (Tue, 22 Aug 2017)

  Changed paths:
M synfig-core/src/modules/lyr_std/import.cpp

  Log Message:
  ---
  Fix #373. Amount set to zero for image layers if path is missing


  Commit: e47a8fcef252a149d1927e34f2e451c812a79a1f
  
https://github.com/synfig/synfig/commit/e47a8fcef252a149d1927e34f2e451c812a79a1f
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-22 (Tue, 22 Aug 2017)

  Changed paths:
M ETL/ETL/_surface.h
M synfig-core/src/synfig/color/color.h
M synfig-core/src/synfig/rendering/software/function/packedsurface.cpp

  Log Message:
  ---
  Fix #366. PNG file imported with incorrect color


  Commit: 6c807ce3cba2f4d461af91ab7d588f5c1d6a1a42
  
https://github.com/synfig/synfig/commit/6c807ce3cba2f4d461af91ab7d588f5c1d6a1a42
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-22 (Tue, 22 Aug 2017)

  Changed paths:
M synfig-core/src/modules/mod_png/trgt_png.cpp

  Log Message:
  ---
  Fix warnings in PNG exporter


Compare: https://github.com/synfig/synfig/compare/a660cb067fa7...6c807ce3cba2--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 8134e6: Fix #408. Localization broken since 1.3.3

2017-08-25 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 8134e66e44f58c1e7976689043b575491f57c59d
  
https://github.com/synfig/synfig/commit/8134e66e44f58c1e7976689043b575491f57c59d
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
M synfig-core/configure.ac

  Log Message:
  ---
  Fix #408. Localization broken since 1.3.3


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 06212b: Typo

2017-08-25 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 06212b43a5cfa2a8de90c5c0ab3f9e965088a853
  
https://github.com/synfig/synfig/commit/06212b43a5cfa2a8de90c5c0ab3f9e965088a853
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
M synfig-core/src/synfig/curve_helper.h

  Log Message:
  ---
  Typo


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 22a6a9: fix trgt_png

2017-08-24 Thread Ivan Mahonin
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 22a6a947b2b36b2a4d28b7d8f8cbd68453c6823c
  
https://github.com/synfig/synfig/commit/22a6a947b2b36b2a4d28b7d8f8cbd68453c6823c
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
M synfig-core/src/modules/mod_png/trgt_png.cpp

  Log Message:
  ---
  fix trgt_png


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


  1   2   >