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

844 Commits

Author SHA1 Message Date
Sotiri Bakagiannis
cb4b9e7f5b util/PsychObject: retun false if prev value undefined, clean up comments 2020-09-07 14:10:10 +01:00
Alain Pitiot
e48d485ad2
Merge pull request #163 from thewhodidthis/nf#118--gui
core/GUI: give the OK button focus if enabled
2020-09-04 22:47:28 +02:00
Alain Pitiot
567b3e0338
Merge pull request #162 from thewhodidthis/bf#155--sound
sound/TonePlayer: fix triggerRelease
2020-09-04 22:42:53 +02:00
Alain Pitiot
fc1f0efda5
Merge pull request #158 from thewhodidthis/bf#157--movie
Tweak MovieStim._estimateBoundingBox() to use a _getDisplaySize based variable instead of _size
2020-09-04 22:41:56 +02:00
Sotiri Bakagiannis
67c606d4b2 visual/TextBox: add methods for accessing and resetting the underlying input value 2020-09-04 12:03:57 +01:00
Sotiri Bakagiannis
a0de6a5921 core/GUI: give the OK button focus if enabled 2020-09-04 10:05:59 +01:00
Sotiri Bakagiannis
b74451ed77 sound/TonePlayer: give triggerRelease the note value that it needs when stopping 2020-09-04 09:56:45 +01:00
Sotiri Bakagiannis
ac522f1660 visual/MovieStim: Tweak _estimateBoundingBox() to use size instead of this._size 2020-09-01 14:30:56 +01:00
Sotiri Bakagiannis
6342d2260f sound/Sound: fix passing of 'log' option to setAttribute 2020-08-31 12:00:14 +01:00
Alain Pitiot
8a9b59b1c8
Merge pull request #156 from thewhodidthis/bf#131--sound
sound/TrackPlayer: add setDuration()
2020-08-30 11:04:21 +02:00
Alain Pitiot
3265b39e2d
Merge pull request #152 from thewhodidthis/bf#142--movie
visual/MovieStim: tweak options when destroying pixi sprite
2020-08-30 10:56:49 +02:00
Alain Pitiot
a92b01ca18
Merge pull request #151 from thewhodidthis/bf#150--interpolate
visual/MovieStim: add interpolate when destructuring options on init
2020-08-30 10:48:06 +02:00
Alain Pitiot
48edbc5d34
Merge pull request #141 from thewhodidthis/bf#140--movie
visual/MovieStim: DOM clone video baseTexture during setMovie call
2020-08-30 10:33:47 +02:00
Alain Pitiot
13ef385b57
Merge pull request #109 from thewhodidthis/bf#73--arrays
util/Util: add turnSquareBracketsIntoArrays helper, tweak TrialHandler.importConditions
2020-08-30 10:32:09 +02:00
Alain Pitiot
80d55d43b2
Merge branch 'master' into bf#73--arrays 2020-08-30 10:31:58 +02:00
Alain Pitiot
a758619bc4
Merge pull request #149 from thewhodidthis/bf#148--colormixin
util/ColorMixin: force a PIXI update when setting color or contrast
2020-08-30 10:27:49 +02:00
Sotiri Bakagiannis
caecac487b sound/TrackPlayer: tweak comment 2020-08-28 22:41:52 +01:00
Sotiri Bakagiannis
24cf07b207 sound/TrackPlayer: add a setDuration method for adjusting Howler's default sprite 2020-08-26 13:43:25 +01:00
Sotiri Bakagiannis
932572a0f7 sound/TonePlayer: fix JSDoc typo 2020-08-26 13:37:04 +01:00
Sotiri Bakagiannis
6b2e772c89 sound/Sound: fix JSDoc typos 2020-08-26 13:36:43 +01:00
Sotiri Bakagiannis
483a8e34be sound/Sound: add a method for replacing the current value past initialisation 2020-08-24 10:21:32 +01:00
Sotiri Bakagiannis
0e38278e01 visual/MovieStim: tweak options when destroying pixi sprite
Destroy main texture and children, but leave baseTexture untouched.
2020-08-21 10:24:38 +01:00
Sotiri Bakagiannis
8f926c8cf1 visual/MovieStim: add interpolate when destructuring options on init 2020-08-21 09:58:14 +01:00
Sotiri Bakagiannis
e723b2ac75 util/ColorMixin: force a PIXI update when setting color or contrast
Have `ColorMixin` reflect that for visual components like `TextStim`
updating 'color' and 'contrast' attributes needs PIXI.
2020-08-20 17:06:57 +01:00
Alain Pitiot
fde29e1e59 Merge branch 'master' of github.com:psychopy/psychojs 2020-08-20 13:48:28 +02:00
Alain Pitiot
2e9ffae22f change log 2020-08-20 13:48:15 +02:00
Alain Pitiot
e15c05af31 updated copyright date 2020-08-20 13:42:36 +02:00
Alain Pitiot
a3cbc636f8
Merge pull request #147 from psychopy/2020.2
updated README
2020-08-20 13:34:34 +02:00
Alain Pitiot
4c0ee079e9 updated README 2020-08-20 13:23:28 +02:00
Alain Pitiot
c0512f1205 updated to README 2020-08-20 13:21:39 +02:00
Alain Pitiot
7732e72c40 updated copyrights 2020-08-20 13:07:39 +02:00
Alain Pitiot
3d04c899cd updated the documentation 2020-08-20 12:04:19 +02:00
Alain Pitiot
0ccf2b872d added more documentation 2020-08-20 12:02:59 +02:00
Alain Pitiot
2eb38f0705 _ 2020-08-20 12:02:37 +02:00
Alain Pitiot
6e8f3bf612 revised the attribute mechanisms; various bug fixes and performance improvements 2020-08-20 11:59:56 +02:00
Alain Pitiot
6883ffa0fc
Merge pull request #135 from thewhodidthis/bf#133--seeking
visual/Movie: add currentTime fallback when video seeking
2020-08-20 09:41:55 +02:00
Alain Pitiot
6bdc7668a1
Merge pull request #143 from thewhodidthis/bf#116--movie
core/Window: lose gl extension context before PIXI renderer
2020-08-20 09:40:26 +02:00
Alain Pitiot
7bcec8394d
Merge pull request #137 from thewhodidthis/bf#2299--csv
data/TrialHandler: PR#95 follow up decoding .csv conditions imports
2020-08-20 08:50:01 +02:00
Alain Pitiot
8fa7fdeeab
Merge pull request #145 from thewhodidthis/bf#139--docs
visual/ImageStim: fix JSDoc typo
2020-08-20 08:47:25 +02:00
Sotiri Bakagiannis
fec54b41e5 util/PsychObject: fix comment typo 2020-08-19 16:18:42 +01:00
Sotiri Bakagiannis
056ea555e5 util/PsychObject: expand on the has changed comparison when setting attributes 2020-08-19 13:30:36 +01:00
Sotiri Bakagiannis
7ae5d6ad88 visual/ImageStim: fix JSDoc typo 2020-08-18 17:32:02 +01:00
Sotiri Bakagiannis
cd3163b444 core/Window: lose gl extension context before PIXI renderer 2020-08-17 10:43:11 +01:00
Sotiri Bakagiannis
590e9c8e2e visual/MovieStim: DOM clone video baseTexture during setMovie call
Workaround required because of the way movie status is
updated outside any video playback event listeners.
2020-08-17 09:43:27 +01:00
Sotiri Bakagiannis
cffabdd0df data/TrialHandler: cleanup PR#95 to do with decoding .csv conditions imports 2020-08-05 15:15:45 +01:00
Sotiri Bakagiannis
7f4cc1eaf4 visual/Movie: add currentTime fallback when seeking 2020-08-05 08:56:58 +01:00
Alain Pitiot
fa39a7bfbc added Form and TextBox; added boundingBox attribute and contains method to VisualStim; various performance improvements to all visual stimuli 2020-08-05 09:32:53 +02:00
Alain Pitiot
640ae93a04
Merge pull request #105 from thewhodidthis/nf#104--mouse
core/Mouse: add isPressedIn method
2020-08-03 16:47:32 +02:00
Alain Pitiot
30cbdf3669
Merge pull request #102 from thewhodidthis/bf#101--css
css: center root pseudo message using tranform/translate
2020-08-03 16:45:42 +02:00
Alain Pitiot
88548e23d8
Merge pull request #100 from thewhodidthis/bf#87--orientation
visual/VisualStim: flip rotations to reflect psychopy convention
2020-07-31 16:24:26 +02:00