Commit graph

174 commits

Author SHA1 Message Date
j
b9e80c9d75 cleanup docs, fix children/find calls 2012-05-22 15:14:40 +02:00
rolux
04784630d3 use Ox.break 2012-05-22 09:11:26 +02:00
rolux
bf9a19a71e use Ox.methods 2012-05-21 22:07:40 +02:00
rolux
c5b148773f don't Ox.extend with undefined, use empty object 2012-05-21 22:07:06 +02:00
rolux
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 2012-05-19 12:40:59 +04:00
j
520eac7a22 more documentation, more semicolons, some fixmes 2012-05-21 21:23:16 +02:00
j
509745407b add documentation stubs 2012-05-21 12:38:18 +02:00
rlx
fa146ebbba Ox.Map: meta+click on selected place now deselects it (fixes #655) 2012-04-23 10:28:42 +00:00
rolux
801bfeb8dd remove deprecation warning 2012-04-07 16:40:41 +02:00
rolux
ef0e161ab0 add docco-style Ox.SourceViewer, Ox.ExamplePage and Ox.ExamplePanel, and a demo 2012-04-04 16:59:58 +02:00
rlx
4c3b0c41b1 use 'foo=bar,baz' for 'is between', and make sure this gets only parsed for number-like find keys 2012-02-19 17:21:23 +00:00
rlx
b9a86e2620 fix #227 (the fork bomb bug) 2012-02-19 15:38:08 +00:00
j
23c319d95a remove special case for FF3.6, Ox.isArguments is fixed 2012-02-17 10:32:32 +00:00
j
f919d64044 fix Ox.App in Firefox 3.6 to show loading screen, fixes #393 2012-02-17 10:24:42 +00:00
j
d13d0e3d3f uri decode map query value, fixes #432 2012-02-16 21:46:12 +05:30
rlx
08423110e9 omit country name from map tooltip (fixes #396) 2012-02-15 10:43:40 +00:00
rlx
63a6bf2cb8 in app, send location.href on init (fixes #352) 2012-02-05 03:10:26 +00:00
rlx
76466e7eeb fix video editor bugs 2012-02-04 11:44:19 +00:00
rlx
3c94f44a99 fix bugs in video editor; begin to implement new list map mode that allows for defining/clearing places 2012-02-04 08:58:46 +00:00
j
e51c4aa847 call gc before focus/blur to remove elements from focus stack that are no longer around 2012-01-21 11:30:16 +00:00
j
ed4f7f0c2d various focus/selection fixes 2012-01-27 23:58:44 +05:30
rlx
a7a3f167c9 various annotation-related bugfixes 2012-01-27 19:59:11 +05:30
j
129b8154fb dont fail if no error events are bound 2012-01-21 20:45:31 +05:30
j
f7755eb303 dont depend on Ox.Element in Ox.Request instantiation 2012-01-19 19:10:35 +05:30
j
216ad5f44f load Ox.Element before Ox.Request, should be a better way to do this 2012-01-19 17:59:29 +05:30
0efc4709a3 LoadingIcon silly errors + link demos to ../dev/ version 2012-01-18 01:26:08 +05:30
rlx
1bf1eae034 minor changes 2012-01-17 23:26:26 +05:30
rlx
2bf92c982a minor changes 2012-01-17 23:08:16 +05:30
rlx
3acc606fa2 minor changes 2012-01-17 23:04:33 +05:30
j
36c1cda12a turn request errors into events 2012-01-14 16:18:26 +05:30
rlx
8384fcc913 update video editor (places, events) 2012-01-13 21:55:47 +05:30
rlx
dc4a8bf464 update Ox.URL 2012-01-06 17:28:53 +05:30
rolux
66934d22a9 theme.js -> theme.json; make timeline themed 2012-01-04 15:20:07 +05:30
rolux
8097cc7812 Ox.getPositionById() -> Ox.getIndexById() 2012-01-04 13:41:05 +05:30
rolux
b77852296b misc fixes 2012-01-02 19:35:14 +05:30
rolux
64592e7278 fix some localStorage bugs 2011-12-30 21:07:41 +05:30
rolux
45243cb5ff add Ox.localStorage 2011-12-30 20:36:55 +05:30
rolux
11cb7b1dc8 merge 2011-12-30 15:03:42 +05:30
rolux
73f1105692 updating form elements 2011-12-30 15:03:01 +05:30
j
7831dcd77d expand TreeList selecting an item 2011-12-29 17:54:29 +05:30
j
1a7a5985d9 update listLengh in addItems/removeItems 2011-12-29 16:15:59 +05:30
j
ac4dd51ed7 Only return Ox.Element if exactly one jquery element is return.
Fixes use of find, children
2011-12-29 15:40:08 +05:30
rolux
215f1f6c1b use new form element syntax 2011-12-22 12:54:20 +05:30
rlx
d80019a17c form elements rewrite, part 3 2011-12-22 05:52:46 +00:00
rlx
a6c01dd6c6 Api -> API 2011-12-21 15:42:11 +00:00
rlx
fcf1e79ed0 Api -> API 2011-12-21 15:40:06 +00:00
rolux
074902d079 form elements rewrite, part 2 2011-12-21 21:03:52 +05:30
rlx
fe303bf2b0 merging changes (api, app, video) 2011-12-21 13:44:22 +00:00
rlx
7f83cd3141 form elements rewrite, part 1 2011-12-21 13:42:47 +00:00
j
5168f36053 move api discovery into its own function 2011-12-21 16:24:17 +05:30