d9695f8540
also parse if only strings are allowed
2018-03-13 18:09:01 +05:30
a171fbebea
use toggleElement, fixes #3104
2018-03-10 21:38:22 +05:30
80b3c02164
forward paste event
2018-03-07 13:18:21 +05:30
819c5c747d
update area via options
2018-03-06 18:16:33 +05:30
e67ec495d2
update geo (Congo)
2018-02-14 12:00:40 +01:00
d6fe8b1c5c
update user agents (Mac OS 10.2/10.3)
2018-02-14 12:00:29 +01:00
e6b7e24d76
PEP8 format build.py
2018-02-05 11:27:04 +01:00
dcbee18584
Ox.Range: properly disable track
2018-01-21 09:40:05 +01:00
719cfeac13
cosmetic changes
2018-01-21 09:27:33 +01:00
b158450d17
Ox.Range: add 'disabled' option; Ox.Label: support changing 'disabled' option
2018-01-21 09:23:18 +01:00
c4a91f46ed
use python3 for build, reomve bzr version, fall back to date without git
2018-01-18 11:09:34 +01:00
43393af132
dont seek again if already seeking
2017-12-31 15:16:24 +01:00
de5f82045b
seeked never triggers if video is paused
2017-12-31 13:16:06 +01:00
4544efc02c
more seeking issues
2017-12-30 16:50:17 +01:00
d136d4b303
always set seeking=false
2017-12-30 16:25:55 +01:00
de72a11364
fix seeking event for multipart videos that load at the beginning of a part, fixes #3065
2017-12-30 15:29:34 +01:00
c02a08c8d9
typos
2017-11-13 15:53:19 +01:00
afea7ed9a9
followup tp 0a9c30d
- .addEventListener does not have originalEvent
2017-11-13 15:16:25 +01:00
6cf7083665
FF complains about dead code afte return, comment out
2017-11-06 21:22:03 +02:00
0a9c30d1dc
use passive for touch events if possible, fixes #3059
2017-11-06 07:43:18 +02:00
b11d6a81fe
don't pass google api key, use Ox.Map.GoogleApiKey
2017-10-26 12:42:25 +02:00
66a130e35f
element can also be removed during gainfocus
2017-07-29 22:06:27 +02:00
a579f47a27
clicking inside in/out input element should not move focus to editor, fixes #3032
2017-07-08 11:31:12 +02:00
21c94c00a9
disable add annotation menu items if layer is not editable
2017-06-15 15:58:41 +00:00
9b8d45ba74
_k->K
2017-06-09 09:44:28 +02:00
39e4224034
pass api key to map
2017-05-29 17:56:03 +02:00
26ebd90483
update inner width, trigger clipSize not size
2017-04-17 18:15:05 +02:00
c0bfe480ad
use VideoElement loop in VideoPlayer
2017-04-16 22:54:40 +02:00
c32d50e82e
typo
2017-04-15 13:47:50 +02:00
bfb5c3d3ef
support per clip volume
2017-04-15 13:45:01 +02:00
34cdae0ab3
make id visible, show annotation id, also fixes link to annotation instead of in/out
2017-03-08 13:12:57 +01:00
6d59519c64
place could be null
2017-02-25 16:58:32 +01:00
07d9b9c925
ignore undefined extras
2017-02-17 09:56:57 +01:00
eee525a80b
make sure cell exists
2017-02-14 16:04:20 +00:00
74f3f58942
support string span
2017-01-25 22:38:57 +01:00
71c163f9fb
fix updating clipView
2017-01-25 22:38:57 +01:00
e288749077
yandex mobile
2016-11-25 22:34:17 +01:00
34f8ca479a
yandex
2016-11-25 22:28:42 +01:00
927678e6be
Ox.URL: support findKeys per type
2016-10-14 14:12:01 +02:00
67302e1a3e
allow searching for substrings, i.e. do not autocomplete search for vv to first word starting with vv
2016-10-10 11:15:16 +02:00
9f5af680ed
avoid .sort if value did not change
2016-09-20 01:15:21 +02:00
fde3b905f9
only animate loading interval if its actually used
2016-09-19 21:40:52 +02:00
0f10b4be47
don't fail if elements in focus stack are gone
2016-09-07 11:28:58 +02:00
310502df22
if play returns pormise, wait for it
2016-08-23 14:06:36 +02:00
4c54a294f6
use requestAnimationFrame for loading icon if available
2016-08-09 14:11:43 +02:00
f043242640
add some touch support
...
- fire touch(start|move|end) events after adding clinetX/Y
- use touch events in video and timeline widgets
- use touchstart to select item in ArrayEditable
2016-07-27 21:55:34 +02:00
72a7d54025
queue unlocked video elements asap
2016-07-27 21:55:34 +02:00
eac7a05584
only show one icon on load
2016-07-27 21:55:34 +02:00
33519b3260
ignore tmp files
2016-07-27 21:55:34 +02:00
adbf2dad81
ArrayEditable: replace self.$items
...
When shrinking the number of items, this allows the old elements to be
GCed sooner.
2016-06-23 17:56:22 +02:00