This website requires JavaScript.
b71d9148d0
rename 'keywords' option to 'references'
rolux
2012-06-12 14:31:45 +0200
9c044300ef
integrate tests into doc panel (fixes #782 )
rolux
2012-06-12 13:19:09 +0200
afb9b2f6c2
use new DocPanel options
rolux
2012-06-12 13:18:42 +0200
6aa3f95a4d
remove print statement
rolux
2012-06-12 13:17:54 +0200
893ba67bc0
Ox.UI.getImageURL: fix color regexp
rolux
2012-06-12 13:17:35 +0200
359a8984d3
in Ox.DocPage, display test results
rolux
2012-06-12 13:16:06 +0200
963e594397
allow for themed colored images
rolux
2012-06-12 13:15:24 +0200
15264c188f
add custom icons to Ox.TreeList
rolux
2012-06-12 13:13:23 +0200
721e77f01b
update modern.css
rolux
2012-06-12 13:12:27 +0200
2be7568c45
update classic.css
rolux
2012-06-12 13:11:55 +0200
1fa22924dd
update modern.json
rolux
2012-06-12 13:11:31 +0200
48737fbe30
fix example (use on, not bind)
rolux
2012-06-11 23:49:57 +0200
bf101e5ff0
add color argument to Ox.UI.getImageURL
rolux
2012-06-11 23:49:17 +0200
01f0fc13fd
Ox.DocPage: change name of tests section to Tests; minor cleanup
rolux
2012-06-11 23:48:24 +0200
dfe2f77615
Ox.Map: remove test
rolux
2012-06-11 23:47:06 +0200
964923817e
add color property to themes json
rolux
2012-06-11 23:46:35 +0200
1249e7d3a1
comment out description
rolux
2012-06-11 23:45:53 +0200
9d7549671c
minor cleanup
rolux
2012-06-11 23:45:37 +0200
8c45632dc3
remove stray var
rolux
2012-06-11 23:45:20 +0200
75665b7d3f
remove comments
rolux
2012-06-11 13:40:33 +0200
3c9c1cc4ed
fix #522 : correctly pad days in Ox.formatDuration
rolux
2012-06-11 13:40:28 +0200
7dd06c6d3e
add test for #522
j
2012-06-11 10:55:10 +0200
6a7fce5bcf
cleanup
rolux
2012-06-10 20:18:03 +0200
9c697cce7a
fix bugs in CalendarEditor
rlx
2012-06-10 11:01:06 +0000
26681d7e39
Ox.formatDateRangeDuration: avoid infinite loop when passing a start date that cannot be parsed
rlx
2012-06-10 10:27:06 +0000
92bfb38caf
in Ox.parseDate, only remove first element of values array if there was a match
rlx
2012-06-10 09:21:07 +0000
4625b4ac36
in MapEditor, update number of matches when editing name and alternative names of result places (fixes #824 )
rlx
2012-06-10 09:06:02 +0000
806cbd1557
fix a bug in Ox.filter for objects
rlx
2012-06-10 09:00:12 +0000
7382d9fbb9
also pass data to click events in submenus
j
2012-06-06 21:39:43 +0200
639847da07
don't set timeline state twice
rolux
2012-06-06 16:31:44 +0200
73551a469d
fix #821 : select cut correctly when an annotation is selected
rlx
2012-06-06 14:25:44 +0000
57caa45bf8
write current version to Ox.json and patch Ox.VERSION if loaded via dev/Ox.js
j
2012-06-05 13:59:13 +0200
01587f7348
Ox.Form: don't pass submit option, trigger submit event
rolux
2012-06-05 11:09:44 +0200
5a47341367
update placeName when editing name, not geoname
rolux
2012-06-05 11:08:48 +0200
6c5b8ef0b6
ListCalendar -> CalendarEditor; ListMap -> MapEditor
rolux
2012-06-05 10:25:27 +0200
2fd3345328
update docs
rolux
2012-06-05 10:24:46 +0200
9434c60b53
fix bugs in Image module
rolux
2012-06-04 18:35:55 +0200
20b3508f86
add missing semicolons
rolux
2012-06-04 15:38:09 +0200
56c6ef98c7
Ox.tokenize: handle hex numbers and numbers with exponent
rolux
2012-06-04 15:36:25 +0200
c4ad59bdb6
Ox.IconItem: fix a regression related to highlights across linebreaks; add a class to ellipsis
rolux
2012-06-04 14:32:58 +0200
da4e07fc2f
typo in docs
rolux
2012-06-04 14:07:49 +0200
df3a0c1c49
fix a bug in unbindEvent
rolux
2012-06-04 14:07:35 +0200
7582a795ee
use new Ox.wordwrap signature
rolux
2012-06-04 13:49:39 +0200
6116f4b7f1
cleanup Ox.wordwrap; remove Ox.basename
rolux
2012-06-04 13:49:10 +0200
cce58246fd
use Ox.parsePath instead of Ox.basename
rolux
2012-06-04 13:48:30 +0200
613b594352
remove a print statement
rolux
2012-06-04 13:07:42 +0200
fbe2513cb4
remove 'factor' argument from Ox.formatUnit
rolux
2012-06-04 12:41:40 +0200
f0ba793a85
allow for passing milliseconds to Ox.parseDate
rolux
2012-06-04 12:02:29 +0200
8581a3da3a
remove unneeded constants
rolux
2012-06-04 11:49:27 +0200
7282835f0d
remove 'Ox.copy' alias
rolux
2012-06-04 11:26:01 +0200
cd8b2e297d
remove 'Ox.starts' and 'Ox.ends' aliases, update documentation; fix Ox.pad with negative length
rolux
2012-06-04 11:22:40 +0200
a5c6747b57
change the signature of Ox.pad to match Ox.truncate
rolux
2012-06-04 11:08:38 +0200
24bbf95bd5
typo
rolux
2012-06-03 11:13:39 +0200
42092f163b
Ox.parseURL: update docs & examples
rolux
2012-06-03 11:12:21 +0200
9ce126263b
change the signature of Ox.truncate to allow for passing 'position' without having to pass 'padding', change default padding from '...' to a real ellipsis
rolux
2012-06-03 11:07:39 +0200
3ec610076a
minor reformatting
rolux
2012-06-03 11:07:35 +0200
4ba06fde41
use Ox.highlight; minor reformatting
rolux
2012-06-03 10:41:18 +0200
90147a69fb
rename Ox.highlightHTML to Ox.highlight
rolux
2012-06-03 10:40:46 +0200
ce3c5a4a03
remove Ox.highlight
rolux
2012-06-03 10:40:25 +0200
191d7b3099
add test
rolux
2012-06-03 10:39:59 +0200
43558a55a3
minor changes
rolux
2012-06-02 17:00:44 +0200
ecd84770dd
make Ox.forEach(object...) return a number; remove Ox.setPropertyOnce; move Ox.last to Array.js; update documentation and tests
rolux
2012-06-02 16:08:01 +0200
686df92efa
update documentation
rolux
2012-06-02 15:17:56 +0200
cb208f2333
fix a bug in Ox.ListMap that would keep the form for result places from showing up
rlx
2012-06-02 14:59:08 +0000
d9b0cc5f01
update/fix documentation
rolux
2012-06-02 15:07:29 +0200
e348acee86
parse and display inherited events
rolux
2012-06-02 14:10:59 +0200
ea08852676
update documentation
rolux
2012-06-02 14:10:47 +0200
73fa856900
in documentation use foo
, not <code>foo</code>
rolux
2012-06-02 13:06:44 +0200
bd5a4b6318
Ox.parseMarkdown: in code spans or block, encode '>'
rolux
2012-06-02 12:51:59 +0200
2482cec170
update documentation
rolux
2012-06-02 12:51:24 +0200
39c2497bc5
Ox.Element: update documentation
rolux
2012-06-02 12:37:19 +0200
38ba971dab
Ox.doc: fix regular expressions
rolux
2012-06-02 12:36:48 +0200
ba954cfedf
Ox.getset: fix documentation
rolux
2012-06-02 12:36:25 +0200
ad338ede3b
correctly handle shadowed inherited properties
rolux
2012-06-02 12:13:25 +0200
82599aec75
correctly display 'inherited properties' section title
rolux
2012-06-02 12:01:35 +0200
9b6b6fd356
fix toggleOption method
rolux
2012-06-02 12:00:52 +0200
4434e063bc
typo in docs
rolux
2012-06-02 11:52:36 +0200
d78e644eb8
Ox.doc: make sure root item properties get included in inherited properties
rolux
2012-06-02 11:49:14 +0200
6d528898d2
update docs
rolux
2012-06-02 11:48:47 +0200
2471577cf6
update documentation
rolux
2012-06-02 11:25:52 +0200
2b0b66d06d
update documentation example
rolux
2012-06-02 11:21:54 +0200
0cefbe1997
display inherited properties
rolux
2012-06-02 11:21:16 +0200
55c76942f9
add fixme
rolux
2012-06-02 11:20:55 +0200
23af95b611
correct documentation
rolux
2012-06-02 11:19:54 +0200
9b4a046159
remove a print statement
rolux
2012-06-02 11:19:33 +0200
4221d437ce
Ox.doc: parse inherited properties
rolux
2012-06-01 01:41:38 +0200
ac82c3b30e
Ox.VideoPreview, make timeline optional, fix width/height if not scale to fit
j
2012-05-31 20:15:44 +0200
f8ab51fa40
add alternative signature to Ox.extend
rolux
2012-05-31 12:35:09 +0200
8c347d9009
update documentation (classes)
rolux
2012-05-31 12:32:54 +0200
684c4ceaf2
add second parameter to Ox.count
rolux
2012-05-31 00:48:55 +0200
54266bd3b2
minor fixes
rolux
2012-05-31 00:47:57 +0200
3683bf3d29
refactor HTML module; add functionality to Ox.parseMarkdown; add tests
rolux
2012-05-31 00:47:19 +0200
d6b86b518b
display class
rolux
2012-05-30 22:40:34 +0200
f39a69ccef
add semicolon
rolux
2012-05-30 22:40:07 +0200
abc6e948e0
update docs
rolux
2012-05-30 22:39:47 +0200
b960ef3ea4
Ox.$: update documentation, add trigger method, add test
rolux
2012-05-30 22:38:48 +0200
f1ccfa44f4
add Ox.isError, add tests
rolux
2012-05-30 22:37:23 +0200
91026a0c77
throw warning, not error, when returning false from Ox.forEach or Ox.loop
rolux
2012-05-30 19:25:18 +0200
95de001d8b
in Ox.DocPanel, allow for passing a string as self.options.files
rolux
2012-05-30 19:24:45 +0200
874d316fb2
update documentation example
rolux
2012-05-30 19:23:47 +0200