Commit graph

809 commits

Author SHA1 Message Date
shun_iwasawa
1d1a1187fe removed unused codes 2017-07-26 12:28:45 +09:00
shun_iwasawa
1f62809f5e Merge branch 'combo_sound_fix' of https://github.com/turtletooth/opentoonz into turtletooth-combo_sound_fix 2017-07-26 11:24:46 +09:00
Jeremy Bullock
59344b6422 Fix vertical padding on spritesheets (#1259) 2017-07-25 20:41:38 +09:00
Jeremy Bullock
eb8f401c1e Fix for Studio Palette Path (#1253) 2017-07-25 19:01:17 +09:00
Jeremy Bullock
2bac7da823 Allow enter to end polyline (#1250) 2017-07-25 18:28:13 +09:00
Jeremy Bullock
e93b47f8dd Merge pull request #1313 from shun-iwasawa/konero_svg_icons
Konero svg icons (Part 1)
2017-07-24 23:45:17 -06:00
Jeremy Bullock
e8422eb87f Merge branch 'master' into konero_svg_icons 2017-07-23 14:38:57 -06:00
shun_iwasawa
0cae242b72 clang format all 2017-07-20 19:46:27 +09:00
Jaroslav
203cc81f42 Horizontal timeline option in Xsheet (issue#503) (#1019)
* Added the horizontal timeline support
2017-07-20 18:03:13 +09:00
Jeremy Bullock
0440d75c9e Merge pull request #1306 from shun-iwasawa/fix_save_layout
Fix saving the custom layout file
2017-07-13 21:20:06 -06:00
Jeremy Bullock
51562dd0f4 Merge pull request #1323 from shun-iwasawa/fix_icon_loading_policy
Fix to save the column icon loading policy properly on the non-English environment
2017-07-10 17:02:39 -06:00
shun_iwasawa
0ac42195ed fix column icon loading policy 2017-07-10 20:16:05 +09:00
shun_iwasawa
4a5f426fc0 konero svg icons part 1 2017-07-03 12:33:11 +09:00
shun-iwasawa
6a7cb864d3 fix save custom layout file 2017-06-30 16:48:50 +09:00
Ivan Mahonin
7fe8291637 #common #bug: fix toUpper/toLower functions
Standard forbids modifying of data by string::c_str() pointer, in some
case it's may affect other strings.
2017-06-15 20:49:57 +07:00
shun_iwasawa
ddeca6efd6 fix for osx 2017-06-12 11:51:11 +09:00
shun_iwasawa
c0bf38ef8b timecodefx iwa 2017-06-09 20:36:26 +09:00
Jeremy Bullock
8bcf20f159 Fixed firing onFrameChanged multiple times 2017-06-08 16:01:02 -06:00
Jeremy Bullock
b7b3862194 Sound Scrubbing in Combo Viewer and Missing Updates in Scene Viewer 2017-06-08 14:24:50 -06:00
shun-iwasawa
5b7b9fb309 V1.1.3 (#1255) 2017-06-06 21:19:00 +09:00
shun-iwasawa
2fb6b9308a fix show mov on render (#1254) 2017-06-06 20:38:11 +09:00
Jeremy Bullock
c82a0a73f1 Move keyframe navigator to qss (#1244)
* Move keyframe navigator to qss
2017-06-05 13:28:00 +09:00
Jeremy Bullock
72c1f103e2 Fix for pairfield drawing with new themes (#1246)
* Clean pairField drawing
2017-06-05 10:54:53 +09:00
Jeremy Bullock
15fcba2e23 XSheet Toolbar (#989)
* XSheet Toolbar Added
2017-06-02 16:18:05 +09:00
Jeremy Bullock
f880392f33 Merge pull request #1206 from shun-iwasawa/fix_high_dpi
Fix GUI glitches with high dpi monitors
2017-06-01 23:48:45 -06:00
Jeremy Bullock
63a3d74aea Fix for ffmpeg render same frames (#1234)
* Fix for ffmpeg/spritesheet render same frames
2017-06-01 19:50:43 +09:00
Jeremy Bullock
1d5bdd2991 Fix click area for inbetween (#1241) 2017-06-01 15:07:40 +09:00
Jeremy Bullock
60023a892f Fix crash on arrows using eraser (#1221)
* Stop erase on imagechanged
close #1209
2017-06-01 14:31:11 +09:00
shun_iwasawa
cc002f210d fix filebrowser hierarchy 2017-06-01 12:24:51 +09:00
Jeremy Bullock
5af997ddc6 Fix for Raster Level Tool Switch Crash (#1228)
* Fix for Raster Level Tool Switch Crash
 close #860
2017-05-31 19:53:58 +09:00
Jeremy Bullock
73a1500ce7 Fix Flipbook Crash (#1224)
close #1222
2017-05-31 18:41:22 +09:00
Jeremy Bullock
55b5dba26f FFmpeg timeout error fix (#1030) 2017-05-31 18:29:20 +09:00
Peter-Levine
ae91dbad8c Don't allow throw() in destructors (#1182) 2017-05-31 17:49:36 +09:00
Jeremy Bullock
7c1edcc841 Merge pull request #1229 from shun-iwasawa/fix_plastic_tooloptions
Fix crash on using the "skeleton mode" shortcut with the plastic tool
2017-05-26 08:14:33 -06:00
Jeremy Bullock
d33b097d01 Fix for movement during screen pick (#1225) 2017-05-26 22:05:14 +09:00
shun_iwasawa
eaa9f3875f fix plastictool tooloption crash 2017-05-26 20:06:19 +09:00
Jeremy Bullock
fa8f3e3640 Fix crash on camera scale 0 (#1219)
close #1178
2017-05-26 17:00:32 +09:00
Jeremy Bullock
3101a8a718 premult by default on png (#1217)
close #794
2017-05-26 16:41:44 +09:00
Adam Zahran
4fef5997ac fix #1151 deleted canvas.h (#1152) 2017-05-26 15:29:17 +09:00
Ivan Mahonin
429ee8c8e4 Allow to cross compile for Windows with Linux/Mingw (part 3 of 3, cmake) (#1150)
* #mingw #cmake: rules for native and cross compilation

* #mingw #cmake: fix CMakeLists.txt for using with MinGW under Windows

* #mingw #cmake: fix typo (BUILD_ENV_WIN -> BUILD_ENV_MSVC)
2017-05-26 15:00:05 +09:00
Jeremy Bullock
14f0fd28bb Merge pull request #1158 from lordadamson/loadSceneCrash
fix #1156 which causes program to crash when expanding history
2017-05-23 22:03:40 -06:00
Jeremy Bullock
99d69ea4cb Merge pull request #1184 from shun-iwasawa/load_psd
Set premultiply option and choose level name type on loading PSD layer levels
2017-05-23 22:00:24 -06:00
Jeremy Bullock
7cfda1ef38 Merge pull request #1211 from shun-iwasawa/fix_undo_pasteinto
Fix crash on undo the Paste Into command with cell selection
2017-05-23 21:32:16 -06:00
shun_iwasawa
0becbefbda use preference for premultiply option 2017-05-23 19:37:37 +09:00
shun_iwasawa
2732f7220e remove CurrentOpenedBrowser based modality control 2017-05-23 11:54:40 +09:00
shun_iwasawa
3fcc7a3e4a set all the file browsers non-modal 2017-05-23 11:49:15 +09:00
shun_iwasawa
a174fa3a66 fix pasteinto undo 2017-05-22 13:52:00 +09:00
Ivan Mahonin
2fc36cb841 Allow to cross compile for Windows with Linux/Mingw (part 2 of 3, bugfixes) (#1149)
* #mingw #bug: place explicit instantiations on templates before first use

* #mingw #bug: remove API attributes from inline functions

* #mingw #bug: add 'static' attribute for local functions

* #mingw #bug: fix API attributes for splitSpeedInOutSegment

* #mingw #bug: replace strstream to stringstream

* #mingw #bug: remove cross references to plasticskeleton from tnzcore

* #mingw #bug: fix bug with order of initializaition of static variables

* #mingw #bug: fix glutInit
2017-05-19 19:20:33 +09:00
shun-iwasawa
1584bbb473 Fixes on convert feature from NAA raster images to TLV (#1203)
* prevent the gap on anti-aliased

* add dpi settings
2017-05-19 18:01:43 +09:00
shun-iwasawa
e33f9a51d2 create zerary fx node at clicked pos (#1191) 2017-05-19 17:42:55 +09:00