Commit graph

26 commits

Author SHA1 Message Date
Jeremy Bullock
9147e447b0
Fix resizing windows on start (#301) 2020-10-05 14:15:45 -06:00
Jeremy Bullock
967ad6de14
Fix issues with starting maximized not working (#236) 2020-09-27 16:20:03 -06:00
Jeremy Bullock
da36502653
Allow timeline to be fixed height on starting (#135) 2020-09-04 12:12:55 -06:00
Jeremy Bullock
1a257c2384
Fix resizing panels again (#59) 2020-06-28 21:02:28 -06:00
Jeremy Bullock
99c0542793
Fix weird dockinig issues (#55) 2020-06-20 22:26:16 -06:00
Jeremy Bullock
948b64293a
Quick fixes (#30) 2020-05-30 02:16:54 -06:00
Jeremy Bullock
e98e169066 Fixes 2020-04-24 13:35:04 -06:00
Jeremy Bullock
cabe5ff8cb Fix level strip fixed width 2020-04-23 22:02:45 -06:00
Rodney
842fbe443d
Merge pull request #3238 from turtletooth/horiz_level_strip
Horizontal Level Strip
2020-04-23 16:14:06 -05:00
Jeremy Bullock
32370fdb66 Select level from context menu 2020-04-18 00:52:53 -06:00
Jeremy Bullock
09d153abb9 Horizontal Level Strip 2020-04-17 01:23:35 -06:00
Rozhuk Ivan
823a31f62c Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
shun-iwasawa
b592d99701 fix panel rearrangement 2020-01-16 11:52:57 +09:00
manongjohn
711c3275ef Fix blank Style Editor panel 2019-10-24 09:34:16 -04:00
Rodney
f4c9373b45
Merge pull request #2814 from manongjohn/fix_styleeditor_width
Stop Width Change on Style Editor on Maximize
2019-10-16 23:04:29 -05:00
luz.paz
ff76b7b4b4 Fix source comment typos
Found via `codespell -q 3 -S *.ts,./thirdparty -L ang,dum,inbetween,sinc,uint ./toonz/sources/toonzlib`
2019-10-11 16:33:55 -04:00
manongjohn
aa175c5bc8 Stop Width Change on Style Editor on Maximize 2019-09-28 22:26:47 -04:00
Jeremy Bullock
2801fcac9c Stop Width Change on Film Strip on Maximize 2019-06-19 01:29:09 -06:00
shun-iwasawa
27b0cfd38c clang formatting (#703) 2016-08-04 16:23:36 +09:00
Campbell Barton
ccd5052709 Cleanup: declare local functions static (#632)
Applies to toonz, toonzfarm, toonzqt.
2016-07-14 15:51:27 +09:00
Shinya Kitaoka
fd19c4eedf Support Visual Studio 2015 (#544)
* Small changes, for some reason VS 2015 can't link cprintf and they added a second function std::map::count and bind couldn't resolve the function. Substituted with a lambda-expression.

* Created all 64bit version of the 3rd party libs.

* Cleanup popup opens CleanupSettings instead of CleanupSettingsPane. Not finished, panel is wrong now (also uses CleanupSettings).

* Tried to get Twain working, failed.

* When there are more then 3 peg holes create additional holes.

* When a hole touches the boundary it should still be considered a hole.

* Do not compare dot size against fixed size. Will not work in some scan resolutions. Used the same value (PERCENT * max dot size) as later in the code in compare_dots.

* When there are more than three peg holes the code looked for the best fit and used that. The problem was, that the middle hole was used as center for auto center. For three peg holes that is correct, but does not work for more than three. Now the best fit is calculated and from there the offset of the middle of the three best fit holes is calculated and applied.

* One of the last changes broke VS2015 compatibility, it chocked on a missing include.

* fix for msvs2013

* revert autopos.cpp

* apply clang-format

* use GIT-LFS
2016-07-04 17:50:30 +09:00
Shinya Kitaoka
d1f6c4e95b REFACTORING: Add final specifiers (#537)
* add final specifiers

* apply clang-format

* fix for macOS
2016-06-29 15:17:12 +09:00
Shinya Kitaoka
38fd868138 apply clang-format 2016-06-20 11:34:17 +09:00
Shinya Kitaoka
120a6e041c apply clang-format 2016-06-15 15:43:10 +09:00
Campbell Barton
5ea53c8c6b Quiet GCC -Wparentheses warning with assignment (#310) 2016-05-20 17:37:59 +09:00
Toshihiro Shimizu
890dddabbd first commit 2016-03-19 02:57:51 +09:00