1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Alain Pitiot
d20a4cb0a5 version 3.1.4 2019-07-08 09:05:15 +02:00
Alain Pitiot
982033a1b9 Merge branch 'master' of github.com:psychopy/psychojs 2019-04-19 09:50:37 +02:00
Alain Pitiot
03f06ac64a version 3.0.8 2019-04-19 09:50:14 +02:00
Alain Pitiot
8cd8a75baa
Merge pull request #45 from peircej/master
Fix: setReadOnly(false) was having no effect
2019-04-15 17:01:26 +02:00
David Bridges
fb8115c68e BF: Add setSize method to Rect
Related to https://github.com/psychopy/psychojs/issues/44 point 2. This
fix allows users to call setSize to change rect size, as with Python code.
To change rect size, the setSize method calls the setWidth and
setHeight methods of Rect stim.
2019-04-11 13:01:58 +01:00
Jon Peirce
9f0d4f75ce Fix: setReadOnly(false) was having no effect
As noted in this discourse post:
https://discourse.psychopy.org/t/slider-setreadonly-sets-contrast-incorrectly/7055

Also, I wonder if we should be changing contrast by halving the color
values (if they are signed color vals) rather than the transparency, in
keeping with the Python version. Transparency will be weird if the scale
is on a textured backgorund?
2019-04-10 17:36:21 +01:00
Alain Pitiot
becf79b5d6 version 3.0.6: various bug fixes and enhancements 2019-03-12 09:28:31 +01:00
Alain Pitiot
1512ecfdc9 various edits 2018-12-28 13:43:48 +01:00
Alain Pitiot
900f438516 version 3.0.0b13 2018-12-28 13:13:50 +01:00
Alain Pitiot
e09061f797 added MovieStim 2018-12-11 17:55:26 +01:00
Alain Pitiot
10e2bc0650 added util module 2018-12-10 07:35:21 +01:00
Alain Pitiot
14390697f1 fully documented the visual module; various bug fixes 2018-10-24 15:05:28 +02:00