Commit graph

  • 544e117cb3 Ox.break -> Ox.Break rolux 2012-05-24 19:20:29 +0200
  • b7d9d9ba54 add comments rolux 2012-05-24 19:13:46 +0200
  • d9fa83ac29 minor change rolux 2012-05-24 19:13:25 +0200
  • 458faa78da minor change rlx 2012-05-24 17:12:02 +0000
  • bdb399614f do not alias Ox.contains as Ox.in rlx 2012-05-24 17:11:48 +0000
  • d4bcc66fe8 add a semicolon rlx 2012-05-24 17:10:51 +0000
  • c4e66fbb3d rename Ox.break to Ox.Break and move it to Core.js, use storage['delete'] in order to support older IE versions rlx 2012-05-24 17:10:29 +0000
  • c8c50b9e89 rename Ox.void to Ox.noop rlx 2012-05-24 16:20:22 +0000
  • d5962a972d fix Ox.typeOf for Mobile Safari rlx 2012-05-24 15:24:13 +0000
  • e2330a0e2e fix Ox.typeOf for Mobile Safari rlx 2012-05-24 15:16:21 +0000
  • e5b46da0d5 update loading icon rlx 2012-05-24 13:43:46 +0000
  • 4b454790d5 don't use animated loading icon svg (consumes 100% cpu in recent versions of chrome) rolux 2012-05-24 14:26:52 +0200
  • f033877f41 fix a regression in Ox.TreeList rlx 2012-05-24 12:10:18 +0000
  • 2f507feeee update examples (concat, slice) rolux 2012-05-24 12:20:24 +0200
  • 64c01e385d remove Ox.merge rolux 2012-05-24 12:19:47 +0200
  • f6b06d0975 throw error when returning false in Ox.forEach; remove Ox.sub rolux 2012-05-24 12:19:23 +0200
  • 75baeb73f8 throw error when returning false in Ox.loop; remove Ox._loop rolux 2012-05-24 12:18:01 +0200
  • c03e7be035 don't use Ox.merge rolux 2012-05-24 12:17:12 +0200
  • d5da610c18 use Ox.break rolux 2012-05-24 12:02:32 +0200
  • 1608664bb6 rather use ''.slice than ''.substr rolux 2012-05-24 11:47:33 +0200
  • f990f3b857 use [].slice, not Ox.sub rolux 2012-05-24 11:02:59 +0200
  • 915e98f829 fix a bug in sort rlx 2012-05-24 07:55:18 +0000
  • a836b285cc typos rolux 2012-05-24 09:46:42 +0200
  • 1c40fb007b use [].concat, not Ox.merge rolux 2012-05-24 09:45:33 +0200
  • 36d0162b8b fix a bug in image.encode rolux 2012-05-24 08:56:42 +0200
  • dc1f486967 use slice, not sub rolux 2012-05-24 08:55:14 +0200
  • c3c79e5f0a update non-blocking foreach/map rolux 2012-05-24 08:54:44 +0200
  • 7138a8eaa0 add tests j 2012-05-23 22:23:32 +0200
  • aea2473399 update non-blocking forEach rolux 2012-05-23 18:14:36 +0200
  • 77f4d8f3b9 typos rolux 2012-05-23 17:48:17 +0200
  • c949b304ba typo rolux 2012-05-23 17:45:20 +0200
  • de30af0656 in image forEach, use Ox.nonblockingForEach rolux 2012-05-23 17:44:02 +0200
  • 9137607045 update docs rolux 2012-05-23 17:43:32 +0200
  • 65fd7d4dd0 add async module rolux 2012-05-23 17:43:01 +0200
  • f97352ee61 fix use of Ox.map, Ox.loop j 2012-05-23 17:13:38 +0200
  • 9a7e86dceb + 1 fixme rolux 2012-05-23 09:20:06 +0200
  • 1c4caa4965 minor cleanup rolux 2012-05-23 09:04:49 +0200
  • 5a4de0de70 + 1 fixme rolux 2012-05-23 09:01:57 +0200
  • df67c37924 update docs rolux 2012-05-23 09:01:36 +0200
  • 1b08732fa7 - add loadAsync and use in Ox.loadFile, Ox.getJSON - add Ox.getJSONP - fix Ox.parseHTML - fix Ox.Doc - add more documentation j 2012-05-23 01:17:17 +0200
  • 601a29023a minor changes j 2012-05-22 19:51:07 +0200
  • 57f774ae8d fix js parser j 2012-05-22 19:50:26 +0200
  • 6fcca8f3a9 remove png functions, better versions in Ox.Image j 2012-05-22 19:49:29 +0200
  • 3f35003ac9 fix Ox.encodeHTML rolux 2012-05-22 17:41:01 +0200
  • 08e1561e43 typo rolux 2012-05-22 17:35:26 +0200
  • 16ab404619 fix map() in OptionGroup rolux 2012-05-22 17:34:25 +0200
  • a8c5dd4d35 typo rolux 2012-05-22 17:15:52 +0200
  • 12cf77cef5 less obscure Ox.map rolux 2012-05-22 16:29:37 +0200
  • 33390069b9 fix Ox.JQueryElement fixmes j 2012-05-22 16:08:09 +0200
  • b9e80c9d75 cleanup docs, fix children/find calls j 2012-05-22 15:14:40 +0200
  • a98902f165 fix setting icon if loading page other than home j 2012-05-22 10:36:03 +0200
  • 34bf08c445 document Ox.break j 2012-05-22 10:35:35 +0200
  • 04784630d3 use Ox.break rolux 2012-05-22 09:11:26 +0200
  • 3d4a79b6a2 in Ox.every, use Ox.identity; faster Ox.filter; in Ox.forEach, allow for Ox.break, and use standard arguments for iterator function, remove Ox.getIndex and Ox.getObject; add Ox.indexOf; in Ox.makeObject, use Ox.typeOf; make sure Ox.max and Ox.min don't blow the stack; add Ox.slice; in Ox.values, use Ox.typeOf rolux 2012-05-21 22:17:33 +0200
  • bfa9394850 in Ox.api, use Ox.indexOf, not Ox.getIndex; faster Ox.merge rolux 2012-05-21 22:10:51 +0200
  • bf9a19a71e use Ox.methods rolux 2012-05-21 22:07:40 +0200
  • c5b148773f don't Ox.extend with undefined, use empty object rolux 2012-05-21 22:07:06 +0200
  • 047cf5813d use 'this', not 'window', as global object; allow for Ox.break in Ox.loop rolux 2012-05-21 22:05:49 +0200
  • 75558d4b9d in Ox.extend, use Ox.slice; add includePrototype argument to Ox.methods rolux 2012-05-21 22:04:22 +0200
  • f83d317407 minor changes rolux 2012-05-21 21:24:06 +0200
  • 344d7ec40d use Ox.indexOf, not Ox.getObject rolux 2012-05-21 09:41:57 +0300
  • 503c2b5978 use [].some, not Ox.getObject rolux 2012-05-21 09:40:40 +0300
  • bb6f6d6471 add Ox.hasOwn rolux 2012-05-19 13:39:25 +0400
  • eab834a643 fix a type check in Ox.sum rolux 2012-05-19 13:38:49 +0400
  • d3ff222a04 Ox.$: return undefined for non-existing attributes (like jQuery); fix a wrong 'this' reference rolux 2012-05-19 13:16:04 +0400
  • f793245e2e Ox.isNumber: update tests rolux 2012-05-19 13:14:38 +0400
  • 8479037ab6 fix Ox.checkType rolux 2012-05-19 12:48:01 +0400
  • 5692195509 swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call rolux 2012-05-19 12:40:59 +0400
  • 5cabb679f9 merge misc. minor changes rolux 2012-05-19 12:30:43 +0400
  • 6acfd505e6 fix type check in Ox.$ rolux 2012-05-19 12:15:28 +0400
  • 49fc8dc8ed base Ox.typeOf on Object.prototype.toString, add Ox.checkType, Ox.isInt and Ox.isPrimitive rolux 2012-05-19 12:15:04 +0400
  • 6e4a940ddd typo rolux 2012-05-19 12:11:58 +0400
  • d066501a14 add Ox.STACK_SIZE rolux 2012-05-19 12:10:41 +0400
  • 03947b0d7f add Ox.identity rolux 2012-05-19 12:09:48 +0400
  • e8f7f37a8a update Collection.js: for functions, make Ox.len return undefined and Ox.isEmpty return false rolux 2012-05-19 12:06:49 +0400
  • 373549a25a remove Ox.isFalsy rolux 2012-05-19 10:36:34 +0400
  • d4954db30d add Ox.escapeRegExp rolux 2012-05-19 10:36:02 +0400
  • 520eac7a22 more documentation, more semicolons, some fixmes j 2012-05-21 21:23:16 +0200
  • 509745407b add documentation stubs j 2012-05-21 12:38:18 +0200
  • b3fce3a28a check same origin in examples j 2012-05-19 15:37:24 +0200
  • 00d5ece202 exclude some more files from build j 2012-05-19 15:32:12 +0200
  • 2198d0b1ec pass options.timeline, there is no options.type j 2012-05-19 15:24:00 +0200
  • ac35d761ac fix AnnotationFolder j 2012-05-19 15:14:04 +0200
  • 0483f68f1b update twitter id rolux 2012-05-10 12:13:19 +0200
  • cb9a5fda2d in AnnotationFolder, simplify crossesPoint() rolux 2012-05-10 12:12:34 +0200
  • 959a014657 fix Ox.sort so that it handles multiple numbers rlx 2012-04-24 10:47:18 +0000
  • b4fd0f01ae minor changes in Ox.Chart rlx 2012-04-24 10:18:39 +0000
  • 4a210718ea in Ox.sort(), handle non-leading numbers and leading articles (fixes #723, fixes #779) rlx 2012-04-24 10:16:58 +0000
  • 9790e7d6c6 in derivatives of Ox.List, make sure gainFocus, hasFocus and loseFocus work correctly rlx 2012-04-24 08:21:00 +0000
  • 07b44e20c8 when positioning tooltip, make sure x is an integer rlx 2012-04-24 08:19:05 +0000
  • d7f0464ee6 add missing public togglePaused method to Ox.VideoTimelinePlayer rlx 2012-04-24 08:18:08 +0000
  • aae7ba2485 fix a bug where tooltips would not retain their width near the right edge of the screen, fixes #568 rlx 2012-04-23 11:16:46 +0000
  • fa146ebbba Ox.Map: meta+click on selected place now deselects it (fixes #655) rlx 2012-04-23 10:28:42 +0000
  • c0c4031825 in video editor, rename 'posterFrameControls' option to 'enableSetPosterFrame', always include 'Go to Poster Frame' menu entry, and correctly enable/disable 'Set Poster Frame' menu entry rlx 2012-04-23 09:53:29 +0000
  • 771b15c25a add (but do not enable) reset-size-on-doubleclick for split panel elements rlx 2012-04-23 09:37:49 +0000
  • 43495de239 when expanding or collapsing part of a split panel, do not immediately switch the resizebar's tooltip rlx 2012-04-23 08:29:37 +0000
  • cb1fffa491 add some comments in video timeline player rlx 2012-04-23 08:11:34 +0000
  • 3c253a86d5 test for , not for hasZoombar, so that the test won't fail before load rlx 2012-04-22 13:19:08 +0000
  • 374508a9f1 fix a bug where in info list, the value of the sort key would not be requested when changing the sort order of the list (fixes #747) rlx 2012-04-22 11:50:57 +0000
  • a56329064d pass info event in player and timeline panels rlx 2012-04-22 11:13:06 +0000