Commit graph

  • 68c06a76bf fix Ox.replaceRegExp rolux 2012-05-26 23:15:09 +0200
  • 4f65c927c5 fix a bug in JSON.stringify rolux 2012-05-26 17:31:34 +0200
  • 01f9e91963 fix a bug in JSON.stringify rolux 2012-05-26 16:21:05 +0200
  • ba724933e8 fix setting position and paused state on timeline panel and player j 2012-05-26 19:01:05 +0000
  • 68d50978ba trailing comma removal, j 2012-05-26 15:48:19 +0000
  • 61e05f4f86 fix object stringify j 2012-05-26 15:47:41 +0000
  • 0fc0e671e1 allow changing options.paused before metadata is loaded, trigger loadedmetadata event j 2012-05-26 13:32:31 +0000
  • 6169a4e6ec in JSON.parse, throw original error rolux 2012-05-26 15:09:57 +0200
  • f37c60b31a json dates have milliseconds rolux 2012-05-26 15:05:35 +0200
  • 5c2842e0d4 add Ox.splice rolux 2012-05-26 15:05:11 +0200
  • 037685e738 json dates are utc rolux 2012-05-26 14:42:59 +0200
  • 12ed2c93fc fix #799: use '(function() {}())', not '(function() {})()' rolux 2012-05-26 14:38:45 +0200
  • 5bfc555b9e add Ox.fallback.JSON rolux 2012-05-26 14:33:50 +0200
  • 17eaa924b9 run Core.js before Fallback.js rolux 2012-05-26 14:33:25 +0200
  • 033155cc51 expose paused as option in VideoEdito and VideoPlayerPanel j 2012-05-26 11:52:08 +0000
  • d9c69a0975 improve performance of DocPanel by returning tokens (not source) from Ox.doc and making Ox.SyntaxHighlighter accept tokens rolux 2012-05-26 13:11:06 +0200
  • 6b12776ed9 update docs, add tests rolux 2012-05-26 13:02:50 +0200
  • e081f5b0ee use new-style (textual, not tokenized) source rolux 2012-05-26 12:56:23 +0200
  • ba4588f3fa use new-style tokens rolux 2012-05-26 12:55:54 +0200
  • 6c98a82800 add Ox.KEYWORDS rolux 2012-05-26 12:55:20 +0200
  • 5a2ecca0f1 improve Ox.tokenize, add Ox.identify rolux 2012-05-26 12:54:52 +0200
  • 08aedd34fd update docs rolux 2012-05-26 00:44:21 +0200
  • 9ffe48b526 move comment out of docs rolux 2012-05-26 00:42:32 +0200
  • 50393af687 add links to supported browsers j 2012-05-25 22:30:25 +0000
  • 093af4ee35 use loadScriptsParallel rolux 2012-05-26 00:20:52 +0200
  • 5086c5da90 test for undefined rolux 2012-05-26 00:20:43 +0200
  • 65c070d6b6 update test, add comments rolux 2012-05-26 00:18:50 +0200
  • 463c9d9e90 rename vars rolux 2012-05-26 00:18:08 +0200
  • 93cefc518a add a test rolux 2012-05-26 00:17:32 +0200
  • b4c0060861 better Ox.minify rolux 2012-05-26 00:02:28 +0200
  • 5fa84fc9af remove trailing commas j 2012-05-25 21:59:48 +0000
  • aa8f4133be IE8 fixes j 2012-05-25 21:42:10 +0000
  • 12dcdf13fc fix Ox.isEqual rolux 2012-05-25 23:00:28 +0200
  • c481889f3a typo rolux 2012-05-25 22:30:17 +0200
  • 735b47ca8d update comment rolux 2012-05-25 22:27:39 +0200
  • b2cae84ca9 rename vars rolux 2012-05-25 21:25:48 +0200
  • 5ad848c563 fix Ox.typeOf rolux 2012-05-25 21:19:27 +0200
  • f46ff46da8 re-insert closure rolux 2012-05-25 21:13:11 +0200
  • a956c8b7e1 typo rolux 2012-05-25 21:09:52 +0200
  • 9aca80c3cb add nodelist type check rolux 2012-05-25 21:08:29 +0200
  • b0000b5169 check if history.pushState exists rolux 2012-05-25 19:58:43 +0200
  • 2d7b8917cc add a dependency rolux 2012-05-25 19:56:29 +0200
  • e1192fd45e use Ox.filter rolux 2012-05-25 19:46:27 +0200
  • ec12eddfba use Ox.typeOf rolux 2012-05-25 19:46:02 +0200
  • 80549fe4e2 handle FF 3.6 arguments 'object' rolux 2012-05-25 19:45:07 +0200
  • c8cc037ef6 in Ox.wrap, iterate over Ox.methods(Ox) rolux 2012-05-25 19:28:39 +0200
  • c56b7cc9ed fix a bug in Ox.test rolux 2012-05-25 19:28:17 +0200
  • dfbbcd113b handle FF 3.6 rolux 2012-05-25 19:09:25 +0200
  • 4aded58b95 add a dependency rolux 2012-05-25 19:07:56 +0200
  • fa1b2346ef minor change rolux 2012-05-25 19:07:40 +0200
  • d14abf96fc check if history.replaceState exists rolux 2012-05-25 18:51:26 +0200
  • 13d5de1c81 sort scripts array rolux 2012-05-25 18:46:30 +0200
  • fe8031578a remove newline rolux 2012-05-25 18:33:37 +0200
  • 873dc2e550 use global, not window rolux 2012-05-25 18:33:12 +0200
  • 8a7e0dff11 don't eval tests if there is only a script tag rolux 2012-05-25 18:32:54 +0200
  • eb9cd1e397 IE fixes j 2012-05-25 16:28:05 +0000
  • d83046460f fix window.console.log for IE8/IE9 rolux 2012-05-25 18:03:02 +0200
  • 20564c7fab reordering functions rolux 2012-05-25 17:46:54 +0200
  • b2f392a2b5 add Array.isArray rolux 2012-05-25 17:45:01 +0200
  • 2f5a99a88f add Function.prototype.bind and window.console.log.apply rolux 2012-05-25 17:40:21 +0200
  • 67fcca7304 in Ox.typeOf, handie IE nodelist (htmlcollection) rolux 2012-05-25 17:39:37 +0200
  • 9d4128c787 add tests rolux 2012-05-25 16:25:41 +0200
  • 4c2199a820 update tests rolux 2012-05-25 16:25:35 +0200
  • aebd6aacff add Array.prototype.every and Array.prototype.some rolux 2012-05-25 15:24:27 +0200
  • 223323ac82 add Array.prototype.reduceRight rolux 2012-05-25 15:16:21 +0200
  • d8a88c7f47 add Array.prototype.lastIndexOf rolux 2012-05-25 14:49:47 +0200
  • 68ff06af2a use native ''.trim; rename vars rolux 2012-05-25 14:32:17 +0200
  • e480d87b34 add String.prototype.trim rolux 2012-05-25 14:16:51 +0200
  • e47f826329 minor cleanup rolux 2012-05-25 13:42:33 +0200
  • b1ff236b3f rename vars rolux 2012-05-25 13:42:25 +0200
  • 84050d67a3 rename vars rolux 2012-05-25 13:32:57 +0200
  • 95bfdf9b4d rename vars; improved Ox.typeOf patch for Mobile Safari rolux 2012-05-25 13:00:40 +0200
  • 2dbb61c103 rename vars; in Ox.formatDimensions, use multiplication sign; more efficient version of Ox.parseDuration rolux 2012-05-25 12:19:04 +0200
  • a37949094d rename vars; more efficient version of Ox.formatDate rolux 2012-05-25 12:08:20 +0200
  • 5b8f1dd3b5 rename var rolux 2012-05-25 11:44:43 +0200
  • f2be6ebcc0 typo rolux 2012-05-25 11:44:25 +0200
  • e73b7efc2f add space rolux 2012-05-25 11:44:05 +0200
  • bf02d50909 fix a bug in Ox.decodeDeflate (slice(1,-0) returns '') rolux 2012-05-25 11:43:38 +0200
  • 12296c41db add space rolux 2012-05-25 11:41:51 +0200
  • 25ce36c92e update and document dependencies rolux 2012-05-25 11:41:31 +0200
  • e06bf4889d block less in image.forEach rolux 2012-05-25 10:39:09 +0200
  • d49847593b use Ox.LoadingIcon in Ox.VideoPlayer, fixes #798 j 2012-05-25 11:37:08 +0200
  • ad3b50cb82 cleanup; rename vars; fix deflate rolux 2012-05-25 10:37:48 +0200
  • a393591741 update dependencies in build.py rolux 2012-05-25 10:37:19 +0200
  • cda702d94d typo rolux 2012-05-25 09:53:55 +0200
  • e4f34b1c7d rename vars rolux 2012-05-25 09:52:57 +0200
  • 147d637b7b typos rolux 2012-05-25 09:46:34 +0200
  • c30fe02850 use new Ox.find rolux 2012-05-25 09:46:29 +0200
  • 565dc6ad35 rename vars; move Ox.find, Ox.getIndexById, Ox.getObjectById, Ox.makeArray and Ox.toArray to Array.js; make Ox.find accept a third argument ('leading') and return a single array; improve IE patch for Ox.toArray rolux 2012-05-25 09:44:48 +0200
  • 631ad8222d rename vars rolux 2012-05-25 09:40:27 +0200
  • 7f7a5aa44c in Ox.walk, pass array of keys to iterator; rename vars rolux 2012-05-25 09:39:33 +0200
  • 42923bedf1 rename vars; add tests rolux 2012-05-25 09:35:20 +0200
  • 26093367ec rename vars rolux 2012-05-25 09:34:50 +0200
  • 61bb1c3598 typo; fix a test rolux 2012-05-25 09:33:34 +0200
  • 8aa2e7f29c typo rolux 2012-05-25 09:32:49 +0200
  • 7eb6ec56b8 typo rolux 2012-05-25 09:32:32 +0200
  • f48adff6c7 move Ox.getset and Ox.makeObject to Object.js rolux 2012-05-25 09:32:11 +0200
  • d21c95e9fd typo rolux 2012-05-25 09:31:22 +0200
  • 801aee31b8 typo rolux 2012-05-25 09:31:03 +0200
  • d5a2588a1e use Ox.contains rolux 2012-05-24 19:22:57 +0200