Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/morevnaproject-org/opentoonz

OpenToonz - アニメーション制作ツールのオープンソースプロジェクト
https://github.com/morevnaproject-org/opentoonz

use unique_ptr<>

6aada0ab29d2bfe19bb7f7304046f74b93755c82 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'marcab-master' into fix/motionblurfx

8e8a63e4a4b5c9e2449485c606727b3b6c3a6809 authored over 8 years ago by Shinya Kitaoka <[email protected]>
create custom menubar from xml file

7a9c88552bae703141fe169d05790094b5410387 authored over 8 years ago by shun_iwasawa <[email protected]>
non-windows: fake mouse right release event

456038b5ce215db2ddddc1678958af3dc60d9aff authored over 8 years ago by xenogenesi <[email protected]>
Use 'delete' on a 'new' object in motionblurfx.cpp.

9980bf84e0433bf0dcf92ae544ce00945f67fe05 authored over 8 years ago by John Davidson <[email protected]>
Fix include case

d0e335dfeecee2d589dce6374dbd65bad539e545 authored over 8 years ago by Campbell Barton <[email protected]>
Basic edits for Linux portability

107701249b1700fa800862f036303fe1288212a7 authored over 8 years ago by Campbell Barton <[email protected]>
Remove ifdef's for cstring includes

These are needed on Linux for memcpy, memmove etc... but not unique to Linux of course.

acc5e608361824fd18462bdc57b25a706186cb1f authored over 8 years ago by Campbell Barton <[email protected]>
Use strtok_r for Linux

Makes sense to use same logic for OSX and Linux

b66df2a0d6851575c30f8c6a1ce903d71d06a6ff authored over 8 years ago by Campbell Barton <[email protected]>
Use `if defined(...)` style

0648b484bf7375a364f362875ff2df8bfd1c5de3 authored over 8 years ago by Campbell Barton <[email protected]>
added a "Save All" menu which saves current scene and all the levels.

0786d1117e9c386c2fc5b261bf578cf471b8d892 authored over 8 years ago by walkerka <[email protected]>
Merge pull request #150 from henrich/master

remove unnecessary backup files (.bak)

79d38796c42599f1625abb30f84fdfd0fe840757 authored over 8 years ago by kogaki <[email protected]>
Merge pull request #151 from kogaki/fix/cmake_png_include

Fix cmake to be able to search custom libpng include path

5545c5bfbd91ab85460fb110ad85eb61bd8ad0d1 authored over 8 years ago by tomosu <[email protected]>
Merge pull request #152 from tomosu/fix_rclick_osx

add clean-up at the end of SceneViewer::contextMenuEvent for OSX

6f84e74154a5339adfd274dc6e8bde55ced5f321 authored over 8 years ago by kogaki <[email protected]>
change clean-up location and add comment

cb0b4d066f8838728e5ba23944c95c6e29f14ec6 authored over 8 years ago by tomosu <[email protected]>
add clean-up at the end of SceneViewer::contextMenuEvent

e6f45b6a60d0becde1c75decd2bec913c58ae995 authored over 8 years ago by tomo-suzuki <[email protected]>
Add libpng include path search

b22d0cfb5947ad71ab801654c3a9a678806bd9c2 authored over 8 years ago by Keisuke Ogaki <[email protected]>
remove unnecessary backup files

It should be removed before upload... :)

2dcddaf3346544b9e43c495635047c7978a6bf74 authored over 8 years ago by Hideki Yamane <[email protected]>
revert room edit feature

b05ca512665648a55fcea5dbd7b35d792462bb39 authored over 8 years ago by shun_iwasawa <[email protected]>
Remove redundant array allocation

5db682049d4f362107c7325fddfc8a4337e51738 authored over 8 years ago by Campbell Barton <[email protected]>
Merge remote-tracking branch 'origin/master' into fix_loading_reslist

0732762e908b6b31591ff886f81a44572ed54785 authored over 8 years ago by shun_iwasawa <[email protected]>
fix loading reslist

