Sotiri Bakagiannis
d088e832d9
core/GUI: make #msgDialog non-draggable and non-resizable
2020-11-16 12:21:00 +00:00
Sotiri Bakagiannis
8bb7c99cbf
core/GUI: make #expDialog non-draggable
2020-11-16 12:20:36 +00:00
Sotiri Bakagiannis
f859d601df
visual/TextBox: fix typo in JSDoc comment
2020-11-16 12:11:43 +00:00
Sotiri Bakagiannis
04071ff842
visual/TextBox: expose a multiline property that allows for setting input height
2020-11-16 11:54:59 +00:00
Sotiri Bakagiannis
ae0b37a424
util/PsychObject: have _setAttribute() return true when Object (circular)
2020-11-03 14:24:51 +00:00
Alain Pitiot
85f77e1b39
updated the list of supported components
2020-10-29 14:58:28 +01:00
Alain Pitiot
857b9cba96
Merge pull request #208 from thewhodidthis/bf#206--util-alt
...
util/Util: tweak toNumerical() to match JSDoc comment
2020-10-27 11:29:19 +01:00
Alain Pitiot
3639d9a21f
Merge pull request #192 from thewhodidthis/bf#175--css
...
Do hide the "Initialising the experiment..." message on PsychoJS init
2020-10-27 11:24:50 +01:00
Alain Pitiot
6965c81a70
Merge pull request #188 from pn2200/selectFromArray-fix
...
Return selection as an array of arrays
2020-10-27 11:05:49 +01:00
Alain Pitiot
96bab10712
Merge pull request #178 from thewhodidthis/bf#169--movie
...
visual/MovieStim: deal with promise based video play
2020-10-27 11:03:31 +01:00
Alain Pitiot
413f6d60a3
Merge pull request #164 from thewhodidthis/bf#159+160--textbox
...
visual/TextBox: Add methods for accessing the underlying input text
2020-10-27 10:51:43 +01:00
Sotiri Bakagiannis
b0c67f3634
visual/TextBox: add getter and setter for text prop, plus a reset method
2020-10-15 21:44:10 +01:00
Sotiri Bakagiannis
51a8b69d16
core/GUI: call Tone.start() when hitting OK dialog button
2020-10-15 14:56:18 +01:00
Sotiri Bakagiannis
e22ef2f2ea
sound/TonePlayer: post Tone.js upgrade tweaks
2020-10-15 14:53:10 +01:00
Sotiri Bakagiannis
61e128d13f
util/Util: fix undefined variable in NaN error message
2020-10-13 20:25:40 +01:00
Sotiri Bakagiannis
a3829c016a
js/util: tweak toNumerical() to match JSDoc comment
2020-10-13 19:45:16 +01:00
Alain Pitiot
581acf18aa
Merge pull request #201 from thewhodidthis/bf#200--util
...
util/Util: fix selectFromArray() to respect selection order
2020-10-09 10:48:16 +02:00
Alain Pitiot
c203524c06
Merge pull request #177 from thewhodidthis/bf#176--image
...
visual/ImageStim: tweak _estimateBoundingBox() to use size over this._size
2020-10-09 10:25:49 +02:00
Alain Pitiot
987ef20629
Merge pull request #194 from thewhodidthis/bf#193--gui
...
core/GUI: make sure _setRequiredKeys exists before accessing its size
2020-10-09 10:07:08 +02:00
Alain Pitiot
bcba1faa48
Merge pull request #180 from thewhodidthis/bf#171--window
...
Give the PsychoJS.start() expInfo option a default value
2020-10-09 10:06:20 +02:00
Alain Pitiot
ea83f8c307
Merge pull request #204 from thewhodidthis/bf#189--util
...
util/Util: tweak toNumerical error throwing to not rely on this._gui
2020-10-09 09:37:07 +02:00
Sotiri Bakagiannis
011bebbe7c
util/Util: tweak toNumerical error throwing to not rely on this._gui
2020-10-09 08:15:03 +01:00
Sotiri Bakagiannis
3d708d5863
visual/VisualStim: mark opacity as needing pixi updates
2020-10-06 22:53:51 +01:00
Sotiri Bakagiannis
72e9fe5b0b
visual/ShapeStim: drop adding opacity attribute in constructor
...
Not required, because opacity is one of the attributes passed on
to the parent class via super()
2020-10-06 22:52:58 +01:00
Sotiri Bakagiannis
54c50a27f4
util/Util: fix selectFromArray() to respect selection order
2020-10-06 10:01:32 +01:00
Sotiri Bakagiannis
717aa3ca4f
core/GUI: make sure _setRequiredKeys exists before accessing its size
2020-09-29 20:50:54 +01:00
Sotiri Bakagiannis
e2ff2098e6
css: hide #root::after when PsychoJS initialised
2020-09-29 14:23:28 +01:00
Sotiri Bakagiannis
846b1dca1b
core/PsychoJS: give root element an is-ready class on init
2020-09-29 14:22:21 +01:00
Paul Novak
a1f4703dd4
Return selection as an array of arrays
2020-09-23 15:18:55 -07:00
Sotiri Bakagiannis
1b9f14552d
visual/MovieStim: fix for PIXI.Texture.fromVideo() deprecated
2020-09-18 16:20:30 +01:00
Sotiri Bakagiannis
050875aa34
visual/MovieStim: drop video cloning, tweak onended event handling
2020-09-18 16:05:10 +01:00
Sotiri Bakagiannis
39196b9119
core/Window: tweak renderer width, height options passing for pixi latest
2020-09-18 16:04:32 +01:00
Sotiri Bakagiannis
1b1dabffb8
core/PsychoJS: make an empty object literal the default expInfo value on start()
2020-09-18 16:00:00 +01:00
Sotiri Bakagiannis
3220e5b1b5
visual/MovieStim: deal with promise based video play
2020-09-18 13:21:18 +01:00
Sotiri Bakagiannis
54166f0cd2
visual/ImageStim: tweak _estimateBoundingBox() to use size over this._size
2020-09-18 12:06:52 +01:00
Alain Pitiot
da2d9c5ad7
Merge pull request #166 from thewhodidthis/bf#165--data
...
data/util: Have util export turnSquareBracketsIntoArrays, fix when called inside of importConditions
2020-09-17 14:04:59 +02:00
Sotiri Bakagiannis
d069665571
data/TrialHandler: clean up comment
2020-09-08 16:23:57 +01:00
Sotiri Bakagiannis
b65c9b8489
data/TrialHandler: clear up comment
2020-09-07 22:41:48 +01:00
Sotiri Bakagiannis
03e7e48d6e
data/TrialHandler: reorder parsing of cell value, clean up
2020-09-07 22:37:02 +01:00
Sotiri Bakagiannis
968070436a
data/TrialHandler: fix attempted destructuring on non arrays
...
When calling `Util.turnSquareBracketsIntoArrays()`, forget
about destructuring ahead of checking whether the result
is an array, just take the first element if it is.
2020-09-07 18:20:02 +01:00
Sotiri Bakagiannis
6523a4a404
util/Util: do export turnSquareBracketsIntoArrays
2020-09-07 18:18:39 +01:00
Sotiri Bakagiannis
dc1b0f10ac
util/PsychObject: clean up
2020-09-07 14:11:07 +01:00
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