19be508afe
Fix pending requests: depend on data not id.
2016-01-02 19:31:56 +05:30
b0853447d1
AnnotationPanel: allow sorting by creation time
...
fixes #2865
2015-12-14 13:06:03 +00:00
rolux
511a5267b5
Ox.Map: remove terms reformatting
2015-10-30 10:51:53 +01:00
j
fc4dc70545
fix mouse zoom in imageview on linux
2015-10-22 11:33:37 +02:00
rolux
ea918ff6da
fix disabled input text color in light and dark theme; add disabled input to form example
2015-10-19 14:57:23 +02:00
j
7516c940f5
use default value instead of '', fixes #2848
2015-10-12 15:41:11 +01:00
j
5bdc80a24f
split clip at position
2015-10-04 16:08:44 +01:00
078be8e98f
Collapse and style definition lists
...
ie display this:
<dl>
<dt>Foo:</dt>
<dd>Bar</dd>
<dt>Juice:</dt>
<dd>Toast</dd>
<dd>Milk</dd>
</dl>
as:
*Foo:* Bar
*Juice:* Toast
Milk
2015-09-14 20:45:49 +00:00
rolux
34dcf833b2
update Ox.parseUserAgent
2015-08-04 19:00:47 +02:00
j
2d5ad4500e
use Ox.sort, fixes #2802
2015-06-25 14:28:56 +02:00
j
24027c0bcb
pass empty string instead of undefined to Ox.words
2015-05-23 13:25:22 +02:00
j
6988dfa89f
don't break on unknown keys
2015-05-23 13:02:39 +02:00
3ed5da882f
Element: 'fix' mousewheel event before modifying it
...
In strict mode (in recent browsers), modifying deltaX on a WheelEvent
throws an exception:
Uncaught TypeError: Cannot set property deltaX of #<WheelEvent> which has only a getter
In non-strict mode or older browsers, assigning to deltaX is just a
no-op.
https://github.com/jquery/jquery-mousewheel/blob/master/jquery.mousewheel.js
is cited in this function; it uses $.event.fix() to make a mutable
jQuery.Event-flavoured copy of the native event before modifying its
properties. Let's do the same.
Fixes #2751
2015-05-20 12:33:44 +02:00
j
6a5cb61880
fix subtitle offset
2015-04-21 16:40:35 +05:30
j
1b18ade72c
fix video offset
2015-04-21 16:04:45 +05:30
rolux
fc982fe775
de-refactoring
2015-04-20 09:50:46 +02:00
rolux
cbcfbe8340
animate subtitles on toggle scale
2015-04-20 09:43:01 +02:00
rolux
d437d95f96
fix subtitles css for 'scale to fill' case
2015-04-20 09:39:33 +02:00
j
160c38c361
bind e to show entity info
2015-04-17 13:06:35 +05:30
j
4f7b9846d8
entities are not links
2015-04-16 20:03:38 +00:00
j
f624c86309
decode html entities
2015-04-17 01:09:36 +05:30
j
cacdba606e
fix Menu.checkItem with checked argument for groups and submenues
2015-04-16 20:02:36 +01:00
j
c83e7b6930
its possible to disable all users
2015-04-16 20:02:06 +01:00
j
755dcdccaa
listen for allusers/nousers click event
2015-04-16 19:29:02 +05:30
rolux
6f5b051821
fix annotations edit menu
2015-04-15 22:44:52 +01:00
rolux
d42b9c25fb
fix #2737 (add 'Show All Users' and 'Show No Users')
2015-04-15 19:01:51 +01:00
rolux
c7225757df
remove keyboard shortcut tooltips > 9
2015-04-15 18:56:18 +01:00
rolux
1fb1e35bab
keyboard shortcuts end at '9'
2015-04-15 18:25:40 +01:00
rolux
cd34cc5c6e
add 'Show All Users' and 'Show No Users'
2015-04-15 18:20:07 +01:00
j
5958b9f408
dont fail if annotation folder does not have focus
2015-04-15 10:10:46 +01:00
j
3c006f9bc5
pass autocomplete callback with layer
2015-04-14 19:48:10 +01:00
j
28d8271174
add subtitlesOffset
2015-04-14 15:50:52 +01:00
j
398e3f6749
encode state.part in url, fixes #2725
2015-03-31 20:53:55 +02:00
j
e6178af146
fix off by one chapter title display, fixes #2726
2015-03-28 14:56:14 +01:00
j
cd3ec3b78b
support updating VideoEditPanel clipSize
2015-03-24 19:08:10 +05:30
j
c7bf33fdfe
expose new Ox.Element as in setElement
2015-03-24 19:07:23 +05:30
j
0ea08dfc0c
fix double toggle collapse
2015-03-23 18:00:25 +05:30
j
470e6ac127
wait until google.maps.LatLng is available
2015-03-23 17:37:58 +05:30
j
f302db9490
pass showLayers from panels to folder
2015-03-23 17:26:41 +05:30
j
69cd6ceed8
update collapsed state if options.collapsed is changed
2015-03-23 17:26:08 +05:30
j
f81a07fc37
handle empty video element
2015-03-19 14:21:32 +00:00
j
97ede3643e
Ox.Range: update size if max/min/step changes
2015-03-14 11:24:47 +05:30
j
1cbaee2d67
only update timeline src if image has index(ignore loading icon and others), fixes #2709
2015-03-13 07:09:20 +00:00
j
46d0dcf2e3
add option to Ox.Input to set readonly attribute
2015-02-27 12:26:47 +05:30
rolux
747128bdea
Ox.UI: add loadThemes option to loader
2015-02-22 19:13:25 +05:30
rolux
29792f74aa
add keyboard listeners
2015-02-21 11:17:32 +00:00
rolux
8e32500063
fix input with arrows
2015-02-21 12:47:11 +05:30
j
9e8e145924
continue parsing if getPart resets page
2015-02-20 21:00:03 +05:30
j
e9edeb4629
fix loading VideoPlayer with just a video url
2015-02-16 13:22:48 +00:00
rolux
cfea71af38
Ox.Menu: allow leaf items to have ids with underscores
2015-02-15 17:26:04 +00:00