Branch: refs/heads/master
Home: https://github.com/synfig/synfig
Commit: 4753a8c6a740d01c7c79fa6d26e471d2df9e9c5f
https://github.com/synfig/synfig/commit/4753a8c6a740d01c7c79fa6d26e471d2df9e9c5f
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
[Synfig Studio] app.cpp: remove unused headers and sort
Commit: adaa01a456b730a4f38647da490d5b5f480d2fcc
https://github.com/synfig/synfig/commit/adaa01a456b730a4f38647da490d5b5f480d2fcc
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
remove unused macros
Commit: 14c9dd1b7d39d02af6b954a1d907faf2d75fe3d4
https://github.com/synfig/synfig/commit/14c9dd1b7d39d02af6b954a1d907faf2d75fe3d4
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
prefer nullptr rather than 0 or NULL
even on C functions.
https://stackoverflow.com/questions/53532697/c-style-when-using-c-function-in-c-should-i-check-for-null-or-nullptr
Commit: 4c9ec288f07d5237f913ba4ec9dba9b1f0ddab68
https://github.com/synfig/synfig/commit/4c9ec288f07d5237f913ba4ec9dba9b1f0ddab68
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
remove unneeded ending comma in some macro uses
Commit: 4b7051f5a21b8bb4df79ef6d9d6d5bdc6fe79edc
https://github.com/synfig/synfig/commit/4b7051f5a21b8bb4df79ef6d9d6d5bdc6fe79edc
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
prepend static keyword for 'internal' variables
Commit: 398ec45291fcc8d569187604acfb6bbe4cb19cd6
https://github.com/synfig/synfig/commit/398ec45291fcc8d569187604acfb6bbe4cb19cd6
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
use #ifdef instead of #if
Commit: f5e619c4a1684ada7df5d4968bbdbffec791fe18
https://github.com/synfig/synfig/commit/f5e619c4a1684ada7df5d4968bbdbffec791fe18
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
remove commented-out code
Commit: 74f9c7ea452b2beef8543b57a25fa30a27663ba7
https://github.com/synfig/synfig/commit/74f9c7ea452b2beef8543b57a25fa30a27663ba7
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
move static variable next other ones
Commit: e9b8b782e05939ddc56762ee72979ba760dcc38a
https://github.com/synfig/synfig/commit/e9b8b782e05939ddc56762ee72979ba760dcc38a
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
no need for namespace scope here
Commit: 84b1710613ea1e8285fd5ff343af9f7244f9e72e
https://github.com/synfig/synfig/commit/84b1710613ea1e8285fd5ff343af9f7244f9e72e
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
some variable/class property sorting
Commit: a4720773c9aeb35b31804166e32e6e4035d16866
https://github.com/synfig/synfig/commit/a4720773c9aeb35b31804166e32e6e4035d16866
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
app.cpp: merge all #ifdef _WIN32 stuff
Commit: 4690620760afb60540ac52ee063eda3bafcc04e9
https://github.com/synfig/synfig/commit/4690620760afb60540ac52ee063eda3bafcc04e9
Author: ice0 <[email protected]>
Date: 2020-12-23 (Wed, 23 Dec 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
Merge PR #1939: [Synfig Studio] app.cpp : some cleanup
* [Synfig Studio] app.cpp: remove unused headers and sort
* removed unused macros
* prefer nullptr rather than 0 or NULL even on C functions.
https://stackoverflow.com/questions/53532697/c-style-when-using-c-function-in-c-should-i-check-for-null-or-nullptr
* remove unneeded ending comma in some macro uses
* prepend static keyword for 'internal' variables
* use #ifdef instead of #if
* remove commented-out code
* move static variable next other ones
* no need for namespace scope here
* some variable/class property sorting
* app.cpp: merge all #ifdef _WIN32 stuff
Compare: https://github.com/synfig/synfig/compare/a9ef15773780...4690620760af
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl