rlx
|
d186211453
|
remove on mouseover/select opacity change in icon lists (would cause video items to briefly go black)
|
2011-11-08 11:25:44 +00:00 |
|
rlx
|
33ec75122b
|
make sure you can drag a text list item by an editable cell
|
2011-11-08 11:06:00 +00:00 |
|
rlx
|
243614cee2
|
when removing an element, unbind global keyboard handler; delay request timeout dialog until after window unload
|
2011-11-08 10:27:49 +00:00 |
|
rlx
|
314788dd24
|
don't throw errors in menu when accessing non-existing items
|
2011-11-07 18:17:16 +00:00 |
|
rlx
|
12622724ee
|
fix text list so that it doesn't throw errors in its value function
|
2011-11-07 12:15:10 +00:00 |
|
rlx
|
77d2d22505
|
update css to allow for 'OxSelectable' that looks like a text list item
|
2011-11-06 18:37:29 +00:00 |
|
rlx
|
7e2e0cedb6
|
update tab panel and button group so that selected can be set from outside
|
2011-11-06 14:08:13 +00:00 |
|
rlx
|
e7c36dacc8
|
improve editable and tooltip
|
2011-11-06 12:26:12 +00:00 |
|
rlx
|
b957106624
|
update editable to no longer trigger submit on cancel, and to listen to the submit event of its input
|
2011-11-06 11:50:13 +00:00 |
|
rlx
|
76c97f7bdc
|
change Ox.Input so it doesn't fire blur on submit
|
2011-11-06 11:37:07 +00:00 |
|
rlx
|
1cf7566eeb
|
in video player, while playing, fire a position event for every full minute, reducing the need for saving the video position on unload
|
2011-11-06 09:05:21 +00:00 |
|
rlx
|
01306dd5ae
|
fix a regression that would affect adding, moving and removing list columns
|
2011-11-06 00:24:42 +00:00 |
|
rlx
|
5c7a19ac01
|
catch another global var
|
2011-11-06 00:19:27 +00:00 |
|
rlx
|
e6b634ddef
|
in button, react to change of tooltip option
|
2011-11-06 00:04:27 +00:00 |
|
rlx
|
da7e0b73e0
|
remove some logging
|
2011-11-05 22:38:00 +00:00 |
|
rlx
|
a24d139f9b
|
fix a regression where filling a partially empty text list page after resize would not empty the page before
|
2011-11-05 22:37:28 +00:00 |
|
rlx
|
c0f2473346
|
reinsert 'use strict'
|
2011-11-05 22:18:26 +00:00 |
|
rlx
|
8eac8c20d7
|
in video panel player, rename showControls to showTimeline
|
2011-11-05 22:15:10 +00:00 |
|
rlx
|
2b3d8807d9
|
fix bugs in video panel player
|
2011-11-05 20:14:24 +00:00 |
|
rlx
|
4348894ad1
|
catch one more global var
|
2011-11-05 18:05:14 +00:00 |
|
rlx
|
05e6d7d829
|
catch one more global var
|
2011-11-05 17:32:47 +00:00 |
|
rlx
|
1deb616942
|
catch some global vars
|
2011-11-05 17:27:11 +00:00 |
|
rolux
|
56370aa0a7
|
'use strict';
|
2011-11-05 17:46:53 +01:00 |
|
rlx
|
291b75c43b
|
in video player, separate playing event from position event, so controls that need live updates can bind to playing, while others can safely bind to position
|
2011-11-05 16:03:13 +00:00 |
|
rlx
|
d152c4b48b
|
in video player, trigger muted event also if caused indirectly by setting volume to zero or turning volume up while muted
|
2011-11-05 15:27:53 +00:00 |
|
rlx
|
1e8edb8388
|
in video player, set muted/volume of video element
|
2011-11-05 15:16:36 +00:00 |
|
rlx
|
49adfa57ae
|
in video editor, pass muted/volume options downwards and muted/volume events upwards
|
2011-11-05 15:01:18 +00:00 |
|
rlx
|
730712e9ba
|
fix bugs regarding the state of the video player volume and mute buttons
|
2011-11-05 14:54:13 +00:00 |
|
rlx
|
5a23d8936b
|
fix for cases where passing an array of tooltips as an option to Ox.Button would cause Ox.Element to actually set the tooltip to that array
|
2011-11-05 14:29:31 +00:00 |
|
rlx
|
2df5d05980
|
fix regressions introduced by garbage collection
|
2011-11-05 11:44:31 +00:00 |
|
j
|
1d09d19423
|
some redesign for better garbage collection of elements
|
2011-11-04 22:14:30 +00:00 |
|
rlx
|
01f02d9730
|
disable currently not implemented menu options
|
2011-11-04 18:12:38 +00:00 |
|
rlx
|
ba494eb064
|
if
|
2011-11-04 16:11:09 +00:00 |
|
rlx
|
8ef45bb1cb
|
update Ox.Log
|
2011-11-04 16:04:46 +00:00 |
|
j
|
dce2843303
|
use Ox.Log
|
2011-11-04 16:54:28 +01:00 |
|
rlx
|
e2c2eeed43
|
update video form element css
|
2011-11-04 15:13:51 +00:00 |
|
rlx
|
3e20910993
|
fix editable css
|
2011-11-03 17:10:12 +00:00 |
|
rlx
|
1db28c6fb0
|
add placeholder option to Ox.Editable
|
2011-11-03 16:53:29 +00:00 |
|
rlx
|
4620461c86
|
fix page up / page down in Ox.List
|
2011-11-03 16:05:24 +00:00 |
|
rolux
|
094b1a59ec
|
cleanup, again
|
2011-11-03 16:42:41 +01:00 |
|
rlx
|
9a33041ac4
|
hide marker tooltip when map center changes; when hiding a tooltip, don't remove but detach it, so that when it is shown again, its oxid is still present on its dom element
|
2011-11-03 13:59:54 +00:00 |
|
rlx
|
bf9f14cf03
|
add titleImage option to TextList columns
|
2011-11-03 12:57:46 +00:00 |
|
rlx
|
b056a22172
|
update css (collapse panel extras, video editor bars, video find element)
|
2011-11-03 12:14:18 +00:00 |
|
rlx
|
fea1eed168
|
add OxFullscreen class to video player
|
2011-11-02 20:58:44 +00:00 |
|
rlx
|
bfac98643d
|
pass fullscreen option down to and up from video player
|
2011-11-02 20:51:54 +00:00 |
|
rlx
|
0840d0b436
|
some fixed for text lists with column titles that are images
|
2011-11-02 19:47:19 +00:00 |
|
rlx
|
72676ed2bb
|
revert css changes (don't duplicate global positioning rules in theme css)
|
2011-11-02 18:27:02 +00:00 |
|
rlx
|
3f69397d96
|
merge
|
2011-11-02 18:22:18 +00:00 |
|
rlx
|
16556c0604
|
allow for max width in menus
|
2011-11-02 18:21:49 +00:00 |
|
j
|
ebd300a08a
|
set img in OxCell to block, fixes Firefox text-overflow: ellipsis bug
|
2011-11-02 18:51:27 +01:00 |
|
rlx
|
4bb3196c03
|
fix form validation bug
|
2011-11-02 17:27:20 +00:00 |
|
rlx
|
d5733c2c5d
|
merge
|
2011-11-02 15:53:23 +00:00 |
|
j
|
e6f075f88e
|
change Ox.formatDate so that Ox.formatDate('', "%a, %b %e, %Y")
returns '' and not "undefined, undefined Na, NaN"
|
2011-11-02 16:21:09 +01:00 |
|
rlx
|
14a6b6c148
|
improve form elements
|
2011-11-02 10:23:15 +00:00 |
|
rlx
|
dfe12646e6
|
fix a bug where the interface of a block video timeline would be stacked above a dialog
|
2011-11-02 09:03:11 +00:00 |
|
rlx
|
7747255ab8
|
fix a bug in split panel, regarding the size of a second element in relation to a collapsed third element
|
2011-11-02 08:22:55 +00:00 |
|
rlx
|
90eaf97fec
|
fix a bug where 'global' keyboard events would trigger while an input element has focus
|
2011-11-02 00:46:42 +00:00 |
|
rlx
|
7761b9dea4
|
improve removal of elements
|
2011-11-01 23:14:29 +00:00 |
|
rlx
|
7848277593
|
avoid leaks by adding custom empty/remove/replaceWith functions to Ox.Element
|
2011-11-01 19:56:11 +00:00 |
|
rlx
|
90bc4fb59e
|
fix a layer bug
|
2011-11-01 14:45:47 +00:00 |
|
rlx
|
1720d2a184
|
add unified Ox.Layer object for dialogs and menus
|
2011-11-01 14:16:27 +00:00 |
|
rlx
|
3aa10edec8
|
add bindKeyboard and unbindKeyboard methods to Ox.Element, allowing an element to receive all keyboard events, independently of focus
|
2011-11-01 11:49:46 +00:00 |
|
rlx
|
b6a8ed28b4
|
update map marker image style
|
2011-10-31 17:00:26 +00:00 |
|
rlx
|
63b61f520b
|
in Ox.Request, allow for 409 Conflict
|
2011-10-31 16:02:00 +00:00 |
|
rlx
|
a727c32836
|
add calendar controls
|
2011-10-31 12:45:08 +00:00 |
|
rlx
|
1db1278ba2
|
fix calendar tooltip css in classic theme
|
2011-10-31 11:35:17 +00:00 |
|
rlx
|
64032b5e9c
|
add proper tooltips to map
|
2011-10-31 11:29:59 +00:00 |
|
rlx
|
479e7da2f5
|
update css
|
2011-10-30 21:17:10 +00:00 |
|
rlx
|
3c8430979b
|
add place controls to map
|
2011-10-30 21:05:32 +00:00 |
|
rlx
|
2555dbb4ea
|
add getMatches option to ListMap
|
2011-10-30 14:40:33 +00:00 |
|
rlx
|
aca33124d0
|
improved handling of find in video editor
|
2011-10-30 13:57:01 +00:00 |
|
rlx
|
462b335416
|
make video editor and player trigger find events
|
2011-10-30 09:49:58 +00:00 |
|
rlx
|
abb1c73214
|
Ox.Editable: delay expensive creation of extra elements until actual edit
|
2011-10-30 08:32:57 +00:00 |
|
rolux
|
17b9d0ff73
|
replace unicode.py, again
|
2011-10-29 19:17:14 +02:00 |
|
rlx
|
b6c872b5a4
|
in Ox.Calendar tooltips, only display the text representation of an event's range if it's different from the event's name
|
2011-10-29 17:05:44 +00:00 |
|
rlx
|
7415b72037
|
fix a bug related to clearing the requests cache
|
2011-10-29 12:32:55 +00:00 |
|
rlx
|
45ad8ee468
|
map fixes (when loaded without places, zoom out; when resizing causes the minimum zoom to be larger than the current zoom, zoom out)
|
2011-10-29 11:04:21 +00:00 |
|
rlx
|
4c641db867
|
add disableButtons and enableButtons methods to Ox.Dialog
|
2011-10-29 10:34:41 +00:00 |
|
rlx
|
ec7ec4d707
|
resolve focus issues with video player find element
|
2011-10-29 10:01:28 +00:00 |
|
rlx
|
6480bddd4f
|
fix a bug with icon lists that have a fixed ratio smaller than 1
|
2011-10-29 08:37:28 +00:00 |
|
rlx
|
039a65e251
|
fix color of info part for icons in info lists
|
2011-10-29 07:45:59 +00:00 |
|
rlx
|
f47547e728
|
allow for non-default page length of non-orientation-both icon lists
|
2011-10-28 17:45:51 +00:00 |
|
rlx
|
3605c0d2ac
|
don't throw error dialogs on 404
|
2011-10-27 21:15:51 +00:00 |
|
rlx
|
62f8a907ea
|
updates for html parsing, request handling, and editable elements
|
2011-10-27 18:50:23 +00:00 |
|
rlx
|
a949ad2cf4
|
use Ox.Editable in Ox.AnnotationPanel
|
2011-10-27 13:13:28 +00:00 |
|
rlx
|
a4cb6ee9ae
|
fix a bug related to disabling checkboxes
|
2011-10-27 11:20:00 +00:00 |
|
rlx
|
1eb93125e6
|
some improvements to Ox.Editable
|
2011-10-27 08:47:31 +00:00 |
|
rlx
|
188656bd99
|
add themed colored elements
|
2011-10-26 14:52:03 +00:00 |
|
rlx
|
fb2ae1dee2
|
fix textarea css
|
2011-10-26 08:59:30 +00:00 |
|
rlx
|
7ecb0b2011
|
some changes to Ox.Editable
|
2011-10-25 14:40:02 +00:00 |
|
rlx
|
2bd4156f6c
|
update IconList
|
2011-10-24 21:50:54 +00:00 |
|
rlx
|
19d5f811d6
|
strip tags in Ox.Editable
|
2011-10-24 21:31:53 +00:00 |
|
rlx
|
4dd5107a48
|
adjust DRM for laptop screens
|
2011-10-24 16:38:19 +00:00 |
|
rlx
|
c4116ca17c
|
merge
|
2011-10-24 15:59:25 +00:00 |
|
rlx
|
a58dc765d9
|
some work on Ox.Editable
|
2011-10-24 15:58:51 +00:00 |
|
j
|
3bb224a022
|
add some ;, remove print statement
|
2011-10-24 15:13:00 +02:00 |
|
rlx
|
1954a7a799
|
add 'DRM'
|
2011-10-22 21:03:42 +00:00 |
|
rolux
|
087305a650
|
update no copyright symbol
|
2011-10-22 21:18:45 +02:00 |
|
rlx
|
329b82845e
|
fix a bug in Ox.Form, regarding error messages on submit
|
2011-10-22 15:22:39 +00:00 |
|
rlx
|
6eef7c567b
|
when setting a value of a text list cell, pass key, value _and all data_ to the format function
|
2011-10-22 14:55:13 +00:00 |
|