rolux
|
360c9833cf
|
update documentation/examples html
|
2012-06-18 10:57:13 +02:00 |
|
rolux
|
4523ebeca3
|
add home symbol
|
2012-06-18 10:56:08 +02:00 |
|
rolux
|
9ae133d45b
|
add documentation for Ox.UI
|
2012-06-18 10:54:39 +02:00 |
|
rolux
|
9a0bd1faec
|
when clicking button, hide its tooltip
|
2012-06-18 10:54:08 +02:00 |
|
rolux
|
619bc0afb5
|
minor change
|
2012-06-18 10:53:51 +02:00 |
|
rolux
|
b0e170d4e6
|
update documentation html
|
2012-06-18 09:28:50 +02:00 |
|
rolux
|
9ef4bdd0c1
|
avoid loop
|
2012-06-18 09:14:45 +02:00 |
|
j
|
d2e05200da
|
document events
|
2012-06-18 00:38:26 +02:00 |
|
rolux
|
10281e3c8f
|
add file input example
|
2012-06-17 19:16:52 +02:00 |
|
rolux
|
32eb56bbfe
|
fix punctuation
|
2012-06-17 19:15:54 +02:00 |
|
rolux
|
d27420d43d
|
update file input css
|
2012-06-17 19:15:42 +02:00 |
|
rolux
|
69acb4a04e
|
always use file button title as tooltip
|
2012-06-17 19:15:05 +02:00 |
|
rolux
|
fdb8a2b98b
|
display correct ui for non-empty file inputs
|
2012-06-17 19:14:37 +02:00 |
|
rolux
|
fe8c97db24
|
in Ox.List, handle Ox.TreeList items update
|
2012-06-17 19:13:18 +02:00 |
|
rolux
|
ad368fb819
|
allow for updating a treelist's data option
|
2012-06-17 19:12:23 +02:00 |
|
rolux
|
36a5f5a95f
|
clone menu items before extending them
|
2012-06-17 19:11:23 +02:00 |
|
rolux
|
9dbedf13f9
|
minor changes
|
2012-06-17 19:10:41 +02:00 |
|
rolux
|
7c62771252
|
index.js: load user data immediately, set theme correctly
|
2012-06-17 16:45:32 +02:00 |
|
rolux
|
23ad209561
|
call Ox.localStorage only once
|
2012-06-17 16:42:27 +02:00 |
|
rolux
|
175c8b23d0
|
Collection.js: handle localStorage object
|
2012-06-17 16:41:39 +02:00 |
|
rolux
|
d793d7857d
|
add test for Ox.typeOf(localStorage)
|
2012-06-17 16:40:42 +02:00 |
|
rolux
|
c9474ee04e
|
Ox.load: allow for passing array of modules
|
2012-06-17 15:56:13 +02:00 |
|
rolux
|
8d8e087e3d
|
Ox.loadFile -> Ox.getFile
|
2012-06-17 15:37:21 +02:00 |
|
rolux
|
77adfbf7b8
|
Requests.js: handle errors, various other improvements
|
2012-06-17 15:36:55 +02:00 |
|
rolux
|
ec87a5c51c
|
no need to escape . inside []
|
2012-06-17 15:35:34 +02:00 |
|
rolux
|
e6dafbb874
|
index.js: remove test url
|
2012-06-17 13:25:16 +02:00 |
|
rolux
|
be5cecfe4c
|
build.py: fix symlinks
|
2012-06-17 13:24:41 +02:00 |
|
rolux
|
123f81183e
|
display version, date and sizes
|
2012-06-17 13:10:29 +02:00 |
|
rolux
|
a8ba135bf3
|
include '.gz$' files, unless in '^downloads/'
|
2012-06-17 13:10:18 +02:00 |
|
rolux
|
6fe64796fb
|
build.py: write downloads.json, ignore directories with leading underscore
|
2012-06-17 12:58:43 +02:00 |
|
j
|
d27c1e8cd4
|
Ox.Geo and Ox.Unicode json files need to be loaded with Ox.VERSION too
|
2012-06-17 11:31:19 +02:00 |
|
rolux
|
e663eb68d8
|
display latest version
|
2012-06-17 11:19:01 +02:00 |
|
rolux
|
48b5e9610a
|
update symbols
|
2012-06-17 10:45:45 +02:00 |
|
rlx
|
e9579e10eb
|
decode HTML entities before setting input value to autocomplete menu title
|
2012-06-16 20:48:30 +00:00 |
|
rlx
|
8f4e08063e
|
in play loop, return false instead of calling Ox.Break
|
2012-06-16 20:47:17 +00:00 |
|
rlx
|
d63113d7bd
|
remove print statements
|
2012-06-16 20:46:38 +00:00 |
|
rlx
|
9d475e6012
|
remove warning when returning false from Ox.loop and Ox.forEach
|
2012-06-16 20:46:14 +00:00 |
|
rlx
|
898cc702f5
|
highlight: several bugfixes and performance improvements; normalizeHTML: only use dom if needed
|
2012-06-16 20:45:05 +00:00 |
|
rlx
|
743a36e308
|
Ox.Dialog: handle window resize
|
2012-06-16 17:24:19 +00:00 |
|
rlx
|
9899f80bfb
|
animate({...}, 0) -> css({...})
|
2012-06-16 16:50:58 +00:00 |
|
rlx
|
3fc8a47bf4
|
return original string when highlight is called without query; lazy format annotation date
|
2012-06-16 16:17:28 +00:00 |
|
rlx
|
77f0c762a3
|
Input: submit when doubleclicking clear button; + some reformatting
|
2012-06-16 13:36:03 +00:00 |
|
rlx
|
7c7f97066e
|
FormElementGroup: don't trigger change on submit
|
2012-06-16 13:35:14 +00:00 |
|
j
|
8c7bf418ec
|
dont blow the stack, fixes #853
|
2012-06-16 18:10:19 +02:00 |
|
j
|
484cc7120d
|
fix doc docs
|
2012-06-16 14:28:43 +02:00 |
|
j
|
099fbc7880
|
dont show Run tests is showTests is false, fix documentation example
|
2012-06-16 14:25:08 +02:00 |
|
j
|
9d391e4c13
|
bind/on lenna
|
2012-06-16 13:55:09 +02:00 |
|
j
|
53966f3f53
|
fix Ox.sanitzeHTML if urls are inside an open a tag
|
2012-06-16 13:16:30 +02:00 |
|
rlx
|
cd6e17d124
|
minor reformatting
|
2012-06-16 10:09:21 +00:00 |
|
rlx
|
3e2c2d451e
|
ButtonGroup: add enableButton/disableButton methods
|
2012-06-16 10:08:37 +00:00 |
|