Commit graph

97 commits

Author SHA1 Message Date
j
fc001a2f44 version can contain dots 2024-02-17 14:15:34 +00:00
rolux
383433a06d rename build/ to min/ 2014-09-26 18:57:12 +02:00
j
d8221192d9 use timestamp if directly loading dev 2014-01-22 10:19:03 +00:00
j
2b2e8c8ef2 load Ox.js debug version with ?version 2014-01-22 10:15:29 +00:00
rolux
caa897c698 update Ox.MODE if switching to minified on load 2013-12-06 11:11:56 +01:00
rolux
53cbceada4 OxJS loader: only switch to build version on load if actually from dev version 2013-12-04 23:46:20 +01:00
rolux
6cb7269ce1 OxJS loader: remove useless Ox.DEBUG, fix IE js onload, use the same code as in Constants.js to get path 2013-12-04 17:24:48 +01:00
j
e1d71b27bc only force reload in debug mode, use version otherwise 2013-09-05 11:09:30 +00:00
j
9a2c7c7239 support loading Ox.js?\d+ to get new version 2013-05-31 21:16:24 +00:00
rolux
63667f04a0 Ox.js dev version: set locales on load 2013-05-09 21:38:47 +02:00
rolux
8407a88af1 remove trailing whitespace 2012-09-03 22:14:53 +02:00
rolux
7648d2d4ac when switching version in loader, update path 2012-06-26 20:10:31 +02:00
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