Commit graph

2726 commits

Author SHA1 Message Date
luz paz
3fe195d07a Misc. typos 2021-08-31 11:10:53 -04:00
luz paz
bfa820317a Fix CHECK_VIDEO_FRAME_INTERVALL->CHECK_VIDEO_FRAME_INTERVAL 2021-08-31 11:10:52 -04:00
luz paz
7290a10af7 Fix PliOuputStream->PliOutputStream 2021-08-31 11:10:52 -04:00
luz paz
dfe1d98e54 Fix indipendentValue->independentValue 2021-08-31 11:10:52 -04:00
luz paz
4cb5845b92 Fix timeStrech->timeStretch 2021-08-31 11:10:52 -04:00
luz paz
6e4e0d7fb0 Fix CheckEdgeExistance->CheckEdgeExistence 2021-08-31 11:10:52 -04:00
luz paz
8f2731975f Fix m_refernce->m_reference 2021-08-31 11:10:52 -04:00
luz paz
f4e8ae7f10 fix trasformation->transformation 2021-08-31 11:10:52 -04:00
luz paz
3ab6a92c6e Fix weigths->weights 2021-08-31 11:10:52 -04:00
luz paz
b736a3554e fix collapsable->collapsible 2021-08-31 11:10:52 -04:00
luz paz
ccae1cb3cb Fix caracters->characters 2021-08-31 11:10:52 -04:00
luz paz
cce92e163b Fix tanRigth->tanRight 2021-08-31 11:10:52 -04:00
luz paz
29363cf846 Fix rigth->right 2021-08-31 11:10:51 -04:00
luz paz
d3ff7a2d29 Fix top_rigth-> top_right 2021-08-31 11:10:51 -04:00
luz paz
a41c3e475a Fix InBetweeen->InBetween 2021-08-31 11:10:51 -04:00
luz paz
9caf9a829b Fix syntetic->synthetic 2021-08-31 11:10:51 -04:00
luz paz
f6ea5ba237 Fix Colums->Columns 2021-08-31 11:10:51 -04:00
luz paz
1cfca4b407 Fix Prefered->Preferred 2021-08-31 11:10:51 -04:00
luz paz
f59aecafe1 Fix Dinamic->Dynamic 2021-08-31 11:10:51 -04:00
luz paz
5d7fc38c83 Fix tq_rigth->tq_right 2021-08-31 11:10:51 -04:00
luz paz
35e409e926 fix various typos
Found via `codespell -q 3 -S *.ts,thirdparty, -L appy,ba,inbetween,inout,pevent,possibile,upto`
2021-08-31 11:10:50 -04:00
shun-iwasawa
286db52495 remove LibJpeg and add jpeg-turbo in thirdparty 2021-08-31 11:10:50 -04:00
shun-iwasawa
9e3a1de6bb build translation optional in cmake 2021-08-31 11:10:48 -04:00
Rozhuk Ivan
a7b6545028 Add FreeBSD (tested) and other BSD systems (not tested) to build and run.
I fail to build TIFF code: it requires access to libtiff internals but it
unavailable with libtiff prom ports. Probably pre build form
thirdparty/tiff-4.0.3 should fix this, but I don't check this.
Tiff code disabled for work but available in options.

I fail with SSE2 too, there is some mess with class initialization:
TRaster32P rout32 = rout; have no idea how to fix it.
If some one want to play with it, then try to build with
CFLAGS+= -DUSE_SSE2 -DDWORD=uint32_t -D_aligned_malloc=aligned_alloc -D_aligned_free=free
on non windows system.

FarmServer::queryHwInfo() - now uses TSystem::***() to collect system info,
to avoid code duplication.

