Commit graph

22 commits

Author SHA1 Message Date
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
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
36c1db068c Add Lock Alpha to Paint Brush Tool 2021-06-03 09:36: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
Jeremy Bullock
6d77d97692 Fix toonz raster brush and eraser cursor offset 2020-05-11 23:16:59 -06:00
shun-iwasawa
76d093f2f4
Nonlinear Slider for the Brush Size Options (#2824)
* nonlinear slider for tool size

* nonlinear slider for finger magnet and pinch tools
2019-10-11 12:13:41 +09:00
shun-iwasawa
0ef6359fee simplify paintbrush selective behavior 2019-07-30 14:29:41 +09:00
otakuto
6985407a96 remove duplicate include (#2271) 2018-10-31 12:00:01 +09:00
shun-iwasawa
cd7d6a5be1 Fix Brush Artifacts on Viewer (#2071)
* fix more and more viewer update

* fix short stroke drawn with soft brush

* fix crash
2018-06-18 13:01:39 +09:00
manongjohn
75da26b560 Cursor preferences (#1960)
close #1857
2018-05-17 15:03:05 +09:00
shun-iwasawa
df7bb0e418
EnumProperty: translation and icon by podsvirov (modified) (#1863)
* EnumProperty: translation and icon

Add support to translate EnumProperty items and
show icon.
2018-04-26 18:24:25 +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
473e70432a add override specifier 2016-06-20 11:34:15 +09:00
Shinya Kitaoka
120a6e041c apply clang-format 2016-06-15 15:43:10 +09:00
Shinya Kitaoka
9eb50de5fe Use std functions (#297)
* use std functions

* replace toInt        to std::stoi
* replace toDouble     to std::stod
* replace toString     to std::to_string
* replace toWideString to std::to_wstring

* fix for MacOS

* cosmetic change
2016-06-07 16:06:00 +09:00
Shinya Kitaoka
3bfa549e8b remove "using"
- using std::string;
- using std::wstring;
- using std::ostream;
- using std::istream;
- using std::iostream;
- using std::ostrstream;
- using std::istrstream;
- using std::fstream;
2016-04-21 16:23:15 +09:00
Toshihiro Shimizu
890dddabbd first commit 2016-03-19 02:57:51 +09:00