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

32 Commits

Author SHA1 Message Date
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
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
6965c81a70
Merge pull request #188 from pn2200/selectFromArray-fix
Return selection as an array of arrays
2020-10-27 11:05:49 +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
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
54c50a27f4 util/Util: fix selectFromArray() to respect selection order 2020-10-06 10:01:32 +01:00
Paul Novak
a1f4703dd4 Return selection as an array of arrays 2020-09-23 15:18:55 -07:00
Sotiri Bakagiannis
6523a4a404 util/Util: do export turnSquareBracketsIntoArrays 2020-09-07 18:18:39 +01:00
Alain Pitiot
80d55d43b2
Merge branch 'master' into bf#73--arrays 2020-08-30 10:31:58 +02:00
Alain Pitiot
e15c05af31 updated copyright date 2020-08-20 13:42:36 +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
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
770d02d156
Merge branch 'master' into nf#121--randint 2020-07-31 16:22:25 +02:00
Sotiri Bakagiannis
2088cf75c7 util/Util: add sum helper 2020-07-30 14:57:55 +01:00
Sotiri Bakagiannis
9308989117 util/Util: add round helper 2020-07-30 14:55:28 +01:00
Sotiri Bakagiannis
7fd83d2ead util/Util: fix randint error message 2020-07-28 21:37:24 +01:00
Sotiri Bakagiannis
97542f794a util/Util: line separate the just added function opening brace 2020-07-28 15:18:17 +01:00
Sotiri Bakagiannis
7688f8df92 util/Util: add randint helper 2020-07-28 15:02:32 +01:00
Sotiri Bakagiannis
30755dbcb2 data/util: add missing semicolons 2020-07-24 15:28:59 +01:00
Sotiri Bakagiannis
2a6138e4da util/Util: add turnSquareBracketsIntoArrays helper 2020-07-24 09:51:00 +01:00
Alain Pitiot
1fc76d1461 complete linting, saving of partial results, improved GUI, various bug fixes 2020-07-03 14:26:43 +02:00
Alain Pitiot
092829f325 Merge branch 'master' of https://github.com/psychopy/psychojs 2020-05-12 18:34:05 +02:00
Alain Pitiot
1cf40c4d8a _ 2020-05-12 18:31:11 +02:00
tpronk
9a11171ba2 Update Util.js 2020-04-30 15:56:31 +02:00
tpronk
926ec69386 Update Util.js
Added Blink detection (from snippet at https://stackoverflow.com/a/9851769)
2020-04-30 15:51:31 +02:00
Alain Pitiot
4942e0156e 2020.1 branch 2020-02-14 08:18:25 +01:00
Alain Pitiot
039a8671c7 fixed issues: fullscreen mode, size of triangular marker in sliders; new features: window waitblanking 2019-07-31 10:37:51 +02:00
Alain Pitiot
d20a4cb0a5 version 3.1.4 2019-07-08 09:05:15 +02:00
Alain Pitiot
03f06ac64a version 3.0.8 2019-04-19 09:50:14 +02:00
Alain Pitiot
becf79b5d6 version 3.0.6: various bug fixes and enhancements 2019-03-12 09:28:31 +01:00