rolux
|
d6b86b518b
|
display class
|
2012-05-30 22:40:34 +02:00 |
|
rolux
|
abc6e948e0
|
update docs
|
2012-05-30 22:39:47 +02:00 |
|
rolux
|
95de001d8b
|
in Ox.DocPanel, allow for passing a string as self.options.files
|
2012-05-30 19:24:45 +02:00 |
|
rolux
|
721989b67b
|
cleanup
|
2012-05-30 19:22:24 +02:00 |
|
j
|
19dba40ec8
|
always set enabledUsers
|
2012-05-30 17:20:58 +02:00 |
|
rolux
|
41a3eaacd4
|
remove dead code
|
2012-05-30 15:22:40 +02:00 |
|
rolux
|
9c20602324
|
leave doc comments in the source code
|
2012-05-30 15:20:00 +02:00 |
|
rolux
|
9269b96469
|
use markdown
|
2012-05-30 13:34:57 +02:00 |
|
rolux
|
c831b89944
|
fix a bug that would keep test results from being displayed
|
2012-05-30 13:33:37 +02:00 |
|
j
|
2f98800715
|
typo
|
2012-05-30 02:32:14 +02:00 |
|
j
|
888bf094ad
|
only sort object keys in treelist
|
2012-05-30 02:29:38 +02:00 |
|
rolux
|
6847102507
|
fix documentation
|
2012-05-30 00:28:52 +02:00 |
|
rolux
|
c12c49d4d1
|
update Ox.DocPage
|
2012-05-30 00:28:14 +02:00 |
|
rolux
|
b151a0c9a8
|
fix formatting bugs related to optional replacements
|
2012-05-29 12:14:58 +02:00 |
|
j
|
a0646c54d3
|
add more documentation tooltip.show
|
2012-05-29 11:18:36 +02:00 |
|
j
|
266a0fa9df
|
fix tooltip
|
2012-05-28 21:03:48 +00:00 |
|
j
|
91e1065aab
|
rename Ox.UI source files, remove Ox. prefix
|
2012-05-28 19:44:12 +00:00 |
|
j
|
005d50c389
|
self.setOption ~> that.update
|
2012-05-28 19:35:41 +00:00 |
|
rolux
|
9ee0742b53
|
refactoring
|
2012-05-28 18:21:00 +02:00 |
|
rlx
|
ab68c4a54f
|
add that.update to Ox.Element
|
2012-05-28 16:16:23 +00:00 |
|
rolux
|
2323525e25
|
that.update() -> that.updatePanel()
|
2012-05-28 17:53:21 +02:00 |
|
rolux
|
461a237880
|
.bind -> .on, .unbind -> .off
|
2012-05-28 16:06:22 +02:00 |
|
rolux
|
f45f993f42
|
minor reformatting
|
2012-05-28 16:04:50 +02:00 |
|
rolux
|
de9021ca0c
|
add fixme
|
2012-05-28 16:04:28 +02:00 |
|
rolux
|
102d8dce41
|
in event callbacks, use this., not data._element
|
2012-05-28 16:03:59 +02:00 |
|
rolux
|
7f05af7380
|
allow for binding a callback to all events of an element; change the signature of event callbacks from (data) to (data, event), where event is the original jQuery event (formerly data._event)
|
2012-05-28 16:02:25 +02:00 |
|
rolux
|
8c60fef203
|
translate foo to <code>foo</code>
|
2012-05-28 15:58:10 +02:00 |
|
rolux
|
ef15919a3e
|
rename the 'original event data' property of Ox.List drag & drop events from '_event' to 'event'
|
2012-05-28 15:55:35 +02:00 |
|
rolux
|
1b99ab0fc9
|
cleanup and simplify Ox.JQueryElement
|
2012-05-28 11:30:51 +02:00 |
|
rolux
|
9cc9a167f8
|
minor cleanup
|
2012-05-27 21:53:27 +02:00 |
|
rolux
|
5a07fc2519
|
typo in documentation
|
2012-05-27 21:34:16 +02:00 |
|
rolux
|
2ea1283901
|
use new-style tokens
|
2012-05-27 21:33:04 +02:00 |
|
rolux
|
f98d997c4a
|
typo in comment
|
2012-05-27 21:32:39 +02:00 |
|
rolux
|
27b55e2b6e
|
update DocPage ('examples' property renamed to 'tests')
|
2012-05-27 16:54:20 +02:00 |
|
rolux
|
c41afd2f5d
|
Ox.parseHTML -> Ox.sanitizeHTML, Ox.encodeHTML -> Ox.encodeHTMLEntities, Ox.decodeHTML -> Ox.decodeHTMLEntities
|
2012-05-27 12:40:02 +02:00 |
|
rolux
|
fef07dff6f
|
rewrite formatText for clarity, and use new Ox.highlightHTML
|
2012-05-27 12:38:14 +02:00 |
|
j
|
ba724933e8
|
fix setting position and paused state on timeline panel and player
|
2012-05-26 19:01:05 +00:00 |
|
j
|
68d50978ba
|
trailing comma removal,
|
2012-05-26 15:48:19 +00:00 |
|
j
|
0fc0e671e1
|
allow changing options.paused before metadata is loaded, trigger loadedmetadata event
|
2012-05-26 13:32:31 +00:00 |
|
rolux
|
12ed2c93fc
|
fix #799: use '(function() {}())', not '(function() {})()'
|
2012-05-26 14:38:45 +02:00 |
|
j
|
033155cc51
|
expose paused as option in VideoEdito and VideoPlayerPanel
|
2012-05-26 11:52:08 +00:00 |
|
rolux
|
d9c69a0975
|
improve performance of DocPanel by returning tokens (not source) from Ox.doc and making Ox.SyntaxHighlighter accept tokens
|
2012-05-26 13:11:06 +02:00 |
|
rolux
|
e081f5b0ee
|
use new-style (textual, not tokenized) source
|
2012-05-26 12:56:23 +02:00 |
|
rolux
|
ba4588f3fa
|
use new-style tokens
|
2012-05-26 12:55:54 +02:00 |
|
j
|
aa8f4133be
|
IE8 fixes
|
2012-05-25 21:42:10 +00:00 |
|
rolux
|
b0000b5169
|
check if history.pushState exists
|
2012-05-25 19:58:43 +02:00 |
|
rolux
|
ec12eddfba
|
use Ox.typeOf
|
2012-05-25 19:46:02 +02:00 |
|
rolux
|
d14abf96fc
|
check if history.replaceState exists
|
2012-05-25 18:51:26 +02:00 |
|
j
|
eb9cd1e397
|
IE fixes
|
2012-05-25 16:28:05 +00:00 |
|
rolux
|
5b8f1dd3b5
|
rename var
|
2012-05-25 11:44:43 +02:00 |
|