Commit graph

3009 commits

Author SHA1 Message Date
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
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
42fcd55724 Update scene sounds on save. Workaround.
Signed-off-by: melieconiek <42298081+melieconiek@users.noreply.github.com>
2021-08-15 11:07:21 -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
manongjohn
8a4a99ce80
Merge pull request #643 from manongjohn/disable_menu_icons
Disable menu icons
2021-04-05 08:12:15 -04:00
manongjohn
8f0022b17e
Merge pull request #641 from manongjohn/fix_loading_multi-dot_files
Fix loading files with multiple dots
2021-04-05 08:12:01 -04:00
manongjohn
4c612da904
Merge pull request #640 from manongjohn/fix_missing_linux_mouseMove
Fix missing Linux event mouseMove with tabletMove
2021-04-05 08:11:43 -04:00
manongjohn
54db84b734 Update version to 1.2 (alpha) 2021-04-04 08:53:15 -04:00
manongjohn
da82a9df8d Update ts files for 1.2 2021-04-03 23:14:01 -04:00
manongjohn
ce9228cf4b Disable menu icons 2021-04-03 21:21:25 -04:00
manongjohn
41cf19288b Fix loading files with multiple dots 2021-04-03 18:58:31 -04:00
manongjohn
71a41f2cc8
Merge pull request #639 from manongjohn/add_path_to_scenecast
Display file paths in Scene Cast
2021-04-03 14:11:40 -04:00
manongjohn
84b31319ef
Merge pull request #638 from manongjohn/export_scene_enhancements
Export Scene enhancements
2021-04-03 14:07:10 -04:00
manongjohn
98155c9a3b
Merge pull request #637 from manongjohn/block_saving_scene_outside_project
Block saving scene outside current project
2021-04-03 14:06:53 -04:00
manongjohn
11ae18ce61 Fix missing Linux event mouseMove with tabletMove 2021-04-03 13:26:54 -04:00
manongjohn
eecb1f9c1f
Merge pull request #633 from manongjohn/fix_console_warning_messages
Fix console warning messages
2021-04-02 09:58:59 -04:00
manongjohn
489ea06570
Merge pull request #634 from manongjohn/ot_patches_20210328
OpenToonz patches thru 3/28
2021-04-01 17:07:39 -04:00
manongjohn
b9fcbb772f
Merge pull request #632 from manongjohn/fix_LNP_hooking_incorrectly
Fix Lazy Nezumi Pro hooking incorrectly
2021-04-01 11:24:59 -04:00
manongjohn
0ec919f2db
Merge pull request #631 from manongjohn/fix_outdated_tahoma2d_links
Fix outdated Tahoma2D links
2021-04-01 11:24:46 -04:00
manongjohn
dccc3e1367 Display file paths in Scene Cast 2021-04-01 10:58:34 -04:00
manongjohn
eb864ca120 Add Export Current Scene command 2021-04-01 08:13:59 -04:00
manongjohn
c631834ac0 Add Create In option to Export Scene popup 2021-04-01 08:13:46 -04:00
manongjohn
eb4d60f6bd Block saving scene outside current project 2021-03-31 22:14:04 -04:00
Kite
75b62139db Fix Hdpi Icons 2021-03-28 22:26:21 -04:00
manongjohn
7312812d83 Fix OT patch 3828 (geometric tool offset) 2021-03-28 22:11:27 -04:00
shun-iwasawa
79b261ac7a fix arc/multiarc start point offset and undo 2021-03-28 21:57:14 -04:00
shun-iwasawa
8358fc99ce fix geometric tool / type tool offset 2021-03-28 21:57:14 -04:00
shun-iwasawa
4cb2f6fd40 fix removing entire cells in the column 2021-03-28 19:17:45 -04:00
shun-iwasawa
bd80672d25 fix windows audio recording 2021-03-28 18:30:03 -04:00
shun-iwasawa
f3723672e6 fix style shortcut when full screen 2021-03-28 18:27:29 -04:00
shun-iwasawa
c6848d2175 fix crash on launch with shrinked imageviewer 2021-03-28 18:24:02 -04:00
shun-iwasawa
2b95cf72d0 fix pasting raster to cell 2021-03-28 18:16:44 -04:00
shun-iwasawa
1c796dd055 enable to specify cmake_prefix_path 2021-03-28 18:08:34 -04:00
shun-iwasawa
909c04ab5b fix color model pick mode 2021-03-28 17:37:11 -04:00
shun-iwasawa
7e404d1069 fix cleanup to set image data 2021-03-28 17:37:10 -04:00
shun-iwasawa
c3e4dc69ac fix wrong blending 2021-03-28 17:37:10 -04:00
shun-iwasawa
9413771ac6 fix opengl line smoothing 2021-03-28 17:37:09 -04:00
shun-iwasawa
eada04487e fix crash on inserting new frame this fixes erasing level frame to remove icon cache as well 2021-03-28 17:37:09 -04:00
shun-iwasawa
589ae93f6b fix alt drag fx insertion 2021-03-28 17:37:08 -04:00
shun-iwasawa
3638349286 fix palette bugs 2021-03-28 17:37:08 -04:00
shun-iwasawa
1b6a664606 fix xdts popup duplicate fields 2021-03-28 17:37:07 -04:00
shun-iwasawa
745db64038 fix raster brush refresh viewer 2021-03-28 17:37:07 -04:00
shun-iwasawa
105c4111d9 fix mainwindow fullscreen 2021-03-28 17:37:06 -04:00
shun-iwasawa
43955919e6 fix fullscreen feature 2021-03-28 17:37:06 -04:00
shun-iwasawa
d2f7b6e916 premultiply on loading PNG images 2021-03-28 17:37:05 -04:00
manongjohn
e71c377e40 Fix empty path on file watcher addPath 2021-03-28 16:20:11 -04:00
manongjohn
c0c0502637 Fix empty key passed on QSettings setValue 2021-03-28 15:44:44 -04:00
manongjohn
90aee11ba3 Fix add layout warnings 2021-03-28 15:10:17 -04:00
manongjohn
c3cbbbf0f7 Fix Lazy Nezumi Pro hooking incorrectly 2021-03-28 00:13:42 -04:00
manongjohn
c9b9166470 Fix outdated Tahoma2D links 2021-03-27 10:48:40 -04:00
manongjohn
c8ee74eda3 Stop panels from resizing on startup 2021-03-27 09:14:35 -04:00
manongjohn
4d380cd39a Fix libmypaint version for Linux builds 2021-03-22 21:47:00 -04:00
manongjohn
63874b4309
Merge pull request #615 from manongjohn/update_external_app_handling
Update external app handling
2021-03-22 17:47:13 -04:00
manongjohn
34bf432ec6 Move 3rd Party Apps lower in Preferences category list 2021-03-22 12:27:30 -04:00
manongjohn
929e600a80
Merge pull request #609 from manongjohn/stop_renaming_ot_prj_files
Stop renaming OpenToonz project files
2021-03-22 10:48:07 -04:00
manongjohn
1a97781e8c Disable timeouts with 0 values 2021-03-21 10:34:30 -04:00
manongjohn
4442f02561 Fix findFileLocation to ignore directories with matching name 2021-03-21 10:34:30 -04:00
manongjohn
0ff1308561 Relabel Preference "Import/Export" to "3rd Party Apps" 2021-03-21 10:34:30 -04:00
manongjohn
7a80c7c879 Move Fast Render Output Preference to Saving page 2021-03-21 10:34:30 -04:00
manongjohn
c9f33d20e7 Update ffmpeg Preference wording 2021-03-21 10:34:30 -04:00
manongjohn
fc25fe3b33 Allow -1 ffmpeg timeout 2021-03-21 10:34:30 -04:00
manongjohn
b66677a309 Add Rhubarb timeout Preference 2021-03-21 10:34:30 -04:00
manongjohn
f93095dbf5 Update Rhubarb label in preferences 2021-03-21 10:34:29 -04:00
manongjohn
2c3d3bf045 Update autoset ffmpeg path 2021-03-21 10:34:29 -04:00
manongjohn
9776462747 Display rhubarb processing errors in popup 2021-03-21 10:34:29 -04:00
manongjohn
2d8998c1e6 Update to autoset and use Rhubarb Path Preference setting 2021-03-21 10:34:29 -04:00
manongjohn
693f4f8ba9 Add Rhubarb path in Preferences 2021-03-21 10:34:29 -04:00
manongjohn
0d7afaf98a
Merge pull request #616 from artisteacher/mac_audio
mac specific fixes from OT
2021-03-20 14:18:44 -04:00
manongjohn
d9166059a3
Merge pull request #614 from manongjohn/fix_floating_levelstrip_quit_crash
Fix crash when quitting with floating levelstrip
2021-03-20 13:12:07 -04:00
manongjohn
ff648d6981
Merge pull request #612 from manongjohn/block_new_frames_on_single_frame_files
Block new frames in Single Frame levels
2021-03-20 13:11:47 -04:00
Artisteacher
8caa8e5efb additional mac fixes
By @shun-iwasawa
Fixes vertical inbetweener button and makes tasks work properly
2021-03-16 17:13:14 -04:00
Artisteacher
8e6eb1462d fix mac record audio crash
By @shun-iwasawa
2021-03-15 17:16:18 -04:00
manongjohn
a084e3ed39 Merge master with conflicts resolved 2021-03-14 23:49:21 -04:00
manongjohn
0f1e0ff430 Fix crash when quitting with floating levelstrip 2021-03-13 08:48:52 -05:00
manongjohn
c9ade85c0f Block new frames in Single Frame levels 2021-03-11 11:22:23 -05:00
shun-iwasawa
39b7fccea7 fix scene cast to update on pasting 2021-03-10 21:57:18 -05:00
Kite
8714c53942 Fix Temp Icon Over State in Menu
I overlooked this, needed to add the transparent icon for the different icon modes, otherwise hovering in the menu causes the temp icon to display.
2021-03-10 21:57:18 -05:00
shun-iwasawa
dbd5cf1001 fix windows multi monitor full screen 2021-03-10 21:57:18 -05:00
Bloody Mess
6a03522d1d Merged changes from "fix window disappearing on undock" for windows build. 2021-03-10 21:57:18 -05:00
Bloody Mess
133f8b4ec8 Fixed typo in comment. 2021-03-10 21:57:18 -05:00
Bloody Mess
2b4c721c4b Minor clean up & expanding of comments in FullScreenWidget::toggleFullScreen(). 2021-03-10 21:57:18 -05:00
Bloody Mess
62fe9603e3 cleaned up trailing whitespace. 2021-03-10 21:57:18 -05:00
Bloody Mess
90d6cb033d Fixed full-screen mode on X11 systems with multiple monitors. 2021-03-10 21:57:18 -05:00
Kite
90499dca3f Update temporary icon 2021-03-10 21:57:17 -05:00
Kite
9fded30646 Fix Hdpi Icon Scaling
Menu icons (16x16) were difficult to repurpose for toolbars because they would resize to fit 20x20, this change composites them onto a 20x20 pixmap so this no longer happens, this seems to make the whole process more stable
2021-03-10 21:57:17 -05:00
shun-iwasawa
8280906d92 fix window disappearing on undock 2021-03-10 21:57:17 -05:00
Kite
965af974d9 add missing geometric polyline icon file 2021-03-10 21:57:16 -05:00
Kite
f658577699 Fix and Add New Icons
Fixes a couple icons
- Redo - it was out of alignment with undo by 1px
- Changed all icons that have big arrows in the Xsheet to be on the same side for better symmetry
- Fixes misnamed view_guided_drawing.svg which caused wrong emblem to appear in the GUI (it contains an on/off switch icon, they were set for the wrong mode respectively)

