Commit graph

1469 commits

Author SHA1 Message Date
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
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
16556c0604 allow for max width in menus 2011-11-02 18:21:49 +00: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
64032b5e9c add proper tooltips to map 2011-10-31 11:29:59 +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
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
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
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
rlx
cfc5baef61 change autovalidate function for input elements so that it returns, along with the new value, a valid flag that indicates if the value is already valid 2011-10-22 14:50:31 +00:00
rlx
7ea6938de5 fix reloadList for InfoList 2011-10-20 16:49:42 +00:00
rlx
342b25d9cc debug Ox.Request 2011-10-20 14:58:45 +00:00
rlx
a01926be4d debug Ox.Request 2011-10-20 14:49:57 +00:00
rlx
4dfa708d05 populate find in video editor 2011-10-20 13:32:53 +00:00
rlx
bd3ebf5e33 make subtitles on BlockVideoTimeline optional 2011-10-20 13:04:04 +00:00
rlx
73883cba11 update css 2011-10-20 12:59:36 +00:00
rlx
b3ed2db267 fix a bug where after playing in to out, the video position would be set to the very end of the video 2011-10-19 12:01:45 +00:00
rlx
4c6a6333b2 some changes to enable clips view in pandora; fix video player to allow for paused=false and playInToOut=true 2011-10-19 10:49:19 +00:00
rlx
9ac49b6fcf don't display a blank line if an item doesn't have a title 2011-10-17 15:13:12 +00:00
rlx
83fbe6d366 enable drag&drop for info lists 2011-10-17 11:26:04 +00:00
rlx
5d669f42e3 update infolist 2011-10-17 10:23:16 +00:00
rlx
c6816dc433 update css 2011-10-16 12:46:27 +00:00
rlx
95f3d536ec improve InfoList 2011-10-16 12:32:02 +00:00
rlx
6f1f2a50fb fix a bug with font sizes of list icons 2011-10-13 12:24:55 +00:00
rlx
50e6321e00 fix a bug with emptying the find field of a map and pressing return 2011-10-13 11:34:10 +00:00
rlx
8d940f5222 fix a bug with setting the items option of a static list to [] 2011-10-13 11:33:19 +00:00
rlx
768dd6c7aa fix tooltip of splitpanel resizebar; allow for setting the showannotations option of video player and editor panels from outside 2011-10-13 10:10:39 +00:00
rlx
ce2d568cd4 fix calendar css 2011-10-11 23:23:36 +00:00
rlx
687db7d957 make ESC work when editing text list cells 2011-10-11 17:27:46 +00:00
rlx
7ac16acbf1 fix a bug with adding/removing columns of synchronous textlists 2011-10-11 16:00:58 +00:00
rlx
f43122f795 workaround for select values not getting updated correctly when updating form values 2011-10-11 11:22:16 +00:00
rlx
e5d0c3fd20 make dialog fire resize events after maximize and reset 2011-10-11 10:34:02 +00:00
rlx
c7d268a7aa when adding an event, set focus to its name input field 2011-10-11 10:19:44 +00:00
rlx
db25eec98b fix a bug where edited places would not be updated correctly 2011-10-11 09:48:24 +00:00
rlx
9fb30bf1af make find work in listcalendar; fill first page in static text lists with few items; listen to width/height changes in listmap and listcalendar; fix a bug where maps would load without zoombar 2011-10-11 09:09:20 +00:00
rlx
718ec32e44 in listcalendar, cache formatted duration strings 2011-10-11 07:05:45 +00:00
rlx
3fc1611803 in listcalendar, when editing, set list item value instead of reloading list 2011-10-11 06:50:02 +00:00
rlx
527f75b009 slightly faster text list construction for cells that don't have tooltips; make calendar layout deterministic for events that have the same time span 2011-10-11 06:32:20 +00:00
rlx
5948d2c2ce fix a bug with doubleclicking on a calendar to zoom in 2011-10-10 20:48:35 +00:00
rlx
ccece375c0 fix a corner case in Ox.formatDateRangeDuration() 2011-10-10 17:00:01 +00:00
rlx
46ef208be2 fix a bug that would slow down reload of static lists when passing a new items array 2011-10-10 14:09:13 +00:00
rlx
d2972cd526 more functionality for ListCalendar 2011-10-10 12:38:54 +00:00
rlx
96d03fc386 allow for selection of calendar events that are outside the current view 2011-10-10 09:43:07 +00:00
rlx
efca832c76 some work on ListCalendar 2011-10-09 21:13:16 +00:00
rlx
2928058f87 fix calendar background 2011-10-08 19:09:47 +00:00
rlx
19cb033bdc fix bugs in map and url controller 2011-10-08 18:35:33 +00:00
rlx
2e9c22aa6d doubleclick on map marker zooms in or out to place 2011-10-08 17:45:40 +00:00
rlx
2698bec700 fix margins of static icon lists 2011-10-08 17:19:18 +00:00
rlx
4d13b8444b remove trailing slash when constructing url 2011-10-08 11:48:14 +00:00
rlx
0994a6243f another fix for '/foo', '/=foo' and '/unknown=foo' 2011-10-08 11:15:10 +00:00
rlx
bf533cd2fe fix another url controller bug with '/=foo' 2011-10-08 10:54:43 +00:00
rlx
fdbcdf975b fix the url controller '/=foo' and '/unknown=foo' bug again 2011-10-08 10:47:34 +00:00
rlx
7eb73dd4fb fix a bug where selecting a not-yet-loaded place on a list map would not pan but zoom to that place 2011-10-08 09:58:31 +00:00
rlx
02838540db don't call callbacks of cancelled requests 2011-10-07 19:29:04 +00:00
rlx
851aa386c0 fix a bug in Ox.URL where URLs of the form '/unknown=foo' would not be parsed correctly 2011-10-06 06:07:31 +00:00
rlx
f1bfb545f1 fix a bug in Ox.URL where URLs of the form '/=foo' would not be parsed correctly 2011-10-06 06:02:54 +00:00
rlx
f2490fe771 simpler fix for changes in jquery attr() 2011-10-06 04:42:58 +00:00
rlx
cd9a26dab5 typos 2011-10-06 04:35:02 +00:00
rlx
c615da5c15 merging changes 2011-10-06 04:32:43 +00:00
rolux
e1eb3feb49 fix a regression with regards to the disabled state of form elements (jquery 1.6 attr() has changed) 2011-10-07 18:42:35 +02:00
rolux
609f834cd3 fix a bug where anyclick would fire on dragend 2011-10-07 17:51:05 +02:00
rlx
16078f0fbd fix a regression with regards to dragging/resizing 2011-10-06 04:06:49 +00:00
rolux
02c12f542c merging changes 2011-10-07 03:19:00 +02:00
rolux
d0fe279a0f new build system: build in /build, dev version in /dev; split up Ox.js; fix tests 2011-10-07 03:04:47 +02:00
rlx
66b9d41450 use minify in build script; add unicode module 2011-10-05 17:07:21 +00:00
rlx
6b2d26e950 typo 2011-10-04 02:30:47 +00:00
rlx
df3ea541b3 make map controls work 2011-10-04 02:26:24 +00:00
rlx
bbef38f0a9 add error handling in listmap, improve setting the error class in inputs and arrayinputs 2011-10-03 23:25:38 +00:00
rlx
a5a833f3c1 update ListCalendar 2011-10-03 16:37:05 +00:00
rlx
d51de58009 add Ox.ListCalendar 2011-10-03 16:14:01 +00:00
rlx
54b7d9de9f fix css for selects with labels, allow for checkboxes with labels 2011-10-03 15:02:19 +00:00
rlx
0b53fc0566 calendar update 2011-10-03 14:12:31 +00:00
rlx
ea76fed699 add resize functionality to calendar 2011-10-03 13:23:40 +00:00
rlx
90085aaf2f add rewind option to video player 2011-10-03 10:59:09 +00:00
rlx
f4c1f826bf add 'find in list' functionality to 'manage places' dialog 2011-10-03 09:52:30 +00:00
rlx
c624cc5082 update map, url controller, icon list selection css 2011-10-02 21:49:59 +00:00
rlx
5f20f84582 remove print statement 2011-10-02 17:06:25 +00:00
rlx
0ca93fcebe fix a bug in listmap, regarding removal of places 2011-10-02 17:05:56 +00:00
rlx
8e490eca2e update geo and geo tools (fix for palestine, remove image urls) 2011-10-02 13:17:04 +00:00
rlx
3fa654a815 fix a bug in map where the input element would not change its style when there are no results 2011-10-01 13:51:03 +00:00
rlx
f9143bd62f remove print statements 2011-10-01 13:07:33 +00:00
rlx
b3e7945a96 fix bugs in treelist where the icon would not update, items would not expand, and expanding items would be slow 2011-10-01 13:06:50 +00:00
rlx
f2dbfbd1e5 add some more documentation, pass some more tests 2011-10-01 02:21:55 +00:00
rlx
c6d67420a8 some fixes for map, range and videopreview 2011-09-30 10:34:33 +00:00
rlx
8ea49fab73 misc fixes 2011-09-29 17:25:50 +00:00
rlx
44a8ff015c in icon lists, support 'info' that is not a string, but an element 2011-09-29 06:17:50 +00:00
rlx
3965eed153 url controller updates, list bugfixes 2011-09-28 17:31:35 +00:00
rlx
ef9040ba24 fix video widget listeners and triggers 2011-09-26 19:45:36 +00:00
rlx
f2c8644001 update Ox.URL, add Ox.Event 2011-09-23 10:43:57 +00:00
rlx
738f734bde update Ox.URL 2011-09-22 04:45:56 +00:00
rlx
2cb6d89a0a update Ox.URL 2011-09-22 03:20:27 +00:00
rlx
b7100792c5 beginning to unify pandora.URL and pandora.Query as Ox.URL 2011-09-20 21:50:00 +00:00
rlx
fdecafe4d7 fix a bug in text lists where selecting an item by clicking on an editable cell would click through to edit 2011-09-20 04:10:04 +00:00
rlx
b881f74c7e misc fixes 2011-09-20 00:11:16 +00:00
rlx
33f08f3a41 trigger fewer change events in filter 2011-09-19 18:08:50 +00:00
rlx
ad51a360cd allow some filtering when clearing the requests cache 2011-09-19 13:34:17 +00:00
rlx
211884740d trigger change event in filter 2011-09-19 13:17:35 +00:00
rlx
d50e37588b updating dialog and filter 2011-09-19 12:29:06 +00:00
rlx
636f772820 fix a bug where menus would modify item objects passed by reference 2011-09-19 06:33:52 +00:00
rlx
17d842c64c splitpanel update (allow for animation, improve performance) 2011-09-18 21:17:39 +00:00
rlx
7abc26fd0d updating VideoPreview 2011-09-18 06:50:54 +00:00
rlx
7f98cd19f2 fix a bug in Ox.ButtonGroup 2011-09-18 02:06:33 +00:00
rlx
ff0b83fa89 fix bugs with deeply nested menus 2011-09-17 23:25:22 +00:00
rlx
e11a8e3a78 implement replaceMenu in MainMenu 2011-09-17 20:47:16 +00:00
rlx
7398b1ec14 fix a formatting bug in icon list items 2011-09-17 18:24:42 +00:00
rlx
73fb2e3229 some more bugfixes 2011-09-17 13:05:16 +00:00
rlx
ef1fa5fe84 some bugfixes 2011-09-17 11:49:29 +00:00
rolux
4cc754a28d remove Ox.each, , $.extend, $.map and $.merge 2011-09-17 20:36:09 +02:00
rolux
da9e5dbb29 fix event handlers and split panel resize event 2011-09-17 19:39:38 +02:00
rlx
3f90e96c3a updating video elements (fixes bugs with positions and points) 2011-09-17 07:09:17 +00:00
j
4768dcfe8e add some docstrings 2011-09-14 10:34:33 -04:00
rlx
a29d7e70ea when dragging columns, scroll list if needed 2011-09-09 11:37:14 +00:00
rlx
0ba258281f simpler text list column head elements, better column drag 2011-09-09 10:41:13 +00:00
rlx
1b4591dcbe improved steganography functions 2011-09-08 12:27:40 +00:00
rlx
3f3edac8c7 some fixes for filters and form elements 2011-09-08 08:16:31 +00:00
rlx
816993e1b9 fixing encoding functions (deflate, png) 2011-09-05 23:34:29 +00:00
j
318e2e95b2 document Ox.SplitPanel properties 2011-09-05 14:42:37 +02:00
rlx
c3b59a62fe fixing a bug where in a list, the click target loop would not exit when items are added or removed on click 2011-09-05 05:40:44 +00:00
rlx
5efe54c0e2 fix a split panel bug 2011-09-05 01:30:35 +00:00
rlx
c123de8513 add dragangdroppause event 2011-09-04 22:06:40 +00:00
rlx
e6e2e0e1d8 add drag-to-scrub to video 2011-09-04 21:36:41 +00:00
rlx
1333a3ecec tooltips and better cursors for splitpanels 2011-09-04 21:15:16 +00:00
rlx
2aa828c308 add keys option to text list to allow for additional keys to be requested, beyond the keys of the visible columns 2011-09-04 16:43:52 +00:00
rlx
6adacf484f pass on modifier keys in Ox.List add item event 2011-09-04 13:40:07 +00:00
rlx
bd61a2e97e fix a bug where in text lists, no draganddropstart event would fire if the drag originated in a cell that contains another element 2011-09-04 12:49:33 +00:00
rlx
63885b8c1b support drag and drop in text lists 2011-09-04 12:19:36 +00:00
rlx
6b0779fcab add formatColor() 2011-09-04 04:14:58 +00:00
rlx
be3b1d573d use new-style mouse events in Ox.List 2011-09-03 23:04:18 +00:00
rlx
2043dc7a12 fix a bug where in orientation=both icon lists with less than one screen full of icons, clicking below the icons would not cause a deselect 2011-09-03 17:54:17 +00:00
rlx
74873e3bfb some more support for opera 2011-09-03 15:25:52 +00:00
rlx
5818bd5edc support MSIE 8 until after app load, and MSIE 8 with Chrome Frame beyond that 2011-09-03 13:18:20 +00:00
rlx
182225ebc4 merging changes 2011-09-03 02:12:44 +00:00
rlx
18f117138d updates for players, timelines and markers 2011-09-02 03:28:43 +00:00
rlx
9a7a0acd89 use svg video markers 2011-09-02 00:32:23 +00:00
rlx
12423e7b03 more progress on progress bar 2011-09-01 13:13:47 +00:00
rolux
16ef28d260 add progress bar demo 2011-09-01 23:38:57 +02:00
rlx
2a9053a588 add Ox.Progressbar 2011-09-01 09:35:45 +00:00
rlx
90e795d194 fix a bug where in empty icon lists, an icon grid would appear for a split-second 2011-09-01 09:16:41 +00:00
rlx
3a87e8eb5f in input, trigger change on clear if changeonkeypress is true 2011-09-01 07:43:03 +00:00
rlx
6da40d325c adding symbols 2011-09-01 04:46:14 +00:00
rlx
b55ade5687 add tooltips to textlist cells 2011-08-28 19:50:06 +00:00
rlx
5d454f0a80 support for drag and drop 2011-08-28 06:23:15 +00:00
rlx
9ea5cce853 minor changes 2011-08-24 21:05:39 +00:00
rlx
9dd695b6ca fixing a regression where icons in a list would not display in their loading state 2011-08-23 23:57:03 +00:00
rlx
195cff5bfe ox.js cleanup and fixes 2011-08-23 21:31:08 +00:00
rlx
11d46c4d17 make .appendTo() work 2011-08-23 19:08:08 +00:00
rlx
e8347aeabc when leaving a video part, set currentTime to 0 2011-08-23 08:14:22 +00:00
rlx
e3d9969c93 merging changes 2011-08-21 08:18:38 +00:00
rlx
cb1024a1f7 add video demo 2011-08-20 23:15:33 +00:00
rlx
6d1631586c fix a multipart video bug 2011-08-20 23:11:38 +00:00
rlx
0369eaff14 video updates (playlists) 2011-08-20 09:48:28 +00:00
rlx
a7c94a8019 some more fixes 2011-08-19 20:55:16 +00:00
rlx
32f4626a50 some more fixes 2011-08-19 20:37:58 +00:00
rlx
d0d1b94228 fix video panel player resize bug 2011-08-19 18:42:44 +00:00
rlx
a9554bf477 first bind loadedmetadata, then set src 2011-08-19 17:10:52 +00:00
rlx
6d47477890 debugging... 2011-08-19 17:02:38 +00:00
rlx
842ad71cb9 debugging... 2011-08-19 16:49:00 +00:00
rlx
439b7cfad6 some further fixes 2011-08-19 16:04:59 +00:00
rlx
ba96bfb76c handle video formats and resolutions 2011-08-19 14:44:03 +00:00
rlx
c5bde89971 support multipart video 2011-08-19 10:45:36 +00:00
rlx
676cb72101 add InfoList (draft) 2011-08-19 06:41:48 +00:00
rlx
9d0dee01e8 add enableMouse option to VideoPlayer 2011-08-18 14:03:48 +00:00
rlx
3203556b46 trigger sort event in text list 2011-08-18 07:55:39 +00:00
rlx
19aa9b40e5 make sure list can handle a selected id option that is not in the results 2011-08-17 20:07:53 +00:00
rlx
91c69d5d23 update VideoPanelPlayer 2011-08-17 19:34:34 +00:00
j
acc7971b96 event.offsetX does not work in Firefox 2011-08-17 20:57:58 +02:00
rlx
5e283c3759 fire toggleannotations event in video editor 2011-08-17 15:20:17 +00:00
rlx
a103ef8f7d add Ox.TabPanel() 2011-08-17 14:59:37 +00:00
rlx
c4842ca863 make setting sort option of icon list work 2011-08-17 13:22:29 +00:00
rlx
31149d7ecc add icon to application error dialog 2011-08-17 11:39:33 +00:00
rlx
fcdfb03bea updating list 2011-08-17 09:30:27 +00:00
rlx
6f64ad3512 make video editor accept position option 2011-08-16 13:29:16 +00:00
rlx
d21068979a replace Flipbook with VideoPreview 2011-08-08 13:58:19 +00:00
rolux
944f549e95 merging changes 2011-08-15 19:37:58 +02:00
rolux
1ece68be42 merging changes 2011-08-15 18:41:54 +02:00
rolux
1083a324dc minor fixes 2011-08-15 16:11:13 +02:00
rolux
ee93ed673e update CSS 2011-08-15 14:25:58 +02:00
rolux
e063626bdc Ox.Dialog rewrite 2011-08-15 14:18:14 +02:00
rolux
6e5b515e5f add file 2011-08-12 23:01:19 +02:00
rolux
db4b33cf24 add Ox.Editable 2011-08-12 23:00:42 +02:00
j
7cdf3dff7f browsers dont like hidden animated svgs, brings down cpu usage to 0 if nothing happens 2011-08-11 12:56:24 +02:00
rlx
f9360db0b4 minor changes 2011-08-07 23:43:37 +00:00
rlx
5095eeed5d list updates 2011-08-07 22:16:06 +00:00
rolux
dd7191e8d4 load svg images inline 2011-08-09 19:00:39 +02:00
rlx
6118eae51a round float px values 2011-08-07 03:05:43 +00:00
rlx
6dfa732636 support fixed-ratio icon lists 2011-08-07 02:33:26 +00:00
rlx
accb7c862a new timeline url 2011-08-06 18:20:24 +00:00
rlx
8e468ced0b merging changes 2011-08-06 17:41:01 +00:00
rlx
b05be138cc some changes towards fixed height icon lists 2011-08-06 04:28:38 +00:00
rlx
4642b56a95 properly sort top-level keys in data of treelist 2011-08-05 23:39:15 +00:00
rlx
428744c8bf allow for dialog that does not gain focus 2011-06-07 05:29:14 +00:00
rlx
917608950d merging changes 2011-06-07 03:17:09 +00:00
j
69ec9127fe merge changes 2011-08-04 19:51:07 +02:00
j
0ccad0b973 fix vim line 2011-07-29 20:48:43 +02:00
rolux
ff1714013c minor changes in tree list 2011-07-26 16:36:31 +02:00
rolux
4b1eadc021 merging changes 2011-07-26 16:34:36 +02:00
rolux
57ae6e5c64 use random ids for data tree list items 2011-07-26 16:33:52 +02:00
j
23adaa05df exec regex 2011-07-23 15:44:11 +02:00
j
8906cecd3e item constructor 2011-06-20 16:37:37 +02:00
j
3dae403037 ; 2011-06-20 15:17:40 +02:00
j
523764c632 Ox.Map elements need new too 2011-06-20 14:53:00 +02:00
j
cb7a7b0f5d Ox.OptionGroup needs new 2011-06-19 20:25:37 +02:00
j
b27ed00356 remove new for all Ox.Elements, dont declare arguments again, add some semicolons 2011-06-19 19:48:32 +02:00
j
b60f0c8791 update places 2011-06-18 20:59:32 +02:00
j
628d7c2be8 move Ox.FilesView.js to pandora 2011-06-16 19:32:11 +02:00
j
218eeaf47a edit annotations 2011-06-15 16:36:01 +02:00
j
e7b947c1ca move files 2011-06-15 15:04:57 +02:00
j
c70e23b493 reload lists after setting items 2011-06-15 14:20:14 +02:00
rolux
1e166359b8 shift click to join places, part 8 2011-06-14 17:03:26 +02:00
rolux
fc9fa56e9c shift click to join places, part 7 2011-06-14 16:53:32 +02:00
rolux
4b1dcbb5eb shift click to join places, part 6 2011-06-14 16:49:41 +02:00
rolux
b5bc867273 shift click to join places, part 5 2011-06-14 16:48:46 +02:00
rolux
466293b2f9 shift click to join places, part 4 2011-06-14 16:45:29 +02:00
rolux
6162b0cc33 shift click to join places, part 3 2011-06-14 16:41:20 +02:00
rolux
bf64450ada shift click to join places, part 2 2011-06-14 16:38:49 +02:00
rolux
4d449232d5 shift click to join places 2011-06-14 16:34:09 +02:00
rolux
7a38795314 update map (for arctic/antartic results) 2011-06-14 15:41:34 +02:00
rolux
1e1bfa6ce3 typo 2011-06-14 11:38:58 +02:00
rolux
23c50a1d01 update map (for arctic/antartic results) 2011-06-14 11:29:31 +02:00
rlx
a57d5c368a changes related to frames and posters view in pandora 2011-06-07 03:16:25 +00:00
rlx
2419ca3a18 make static list honor 'selected' options 2011-06-06 18:34:40 +00:00
j
8acccb5cd1 getCel(id) should also work 2011-06-04 18:18:12 +02:00
rlx
f601f0862f some changes to files view 2011-06-04 02:32:42 +00:00
rlx
62df91961e some changes to files view 2011-06-04 01:41:47 +00:00
rlx
0bc884070c merging changes 2011-06-03 23:10:03 +00:00
j
f366baa508 fix copy&paste, jquery always sets event.metaKey to event.ctrlKey 2011-06-04 14:14:39 +02:00
rlx
624ed333fc merging changes 2011-06-03 23:09:18 +00:00
rlx
6ec375c9ce misc fixes 2011-06-02 08:04:22 +00:00
rlx
565ff78139 now we have a rainbow-gradient range track hidden deep within pandora 2011-06-02 06:19:44 +00:00
rlx
67dd877874 filter rewrite, support most special types 2011-06-02 05:29:58 +00:00
rlx
65aadc19e9 filter rewrite, inputgroup update 2011-06-02 03:44:11 +00:00
rlx
a96f6fdfd1 filter rewrite, element update 2011-06-02 03:02:16 +00:00
rlx
d660e0e30a filter rewrite, allow for nested conditions 2011-06-02 01:04:52 +00:00
rlx
c2794a6d35 minor changes for filter dialog 2011-06-01 22:49:23 +00:00
rlx
9366bdc6d5 minor changes for filter dialog 2011-06-01 22:47:59 +00:00
rolux
e25b7a2ee2 reverting timeinput update 2011-06-01 22:12:22 +02:00
rlx
3e03e00a72 merging changes 2011-06-01 18:38:58 +00:00
rlx
2ce322fe97 updating filter 2011-06-01 17:43:58 +00:00
rlx
25b5bd1ace updating filter 2011-06-01 16:09:34 +00:00
rlx
7c23fb3741 updating filter 2011-06-01 15:03:22 +00:00
rolux
46f40c0623 fix filter button image 2011-06-01 17:49:07 +02:00
rlx
6f26b350e9 fixing a regression 2011-06-01 14:02:16 +00:00
rlx
66c8347a2a allow for editing s/w/n/e/ values manually 2011-06-01 13:53:09 +00:00
rolux
df27e28c5e testing... 2011-06-01 16:42:45 +02:00
rolux
805034673f live update marker 2011-06-01 16:36:53 +02:00
rolux
21110a5242 typos 2011-06-01 16:34:26 +02:00
rolux
d7b755e31b debugging... 2011-06-01 16:32:19 +02:00
rolux
021d429398 fix map 2011-06-01 16:27:25 +02:00
rolux
862f097e24 debugging... 2011-06-01 16:16:48 +02:00
rolux
1d704ce9fd debugging... 2011-06-01 16:08:01 +02:00
rolux
0fe05d88e6 typo 2011-06-01 16:04:50 +02:00
rolux
5f985fb22e fix map 2011-06-01 16:03:02 +02:00
rolux
104c2e2b0b fix map 2011-06-01 15:58:00 +02:00
rolux
02a9379775 fix map 2011-06-01 15:56:18 +02:00
rolux
e8777dfada debugging... 2011-06-01 15:54:22 +02:00
rolux
a369d0170d update map 2011-06-01 15:51:35 +02:00
rolux
408280e741 update place panel ui 2011-06-01 15:33:09 +02:00
rolux
7d792800db update place panel ui 2011-06-01 15:29:40 +02:00
rolux
049692f948 update place panel ui 2011-06-01 15:28:21 +02:00
rolux
f6803dd9e5 update place panel ui 2011-06-01 15:25:07 +02:00
rolux
b5363b38f4 update ArrayInput 2011-06-01 15:15:34 +02:00
rolux
4f77725a74 update ArrayInput 2011-06-01 15:12:14 +02:00
rolux
944d4036b0 fix loading icon animation 2011-06-01 14:20:34 +02:00
rolux
bbdd3b4cf4 fix for new place button 2011-06-01 14:08:29 +02:00
rolux
84cfc65d79 update type colors 2011-06-01 13:11:28 +02:00
rolux
7cfe46ffa1 update type colors 2011-06-01 13:09:33 +02:00
rolux
5922a60855 update type colors 2011-06-01 13:08:15 +02:00
rolux
7b32cbd33b update type colors 2011-06-01 13:06:27 +02:00
rolux
63d34b5854 update type colors 2011-06-01 13:01:29 +02:00
rolux
73fdb1392b update type colors 2011-06-01 12:59:52 +02:00
j
c494c3ace6 minor cleanups 2011-06-01 12:59:30 +02:00
j
4ea645b572 ids -> positions 2011-06-01 12:59:12 +02:00
rolux
edcb2414b6 update place type taxonomy 2011-06-01 12:56:39 +02:00
rolux
9e540c6eca update place type taxonomy 2011-06-01 12:50:43 +02:00
rolux
94f34a8d0e update place type taxonomy 2011-06-01 12:48:11 +02:00
rolux
357968c4b1 updating listmap 2011-06-01 11:48:03 +02:00
rolux
d9db7f1888 updating listmap 2011-06-01 11:18:38 +02:00
rolux
6312380ba0 updating listmap 2011-06-01 11:11:22 +02:00
rolux
020d49e4eb updating listmap 2011-06-01 10:54:02 +02:00
rolux
2319f5c3c9 updating map 2011-06-01 10:50:49 +02:00
rolux
60d6c2a166 updating listmap 2011-06-01 10:39:33 +02:00
rolux
0c88632437 merging changes 2011-06-01 09:45:21 +02:00
rolux
61404dd776 formatted area output in place panel 2011-05-31 10:42:22 +02:00
rolux
64f493676b merging changes 2011-05-31 09:40:06 +02:00
rolux
69317c3673 merging changes 2011-05-31 09:24:03 +02:00
rolux
7968a11116 merging changes 2011-05-30 20:57:22 +02:00
rolux
4f81b9eaee typo 2011-05-30 14:10:38 +02:00
rolux
5e54f5394d some listmap fixes 2011-05-30 14:06:58 +02:00
rolux
60662a437a add type field (still needs a better Ox.Select) 2011-05-30 13:47:30 +02:00
rolux
b299674717 some smaller fixes 2011-05-30 11:31:28 +02:00
rolux
120a28eaa2 use correct api for add/edit/remove place; fix demo 2011-05-30 11:09:52 +02:00
rolux
c99e7af1bd allow for editing of alternative names 2011-05-30 10:46:12 +02:00
rolux
7eb6f58312 allow for editing lat/lng/s/w/n/e via map 2011-05-30 09:21:11 +02:00
rolux
1eebdf3805 better behaviour when editing (only send changed key/value pairs, only reload list if sort order is affected) 2011-05-30 08:54:45 +02:00
rolux
b96c85fc9b merging changes 2011-05-30 08:29:44 +02:00
rolux
bd592e0056 simplify area query, fix async listmap demo 2011-05-30 08:13:28 +02:00
j
ef6bb1753a map 2011-05-29 23:00:26 +00:00
rolux
b9ab4a0adf send proper query on selectplace 2011-05-29 22:37:41 +02:00
rolux
ac43e14f50 typos 2011-05-29 22:25:27 +02:00
rolux
981e3889da get rid of special 'area' parameter, use 'query' parameter 2011-05-29 22:23:16 +02:00
rolux
4eb1b99c76 typo 2011-05-29 21:35:07 +02:00
rolux
18a9b58449 set keys when sending area request 2011-05-29 21:28:35 +02:00
rolux
548d41d391 add deselect button to place panel 2011-05-29 21:05:31 +02:00
rolux
95de5ee5c8 make more columns removable 2011-05-29 20:12:40 +02:00
rolux
25b86dd085 update list when editing place 2011-05-29 19:44:48 +02:00
rolux
09641b11e4 deselect place in list when selecting a result on map 2011-05-29 18:22:54 +02:00
rolux
7b2a0cfef5 reform Ox.List to allow for scroll position staying the same after deleting an item 2011-05-29 18:05:29 +02:00
rolux
ccc4a743d8 some support for adding/removing places 2011-05-29 17:09:42 +02:00
rolux
0e835cc116 allow for setting the selected id of an Ox.List to an id that is currently not in view 2011-05-29 15:15:38 +02:00
rolux
93408b0b4d make map in async listmap async 2011-05-29 14:22:54 +02:00
rolux
14174136d8 some support for async listmaps 2011-05-29 12:42:38 +02:00
rolux
a280574033 some support for async maps 2011-05-29 11:52:33 +02:00
rolux
6bb66b190c typo 2011-05-28 11:03:49 +02:00
rolux
86411a6e22 change sort function for geonames 2011-05-28 10:46:39 +02:00
rolux
96b597d324 make listmap trigger add/remove place events 2011-05-28 10:15:50 +02:00
rolux
d915e9f205 some support for resizing 2011-05-28 01:49:36 +02:00
rolux
37ecdd99ac slightly faster rendering of events 2011-05-28 01:06:48 +02:00
rolux
2c82f51120 stop() before animate() 2011-05-28 00:06:56 +02:00
rolux
b99679ffe1 speed up rendering of the calendar (only compute event positions once) 2011-05-27 21:42:01 +02:00
rolux
eccade6aa9 fix a bug where the selected element would be too big if it was off the left side of the screen 2011-05-27 18:39:47 +02:00
rolux
dcb567143e always draw background all the way down to the bottom 2011-05-27 18:14:22 +02:00
rolux
8ed96c83ca add more data to calendar demo 2011-05-27 18:03:05 +02:00
rolux
3d7607b78a change sort algorithm for events stacking 2011-05-27 14:20:54 +02:00
rolux
453f226b18 click selects, second click pans, doubleclick zooms 2011-05-27 13:55:48 +02:00
rolux
419985c835 better formatting of dates, especially around 0 AD 2011-05-27 13:33:01 +02:00
rolux
c85ab83f9a always keep the selected element in the dom 2011-05-27 11:52:31 +02:00
rolux
52310babe8 allow for vertical scrolling of calendar (pan and zoom) 2011-05-27 11:45:49 +02:00
rolux
acef6a822a allow for vertical scrolling of calendar (mouse and keyboard) 2011-05-27 11:15:55 +02:00
rolux
263d8ea02c move scalebar out of content div, animate scalebar and scrollbar during keyboard navigation 2011-05-27 10:19:51 +02:00
rolux
1950b514b5 only draw half of the calendar background stripes 2011-05-27 09:58:03 +02:00
rolux
457e175455 fix some scrollbar scale bugs 2011-05-26 20:49:48 +02:00
rolux
385aac008c allow for current (ongoing) events 2011-05-26 20:18:20 +02:00
rolux
bd0f1e1ae3 add %x option (show BC/AD if year < 1000) to formatDate, and use on mousemove 2011-05-26 19:20:55 +02:00
rolux
f0052d3e3c much better formatting of date ranges and their duration 2011-05-26 19:10:32 +02:00
rolux
13669aec63 fix Ox.parseDate() 2011-05-26 09:18:59 +02:00
rolux
ab6a07d137 still fixing a scale bar UTC off-by-one error 2011-05-26 00:14:47 +02:00
rolux
c3b4d40903 fix a scale bar UTC off-by-one error 2011-05-25 23:31:10 +02:00
rolux
06f27b75bd more calendar improvements (positioning, scrolling) 2011-05-25 21:52:33 +02:00
rolux
474d5f92cb more calendar improvements (low zoom levels) 2011-05-25 21:33:43 +02:00
rolux
d98c34407d more calendar improvements (high zoom levels) 2011-05-25 19:47:34 +02:00
rolux
dc23259308 more calendar improvements (labels etc.) 2011-05-25 19:32:04 +02:00
rolux
c661f3a883 more calendar improvements (keyboard navigation etc.) 2011-05-25 18:36:55 +02:00
rolux
b18500d133 calendar improvements (api, css, utc) 2011-05-25 11:22:16 +02:00
rolux
fda007f00d fix safari syntax error 2011-05-25 09:29:42 +02:00
rolux
2d98dfe754 animate left/right textlist scrolling 2011-05-24 22:22:18 +02:00
rolux
6cd64efeb2 dont _clone_ listmap items function 2011-05-24 22:00:25 +02:00
rolux
29e58b9c3e clean up video editor options 2011-05-24 21:19:27 +02:00
rolux
c31ff816c1 only cache width on item construction (not on list resize) 2011-05-24 20:32:59 +02:00
rolux
4eef6ece64 reducing textlist item construction time by about 80% 2011-05-24 19:50:53 +02:00
rolux
ca905a54bb properly remove markers when removing a place 2011-05-24 18:46:46 +02:00
rolux
a48113684d properly update list status 2011-05-24 18:26:02 +02:00
rolux
11e98db160 listmap bugfixes 2011-05-24 18:22:37 +02:00
rolux
9967d31396 listmap bugfixes 2011-05-24 18:08:52 +02:00
rolux
314fcc7b0a update sort after edit 2011-05-24 16:51:40 +02:00
rolux
74802d284a make map zoom work while list has focus 2011-05-24 16:32:03 +02:00
rolux
05af51f76b add find-as-you-type to (static) text list 2011-05-24 16:10:08 +02:00
rolux
187adae7e2 textlist improvements (keep selection after sort, make left/right arrows scroll left/right) 2011-05-24 15:44:02 +02:00
rolux
32b2da184a better sorting of geonames 2011-05-24 14:50:16 +02:00
rolux
6ad45105af fix a bug where the n largest places would not appear in a map view 2011-05-24 14:02:08 +02:00
rolux
0e5172a8fa improve listmap editing functionality 2011-05-24 13:56:53 +02:00
rolux
b17e8a783b improve listmap editing functionality 2011-05-24 13:43:27 +02:00
rolux
02442a24f7 improve listmap editing functionality 2011-05-24 12:44:34 +02:00
rolux
76606689d7 improve listmap editing functionality 2011-05-24 10:40:17 +02:00
rolux
e80b7bd8e3 improve listmap editing functionality 2011-05-24 08:15:44 +02:00
rolux
912f2121a4 improved geodata and tools 2011-05-23 21:38:52 +02:00
rolux
4d9a8537ef some more work on map/listmap 2011-05-22 19:12:21 +02:00
rolux
a3c18e57b0 add an optional function to textlist columns that maps values to sort values 2011-05-22 15:14:42 +02:00
rolux
5915acd72c improving listmap 2011-05-22 14:39:57 +02:00
rolux
6a33b9cb97 add Ox.ArrayInput, more Ox.ListMap UI 2011-05-21 19:56:15 +02:00
rolux
ce3bdb46d6 more compact label switch for map 2011-05-21 09:08:52 +02:00
rolux
007e525162 improvements to editor ui 2011-05-20 16:11:42 +02:00
rolux
d1477a057a several improvements to autocomplete 2011-05-20 13:46:52 +02:00
rolux
7b15d2bb8f better behaviour when pressing backspace while autocomplete is set to replace, but not to correct 2011-05-20 09:42:17 +02:00
rolux
6e0bafed88 fix a bug where space key wouldn't register while autocomplete menu was open 2011-05-20 09:14:24 +02:00
rolux
0ebd4efc72 autocomplete menu improvements (left/right keys while menu is visible, properly set selected in all cases) 2011-05-20 08:40:57 +02:00
rolux
3087690d89 allow limit for autocomplete menu length 2011-05-20 08:19:55 +02:00
rolux
28138cc446 better Ox.find() (return exact match first) 2011-05-20 07:56:42 +02:00
rolux
0fc5299bda add autocomplete menu 2011-05-19 21:03:35 +02:00
rolux
1fe6765e8b make find-as-you-type work with both timelines 2011-05-19 20:34:53 +02:00
rolux
9f4f9dfa39 new-style find-as-you-type for video editor 2011-05-19 19:58:00 +02:00
rolux
d326adf2e9 make position input in in/out viewers work 2011-05-19 15:12:27 +02:00
rolux
78a4229689 fixing some video editor bugs (focus, markers) 2011-05-19 15:09:59 +02:00
rolux
f311e05412 fixing a resize bug in Ox.List 2011-05-19 14:37:19 +02:00
rolux
7f904cda1f first demo of auto-resizing textarea 2011-05-19 12:18:39 +02:00
rolux
67c154547c fix a resizing bug in the video editor demo 2011-05-19 09:06:42 +02:00
rolux
a1deb20f97 video editor improvements 2011-05-18 20:30:58 +02:00
rolux
f8ec3fccf4 add video editor demo 2011-05-18 18:00:29 +02:00
rolux
8fe529df81 move css to css file, add markers (in/out/poster) 2011-05-18 15:02:02 +02:00
rolux
6b33c631a9 add new symbols 2011-05-18 09:38:11 +02:00
rolux
5f8f1904fd handle clear button 2011-05-18 08:08:26 +02:00
rolux
3dd022977d partial fix for subtitles disappearing in fullscreen 2011-05-17 23:43:03 +02:00
rolux
1e826a8c53 some more interface improvements (escape hides secondary controls) 2011-05-17 22:44:04 +02:00
rolux
f1f66cce81 fix animation bug when switching back from fullscreen 2011-05-17 22:20:43 +02:00
rolux
dec0832de6 fix a bug where the loading icon would not disappear after seeking 2011-05-17 21:53:46 +02:00
rolux
bb6af0ad41 highlight subtitles as-you-type 2011-05-17 21:30:49 +02:00
rolux
8e8b9c18a4 add find-as-you-type to video player 2011-05-17 21:08:25 +02:00
rolux
2842ec8d09 add tooltip option to Ox.Element 2011-05-17 20:44:53 +02:00
rolux
1d13caaf88 highlight results in timeline tooltip 2011-05-17 20:04:26 +02:00
rolux
46d71a5734 fix a bug where, when dragging on timeline, the dragend position might not be registered 2011-05-17 20:01:40 +02:00
rolux
9650a29a90 smaller fixes (tooltip corner cases, block timeline) 2011-05-17 19:04:33 +02:00
rolux
1086be2686 keep playing after resolution change 2011-05-17 18:18:44 +02:00
rolux
26dd7debe3 support multiple resolutions per video player 2011-05-17 18:02:25 +02:00
rolux
c7167462e8 add keyboard controls for volume 2011-05-17 12:34:55 +02:00
rolux
aadd8c8458 don't use canvas for the timeline image 2011-05-17 12:00:49 +02:00
rolux
bab9c8be8e better api for timeline images 2011-05-17 11:43:54 +02:00
rolux
1f2a7f6953 fix for F key when find is hidden 2011-05-17 11:05:59 +02:00
rolux
e10ab53030 add large timeline to video 2011-05-17 10:58:03 +02:00
rolux
e60ac585d4 minor fixes 2011-05-17 09:43:20 +02:00
rolux
bed3e1ea70 make clear input button work 2011-05-17 09:19:30 +02:00
rolux
4ca5734a9d add close buttons to controls, better behaviour of mute vs volume 0, make range properly resizable, hide title overflow 2011-05-17 09:05:21 +02:00
rolux
cf3d611bac fix bug with spacer in bottom controls 2011-05-16 20:17:22 +02:00
rolux
117c6bff62 revised controls (find, volume) 2011-05-16 20:05:29 +02:00
rolux
6bc75c8627 merging changes 2011-05-16 13:33:06 +02:00
rolux
ce33d3650a add new timeline and find input to video player 2011-05-16 13:29:26 +02:00
j
cc75e25415 more docs 2011-05-16 12:49:48 +02:00
j
bdb8d98787 some documentation 2011-05-16 10:24:46 +02:00
rolux
ac2ea5f53d more efficient composition of block timeline, more efficient resizing of small timeline 2011-05-16 09:03:37 +02:00
rolux
9379599aeb fix scale button glitch 2011-05-15 20:52:57 +02:00
rolux
275dcbb356 more timelines 2011-05-15 20:50:05 +02:00
rolux
fd1fc212f2 new timeline implementation 2011-05-15 18:18:58 +02:00
rolux
0642c10951 adding missing files (video demo) 2011-05-15 10:35:00 +02:00
rolux
cc748127bb some improvements to fullscreen mode 2011-05-15 09:52:37 +02:00
rolux
609ffdd4d7 add fullscreen mode to video player 2011-05-15 09:26:00 +02:00
rolux
4255470e29 extended video demo 2011-05-14 21:32:49 +02:00
rolux
568629fb34 add scale (fill/fit) functionality to video player 2011-05-13 17:44:50 +02:00
rolux
eef79f318a Ox.parseSRT 2011-05-13 00:12:41 +02:00
rolux
a19c271e8f some improvements to Ox.VideoPlayer 2011-05-12 22:02:22 +02:00
rolux
57618c850f add div to properly capture mouse position 2011-05-12 13:15:32 +02:00
rolux
a7d5774855 add loading/seeking icon 2011-05-12 12:51:17 +02:00
rolux
13b887abfb add Ox.VideoPlayer, demos/video/, and prove Chrome doesn't get buffered time ranges right 2011-05-12 12:39:48 +02:00
rolux
15257623f3 wrong file name for Ox.VideoEditor 2011-05-12 06:36:13 +02:00
rolux
c5408a6656 make (almost all of) form demo work again 2011-05-12 06:15:01 +02:00
rolux
b0e5e906f5 fix OxText class in CSS 2011-05-12 05:29:35 +02:00
rolux
feef0a2568 fix for the actual safari bug ('for i in arguments' doesn't work in safari) 2011-05-11 19:18:34 +02:00
rolux
70d17f3321 fix for safari/jquery bug 2011-05-11 18:33:19 +02:00
rolux
3884b6dfb3 make DocPanel trigger select event 2011-05-11 16:02:28 +02:00
rolux
7c8bacc7e8 better sorting in DocPanel 2011-05-11 15:53:29 +02:00
rolux
c589594e8e fix the tree list disclosure triangle bug 2011-05-11 15:38:19 +02:00
rolux
60165632c5 update CSS for DocPage 2011-05-11 14:46:28 +02:00
rolux
43fa75c8db add geo module documentation and tests 2011-05-09 10:54:52 +02:00
rolux
7c3a40368f and change syntax highlighter API once more 2011-05-08 23:14:56 +02:00
rolux
bec9222cf2 some more improvements to syntax highlighter 2011-05-08 23:06:48 +02:00
rolux
30ebbee085 some improvements to syntax highlighter 2011-05-08 22:38:51 +02:00
rolux
0b629a1b40 better syntax highlighter demo, some bugfixes 2011-05-08 20:22:43 +02:00
rolux
37219bfbe9 better Ox.isEqual(), more tests, more documentation 2011-05-08 14:14:07 +02:00
rolux
a1ed6a44c5 better layout for documentation pages, use syntax highlighter 2011-05-07 23:07:53 +02:00
rolux
f5f19c1c11 fixes for DocPanel 2011-05-07 19:52:33 +02:00
rolux
698d57abb0 add documentation browser (Ox.DocPanel, demo, more documentation) 2011-05-07 17:56:29 +02:00
rolux
8c4bc3b415 some more documentation; reimplement Ox.range using Ox.loop 2011-05-07 00:47:17 +02:00
rolux
72d3ec87c2 add method source to parent source; strip leading and trailing newlines 2011-05-06 20:01:34 +02:00
rolux
b1d171282c prototype of a documentation page 2011-05-06 19:40:26 +02:00
rolux
a6ed310087 various documentation-related changes 2011-05-05 20:02:56 +02:00
rolux
b6fdf0c28b updates to keyboard handler 2011-05-01 14:32:07 +02:00
rolux
a5fc65833d prevent chrome from scrolling in horizontal icon lists 2011-04-30 01:17:00 +02:00
rolux
0211be527c fix bug with keyboard events 2011-04-30 00:56:46 +02:00
rolux
5f417fa152 better event handling in Ox.Element 2011-04-30 00:07:23 +02:00
rolux
506a2f2923 make Ox.Map lead geocode results, in case someone wants to 'cache' them 2011-04-29 16:56:40 +02:00
rolux
7380595c7e various improvements in OxJS and OxUI 2011-04-29 14:40:51 +02:00
rolux
74b9a25387 Ox.tokenize, Ox.SyntaxHighlighter (+demo) 2011-04-28 20:34:19 +02:00
rolux
e1b6e3890f use Ox.UI.PATH for images 2011-04-27 21:49:18 +02:00
rolux
4489e88f44 better filesystem structure for modules and themes; 'minified' ui if debug option not set; dynamially generated map markers 2011-04-27 21:24:33 +02:00