2e13bcc2f6eb58cd317df488d4e03278569f3268 authored over 8 years ago by shun_iwasawa <[email protected]>
Merge pull request #47 from camjc/master

Fix: User facing typos throughout application

6cd606de62865275f3ba19150c3a153e434e1e11 authored over 8 years ago by Yuri Odagiri <[email protected]>
Merge pull request #141 from opentoonz/unformat-libtiff

Unformat thirdparty/tiff-4.0.3/libtiff/tif_getimage_64.c

74757bfa9d7c100f6ac623fb5ea4a440dba9f88e authored over 8 years ago by kogaki <[email protected]>
Merge pull request #136 from opentoonz/revert_schematic_output_port

Reverting Harlequin's stage schematic output ports (with letters)

4095f67b3ebe4a1756b1d40fa00cc8cb16c2f365 authored over 8 years ago by shun-iwasawa <[email protected]>
fix OSX build

9cb85ebe6052a07cfba280313c2db036871f6160 authored over 8 years ago by Keisuke Ogaki <[email protected]>
Merge remote-tracking branch 'origin/master' into revert_schematic_output_port

49ff76e3d351ffb5638d370503a56fa620223117 authored over 8 years ago by shun_iwasawa <[email protected]>
revert schematic output port

22eaa489513e66ac3e52c8f6a75a9aa2adcbbf29 authored over 8 years ago by shun_iwasawa <[email protected]>
Merge pull request #112 from opentoonz/fix-compile-error-on-clang-by-invalid-constructor

Fix compile error on clang

81d96687570dd92fd22ed6e0e7cb6e0a54183626 authored over 8 years ago by kogaki <[email protected]>
Update README.md

da8c4b871f7c537b56adec4fda59bda1483c12f2 authored over 8 years ago by kogaki <[email protected]>
Encapsulate expressions in parentheses

Some expressions appear to be confusing, adding parentheses removes
doubt in those cases.

b1cc3ceeac18ebfd814eb6a6985d3cff19d61ab5 authored over 8 years ago by Michał Janiszewski <[email protected]>
Fixes for abs()

abs() only returns integer values, while arguments and results are real
in the cases fixed.

Als...

0585eef4530b92e442d12eb26685cfb562c54de0 authored over 8 years ago by Michał Janiszewski <[email protected]>
Move to stringstream

std::strstream is deprecated, stringstream is the suggested replacement.

df394d69390d88289f94857efcf8685351d0784c authored over 8 years ago by Michał Janiszewski <[email protected]>
Merge pull request #118 from tomByrer/patch-1

+ english website & Google forum links

c0b0beedf481687ac05844c514ee6955ea7d5240 authored over 8 years ago by Yuri Odagiri <[email protected]>
Use #error preprocessor

