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

369 Commits

Author SHA1 Message Date
Sotiri Bakagiannis
2d0066bd5e visual/ImageStim: match _updateIfNeeded() with MovieStim 2021-01-21 20:30:35 +00:00
Sotiri Bakagiannis
861c687a9e visual/MovieStim: clean up _updateIfNeeded() to avoid PIXI new and cache id warning 2021-01-21 20:29:46 +00:00
Sotiri Bakagiannis
32f4b83926 data/TrialHandler: clean up 2021-01-21 19:47:01 +00:00
Sotiri Bakagiannis
ec8963ff02 util/Util: tweak toNumerical() to accept array-like strings
Also refactor turnSquareBracketsIntoArrays() to avoid
type coercion and return undefined if input invalid
2021-01-21 19:45:21 +00:00
Sotiri Bakagiannis
106031937e visual/MovieStim: do tell PIXI base texture to respect autoplay 2021-01-20 23:43:38 +00:00
Sotiri Bakagiannis
3efd255786 core/data/sound/util: drop PsychObject._addAttributes() and refs thereof 2021-01-13 19:31:11 +00:00
Sotiri Bakagiannis
da375e0ace visual/TextInput: replace for...in with a forEach loop 2021-01-13 17:59:07 +00:00
Sotiri Bakagiannis
004a5c96ec core/GUI: use Object.keys() when iterating over e.g., expInfo in DlgFromDict 2021-01-11 14:51:11 +00:00
Sotiri Bakagiannis
baa17d9e95 data/TrialHandler: allow for doubly escaped LFs in xlsx cells 2021-01-08 16:51:11 +00:00
Sotiri Bakagiannis
b39e92ebfe visual/ShapeStim: take contrast into account when calling beginFill 2021-01-08 16:31:49 +00:00
Sotiri Bakagiannis
3ad6463f69 visual/Slider: estimate bounding box at the top of update calls 2021-01-08 16:22:41 +00:00
Sotiri Bakagiannis
141fab6348 data/TrialHandler: add FULLRANDOM alias to mirror PP output 2021-01-07 14:52:48 +00:00
Sotiri Bakagiannis
a9b94619a4 visual/ShapeStim: set closeStroke on PIXI polygon creation 2021-01-06 14:32:39 +00:00
Nabarun Sarkar
ba23dc1759
Update README.md 2020-12-24 10:59:39 +05:30
Alain Pitiot
cf0f2191f1
Merge pull request #240 from apitiot/master
throttling of log messages (code only, will be activated in 2021), and __noOutput
2020-12-23 16:35:46 +01:00
Alain Pitiot
c48aef093b __noOutput url parameter 2020-12-23 16:31:49 +01:00
Alain Pitiot
c22e089527 Merge remote-tracking branch 'upstream/master' 2020-12-23 15:24:48 +01:00
Alain Pitiot
6a41ea779c put in place throttling of log messages, to be activated soon 2020-12-23 15:14:33 +01:00
Alain Pitiot
c81013fd4e
Merge pull request #236 from thewhodidthis/bf#235--movie
visual/MovieStim: add loop attribute
2020-12-23 15:05:11 +01:00
Sotiri Bakagiannis
b70aec5095 visual/MovieStim: add loop attribute 2020-12-11 00:48:38 +00:00
Alain Pitiot
26cf59b047 Merge branch 'master' of github.com:psychopy/psychojs 2020-12-04 10:29:53 +01:00
Alain Pitiot
179cd0ef54 added experiment logging level 2020-12-04 10:29:50 +01:00
Alain Pitiot
c20c9f0883
Merge pull request #232 from thewhodidthis/bf#231--sound
sound/TonePlayer: call toMaster on volumeNode if toDestination missing
2020-12-04 10:25:52 +01:00
Sotiri Bakagiannis
72491aff3c sound/TonePlayer: call toMaster on volumeNode if toDestination missing 2020-12-03 20:56:02 +00:00
Alain Pitiot
c89d2ff91a small correction to PsychObject; corrected annoying change of focus in GUI; corrected bounding box issue with Slider 2020-12-01 10:48:43 +01:00
Alain Pitiot
940aa3d60e
Merge pull request #223 from thewhodidthis/bf#222--gui
core/GUI: Make jQuery UI dialog boxes non-draggable, non-resizable
2020-12-01 08:17:33 +01:00
Alain Pitiot
bf2a066c8c
Merge pull request #221 from thewhodidthis/bf#191+220--textbox
visual/TextBox: expose multiline property
2020-12-01 08:16:58 +01:00
Alain Pitiot
71c0dcecb7
Merge pull request #212 from thewhodidthis/bf#211-tonejs
Post Tone.js upgrade tweaks
2020-12-01 08:16:24 +01:00
Alain Pitiot
50e630a124
Merge pull request #146 from thewhodidthis/bf#144--attributes
util/PsychObject: Expand on the has changed comparison when setting attributes
2020-12-01 08:14:13 +01:00
Alain Pitiot
9f987d97a6
Merge branch 'master' into bf#144--attributes 2020-12-01 08:14:04 +01:00
Alain Pitiot
abe30c9c6a
Merge pull request #181 from thewhodidthis/bf#168--movie
Post PIXI upgrade tweaks
2020-12-01 08:10:04 +01:00
Alain Pitiot
ff6ce2f5dd
Merge pull request #229 from thewhodidthis/bf#226--matchall
util/Util: fix turnSquareBracketsIntoArrays for older browsers
2020-12-01 08:08:31 +01:00
Sotiri Bakagiannis
57ac49f649 util/Util: fix turnSquareBracketsIntoArrays for older browsers
Rely on String.prototype.match() instead of matchAll()
2020-11-27 14:07:53 +00:00
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