Added new icons for tool types and modes
- Eraser
- Fill
- Geometric
- Selection
- Paintbrush (no commands exist for these yet in the GUI, but I added icons for them anyway into resources for future use)
2021-03-10 21:57:16 -05:00
Kite
2568c1260d Resize menu icons, Also adds new ones by konero
Co-authored-by: Kite <konero@users.noreply.github.com>
2021-03-10 21:57:16 -05:00
shun-iwasawa
c472adc8a3 icons for all commands 2021-03-10 21:57:15 -05:00
shun-iwasawa
3ce5e26b2d fix new level undo 2021-03-10 21:57:15 -05:00
Le-dragon-dev
00280c1da5 Fix crash in Type tool on linux (#2011, #3604) 2021-03-10 21:57:14 -05:00
manongjohn
6f550b3604 Stop renaming OpenToonz project files 2021-03-10 12:35:14 -05:00
manongjohn
5a033554f1 Fix function editor focusing 2021-03-05 23:23:08 -05:00
manongjohn
a74f828eb4 Fix restoring cursor after quick action release 2021-03-04 22:42:04 -05:00
manongjohn
ea0358aeea Merge tahoma2d master with conflicts resolved 2021-03-01 00:11:49 -05:00
manongjohn
3d73336d79
Merge pull request #599 from manongjohn/fix_output_filename_underscore_ending
Allow ending underscore in output filename
2021-02-28 23:55:11 -05:00
manongjohn
16d4ec1713
Merge pull request #598 from manongjohn/fix_crash_on_exit_with_floating_level_strip
Fix crashing on exit with floating level strip
2021-02-28 23:51:25 -05:00
manongjohn
f4a70cefbb
Merge pull request #595 from manongjohn/add_shortplay_start_option
Add start Short Play from Live View
2021-02-28 23:50:08 -05:00
manongjohn
8a63f3da80 Allow ending underscore in output filename 2021-02-25 23:19:04 -05:00
manongjohn
eb141c674e
Merge pull request #593 from manongjohn/alter_renameCell_keypress_behavior
Change shortcut usage and navigation while renaming cell
2021-02-24 14:35:13 -05:00
manongjohn
2c668c85ec
Merge pull request #594 from manongjohn/breakout_autocreation_options
Breakout frame creation options from Autocreate preference
2021-02-24 14:27:52 -05:00
manongjohn
5cc5b0b7e3
Merge pull request #592 from manongjohn/statusbar_enhancements
Statusbar enhancements
2021-02-24 14:26:41 -05:00
manongjohn
f3c820f2bf Fix crashing on exit with floating level strip 2021-02-24 00:22:48 -05:00
manongjohn
a943695147 Disable toolbar tool version when using quick action 2021-02-23 23:48:43 -05:00
manongjohn
aa26ba02cd Start Short Play from Live Action Frame when available 2021-02-22 11:12:54 -05:00
manongjohn
c2d2af1a49 Set panning cursor for quick panning 2021-02-17 11:12:52 -05:00
manongjohn
75d943ba0b Fix spacing in status hint 2021-02-17 02:16:14 -05:00
manongjohn
e229eaed5b Add Selection Tool key sequence 2021-02-17 02:13:55 -05:00
manongjohn
b93dbcedca Add Geometric shape-specific status/hint 2021-02-17 02:01:28 -05:00
manongjohn
446857d950 Format statusbar hint text for better readability 2021-02-17 01:19:52 -05:00
manongjohn
77c9ef559e Breakout frame creation options from Autocreate preference 2021-02-16 12:52:16 -05:00
manongjohn
9fb13d345d Change shortcut usage and navigation while renaming cell 2021-02-15 16:14:11 -05:00
manongjohn
24ddb1739d Statusbar enhancements 2021-02-15 14:56:58 -05:00
manongjohn
261b70998c
Merge pull request #591 from manongjohn/fix_macos_crash_on_startup
Fix macOS crash on startup
2021-02-15 08:06:00 -05:00
manongjohn
52b6159bb8 Fix macOS crash on startup 2021-02-15 03:44:29 -05:00
manongjohn
ac99812cd8 Pan Schematic with Hand Shortcut 2021-02-14 01:09:25 -05:00
manongjohn
07624006eb Pan Function Editor with Hand Shortcut 2021-02-14 00:53:11 -05:00
manongjohn
e6c01a7c4b Pan timeline with Hand shortcut 2021-02-14 00:23:45 -05:00
manongjohn
f19c6da0c6 Re-allow space shortcut 2021-02-14 00:22:58 -05:00
manongjohn
54bd7d0ceb
Merge pull request #583 from manongjohn/add_toolswitch_time_preference
Add temp tool hold switch time as preference
2021-02-13 22:12:06 -05:00
manongjohn
02ebd8b352
Merge pull request #580 from manongjohn/fix_tahoma2d_links
Update tahoma2d links to new path
2021-02-13 12:11:32 -05:00
manongjohn
360f64ebf7
Merge pull request #576 from manongjohn/fix_saving_degree_symbol
Fix saving degree symbol
2021-02-13 12:11:00 -05:00
manongjohn
4676101bad
Merge pull request #575 from manongjohn/fix_pegbar_reparenting_empty_col
Fix pegbar reparenting when column empties
2021-02-13 12:10:44 -05:00
manongjohn
062c7d5f3d Add temp tool switch time as preference 2021-02-12 14:34:23 -05:00
manongjohn
b5f28f1ecd Update tahoma2d links to new path 2021-02-11 12:02:54 -05:00
manongjohn
588c760e8a
Merge pull request #578 from manongjohn/add_crashrpt_for_windows
Add CrashRpt
2021-02-11 10:15:50 -05:00
manongjohn
5a5bfa8679
Merge pull request #567 from manongjohn/ot_patches_20210126
OpenToonz changes thru 2/11/2021
2021-02-11 10:13:09 -05:00
manongjohn
f9d0bea01c
Merge pull request #574 from manongjohn/fix_setkeys_with_no_skeleton
Hide global set keys when no skeleton created
2021-02-11 08:08:22 -05:00
manongjohn
67e6eb1ba1
Merge pull request #570 from manongjohn/fix_multiple_levels_same_file
Fix multiple levels using the same file
2021-02-11 08:07:12 -05:00
manongjohn
f13e587ded Add CrashRpr 2021-02-11 06:41:40 -05:00
shun-iwasawa
b07171a10f fix deleting fx link 2021-02-11 00:47:29 -05:00
manongjohn
b4a090d73b Fix saving degree symbol 2021-02-06 13:53:07 -05:00
manongjohn
1bb8d01f54 Fix pegbar reparenting when column empties 2021-02-06 11:11:38 -05:00
manongjohn
236e00c2ee Hide global set keys when no skeleton created 2021-02-05 16:33:07 -05:00
manongjohn
f0140cec95 Fix multiple levels using the same file 2021-01-31 07:15:43 -05:00
manongjohn
fe6eb320cd Partial restore of Output settings layout 2021-01-27 13:34:50 -05:00
manongjohn
41642a80b1 Merge branch 'master' of https://github.com/tahoma2d/tahoma2d into ot_patches_20210126 2021-01-26 11:06:01 -05:00
manongjohn
c2a892520d
Merge pull request #520 from jeremybullock/vectorize_option
Convert To Vector : Align Boundary Strokes Direction Option
2021-01-26 01:48:55 -05:00
shun-iwasawa
04207982ff fix crash on deleting column node 2021-01-26 01:06:24 -05:00
shun-iwasawa
b06a27cc4b expression reference manager 2021-01-26 01:05:53 -05:00
Tact Yoshida
9fcfa63453 Fix workaround for GLEW
Co-authored-by: manongjohn <19245851+manongjohn@users.noreply.github.com>
2021-01-25 11:12:20 -05:00
Tact Yoshida
ddf3a8b5a5 Fix glutInit error on Windows with FreeGLUT 2021-01-25 10:49:15 -05:00
Tact Yoshida
849dadcf5b Fix build for Visual Studio 2019 2021-01-25 10:48:28 -05:00
shun-iwasawa
b926bc7c42 category name correction : "others" to "more" 2021-01-25 08:02:41 -05:00
shun-iwasawa
d68f1f7d13 outputsettings layout 2021-01-25 07:55:24 -05:00
shun-iwasawa
6c76dd8d1e fix vector picker range and onion skin fill 2021-01-24 19:06:20 -05:00
shun-iwasawa
af3d141dba fix camera settings response 2021-01-24 15:50:07 -05:00
shun-iwasawa
fc41561bb3 fix redundant preview invocation 2021-01-24 14:05:31 -05:00
shun-iwasawa
5c41e440b3 motion blur fx iwa : default value change 2021-01-24 14:05:31 -05:00
shun-iwasawa
fb5a643fc1 fix cut level strip selection behavior 2021-01-24 14:05:31 -05:00
shun-iwasawa
ba3971fbf0 fix crash on save palette level 2021-01-24 14:05:31 -05:00
shun-iwasawa
6af69b10e6 glare fx revised - fixed chromatic balance - introduced iris preset - fx version parameter to maintain backward compatibility 2021-01-24 14:05:31 -05:00
Михалыч
be4d0ba3e0 Fix "Lempel-Ziv & Welch encoding" so that the tnz scene can be loaded into other programs 2021-01-24 14:05:31 -05:00
manongjohn
0f3cccb8f2
Merge pull request #533 from eszlari/rename-xdg
xdg-data: rename files
2020-12-09 09:09:13 -05:00
manongjohn
58fd6d5706
Snap Center Point to Motion Path (#523)
* Snap Center Point to Motion Path

* Fix moving centerpoint while on motion path

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-30 12:58:57 -07:00
Peter Eszlari
24e6c319a1 xdg-data: fix icon size 2020-11-25 15:54:38 +01:00
Peter Eszlari
fb3e6740f4 xdg-data: rename files
also fix screenshot URL
2020-11-25 15:40:00 +01:00
Jeremy Bullock
52dd1a1ce7
Segment Eraser for Smart Raster Levels (#518)
* Segment Eraser for Smart Raster Levels

* Reduce eroding strokes

* Adjust tool option visibility
2020-11-20 09:01:21 -07:00
shun-iwasawa
779ffe1342 align boundary strokes direction option
Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>
2020-11-20 08:54:10 -07:00
Jeremy Bullock
5563373272
Add Patrons (#513) 2020-11-17 12:06:28 -07:00
Jeremy Bullock
394beea1ba
Incorporate Rhubarb Lip Sync (#499)
* the start

* it works, next fix the ui

* More tweaks

* Load file from outside

* Progress Bar

* Fix errors and hide ui if rhubarb not found.

* Fix crash

* Layout stuff

* Fix bugs

* Reset play button

* Fix audio in a project folder.

* make it tabs

* Adjust layout
2020-11-16 20:50:22 -07:00
Jeremy Bullock
efbe7ba7cb
Fix vector skeleton picking (#511) 2020-11-16 20:20:16 -07:00
Jeremy Bullock
a5a46e40de
Fix resize handles not showing on hover (#510) 2020-11-16 14:01:19 -07:00
Jeremy Bullock
c0624bc06f
Fix seconds working after 1 minute in timecode. (#509) 2020-11-16 12:56:45 -07:00
Jeremy Bullock
5ca6de7e04
Fix motion path issues (#505) 2020-11-16 09:13:09 -07:00
manongjohn
b8cc17a0f0
Fix guidedstroke in sceneviewer (#506)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-16 00:03:49 -07:00
manongjohn
7672e2ebcb
Add individual reset room layout options (#376)
* Add individual reset room layout options

* Fix update toolbar crash on room restore

* Fix sceneviewer crash on quit after room restore

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-15 22:56:32 -07:00
manongjohn
5850bb75b5
Fix translation of menubar (#503)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-15 00:45:08 -07:00
manongjohn
6b9f4e2a61
Fix crash moving cell with shaderfx (#504)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-15 00:32:39 -07:00
Jeremy Bullock
0bb97d6c31
bloom iwa fx (#492)
Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
2020-11-13 09:34:26 -07:00
Jeremy Bullock
918ffa8fd8 Use default project path in export scene popup 2020-11-12 18:23:24 -07:00
Jeremy Bullock
6d14cee40e
Motion Path Panel (#420)
* It's a start

* Going a different route

* Some progress

* More stuff

* Lines work

* Some cleanup

* Panel starts working

* Remove some code

* More stuff

* Graph Starting to Work

* Interpolation working

* Move graph to its own file.

* Change to new graph

* Graph Scaling

* More tweaks

* Delete spline button

* more tweaks

* More

* clang

* Small fixes

* playback

* Play test

* Rename Paths

* Update other locations when name changed

* geometry tool types

* small stuff

* Fix trying to capture and geometry options

* Fix crash

* Don't show pegbar 10000 in the function viewer.  It's a secret.

* Fix loading and saving paths
2020-11-12 17:47:07 -07:00
Jeremy Bullock
43d0e5e1a8
Add Recent Projects to Export Scene Popup (#494)
* Add recent projects to export scene

* Add new project to recent projects
2020-11-12 17:46:42 -07:00
Jeremy Bullock
51daab8588
OpenToonz changes as of 11-11-20 (#489)
* removed unused tcleanuppreprocessor.cpp and .h

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

* removed unused directory lzodriver

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

* OpenToonz changes as of 11-11-20

Co-authored-by: Sean Kuehl <teddscottfelt@gmail.com>
2020-11-12 14:40:58 -07:00
Jeremy Bullock
49d34403ac
Fill with gaps on Smart Raster levels. (#338)
* Start of Smart Raster gap filling

* Ready for testing

* More Tweaks

* Improve polyline and freehand stuff

* Remove unneeded line.

* Hide on lines
2020-11-11 20:36:21 -07:00
manongjohn
e15cc997a9
Fix username room layout directory path (#483)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-11 10:18:28 -07:00
manongjohn
eb8f304987
Replace coded default Ghibli rooms with Tahoma2D rooms (#479)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-11 10:06:16 -07:00
manongjohn
1116f2a9d0
Merge pull request #462 from jeremybullock/linux_winusb
Remove libusb from scripts and fix some name references
2020-11-10 16:42:22 -05:00
Jeremy Bullock
4deec04597 Small fixes 2020-11-10 10:55:45 -07:00
Jeremy Bullock
5f4893a662 Merge branch 'master' into linux_winusb 2020-11-10 10:45:08 -07:00
manongjohn
63837e770c
Add Import Preferences option (#422)
* Add Import Preferences option

* Update Recent File tahomastuff paths on import

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-10 10:44:05 -07:00
Jeremy Bullock
bb63d765ba
Recent Projects and Default Project Location (#415)
* Recent Projects and Default Project Location

* Add to load scene

* Added shortening of long paths and hover effects

* The ComboBox is back baby.

* Browse option
2020-11-08 23:55:47 -07:00
Jeremy Bullock
62c6b25b84 Remove libusb from scripts and fix some name references. 2020-11-05 11:51:52 -07:00
Jeremy Bullock
dfed2a033d
Make setting markers easier (#324)
* Make setting markers easier

* More tweaks
2020-11-04 14:25:00 -07:00
Jeremy Bullock
a599d98bca
Remove all things Quicktime (#393) 2020-11-04 12:19:59 -07:00
Jeremy Bullock
a922f46562
Remove Camera Capture Popup Window (#378)
* Remove Camera Capture Popup

* clang
2020-11-04 12:14:28 -07:00
Jeremy Bullock
60c9cb33d2
Option to show the color of the parent column in the header (#326) 2020-11-04 11:57:30 -07:00
Jeremy Bullock
91d7988acb
Remove libusb (#268) 2020-11-04 11:54:56 -07:00
Jeremy Bullock
4d411c3ce6
Change glut to freeglut on Windows (#267) 2020-11-04 11:49:17 -07:00
manongjohn
5a70813ce6
Fix loading brush presets or last brush used (#451)
* Fix loading brush presets or last brush used

* Fix  tracking property changes

* Correct vector brush property change logic

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-04 11:12:33 -07:00
Jeremy Bullock
b936fee5f9
Move opacity slider (#417) 2020-10-27 16:06:04 -06:00
Jeremy Bullock
1bc10c8ff3
Don't show right click menu when removing a ruler guide (#412) 2020-10-24 02:25:51 -06:00
Jeremy Bullock
a65e4e9504
Stop Double Click Key to Open Function Editor (#411) 2020-10-24 00:09:36 -06:00
Jeremy Bullock
e8d1f92535
Change project on choosing project from Startup Popup (#410) 2020-10-23 23:22:43 -06:00
Jeremy Bullock
82324fdcb5
Allow panning with space on function sheet (#409) 2020-10-23 23:18:38 -06:00
manongjohn
d055d38243
Fix create blank frame not using user default palette (#405) 2020-10-23 21:09:45 -06:00
manongjohn
3d8adee139
Fix current brush preset tracking (#401) 2020-10-22 11:03:17 -06:00
Jeremy Bullock
c57e297804
Fix audio memory leak and fix windows distortion (#402)
* Fix audio memory leak and fix windows distortion

* Fix play button resetting
2020-10-22 10:43:35 -06:00