We had a report (that I can't confirm), that this caused errors.
Best to use `error` here.

42d601e91864aa6ae684909c0e10f4e649d82e0a authored over 8 years ago by Campbell Barton <[email protected]>
+ english website & Google forum links

160f503233324950f1b66620d3f40ae4fc3c1378 authored over 8 years ago by Tom Byrer <[email protected]>
Fix CMAKE_MODULE_PATH for out-of-source build

a8cd98dd0c0feae2d6efd8b970f3967d9c72829e authored over 8 years ago by jpumc <[email protected]>
Merge pull request #116 from skitaoka/english-readme

English README (merge #54 and #68)

29896c020f5982e58c693f7c88c728fc6229d539 authored over 8 years ago by Toshihiro Shimizu <[email protected]>
merge #54 and #68

f262518ff029f9f2662fcf215b3edbde5b2b3c95 authored over 8 years ago by Shinya Kitaoka <[email protected]>
move *.md files into a doc directory

00edc48870832a8e930d236581a1ebf6fbafcf18 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'm-grimaud-master'

8dd1e50791c7117994a8b41c2daa0a8046d943dd authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'master' of git://github.com/m-grimaud/opentoonz into m-grimaud-master

# Conflicts:
# README.md

5a95ba65321be5e73b3e939ad8bc35d1c3a12b96 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'gguillotte-readme-en'

effb83161d4c8e7c7b5c0eb480797fbd16016797 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'readme-en' of git://github.com/gguillotte/opentoonz into gguillotte-readme-en

0026a4a07adb7b7b6f0dec2a0f8a85c3505c72e8 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Fix compile error on clang

Avoid 'chosen constructor is explicit in copy-initialization' error.

fed8a75ddea30d693a3ce0e7d15cae702223e46c authored over 8 years ago by brly <[email protected]>
Update README.md

906ba54d9d479f6010daad5170d8f25cd1d0b688 authored over 8 years ago by Toshihiro Shimizu <[email protected]>
Fixes unused label warning.

Commented out instead of deleted, as label is referenced by FIXME comment and associated goto on ...

fe9b8bc57340274687f53a3bb304e1cba172c74f authored over 8 years ago by Adric Worley <[email protected]>
Fixes unreferenced local variable warnings.

Deleted variables in most cases. Commented out or moved to IFDEF where referenced by existing but...

f63c1a0076d6c0a5a5a0db6fe6fa283d219c5fb9 authored over 8 years ago by Adric Worley <[email protected]>
Unformat thirdparty/tiff-4.0.3/libtiff/tif_getimage_64.c

to compare with original tif_getimage.c.

ca9c32c273d148f9eb79088fcc5fe7d5f2f1088c authored over 8 years ago by kusano <[email protected]>
Merge pull request #64 from ideasman42/linux-resource-case-fix

Linux: Use lowercase for all resources (failed to build)

46416c1cad36bb4863865e20d041e71a050c8f8a authored over 8 years ago by roentgen <[email protected]>
Spanish UI - toonzlib.ts [100%]

d9d05a72fea84f9d21060abc6a5b47a9a6a68323 authored over 8 years ago by Gabriel Gazzán <[email protected]>
Spanish toonzqt.ts - minor fix

27e293b56578a2f3a37d2a8457a716789d08b28e authored over 8 years ago by Gabriel Gazzán <[email protected]>
Spanish UI toonzqt.ts - [100%]

720ea50bec7b80c0f0c95c836c6742d3a566f090 authored over 8 years ago by Gabriel Gazzán <[email protected]>
Fix error with ifdef blocks

noted by @linkmauve

b696885d9a16d773516b09ea2dedd19ea3cb7a5f authored over 8 years ago by Campbell Barton <[email protected]>
Merge pull request #85 from mich181189/fix-tiff-osx

Fix build when libtiff exists on system

881afa65d0e369fee9376cdbf997338be8ce1844 authored over 8 years ago by roentgen <[email protected]>
Fix crash of lzocompres and lzodecompress

Without stdlib.h malloc is assumed to return int, which is not compatible with void * in x64.

d191aadc04865767bc2e907e96d409e6b6cec790 authored over 8 years ago by kusano <[email protected]>
Readme Translated, Squashed

7c38905d3c2881844f78eb48ef0fe057ab156700 authored over 8 years ago by Grimaud <[email protected]>
Spanish UI colorfx.ts - [100%]

3d229965a57017fcd381c947b095563e57869e50 authored over 8 years ago by Gabriel Gazzán <[email protected]>
Fix build when libtiff exists on system

On OSX at least, if you have libtiff in your system include path,
it will use that instead of th...

b49802832b9420b526c7c04a4a7c0256fef7d491 authored over 8 years ago by Michael Cullen <[email protected]>
Spanish translation - tnztools.ts [100%]

5b89978306eb6c79163a484320ca3b72128719c6 authored over 8 years ago by Gabriel Gazzán <[email protected]>
Spanish translation - tnzcore.ts [100%]

99a642865eef9e037d4b0cdc1de8f265f20ce2a3 authored over 8 years ago by Gabriel Gazzán <[email protected]>
Spanish UI translation - [0%]

Initial commit, copied from the Italian folder.
All strings in files reverted to suggested transl...

a31c6d5bd69bc472cee4e33e2cee20a7ed68bd23 authored over 8 years ago by Gabriel Gazzán <[email protected]>
Add English README.

c6df3f6f42256c8946a3988d995164e536e7d52d authored over 8 years ago by Garrett Guillotte <[email protected]>
CMake: use tab indentation & whitespace edits

3dcf6bfa0901440c1597d235dbff1b32e0c65499 authored over 8 years ago by Campbell Barton <[email protected]>
Use lowercase for all resources (failed to build on Linux)

cc5860ee72e81a7301f38094cade5eeab6ae168c authored over 8 years ago by Campbell Barton <[email protected]>
Linux: frameserver memory fix

1db1c004b9ce951cfd3d85356fcf68006d2ba8ac authored over 8 years ago by Campbell Barton <[email protected]>
Merge pull request #36 from ArseniyShestakov/fix-cmake-lettercase

Fix letter case in CMakeLists.txt

25e5605c506b833ffdcc8456f818721aa20e84d0 authored over 8 years ago by roentgen <[email protected]>
Merge pull request #52 from kusano/fix-crash

Fix crash in initializing

c26f34a66ec84cb27aab0f18411219acddbbb7e6 authored over 8 years ago by roentgen <[email protected]>
Fix crash in initializing

In some enviroment, access violations occures in ICOpen.
Althogh this code seems to intended to ...

ffc911474d60605025c1ef2aedb89ce2b769e4bc authored over 8 years ago by kusano <[email protected]>
Fix: User facing typos throughout application

- inbeteween -> inbetween
- abount -> about
- seleted -> selected
- successfull -> successful
- ...

bfee0019b7700ac16ba335808d9f3327e2e05a43 authored over 8 years ago by Cameron Chamberlain <[email protected]>
Fix letter case in CMakeLists.txt

5e9e969bb20d4f04fd68fa8f06f335bd21fe166f authored over 8 years ago by Arseniy Shestakov <[email protected]>
Merge pull request #33 from opentoonz/export-pluginsdk

added package_sdk.sh to export the sdk. and toonz_plugin_helper*.h ar…

7e185111a8e317ccea5fd8060cc15a7d1527d660 authored over 8 years ago by roentgen <[email protected]>
added package_sdk.sh to export the sdk. and toonz_plugin_helper*.h are moved to utils dir to plublic developers

edd579074d59965a19744c64921585a88fb4eba4 authored over 8 years ago by roentgen <[email protected]>
Merge pull request #32 from opentoonz/add-how-to-build-macosx

Add how to build for OSX

6297b87921a2e49e16762faffc9b2b47cd419354 authored over 8 years ago by Toshihiro Shimizu <[email protected]>
Add how to build for OSX

4cc5480d7ad4236b7af4b746e94b9eeb56618837 authored over 8 years ago by brly <[email protected]>
Merge pull request #31 from opentoonz/add-readme

Add README.md

8465787d9c4ff29d14902744f42d7aa8e8f65b89 authored over 8 years ago by Toshihiro Shimizu <[email protected]>
Fix README.md

52ff6ee6d4d7648ba6cecadc9a0bd7012d5637c6 authored over 8 years ago by kusano <[email protected]>
Fix URLs in README.md

0354af66354317753eb29503cd66ea286398b0dd authored over 8 years ago by kusano <[email protected]>
Merge pull request #29 from opentoonz/add-how-to-build-win

Windows用のビルド手順を追加

3e294ae6017af77be65a2d7e8c68bab01bb8de50 authored over 8 years ago by Toshihiro Shimizu <[email protected]>
Merge pull request #24 from opentoonz/suppress-warning-C4819

Suppress warning C4819 in Visual Studio 2013

5dddbf3dad5959b905005aadb7651638b1291c6c authored over 8 years ago by Toshihiro Shimizu <[email protected]>
Add README.md

4fc845c9ac39badf8b50b5b356e1562a8e2909e5 authored over 8 years ago by kusano <[email protected]>
Merge pull request #30 from opentoonz/fix-lzodriver

we always have thirdparty/lzo/driver. osx build never uses thirdpary/…

f09e094840265be1e398d52ff283c149171c1dff authored over 8 years ago by roentgen <[email protected]>
we always have thirdparty/lzo/driver. osx build never uses thirdpary/lzo/lzo-2.09 (was removed)

3047bb25982e5242f535b12997bf529b00330d20 authored over 8 years ago by roentgen <[email protected]>
Add How to Build for Windows

f6307e91c64d0ae93e32420f80347a62b1d6e646 authored over 8 years ago by kusano <[email protected]>
Merge pull request #27 from opentoonz/fix-gl-issue

Force Qt to use desktop OpenGL

b74bc3fb800d91958269542570fc63e081d6b009 authored over 8 years ago by roentgen <[email protected]>
Force Qt to use desktop OpenGL

since currently OpenToonz does not work with OpenGL of software or angle.

52db9569b3c7445124cfb119c861a2a9baf4a67d authored over 8 years ago by kusano <[email protected]>
Merge pull request #26 from opentoonz/fix-toonz-7.1-dialog-title

Replace dialog title

56cbe065812bde1ce9b91c4e7b8eb1fb6196c0d8 authored over 8 years ago by roentgen <[email protected]>
Replace dialog title

591f925dea745f25ca65cb4975371dd724f51a4d authored over 8 years ago by brly <[email protected]>
Merge pull request #23 from opentoonz/remove-zlib-1.2.7

Remove zlib 1.2.7

1deca7fc99f1a19a14d05c194e8f05ea0d1d818c authored over 8 years ago by roentgen <[email protected]>
Merge pull request #22 from opentoonz/fix_save_palette_dialog

パレット上書きの確認ダイアログに関する修正

ce9322ff3cd3504172fc799b11fe42ba7d3f158f authored over 8 years ago by roentgen <[email protected]>
Merge pull request #25 from opentoonz/fix-menubar-osx

fixed create full menubar for OSX

2b8706f50875a01682a158146e49d49b96e39449 authored over 8 years ago by roentgen <[email protected]>
fixed create full menubar for OSX

ab18c9f671a5c1ab6659102146107c0ce0e5842b authored over 8 years ago by roentgen <[email protected]>
Suppress warning C4819 in Visual Studio 2013

"The file contains a character that cannot be represented in the current code page"

543ae709dc8475c5221afeca1ecc93c4272994be authored over 8 years ago by kusano <[email protected]>
Remove zlib 1.2.7

8977366225f688545af1978939c6f22b49c282ad authored over 8 years ago by kusano <[email protected]>
comment added

b64fce383ed45b51cfb51826eb0812ad5e6a427e authored over 8 years ago by shun_iwasawa <[email protected]>
Merge remote-tracking branch 'origin/master' into fix_save_palette_dialog

01d49686acc8b929010c5e1fd0b0fb60fab52f82 authored over 8 years ago by shun_iwasawa <[email protected]>
fix overwrite palette confirmation dialog

9ff2b3eb00fdcfa3a9beb23c93a2c4d2160e1680 authored over 8 years ago by shun_iwasawa <[email protected]>
Merge pull request #20 from opentoonz/fix-param-fx2

エフェクトファイルを含むシーンファイルを 2 回連続で開くと落ちるバグを修正

b94d31fa7545c1ea71b5e8891741b72a69fe2edd authored over 8 years ago by roentgen <[email protected]>
Merge pull request #21 from opentoonz/fix_save_raster_problem

Raster LevelをSaveLevelAsで保存すると画像が消えてしまう不具合の修正

fc1fb92bcfc2d817432d811e449cdf86a6332e4f authored over 8 years ago by roentgen <[email protected]>
fix save raster level problem

f81af248fcd1d7af27104c8fadb1eb2305454739 authored over 8 years ago by shun_iwasawa <[email protected]>