Add pthread as required lib.
2021-08-31 11:10:48 -04:00
Érico Rolim
a3d1d6bb4f Use the alternative TRasterCodecLZO::decompress signature for big-endian in tiio_tzl.cpp.
This patch fixes code that was missed in previous refactoring.
2021-08-31 11:10:48 -04:00
Érico Rolim
b003793236 Fix big-endian code in tsio_wav.cpp.
Get the address the C++-managed pointers properly.

This commit fixes code that was previously refactored.
2021-08-31 11:10:48 -04:00
É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
Érico Rolim
2e3c011ee3 Include <unistd.h> instead of <sys/unistd.h>.
On glibc systems, the <sys/unistd.h> header simply redirects to
<unistd.h>, while on musl systems this header doesn't exist. Therefore,
it makes more sense to include <unistd.h> directly.
2021-08-31 11:10:47 -04:00
Alexander von Gluck IV
60c390ede7 cmake: Fix SuperLU include discovery on Fedora 32 2021-08-31 11:10:47 -04:00
manongjohn
2d3f05e838
Merge pull request #763 from manongjohn/fix_canvas_size_availability
Fix Canvas Size availability
2021-08-27 16:15:33 -04:00
manongjohn
007ed18509
Merge pull request #761 from manongjohn/enable_quicktoolbar_single_click_expansion
Enable single click expansion on Quicktoolbar categories
2021-08-27 15:09:03 -04:00
manongjohn
7b6acfd2b3
Merge pull request #759 from manongjohn/fix_column_lock_indicator_refresh
Fix timeline column lock indicator refresh
2021-08-27 14:26:24 -04:00
manongjohn
fe48fb7d52
Merge pull request #758 from manongjohn/stop_column_button_switching
Stop switching columns on column button press
2021-08-27 13:35:43 -04:00
manongjohn
08829c4a2a
Merge pull request #757 from manongjohn/fix_crash_adding_fx_while_on_camera_col
Fix crash adding Fx while on Camera column
2021-08-27 12:10:12 -04:00
manongjohn
20dd64d2e2
Merge pull request #756 from manongjohn/fix_blurred_brush_canvas_resize_crash
Fix blurred brush crash after canvas resize
2021-08-26 22:27:03 -04:00
manongjohn
30eddd26de
Merge pull request #753 from manongjohn/ot_patches_20210816
OpenToonz patches thru 8/16
2021-08-24 13:19:48 -04:00
manongjohn
ce2523a108 Change location of Canvas Size in Raster context menu 2021-08-22 02:12:41 -04:00
manongjohn
6be4bead4d Disable Canvas Size for uneditable files 2021-08-22 02:10:07 -04:00
manongjohn
a2903da89f Fix Canvas Size availability 2021-08-22 02:03:27 -04:00
manongjohn
db658fddf7 Enable single click expansion on Quicktoolbar categories 2021-08-21 13:10:13 -04:00
manongjohn
4cea2dd371 Fix timeline column lock indicator refresh 2021-08-21 10:52:10 -04:00
manongjohn
63b8a3b659 Stop switching columns on column button press 2021-08-21 10:15:02 -04:00
manongjohn
4f9961a8a8 Fix crash adding Fx while on Camera column 2021-08-20 16:50:06 -04:00
manongjohn
67e67b46c1 Fix blurred brush crash after canvas resize 2021-08-20 16:12:52 -04:00
shun-iwasawa
e15b5e7c02 fix style editor toolbar 2021-08-18 00:17:06 -04:00
shun-iwasawa
cbdb991f25 redesign pass through node 2021-08-17 22:11:46 -04:00
shun-iwasawa
4a619a2ef7 modify sync scroll between xsheet and function editor 2021-08-17 20:58:43 -04:00
shun-iwasawa
7a36f869ec xsheet zoom control 2021-08-17 20:58:13 -04:00
shun-iwasawa
6e3df49295 bokeh advanced fx quick fix 2021-08-16 23:36:34 -04:00
shun-iwasawa
cb41b196c6 iwa bokeh advanced fx 2021-08-16 23:36:09 -04:00