Commit graph

3770 commits

Author SHA1 Message Date
j
1ef2f4e0d3 build.py python 2/3 compatible 2014-09-30 23:19:50 +02:00
j
2ba2903dbc from __future__ import print_function 2014-09-30 22:57:36 +02:00
j
cb78624a92 update .bzrignore 2014-09-30 15:43:29 +02:00
rolux
e9ea876f88 update parseUserAgent 2014-09-29 00:16:25 +02:00
rolux
67521edc8d cities example: update data 2014-09-27 11:27:26 +02:00
rolux
97d11eddec cities example: update data 2014-09-27 11:15:06 +02:00
rolux
383433a06d rename build/ to min/ 2014-09-26 18:57:12 +02:00
rolux
51696562f1 remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
rlx
4138e4e558 cities example: fix place deselect (data is now null, not {}) 2014-09-26 15:07:44 +02:00
rlx
cbc888584d typo in docs 2014-09-26 15:04:34 +02:00
rlx
25069a22d2 Ox.isOxElement -> Ox.UI.isElement 2014-09-26 14:57:02 +02:00
rlx
ba22a7e2eb Ox.UI -> Ox 2014-09-26 14:50:32 +02:00
rlx
6df89d9c06 Ox -> Ox.UI 2014-09-26 14:50:15 +02:00
rlx
8f948335ce UI.js: remove aliases 2014-09-26 14:49:38 +02:00
rlx
552aba4271 Ox -> Ox.UI 2014-09-26 14:31:20 +02:00
rlx
e2a42ab04e Ox -> Ox.UI 2014-09-26 14:18:11 +02:00
rlx
177693b3ce don't throw on place deselect (data is now null, not {}) 2014-09-26 13:20:48 +02:00
rlx
02da127698 don't invoke global event handlers if keyboard event and focused element is input 2014-09-26 12:56:22 +02:00
rlx
2aec28f105 use OxKeyboardFocus class for input-like elements 2014-09-26 12:24:34 +02:00
rlx
c69858ca2d Ox.Request: if data is in cache, don't fail if it gets removed before timeout 2014-09-26 11:57:50 +02:00
rlx
5424023903 keep parent and iframe from sending init messages indefinitely 2014-09-26 11:29:14 +02:00
rlx
4b84424869 Ox.List: use Ox.contains 2014-09-26 10:59:06 +02:00
rlx
cdf8aa8788 fix info list width calculation 2014-09-25 21:56:44 +02:00
rlx
1e845092c4 use jQuery to get .animate 2014-09-25 19:42:11 +02:00
rlx
ae8ee195a1 fix a bug in keyboard handler 2014-09-25 19:41:46 +02:00
rlx
f2141d792d move Ox. etc. into Core/UI.js, re-add some aliases 2014-09-25 19:41:23 +02:00
rlx
9db80ffb65 Ox.elements -> Ox. 2014-09-25 19:40:29 +02:00
rlx
0eeb4ab5e5 LoadingScreen -> UILoadingScreen 2014-09-25 19:14:05 +02:00
rlx
01f563b102 fix Ox.UI loader 2014-09-25 19:08:03 +02:00
rlx
61bb4b782e typo 2014-09-25 19:05:28 +02:00
rlx
3e6d20f6fd typo in docs 2014-09-25 19:03:13 +02:00
rlx
8e335ba4f6 Ox.elements -> Ox. 2014-09-25 18:47:29 +02:00
rlx
775aa607c8 Ox.UI -> Ox 2014-09-25 18:35:17 +02:00
rlx
eaaa8602e7 move Ox.Theme.getThemes and Ox.Theme.getThemeData into Ox.Theme; Ox.UI -> Ox 2014-09-25 18:33:02 +02:00
rlx
86bee39b51 update Ox.GarbageCollection: use .collect to collect; don't run immediately 2014-09-25 18:32:01 +02:00
rlx
86f1bad4eb Ox.parent -> Ox. 2014-09-25 18:30:49 +02:00
rlx
41bf6ac372 move Ox.UI utils into Core/UI.js 2014-09-25 18:28:49 +02:00
rlx
731f97e0f1 simplify Ox.UI loader 2014-09-25 18:28:13 +02:00
rlx
4ea696b451 Ox.UI.getImageURL -> Ox.getImageURL 2014-09-25 12:28:47 +02:00
rlx
1000cfe73e move functionality from Ox.UI.js to Core/UI.js 2014-09-25 12:28:29 +02:00
rlx
35e77e28ae add Core/UI.js 2014-09-25 12:28:03 +02:00
rlx
10415a6ae2 Ox.Bar: get rid of Ox.UI.getBarSize 2014-09-25 12:05:22 +02:00
rlx
6a5c380795 cosmetic changes; Ox.UI.isElement -> Ox.isOxElement 2014-09-25 12:04:50 +02:00
rlx
6efb08ab60 typo 2014-09-25 11:53:42 +02:00
rlx
0119a2d466 Ox.UI.symbols -> Ox.SYMBOLS 2014-09-25 11:50:41 +02:00
rlx
4a55b106de update Ox.SYMBOLS 2014-09-25 11:49:01 +02:00
rlx
1d0f0a08c1 fix keyboard handler 2014-09-24 22:45:34 +02:00
j
b665bb54d1 dont reset time to 0 on remove, fixes #1543 2014-09-24 22:32:08 +02:00
rlx
ac50af0509 fix keyboard handler 2014-09-24 22:28:56 +02:00
j
853a402a7a filter out elements no longer referenced in Ox.elements. dont set to Ox.Element, only pass on and oxid 2014-09-24 20:26:15 +02:00