rolux
|
80e0a02ea3
|
in ox dev loader, allow for switching to build version by passing true as first argument (can be used to avoid boilerplate when choosing build/ or dev/ dynamically)
|
2012-06-26 19:17:27 +02:00 |
|
rolux
|
835c848933
|
in ox loader, don't overwrite previous Ox
|
2012-06-25 21:22:20 +02:00 |
|
rolux
|
5e68ebfde1
|
in Ox.js loader, always call Ox.load - also if no arguments precede the callback
|
2012-06-22 15:04:21 +02:00 |
|
rolux
|
9e35ae0be2
|
minor cleanup
|
2012-06-20 18:49:06 +02:00 |
|
rolux
|
367a8227c9
|
update Ox.js loader
|
2012-06-20 18:30:06 +02:00 |
|
rolux
|
8bc8c57373
|
use base 10 in parseInt, use Math.floor for numbers
|
2012-06-13 10:28:21 +02:00 |
|
j
|
57caa45bf8
|
write current version to Ox.json and patch Ox.VERSION if loaded via dev/Ox.js
|
2012-06-05 13:59:13 +02:00 |
|
rolux
|
093af4ee35
|
use loadScriptsParallel
|
2012-05-26 00:20:52 +02:00 |
|
j
|
eb9cd1e397
|
IE fixes
|
2012-05-25 16:28:05 +00:00 |
|
rlx
|
db0a2394d9
|
append version, not random
|
2012-04-18 09:01:42 +00:00 |
|
rlx
|
2cbcb9d086
|
never load Ox.js and Ox.UI json files from cache
|
2012-04-18 08:56:31 +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 |
|
rolux
|
56370aa0a7
|
'use strict';
|
2011-11-05 17:46:53 +01:00 |
|
rlx
|
116d0bfdbf
|
add Ox.Log, determine Ox.PATH by looking at the _last_ Ox.js script
|
2011-10-23 14:26:37 +00:00 |
|
rlx
|
2698bec700
|
fix margins of static icon lists
|
2011-10-08 17:19:18 +00:00 |
|
rolux
|
d0fe279a0f
|
new build system: build in /build, dev version in /dev; split up Ox.js; fix tests
|
2011-10-07 03:04:47 +02:00 |
|
rlx
|
13e52cdca7
|
change isEqual so that functions are never equal (otherwise this breaks setting widget options that are functions)
|
2011-10-02 15:37:25 +00:00 |
|
rlx
|
f2dbfbd1e5
|
add some more documentation, pass some more tests
|
2011-10-01 02:21:55 +00:00 |
|
rlx
|
8ea49fab73
|
misc fixes
|
2011-09-29 17:25:50 +00:00 |
|
rlx
|
3965eed153
|
url controller updates, list bugfixes
|
2011-09-28 17:31:35 +00:00 |
|
rlx
|
2cb6d89a0a
|
update Ox.URL
|
2011-09-22 03:20:27 +00:00 |
|
rlx
|
b7100792c5
|
beginning to unify pandora.URL and pandora.Query as Ox.URL
|
2011-09-20 21:50:00 +00:00 |
|
rlx
|
b881f74c7e
|
misc fixes
|
2011-09-20 00:11:16 +00:00 |
|
rlx
|
d3d2829464
|
fix Ox.formatColor()
|
2011-09-17 14:02:17 +00:00 |
|
rlx
|
73fb2e3229
|
some more bugfixes
|
2011-09-17 13:05:16 +00:00 |
|
rolux
|
4cc754a28d
|
remove Ox.each, , $.extend, $.map and $.merge
|
2011-09-17 20:36:09 +02:00 |
|
rlx
|
3c419d3ee7
|
update geo module; make Ox.load accept multiple modules
|
2011-09-09 23:05:04 +00:00 |
|
rlx
|
1e38ff6b9e
|
image module update
|
2011-09-08 21:39:07 +00:00 |
|
rlx
|
842d536dc8
|
move image encoding functions to image module
|
2011-09-08 01:53:19 +00:00 |
|
rlx
|
816993e1b9
|
fixing encoding functions (deflate, png)
|
2011-09-05 23:34:29 +00:00 |
|
rlx
|
1333a3ecec
|
tooltips and better cursors for splitpanels
|
2011-09-04 21:15:16 +00:00 |
|
rlx
|
6b0779fcab
|
add formatColor()
|
2011-09-04 04:14:58 +00:00 |
|
rlx
|
74873e3bfb
|
some more support for opera
|
2011-09-03 15:25:52 +00:00 |
|
rlx
|
5818bd5edc
|
support MSIE 8 until after app load, and MSIE 8 with Chrome Frame beyond that
|
2011-09-03 13:18:20 +00:00 |
|
rlx
|
6da40d325c
|
adding symbols
|
2011-09-01 04:46:14 +00:00 |
|
rlx
|
5d454f0a80
|
support for drag and drop
|
2011-08-28 06:23:15 +00:00 |
|
rlx
|
297ac0a141
|
adding upload symbol
|
2011-08-24 02:37:38 +00:00 |
|
rlx
|
a8b9e1fd2c
|
make Ox.clone() return a deep (not shallow) copy
|
2011-08-24 02:00:00 +00:00 |
|
rlx
|
cb8685a340
|
ox.js cleanup and fixes
|
2011-08-23 21:54:38 +00:00 |
|
rlx
|
195cff5bfe
|
ox.js cleanup and fixes
|
2011-08-23 21:31:08 +00:00 |
|
rolux
|
e063626bdc
|
Ox.Dialog rewrite
|
2011-08-15 14:18:14 +02:00 |
|
rolux
|
db4b33cf24
|
add Ox.Editable
|
2011-08-12 23:00:42 +02:00 |
|
j
|
69ec9127fe
|
merge changes
|
2011-08-04 19:51:07 +02:00 |
|
j
|
0ccad0b973
|
fix vim line
|
2011-07-29 20:48:43 +02:00 |
|
j
|
23adaa05df
|
exec regex
|
2011-07-23 15:44:11 +02:00 |
|
j
|
3eab11e967
|
dont use global variable
|
2011-06-19 16:59:30 +02:00 |
|
rolux
|
23c50a1d01
|
update map (for arctic/antartic results)
|
2011-06-14 11:29:31 +02:00 |
|
rolux
|
2f88a62ee4
|
add Ox.sub()
|
2011-08-01 12:01:38 +02:00 |
|
rolux
|
e403b13cd1
|
minor cleanup
|
2011-08-01 11:22:12 +02:00 |
|
rolux
|
457e175455
|
fix some scrollbar scale bugs
|
2011-05-26 20:49:48 +02:00 |
|