Commit graph

  • cbc888584d typo in docs rlx 2014-09-26 15:04:34 +02:00
  • 25069a22d2 Ox.isOxElement -> Ox.UI.isElement rlx 2014-09-26 14:57:02 +02:00
  • ba22a7e2eb Ox.UI -> Ox rlx 2014-09-26 14:50:32 +02:00
  • 6df89d9c06 Ox -> Ox.UI rlx 2014-09-26 14:50:15 +02:00
  • 8f948335ce UI.js: remove aliases rlx 2014-09-26 14:49:38 +02:00
  • 552aba4271 Ox -> Ox.UI rlx 2014-09-26 14:31:20 +02:00
  • e2a42ab04e Ox -> Ox.UI rlx 2014-09-26 14:18:11 +02:00
  • 177693b3ce don't throw on place deselect (data is now null, not {}) rlx 2014-09-26 13:20:48 +02:00
  • 02da127698 don't invoke global event handlers if keyboard event and focused element is input rlx 2014-09-26 12:56:22 +02:00
  • 2aec28f105 use OxKeyboardFocus class for input-like elements rlx 2014-09-26 12:24:34 +02:00
  • c69858ca2d Ox.Request: if data is in cache, don't fail if it gets removed before timeout rlx 2014-09-26 11:57:50 +02:00
  • 5424023903 keep parent and iframe from sending init messages indefinitely rlx 2014-09-26 11:29:14 +02:00
  • 4b84424869 Ox.List: use Ox.contains rlx 2014-09-26 10:59:06 +02:00
  • cdf8aa8788 fix info list width calculation rlx 2014-09-25 21:56:44 +02:00
  • 1e845092c4 use jQuery to get .animate rlx 2014-09-25 19:42:11 +02:00
  • ae8ee195a1 fix a bug in keyboard handler rlx 2014-09-25 19:41:46 +02:00
  • f2141d792d move Ox. etc. into Core/UI.js, re-add some aliases rlx 2014-09-25 19:41:23 +02:00
  • 9db80ffb65 Ox.elements -> Ox. rlx 2014-09-25 19:40:29 +02:00
  • 0eeb4ab5e5 LoadingScreen -> UILoadingScreen rlx 2014-09-25 19:14:05 +02:00
  • 01f563b102 fix Ox.UI loader rlx 2014-09-25 19:08:03 +02:00
  • 61bb4b782e typo rlx 2014-09-25 19:05:28 +02:00
  • 3e6d20f6fd typo in docs rlx 2014-09-25 19:03:13 +02:00
  • 8e335ba4f6 Ox.elements -> Ox. rlx 2014-09-25 18:47:29 +02:00
  • 775aa607c8 Ox.UI -> Ox rlx 2014-09-25 18:35:17 +02:00
  • eaaa8602e7 move Ox.Theme.getThemes and Ox.Theme.getThemeData into Ox.Theme; Ox.UI -> Ox rlx 2014-09-25 18:33:02 +02:00
  • 86bee39b51 update Ox.GarbageCollection: use .collect to collect; don't run immediately rlx 2014-09-25 18:32:01 +02:00
  • 86f1bad4eb Ox.parent -> Ox. rlx 2014-09-25 18:30:49 +02:00
  • 41bf6ac372 move Ox.UI utils into Core/UI.js rlx 2014-09-25 18:28:49 +02:00
  • 731f97e0f1 simplify Ox.UI loader rlx 2014-09-25 18:28:13 +02:00
  • 4ea696b451 Ox.UI.getImageURL -> Ox.getImageURL rlx 2014-09-25 12:28:47 +02:00
  • 1000cfe73e move functionality from Ox.UI.js to Core/UI.js rlx 2014-09-25 12:28:29 +02:00
  • 35e77e28ae add Core/UI.js rlx 2014-09-25 12:28:03 +02:00
  • 10415a6ae2 Ox.Bar: get rid of Ox.UI.getBarSize rlx 2014-09-25 12:05:22 +02:00
  • 6a5c380795 cosmetic changes; Ox.UI.isElement -> Ox.isOxElement rlx 2014-09-25 12:04:50 +02:00
  • 6efb08ab60 typo rlx 2014-09-25 11:53:42 +02:00
  • 0119a2d466 Ox.UI.symbols -> Ox.SYMBOLS rlx 2014-09-25 11:50:41 +02:00
  • 4a55b106de update Ox.SYMBOLS rlx 2014-09-25 11:49:01 +02:00
  • 1d0f0a08c1 fix keyboard handler rlx 2014-09-24 22:45:34 +02:00
  • b665bb54d1 dont reset time to 0 on remove, fixes #1543 j 2014-09-24 22:32:08 +02:00
  • ac50af0509 fix keyboard handler rlx 2014-09-24 22:28:56 +02:00
  • 853a402a7a filter out elements no longer referenced in Ox.elements. dont set to Ox.Element, only pass on and oxid j 2014-09-24 20:26:15 +02:00
  • d046574ac2 that..css -> that.css rlx 2014-09-24 20:19:54 +02:00
  • 590ba4c3f2 that. -> self. rlx 2014-09-24 20:19:25 +02:00
  • ecdf80a31d that. -> self. rlx 2014-09-24 20:18:58 +02:00
  • 5013532d46 that. -> self. rlx 2014-09-24 20:18:29 +02:00
  • f557733be6 that. -> self. rlx 2014-09-24 20:17:57 +02:00
  • 1520673ed3 that..find -> that.find rlx 2014-09-24 20:17:33 +02:00
  • 3334513b0a remove commented-out method rlx 2014-09-24 20:17:05 +02:00
  • 35920ee37d that..parent() -> that.parent() rlx 2014-09-24 20:16:39 +02:00
  • f8336fc2c4 that.[0] -> that[0] rlx 2014-09-24 20:15:55 +02:00
  • 763f256e12 ..clone -> .clone rlx 2014-09-24 20:14:57 +02:00
  • 7dc53b7252 that..css -> that.css rlx 2014-09-24 20:14:12 +02:00
  • f78fab8103 cosmetic changes rlx 2014-09-24 18:39:30 +02:00
  • 73cac6c4dc fix keyboard handling in case input has focus rlx 2014-09-24 18:39:02 +02:00
  • 3b8591c9a9 add documentation for Ox.parent, Ox.Event and Ox.Message rlx 2014-09-24 13:58:16 +02:00
  • 1cf1dea2f5 Ox.Element: more paranoid findElement; more documentation; catch a bug in removeElements that occurs when browsing items in oxjs documentation panel rlx 2014-09-24 13:03:33 +02:00
  • 8018ba499f Ox.Element: update documentation rlx 2014-09-24 12:17:46 +02:00
  • 02aeb4ea0c Ox.Element: update setElement; update and use findElements rlx 2014-09-24 11:57:02 +02:00
  • 0b5f8f9492 Ox.UI.elements -> Ox.elements rlx 2014-09-24 10:26:51 +02:00
  • 2d8d88b218 cosmetic changes rlx 2014-09-24 00:33:54 +02:00
  • 06dde25efe fix preventing defaults in keyboard handler rlx 2014-09-24 00:33:49 +02:00
  • baeeff366e dont send messages if not an iframe j 2014-09-24 00:00:00 +02:00
  • 4a2751839f only send init if iframe has src j 2014-09-23 23:58:53 +02:00
  • 728d6b1b7e fix docs rlx 2014-09-23 23:53:41 +02:00
  • f476bd47af Ox.UI: add 'loadCSS' load option rlx 2014-09-23 23:15:35 +02:00
  • a312ed2021 remove Keyboard.js and Message.js rlx 2014-09-23 21:21:03 +02:00
  • aedcb524b5 adapt Ox.Element rlx 2014-09-23 21:16:25 +02:00
  • a90cc87234 new Focus handler rlx 2014-09-23 21:13:07 +02:00
  • cc183b6198 unified Event/Keyboard/Message handler rlx 2014-09-23 21:12:31 +02:00
  • 4cf10359ef Ox.$: remove removeOxElement rlx 2014-09-23 21:11:15 +02:00
  • 8f5ff8c6ee use Ox.Element, not $, so that inner Ox.Elements get collected on remove; when emptying first page, collect Ox.Elements rlx 2014-09-23 21:06:27 +02:00
  • 2a6ea64eed fix #2489; use new focus controller method rlx 2014-09-23 21:04:40 +02:00
  • 06c21e0a46 VideoElement: patch removeElement, not remove rlx 2014-09-23 21:03:32 +02:00
  • 39d1b034ab Select: patch removeElement, not remove rlx 2014-09-23 21:02:57 +02:00
  • 71fdefcf9b MenuButton: patch removeElement, not remove rlx 2014-09-23 21:02:27 +02:00
  • aa3a20bbc2 Menu: patch removeElement, not remove rlx 2014-09-23 21:01:53 +02:00
  • ab6266f6fc in isOxElement, test data, not attr; more aliases rlx 2014-09-23 21:00:21 +02:00
  • 5f69fd35df faster timeline markers j 2014-09-23 12:13:10 +02:00
  • be043b545b Ox.Element: remove removeElement rlx 2014-09-22 17:38:37 +02:00
  • aef8e2b188 Ox.Element: fix onMouseWheel rlx 2014-09-22 17:12:17 +02:00
  • fb77591a2b cosmetic changes rlx 2014-09-22 17:10:43 +02:00
  • a8361bd3ac fix docs rlx 2014-09-22 17:04:42 +02:00
  • ea4df1e482 remove Ox.JQueryElement rlx 2014-09-22 16:57:12 +02:00
  • 972ccbbfb8 prototypal Ox.Element rlx 2014-09-22 16:56:54 +02:00
  • e4cb30724f GarbageCollection: use , not . rlx 2014-09-22 16:25:43 +02:00
  • ac3b736e72 List: use on, not scroll; cosmetic changes rlx 2014-09-22 16:24:11 +02:00
  • 5314f6c73a TableList: use on, not scroll; use that, not that.; cosmetic changes rlx 2014-09-22 16:23:21 +02:00
  • 9eed905ff8 TreeList: cosmetic changes rlx 2014-09-22 16:05:30 +02:00
  • 498c5effa2 Ox.Menu: fix super binding, cosmetic changes rlx 2014-09-22 16:03:25 +02:00
  • 53e2126ec2 add Ox.elements alias for Ox. rlx 2014-09-22 14:26:56 +02:00
  • 0a6b2281b4 ListItem: that. -> that rlx 2014-09-22 13:28:14 +02:00
  • 36b7c15513 add fixme rlx 2014-09-22 13:25:27 +02:00
  • 1ac7499986 cosmetic changes rlx 2014-09-22 13:23:42 +02:00
  • 4a9400cbd9 IconList: that. -> self. rlx 2014-09-22 13:20:52 +02:00
  • e7f9279a9d Picker: use Ox.$; use on click, not click rlx 2014-09-22 13:18:28 +02:00
  • fe5dc99d26 FormPanel: use setElement rlx 2014-09-22 13:17:35 +02:00
  • 5e776eb6ae use Ox.$, not $ rlx 2014-09-20 12:37:27 +02:00
  • f2bb021207 properly bind superRemove rlx 2014-09-20 12:36:23 +02:00
  • 930f9ab4e7 Ox.Tooltip: use html() or append(); test for arguments.length, not object; factor out setTitle; missing semicolon rlx 2014-09-20 12:33:54 +02:00
  • 7f83cd9495 make superRemove a bound function rlx 2014-09-20 12:31:37 +02:00