Commit graph

2821 commits

Author SHA1 Message Date
É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
96a36d5eaa Set Minium size of Motion Path Windows 2021-08-29 17:50:21 -04:00
manongjohn
6ce3db16fa Fix Motion Path tools from Camera column 2021-08-29 17:32:16 -04:00
manongjohn
58ad5fe620 Vertically center timeline text 2021-08-29 13:44:01 -04:00
manongjohn
1f915133ce Consolidate other viewer indicators 2021-08-28 23:50:15 -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
c5750d5af7 Vertically center Camera column's keyframe icons 2021-08-24 17:56:35 -04:00
manongjohn
532d68ba71 Fix Xsheet ease handle position 2021-08-24 16:47:11 -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
092ff228ef Fix selection tool for motion path editing 2021-08-24 09:55:38 -04:00
manongjohn
7fb91e07d6 Add Show/Toggle Check Indicators preference, command and shortcut 2021-08-22 14:22:31 -04:00
manongjohn
6bba272bae Change format of viewer check indicators 2021-08-22 12:16:32 -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
38f998358c Add View Check indicators to Viewer 2021-08-21 22:32:58 -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
shun-iwasawa
f4b2e1dd6b compass gadget for radial and spin blur fxs 2021-08-16 21:58:16 -04:00
shun-iwasawa
33d08f0866 rainbowfx iwa 2021-08-16 20:52:53 -04:00
shun-iwasawa
b0698e3da6 do not remove asset when auto save 2021-08-16 18:40:54 -04:00
shun-iwasawa
f41dfc8dba clean assets feature 2021-08-16 18:40:53 -04:00
shun-iwasawa
53900472aa change behavior of blend-ino fx without back layer 2021-08-16 18:26:58 -04:00
shun-iwasawa
493bbc3922 enable to paste style color into color field 2021-08-16 18:26:45 -04:00
shun-iwasawa
cbfde43fb8 linear option for all layer blending ino fxs 2021-08-16 18:25:52 -04:00
shun-iwasawa
3b3c1b2fa1 particlesfx : use 16bpc control image for gradient 2021-08-16 18:25:41 -04:00
shun-iwasawa
5d866328ea bloom ifx iwa revised - alpha option - decay - auto gain option and gain adjust 2021-08-16 18:23:58 -04:00
shun-iwasawa
1d5bc2d816 fx schematic node placement fix 2021-08-15 23:51:57 -04:00
shun-iwasawa
52d6407db1 fix paste style color 2021-08-15 23:51:53 -04:00
shun-iwasawa
de1a3ce392 fix crash on clicking shortcut tree 2021-08-15 23:51:31 -04:00
shun-iwasawa
d4a90373ca paste color without link 2021-08-15 23:39:52 -04:00
shun-iwasawa
f2a0effd02 fix and refactor line blur fx ino 2021-08-15 23:39:38 -04:00
shun-iwasawa
66d96ac708 fix mesh file naming 2021-08-15 23:39:12 -04:00
melieconiek
67054ba4ce Changed default sound column volume to 100%.
Signed-off-by: melieconiek <42298081+melieconiek@users.noreply.github.com>
2021-08-15 10:18:25 -04:00
manongjohn
88618608a3 Fix savebox referenced fills 2021-08-14 22:02:53 -04:00
manongjohn
8dcd9f3250 Fix conflicts with master 2021-08-14 21:45:54 -04:00
manongjohn
7f444c8c96
Merge pull request #738 from manongjohn/move_savebox_limit_preference
Move savebox fill limit preference to tool option
2021-08-11 07:35:22 -04:00
manongjohn
e5d2353123 Support canvas sizes different from camera box 2021-08-04 07:37:13 -04:00
manongjohn
38005b2de8 Improve savebox visibility 2021-08-03 10:02:27 -04:00
manongjohn
09cc081780 Fix Segment erase savebox redo 2021-08-03 01:02:18 -04:00
manongjohn
382cb591d7 Adjust savebox only if Raster segment erased something 2021-08-03 01:01:45 -04:00
manongjohn
7238b9cb4b Show savebox for Raster segment eraser 2021-08-03 01:01:19 -04:00
manongjohn
7d8ebbb651 Fix Normal fill savebox redo 2021-08-03 01:00:45 -04:00
manongjohn
1995dedbff Fix savebox issues with Smart Raster Fills 2021-08-03 00:31:07 -04:00
manongjohn
563c022795 Move TVL Savebox Limit Preference to toolbar option 2021-08-03 00:29:24 -04:00
manongjohn
1dee0aff94 Fix Shift+Frame Range movement from timeline/xsheet 2021-07-31 15:53:16 -04:00
manongjohn
347e49704e Fix referenced fill undo/new fill issue 2021-07-31 10:48:24 -04:00
manongjohn
c256bc87ef Fix fill referenced issues 2021-07-31 10:46:50 -04:00
manongjohn
a1a9695f57 Fix Normal-Selective-Area fills filling partially painted objects 2021-07-29 12:44:20 -04:00
manongjohn
6cb74cdf5a Add referenced fills - Raster 2021-07-29 08:09:41 -04:00
manongjohn
fa3d9e0e4a Add referenced fills - Smart Raster 2021-07-29 07:57:29 -04:00
manongjohn
b9ea823143
Merge pull request #718 from jeremybullock/perspectivefx_2
OpenToonz 3800 - pnperspectivefx normalize option
2021-06-24 10:04:15 -04:00
manongjohn
6de061c06b
Merge pull request #717 from jeremybullock/raylitfx
3905 from OpenToonz: raylitfx enahancement: radius parameter and gadget
2021-06-24 08:25:24 -04:00
manongjohn
ac5bf1d8c4
Merge pull request #714 from jeremybullock/brush_smoothing
Fix Brush Smoothing by Shun Iwasawa (OpenToonz 3895)
2021-06-23 11:03:21 -04:00
manongjohn
b3a3993514
Merge pull request #713 from jeremybullock/geometric_rotate
Add rotate option to geometry tool by Pojienie (OpenToonz 3846)
2021-06-20 07:18:59 -04:00
manongjohn
e4e9a02ea6
Merge pull request #719 from jeremybullock/memo_bg
fix memo popup background color - OpenToonz 3910
2021-06-19 22:07:05 -04:00
shun-iwasawa
45a3caf6fc fix memo popup background color 2021-06-13 22:08:25 -06:00
shun-iwasawa
376f05b966 pnperspectivefx normalize option 2021-06-13 22:04:59 -06:00
shun-iwasawa
5f34302010 raylitfx enahancement: radius parameter and gadget 2021-06-13 21:59:34 -06:00
Jeremy Bullock
2d840ed3b3 PR 3841 from OpenToonz: Improve Tablet Response
Co-authored-by: shun-iwasawa shun-iwasawa@users.noreply.github.com
2021-06-13 21:56:29 -06:00
Jeremy Bullock
ab2cdd789e Fix Brush Smoothing
Co-authored-by: shun-iwasawa shun-iwasawa@users.noreply.github.com
2021-06-13 21:51:38 -06:00
Jeremy Bullock
9a720b9e10 Add rotate option to geometry tool by Pojienie
Co-authored-by: pojienie pojienie@users.noreply.github.com
2021-06-13 21:48:03 -06:00
manongjohn
992756a2f3 Fix Paintbrush Style selector leaving marks 2021-06-11 08:21:59 -04:00
manongjohn
54677b190c Fix CTRL paintbrush crash 2021-06-11 08:17:54 -04:00
manongjohn
c12a6ce373 Fix conflicts with Paint Brush Tool enhancements 2021-06-09 08:35:12 -04:00
manongjohn
a099792d78
Merge pull request #709 from manongjohn/paint_brush_pressure
Paint Brush Tool enhancements
2021-06-09 07:57:02 -04:00
manongjohn
5b86aa264f Fix Paint Brush statusbar text typo 2021-06-08 11:12:34 -04:00
manongjohn
709f7496b5
Merge pull request #706 from manongjohn/add_autocreation_toggles
Add Auto creation option commands/buttons
2021-06-08 11:07:39 -04:00
manongjohn
c83b80c11d Add Lock Alpha to Raster - Standard brush 2021-06-03 21:20:36 -04:00
manongjohn
efd5279c5c Add Lock Alpha to Smart Raster - MyPaint brush 2021-06-03 18:18:35 -04:00
manongjohn
42d0abf085 Add Lock Alpha to Smart Raster - Standard brush (blurred) 2021-06-03 18:18:07 -04:00
manongjohn
d9ca25d58e Add Lock Alpha to Smart Raster - Standard brush 2021-06-03 18:17:41 -04:00
manongjohn
36c1db068c Add Lock Alpha to Paint Brush Tool 2021-06-03 09:36:17 -04:00
manongjohn
8e85e000ba Add auto-creation toggles to cell context menu 2021-06-03 00:22:02 -04:00
manongjohn
c79faf4f75 Remove auto-creation buttons from timeline/xsheet 2021-06-03 00:17:17 -04:00
manongjohn
eacc4d412e Select style using Shift key 2021-06-02 16:23:14 -04:00
manongjohn
80ebe0defa Replicate Finger Tool using Ctrl + Paint Brush Tool 2021-06-02 15:42:54 -04:00
manongjohn
2d59a69622 Add paint brush pressure sensitivity 2021-06-01 21:36:13 -04:00
manongjohn
09d2f8bd89 Add Auto creation option commands/buttons 2021-05-30 20:23:23 -04:00
manongjohn
c6dc84e015
Merge pull request #703 from manongjohn/restore_version_check
Restore new version check
2021-05-29 15:20:25 -04:00
manongjohn
437d98c55f
Merge pull request #701 from manongjohn/fix_macos_shortcut_display
Fix macOS shortcut display
2021-05-29 13:08:32 -04:00
manongjohn
cf896c4a77
Merge pull request #700 from manongjohn/support_32bit_wav
Enhanced WAV support
2021-05-29 11:36:52 -04:00
manongjohn
d0f56c2b59
Merge pull request #689 from manongjohn/fix_load_plugins_linux
Fix loading plugins on Linux
2021-05-29 10:44:13 -04:00
manongjohn
3243aae411 Restore new version check 2021-05-22 10:29:10 -04:00
manongjohn
e80d87c00a Fix macOS shortcut display 2021-05-21 07:47:42 -04:00
manongjohn
4712086e39 Fix compile 32bit support for non-windows environments 2021-05-20 09:33:22 -04:00
manongjohn
1450ca18e8 Internally store all WAVs as 32bit fixed 2021-05-20 07:36:19 -04:00
manongjohn
e8bb797adc Add 32bit float WAV support 2021-05-20 07:35:12 -04:00
manongjohn
c4430cc7fb Process 24bit WAV as 32bit WAV 2021-05-16 17:51:19 -04:00
manongjohn
44ce1e95b3 Add 32bit fixed WAV support 2021-05-16 16:05:25 -04:00
manongjohn
964d05d2fd Fix shortcut viewer crash on macOS 2021-05-11 16:46:44 -04:00
manongjohn
1adbf67674 Fix loading plugins on Linux 2021-05-07 18:20:41 -04:00
manongjohn
05fe9556fe
Merge pull request #686 from manongjohn/v1.2
Update to official version 1.2
2021-05-03 07:47:10 -04:00
manongjohn
433a01c929
Merge pull request #687 from manongjohn/ot_patches_20210502
OpenToonz patches thru 5/2
2021-05-03 06:38:21 -04:00
shun-iwasawa
955b94eb4c fix shortcut input 2021-05-03 00:30:05 -04:00
shun-iwasawa
abf861c0c6 fix tool options shortcut 2021-05-02 23:44:33 -04:00
shun-iwasawa
4889cece68 fix cell selection on click 2021-05-02 12:25:48 -04:00
manongjohn
549c86ebee Update to official version 1.2 2021-05-02 10:39:43 -04:00
manongjohn
8074904700 Update translation files with corrected typos 2021-05-02 10:30:16 -04:00
manongjohn
cbc89d7e9c Fix typos 2021-05-02 10:29:12 -04:00
manongjohn
e348ab0bad Another MOV fix for Quicktime 2021-04-22 23:49:04 -04:00
manongjohn
c6ffe72436 Fix MOV loading into QuickTime 2021-04-22 17:51:49 -04:00
manongjohn
00ea6f7fb9 Fix loading WEBM with transparency 2021-04-22 17:15:54 -04:00
manongjohn
66d085821e Correct MOV transparency 2021-04-22 15:37:24 -04:00
manongjohn
1359000497 Fix MOV and WEBM render transparency 2021-04-22 08:10:59 -04:00
manongjohn
39aa593c13 Support MOV formats through ffmpeg 2021-04-21 08:55:55 -04:00
manongjohn
d1c72c4f3e
Merge pull request #668 from manongjohn/v1.2
Update version to 1.2 (beta)
2021-04-19 08:26:46 -04:00
manongjohn
5a498c1947
Merge pull request #644 from manongjohn/translation_1.2_updates
Update translation files for 1.2 release
2021-04-19 07:18:13 -04:00
manongjohn
c7c7ad6193
Merge pull request #573 from manongjohn/fix_libmypaint_for_linux
Fix libmypaint version for Linux builds
2021-04-19 07:15:12 -04:00
manongjohn
088cd6b83e Russion Translations for 1.2 by @beeheemooth
Co-authored-by: beeheemooth <beeheemooth@users.noreply.github.com>
2021-04-18 12:26:01 -04:00
manongjohn
b58762c011
Merge pull request #667 from manongjohn/ot_patches_20210415
OpenToonz patches thru 4/15
2021-04-18 07:29:20 -04:00
manongjohn
133055fa7e Update version to 1.2 (beta) 2021-04-17 09:17:54 -04:00
shun-iwasawa
d81107518d fix psd loading 2021-04-15 07:55:42 -04:00
shun-iwasawa
b8b432234d fix shift and trace scaling 2021-04-15 07:55:34 -04:00
manongjohn
92a4afe9d0 Fix saving memos on macOS 2021-04-15 00:12:34 -04:00
manongjohn
6598257f7f Disable version update check 2021-04-12 13:48:28 -04:00
manongjohn
3dc0be13c0
Merge pull request #661 from manongjohn/fix_timeout_calcs
Fix converting timeout from sec to msec
2021-04-12 07:27:44 -04:00
manongjohn
07eb54605c Fix converting timeout from sec to msec 2021-04-12 00:04:39 -04:00
manongjohn
199b62b5b7
Merge pull request #658 from manongjohn/restore_update_project_management
Restore and update project mangement
2021-04-11 11:28:53 -04:00
manongjohn
77beaca4ba
Merge pull request #656 from manongjohn/fix_software_update_check
Fix checking for version update
2021-04-11 11:27:43 -04:00
manongjohn
8a89dc5f5b
Merge pull request #654 from manongjohn/fix_lnp_generating_tails
Fix LNP generating tails
2021-04-11 11:27:18 -04:00
manongjohn
de20115377
Merge pull request #653 from manongjohn/fix_pen_not_work_after_pan
Fix pen not drawing after quick pan
2021-04-11 11:19:53 -04:00
manongjohn
955f493d4a
Merge pull request #651 from manongjohn/fix_missing_tooloption_icons
Fix missing tooloption bar icons
2021-04-11 11:19:07 -04:00
manongjohn
20620e0d51
Merge pull request #650 from manongjohn/fix_empty_level_strip_crash
Fix empty level strip crash
2021-04-11 11:18:54 -04:00
manongjohn
5f3198d2a2 Restore and update project management 2021-04-09 23:18:56 -04:00
manongjohn
6470598f89 Fix checking for version update 2021-04-07 15:06:27 -04:00
manongjohn
34d6e0b1c7 Fix LNP making tails on pen release 2021-04-07 09:03:32 -04:00
manongjohn
ba76676b94 Fix pen not drawing after quick pan 2021-04-06 23:58:02 -04:00
manongjohn
6d168adc5e Fix missing tooloption bar icons 2021-04-06 11:49:31 -04:00
manongjohn
282ed5d874 Fix empty level strip crash 2021-04-06 00:01:04 -04:00
manongjohn
11a9fa5601 Fix import layout preferences 2021-04-05 23:50:25 -04:00
manongjohn
18f0c94eaf
Merge pull request #646 from manongjohn/v1.2
Update version to 1.2 (alpha)
2021-04-05 10:16:47 -04:00