Commit graph

  • 1bec2d29ae use Ox.documentReady; add Ox.UI.getOxElement(element) and Ox.UI.isOxElement(element) rolux 2013-12-06 20:49:53 +0100
  • 7658c16b7a use .on rolux 2013-12-06 20:48:13 +0100
  • a1ca195c6b make examples message passing compatible with UI iframe messaging initialization by wrapping object literal in parens rolux 2013-12-06 17:39:47 +0100
  • d87effda96 cleanup Ox.SplitPanel rolux 2013-12-06 17:26:35 +0100
  • caa897c698 update Ox.MODE if switching to minified on load rolux 2013-12-06 11:11:56 +0100
  • 525218dc35 add Ox.MODE (build/dev), + cosmetic changes rolux 2013-12-06 10:34:56 +0100
  • ba0336f3c9 cosmetic changes rolux 2013-12-06 10:31:33 +0100
  • 7516cf8c00 Ox.$: add missing methods (replace, replaceWith, siblings, text), + cosmetic changes rolux 2013-12-06 10:26:31 +0100
  • de660af394 fix typo, update docs rolux 2013-12-05 15:53:41 +0100
  • 78aaaea9d3 Requests.js: update documentation rolux 2013-12-05 00:31:18 +0100
  • a737bca563 Requests.js: update documentation rolux 2013-12-05 00:23:36 +0100
  • 987c7ea801 fix documentation, remove print statement rolux 2013-12-05 00:14:10 +0100
  • 53cbceada4 OxJS loader: only switch to build version on load if actually from dev version rolux 2013-12-04 23:46:20 +0100
  • a330964890 update outdated example css rolux 2013-12-04 23:44:56 +0100
  • f166ddc01c update mouse events example rolux 2013-12-04 23:44:32 +0100
  • 56c5998668 Ox.Element: add custom mousewheel event rolux 2013-12-04 23:44:07 +0100
  • 9ea8e0352d Ox.$: normalize mousewheel event names rolux 2013-12-04 23:43:07 +0100
  • 6cb7269ce1 OxJS loader: remove useless Ox.DEBUG, fix IE js onload, use the same code as in Constants.js to get path rolux 2013-12-04 17:24:48 +0100
  • d660edbe2b Ox.load: clean up documentation and properly document the optional first argument (pass true to switch from dev to build) rolux 2013-12-04 17:23:00 +0100
  • 4d5291c340 clean up Ox.PATH rolux 2013-12-04 17:21:27 +0100
  • 10a5481d47 remove comment rolux 2013-12-04 17:04:40 +0100
  • ca388e9adc Ox.getFile: refactor, fix IE css/js onload, handle errors, don't always append ?random in dev version; add Ox.getImage, Ox.getScript and Ox.getStylesheet (extension check is unreliable, google api js doesn't end in '.js', '...#.js' is ugly) rolux 2013-12-04 16:59:51 +0100
  • 9554d22fa8 Ox.Async: fix return value rolux 2013-12-04 16:49:42 +0100
  • 6e5105025c in Ox.values, handle nodelists (so that Ox.some(nodelist, test) doesn't fail) rolux 2013-12-04 12:59:29 +0100
  • 4471a8657f Refactor Polyfill.js, use Object.defineProperty if available rolux 2013-12-04 09:47:35 +0100
  • 828e814812 add Ox.codePointAt and Ox.fromCodePoint rolux 2013-12-04 09:46:16 +0100
  • 779463072d make Ox.hypot n-ary rolux 2013-12-03 20:57:00 +0100
  • 05f8ed7a48 add missing typecheck in Ox.polyfill.trim rolux 2013-12-03 18:14:59 +0100
  • 4d1fbb8533 cosmetic changes rolux 2013-12-03 18:14:36 +0100
  • 73b04f384a don't return undefined from non-iframe element postMessage method rolux 2013-12-03 18:14:11 +0100
  • ead592d063 Ox.Element: on mousedown, unconditionally trigger mousedown rolux 2013-12-01 15:41:51 +0100
  • 031aa4367b Ox.toArray -> Ox.slice rolux 2013-12-01 14:57:52 +0100
  • 3a28b08d46 Ox.InfoList: make value method accept (id, {key: value}) rolux 2013-12-01 14:55:57 +0100
  • 9d189c55da Ox.IconList: make value method accept (id, {key: value}) rolux 2013-12-01 14:55:37 +0100
  • 5001a47cf8 Ox.TableList: make value method accept (id, {key: value}) rolux 2013-12-01 14:55:10 +0100
  • a5baff8319 Ox.List: make value method accept (id, {key: value}) rolux 2013-12-01 14:54:42 +0100
  • 41af852f17 fix Ox.PATH rolux 2013-12-01 13:24:59 +0100
  • acbc0f4e59 Ox.cache: don't use Ox.extend before it's available rolux 2013-12-01 13:24:37 +0100
  • adea34c84e Ox.cache: extend options only once rolux 2013-12-01 13:12:07 +0100
  • fe40220d0b remove comment rolux 2013-12-01 13:10:44 +0100
  • 3619316f78 Ox.PATH: remove onload dependency on Ox.slice rolux 2013-12-01 13:10:00 +0100
  • 137124a903 modify comment for Ox.slice, use Ox.slice rolux 2013-12-01 13:08:25 +0100
  • ab3711cfad added comment rolux 2013-11-30 19:40:48 +0100
  • 16b6811b75 request methods: don't throw if no callback is passed rolux 2013-11-30 19:40:27 +0100
  • cc454e5f80 in widget design patterns example, use Ox.$, not $ rolux 2013-11-29 22:19:52 +0100
  • 2fd1892890 Ox.$: fix append and prepend rolux 2013-11-29 22:19:01 +0100
  • 77594f0046 catch() requires argument rolux 2013-11-29 21:21:38 +0100
  • d0aee8c737 Ox.$: add children, find, insertAfter, insertBefore, next, nextAll, parent, parents, prepend, prependTo, prev, and prevAll, fix attr and one rolux 2013-11-29 21:19:09 +0100
  • 84bfd1222e add comment; remove separate Ox.toArray rolux 2013-11-29 21:15:36 +0100
  • d9b25c6fae add missing semicolon; make Ox.toArray an alias of Ox.slice, and handle the IE NodeLists case rolux 2013-11-29 21:15:02 +0100
  • 5eb1b96e4a add comment; fix Ox.extend if called with two arguments, add test rolux 2013-11-29 21:13:04 +0100
  • 3ad31125b3 add missing semicolon; less expensive Ox.print, with updated documentation; make sure Ox.uid never returns falsy ids rolux 2013-11-29 21:11:36 +0100
  • 420dd7f266 add Ox.time rolux 2013-11-29 21:09:33 +0100
  • ef07c50fff update documentation rolux 2013-11-29 21:09:10 +0100
  • aff40b0154 cosmetic changes rolux 2013-11-29 21:07:37 +0100
  • 37dfe0fc86 added comment rolux 2013-11-29 21:07:03 +0100
  • 1f926c83ea Ox.ImageElement: handle image error, use new LoadingScreen (start/stop) rolux 2013-11-20 09:11:53 +0100
  • 94a18a2711 update LoadingScreen CSS (text not visible on load) rolux 2013-11-20 09:11:10 +0100
  • 3429ac3319 Ox.LoadingScreen: use proper LoadingIcon, add start and stop methods rolux 2013-11-20 09:10:37 +0100
  • e1134f2f4c fix Ox.queue cancel + clear rolux 2013-11-20 00:55:08 +0100
  • 215c364182 fix typo in flight paths example rolux 2013-11-19 03:43:59 +0100
  • 732092a0c1 fix error in flight paths example rolux 2013-11-19 03:42:28 +0100
  • 70f4aec2cb fix error in manhattan grid example rolux 2013-11-19 03:31:15 +0100
  • 5d8ec4be71 fix typo in manhattan grid example rolux 2013-11-19 03:28:46 +0100
  • 29950d2a10 fix a bug where events would appear twice on a DocPage rolux 2013-11-16 20:46:57 +0100
  • 13246cc15b Ox.Range: add 'arrowTooltips' option rolux 2013-11-16 20:27:19 +0100
  • 3005d4a4aa cosmetic changes rolux 2013-11-16 16:16:04 +0100
  • eb4808d4c1 Ox.queue: add 'cancel' and 'reset' (=cancel+clear) methods rolux 2013-11-16 16:13:41 +0100
  • 7bd38b3bb9 fix typo in 'widget design patterns' example; cosmetic changes rolux 2013-11-16 02:37:28 +0100
  • 5b492db461 Ox.Label: don't fail if title is undefined rolux 2013-11-16 00:23:23 +0100
  • 3cbacd85ff cosmetic changes rolux 2013-11-11 14:17:39 +0100
  • 85ef28078b update Ox.encodeEmailAddress rolux 2013-11-11 14:17:09 +0100
  • fda5c7eaa2 string spans can contain spaces, encode in url j 2013-11-11 09:20:04 +0000
  • fee4339d11 rewrite sanitizeHTML to support global attributes j 2013-11-10 21:59:36 +0000
  • 5f807a3ad4 fix #1925 (large timeline not functional) rolux 2013-11-08 20:26:41 +0100
  • 70f3b8f965 fix #1925 (large timeline not functional) rlx 2013-11-08 19:16:08 +0000
  • 25a5b9d712 cosmetic changes rolux 2013-11-08 18:56:29 +0100
  • 00bbbd6af9 Ox.URL: allow for 'string' as a span type rlx 2013-11-08 17:26:54 +0000
  • aa178fc551 fix player size leaving fullscreen j 2013-11-04 15:44:27 +0000
  • 44b7e5796f fix checkbox group value change handler rolux 2013-10-31 14:20:49 +0100
  • 397dc8b903 cosmetic changes rolux 2013-10-31 14:15:50 +0100
  • b043cca751 fix form panel layout bug rolux 2013-10-31 13:50:59 +0100
  • 2c595008fd Ox.CheckboxGroup: handle value change rolux 2013-10-31 13:47:12 +0100
  • c9bbdec039 Ox.FormPanel: add listSize option rolux 2013-10-31 13:46:51 +0100
  • 92566171e8 Ox.Progressbar: allow for setting progress to indeterminate rolux 2013-10-29 14:35:00 +0100
  • 2fc8c3094d Ox.queue: add clear method, cleanup documentation rolux 2013-10-29 14:34:15 +0100
  • 19ae3c591a get rid of black background in chrome fullscreen mode; dont update url in fullscreen mode, fixes #1910 j 2013-10-25 13:49:14 +0000
  • 42fa5a7a3c minify does not like comments without comment j 2013-10-25 12:38:11 +0000
  • e6eb5ea1c7 allow iframes j 2013-10-24 16:39:26 +0000
  • 0873d27f92 fix #1891 (update subtitles on edit) rlx 2013-10-22 17:43:38 +0000
  • cd5b1ac367 update timeline overlay, too rolux 2013-10-22 17:58:47 +0200
  • 3a17fcfe62 video annotation panel: update subtitles on edit / remove rolux 2013-10-22 17:48:29 +0200
  • e533af5cff video player: support subtitles options update rolux 2013-10-22 17:37:58 +0200
  • c7b03030bd rename video panels rolux 2013-10-22 16:45:17 +0200
  • 24e6330265 remove unused widget rolux 2013-10-22 16:40:45 +0200
  • 768d4fe160 dont seek to end of file after playInToOut in editor view, fixes #1858 j 2013-10-07 20:46:12 +0000
  • ab765a6f70 add that.options getsetter to Ox.URL j 2013-10-07 19:16:23 +0000
  • 961a3c0850 keep cursor if not collapseToEnd j 2013-09-30 09:40:47 +0000
  • a9a804887a better newline matching j 2013-09-27 14:29:34 +0000
  • dab68de1f0 Fix pasting html into EditableContent j 2013-09-27 14:17:16 +0000