tahoma2d/toonz/sources
Érico Rolim 2c66a4ced9 Use feature test macros properly in igs_resource_msg_from_err_unix.
Feature test macros should be used to inform the C library what
functions a program _expects_ to be available (and which should be made
available to it), not as checks for what functions are available to be
used. Therefore, it is necessary to set _POSIX_C_SOURCE to 200809L,
which indicates we wish to use functions defined in POSIX.2008, one of
which is `int strerror_r()`. This way, all libc (including glibc, as
long as _GNU_SOURCE is undefined) implementations will make the correct
version of the function available, and the fallback to the `char
*strerror_r()` version is no longer necessary.
2021-08-31 11:10:47 -04:00
..
colorfx
common Include <unistd.h> instead of <sys/unistd.h>. 2021-08-31 11:10:47 -04:00
image Another MOV fix for Quicktime 2021-04-22 23:49:04 -04:00
include fix style editor toolbar 2021-08-18 00:17:06 -04:00
mousedragfilter
sound Internally store all WAVs as 32bit fixed 2021-05-20 07:36:19 -04:00
stdfx Use feature test macros properly in igs_resource_msg_from_err_unix. 2021-08-31 11:10:47 -04:00
stopmotion Motion Path Panel (#420) 2020-11-12 17:47:07 -07:00
tcleanupper additional mac fixes 2021-03-16 17:13:14 -04:00
tcomposer premultiply on loading PNG images 2021-03-28 17:37:05 -04:00
tconverter additional mac fixes 2021-03-16 17:13:14 -04:00
tnzbase glare fx revised - fixed chromatic balance - introduced iris preset - fx version parameter to maintain backward compatibility 2021-01-24 14:05:31 -05:00
tnzcore Remove all things Quicktime (#393) 2020-11-04 12:19:59 -07:00
tnzext fix opengl line smoothing 2021-03-28 17:37:09 -04:00
tnztools Merge pull request #756 from manongjohn/fix_blurred_brush_canvas_resize_crash 2021-08-26 22:27:03 -04:00
toonz Merge pull request #763 from manongjohn/fix_canvas_size_availability 2021-08-27 16:15:33 -04:00
toonzfarm OpenToonz changes as of 11-11-20 (#489) 2020-11-12 14:40:58 -07:00
toonzlib Merge pull request #757 from manongjohn/fix_crash_adding_fx_while_on_camera_col 2021-08-27 12:10:12 -04:00
toonzqt Merge pull request #757 from manongjohn/fix_crash_adding_fx_while_on_camera_col 2021-08-27 12:10:12 -04:00
translations Update translation files with corrected typos 2021-05-02 10:30:16 -04:00
translations_docs
xdg-data Update to official version 1.2 2021-05-02 10:39:43 -04:00
.clang-format
beautification.sh
CMakeLists.txt Merge pull request #573 from manongjohn/fix_libmypaint_for_linux 2021-04-19 07:15:12 -04:00