bdb399614fdo not alias Ox.contains as Ox.in
rlx
2012-05-24 17:11:48 +0000
d4bcc66fe8add a semicolon
rlx
2012-05-24 17:10:51 +0000
c4e66fbb3drename 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
c8c50b9e89rename Ox.void to Ox.noop
rlx
2012-05-24 16:20:22 +0000
d5962a972dfix Ox.typeOf for Mobile Safari
rlx
2012-05-24 15:24:13 +0000
e2330a0e2efix Ox.typeOf for Mobile Safari
rlx
2012-05-24 15:16:21 +0000
3d4a79b6a2in 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
bfa9394850in Ox.api, use Ox.indexOf, not Ox.getIndex; faster Ox.merge
rolux
2012-05-21 22:10:51 +0200
5692195509swap 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
5cabb679f9merge misc. minor changes
rolux
2012-05-19 12:30:43 +0400
6acfd505e6fix type check in Ox.$
rolux
2012-05-19 12:15:28 +0400
49fc8dc8edbase Ox.typeOf on Object.prototype.toString, add Ox.checkType, Ox.isInt and Ox.isPrimitive
rolux
2012-05-19 12:15:04 +0400
959a014657fix Ox.sort so that it handles multiple numbers
rlx
2012-04-24 10:47:18 +0000
b4fd0f01aeminor changes in Ox.Chart
rlx
2012-04-24 10:18:39 +0000
4a210718eain Ox.sort(), handle non-leading numbers and leading articles (fixes#723, fixes#779)
rlx
2012-04-24 10:16:58 +0000
9790e7d6c6in derivatives of Ox.List, make sure gainFocus, hasFocus and loseFocus work correctly
rlx
2012-04-24 08:21:00 +0000
07b44e20c8when positioning tooltip, make sure x is an integer
rlx
2012-04-24 08:19:05 +0000
d7f0464ee6add missing public togglePaused method to Ox.VideoTimelinePlayer
rlx
2012-04-24 08:18:08 +0000
aae7ba2485fix 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
fa146ebbbaOx.Map: meta+click on selected place now deselects it (fixes#655)
rlx
2012-04-23 10:28:42 +0000
c0c4031825in 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
771b15c25aadd (but do not enable) reset-size-on-doubleclick for split panel elements
rlx
2012-04-23 09:37:49 +0000
43495de239when expanding or collapsing part of a split panel, do not immediately switch the resizebar's tooltip
rlx
2012-04-23 08:29:37 +0000
cb1fffa491add some comments in video timeline player
rlx
2012-04-23 08:11:34 +0000
3c253a86d5test for , not for hasZoombar, so that the test won't fail before load
rlx
2012-04-22 13:19:08 +0000
374508a9f1fix 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
a56329064dpass info event in player and timeline panels
rlx
2012-04-22 11:13:06 +0000