rolux
|
41f061335f
|
remove log statement
|
2012-06-15 11:42:40 +02:00 |
|
rolux
|
4b143de951
|
Ox.Checkbox: change default width from 'auto' to 16 if there is neither a label nor a title
|
2012-06-15 11:38:25 +02:00 |
|
rolux
|
c8cdcc92c0
|
minor cleanup
|
2012-06-15 11:32:27 +02:00 |
|
rolux
|
b2eaf6a867
|
add OxDocPage and OxExamplePage CSS classes
|
2012-06-15 10:43:20 +02:00 |
|
rolux
|
144b4cdb42
|
remove log statement
|
2012-06-15 10:40:15 +02:00 |
|
rolux
|
1e47435058
|
add atob and btoa polyfills
|
2012-06-15 10:39:22 +02:00 |
|
j
|
0b60f45341
|
fix indent for rows without icon should in treelist
|
2012-06-15 10:38:32 +02:00 |
|
j
|
3b1fd5c38c
|
fix TreeList rows with no icon, fixes #843
|
2012-06-15 10:31:38 +02:00 |
|
rolux
|
37ee99f884
|
Ox.localStorage: fix chaining, add tests
|
2012-06-15 09:43:55 +02:00 |
|
rolux
|
d2322388dc
|
minor changes
|
2012-06-15 09:43:27 +02:00 |
|
rolux
|
43077ceb88
|
typo
|
2012-06-14 16:45:49 +02:00 |
|
rolux
|
cbe8f1db49
|
Ox.identify: update examples
|
2012-06-14 16:44:50 +02:00 |
|
rolux
|
b7129af1b4
|
Ox.SelectInput: focus input when switching to 'other' option
|
2012-06-14 16:05:17 +02:00 |
|
rolux
|
6bdf96fe6b
|
DateInput/TimeInput/DateTimeInput: don't fail when options are undefined
|
2012-06-14 15:50:00 +02:00 |
|
rolux
|
91ee1419aa
|
Ox.Spreadsheet: allow for not passing options.value.values
|
2012-06-14 15:46:57 +02:00 |
|
rolux
|
3a71cab021
|
fix .OxLabel.OxSquare CSS
|
2012-06-14 15:46:13 +02:00 |
|
rolux
|
3fbefa2278
|
Ox.Input: trigger change event when clicking arrows
|
2012-06-14 14:31:44 +02:00 |
|
rolux
|
72ed28494d
|
cleanup
|
2012-06-14 14:31:00 +02:00 |
|
rolux
|
3d3d963ca3
|
.OxLabel.OxSquare should have border-radius: 0
|
2012-06-14 12:36:08 +02:00 |
|
rolux
|
14a4d48b6d
|
explicitely set border-radius
|
2012-06-14 12:35:28 +02:00 |
|
rolux
|
c22da1cfc5
|
Ox.FormItem: use 'OxSelectable' class
|
2012-06-14 12:34:46 +02:00 |
|
rolux
|
38e01c26ca
|
Ox.FormPanel: use section id, not title, as values key; use 'OxSelectable' class
|
2012-06-14 12:34:24 +02:00 |
|
rolux
|
61e425f64d
|
update FormPanel
|
2012-06-13 15:56:42 +02:00 |
|
rolux
|
889ad7a83a
|
in ObjectInput and ObjectArrayInput, don't set height
|
2012-06-13 15:55:34 +02:00 |
|
rolux
|
a874974f9a
|
update CSS for ButtonGroup and CheckboxGroup
|
2012-06-13 15:54:43 +02:00 |
|
rolux
|
2b494815f2
|
fix a bug in select input
|
2012-06-13 15:53:50 +02:00 |
|
rolux
|
63d5f04af7
|
Ox.TreeList: add 'expanded' option
|
2012-06-13 15:53:20 +02:00 |
|
j
|
3087b0637d
|
document Ox.UI and include in index.json
|
2012-06-13 14:15:27 +02:00 |
|
rolux
|
9d877800b4
|
Ox.DocPanel: when navigating to folder in list, don't deselect it
|
2012-06-13 12:08:54 +02:00 |
|
rolux
|
3136c8f381
|
Ox.DocPanel: fix bugs related to ids and selection (the panel's selected option is item name or empty string, the list's selected option is ['the/full/id'])
|
2012-06-13 12:05:32 +02:00 |
|
rlx
|
ba5bea09f0
|
fix #833 (JS error when collapsing sidebar in timelines view)
|
2012-06-13 08:37:07 +00:00 |
|
rolux
|
8bc8c57373
|
use base 10 in parseInt, use Math.floor for numbers
|
2012-06-13 10:28:21 +02:00 |
|
rlx
|
79bb322112
|
when updating a value in a list with an items array, pass new items array (fixes #829)
|
2012-06-13 08:00:02 +00:00 |
|
rlx
|
fbbe1e256a
|
remove whitespace
|
2012-06-13 07:57:27 +00:00 |
|
rolux
|
cb4a32f03b
|
minor changes
|
2012-06-13 09:17:39 +02:00 |
|
rolux
|
cd38e66240
|
typo in Ox.isEqual
|
2012-06-13 09:11:58 +02:00 |
|
rolux
|
110be11a05
|
Ox.test: handle non-null values for which JSON.stringify returns 'null'
|
2012-06-13 09:06:54 +02:00 |
|
rolux
|
4dc11cd256
|
Ox.isEqual(NaN, NaN) should return true
|
2012-06-13 09:04:54 +02:00 |
|
rolux
|
bc83d22850
|
sign(-0) is -0 according to spec; add cosh; add tests
|
2012-06-13 09:04:16 +02:00 |
|
rolux
|
a627f41755
|
fix Ox.sign(-0), should be 0, not -0
|
2012-06-13 08:16:22 +02:00 |
|
rolux
|
8df96dd8fb
|
add sign and trunc
|
2012-06-13 08:12:01 +02:00 |
|
rolux
|
c2ae5d3f4c
|
add acosh, atanh and tanh
|
2012-06-13 00:04:28 +02:00 |
|
rolux
|
fd04452db9
|
make sure Ox.isInt(Infinity) returns false
|
2012-06-13 00:02:55 +02:00 |
|
j
|
2e49324ede
|
load theme json with Ox.VERSION too
|
2012-06-12 21:20:31 +02:00 |
|
rolux
|
4e119b98f1
|
minor cleanup
|
2012-06-12 18:09:25 +02:00 |
|
rolux
|
e415a85d06
|
update test
|
2012-06-12 17:57:20 +02:00 |
|
rolux
|
84d345624f
|
update test stats ui
|
2012-06-12 17:37:35 +02:00 |
|
rolux
|
b915839305
|
display test stats
|
2012-06-12 17:24:58 +02:00 |
|
rolux
|
e21354d7b4
|
Ox.Geo: update docs
|
2012-06-12 17:02:36 +02:00 |
|
rolux
|
28075133ee
|
save test results
|
2012-06-12 16:55:13 +02:00 |
|
rolux
|
0d2f082779
|
update DocPanel and DocPage UI
|
2012-06-12 16:41:37 +02:00 |
|
rolux
|
d89a8e1087
|
make doc page examples menu work
|
2012-06-12 16:26:55 +02:00 |
|
rolux
|
86f6123565
|
Ox.DocPanel: add UI to run tests
|
2012-06-12 15:32:34 +02:00 |
|
rolux
|
6db715ab87
|
don't modify test.statement; delete test.data when done
|
2012-06-12 15:31:46 +02:00 |
|
rolux
|
b9c74fe895
|
handle failed async tests
|
2012-06-12 15:30:58 +02:00 |
|
rolux
|
cc67b1110b
|
in doc panel, parse examples and references
|
2012-06-12 14:32:27 +02:00 |
|
rolux
|
b71d9148d0
|
rename 'keywords' option to 'references'
|
2012-06-12 14:31:45 +02:00 |
|
rolux
|
9c044300ef
|
integrate tests into doc panel (fixes #782)
|
2012-06-12 13:19:09 +02:00 |
|
rolux
|
6aa3f95a4d
|
remove print statement
|
2012-06-12 13:17:54 +02:00 |
|
rolux
|
893ba67bc0
|
Ox.UI.getImageURL: fix color regexp
|
2012-06-12 13:17:35 +02:00 |
|
rolux
|
359a8984d3
|
in Ox.DocPage, display test results
|
2012-06-12 13:16:06 +02:00 |
|
rolux
|
963e594397
|
allow for themed colored images
|
2012-06-12 13:15:24 +02:00 |
|
rolux
|
15264c188f
|
add custom icons to Ox.TreeList
|
2012-06-12 13:13:23 +02:00 |
|
rolux
|
721e77f01b
|
update modern.css
|
2012-06-12 13:12:27 +02:00 |
|
rolux
|
2be7568c45
|
update classic.css
|
2012-06-12 13:11:55 +02:00 |
|
rolux
|
1fa22924dd
|
update modern.json
|
2012-06-12 13:11:31 +02:00 |
|
rolux
|
bf101e5ff0
|
add color argument to Ox.UI.getImageURL
|
2012-06-11 23:49:17 +02:00 |
|
rolux
|
01f0fc13fd
|
Ox.DocPage: change name of tests section to Tests; minor cleanup
|
2012-06-11 23:48:24 +02:00 |
|
rolux
|
dfe2f77615
|
Ox.Map: remove test
|
2012-06-11 23:47:06 +02:00 |
|
rolux
|
964923817e
|
add color property to themes json
|
2012-06-11 23:46:35 +02:00 |
|
rolux
|
1249e7d3a1
|
comment out description
|
2012-06-11 23:45:53 +02:00 |
|
rolux
|
9d7549671c
|
minor cleanup
|
2012-06-11 23:45:37 +02:00 |
|
rolux
|
8c45632dc3
|
remove stray var
|
2012-06-11 23:45:20 +02:00 |
|
rolux
|
75665b7d3f
|
remove comments
|
2012-06-11 13:40:33 +02:00 |
|
rolux
|
3c9c1cc4ed
|
fix #522: correctly pad days in Ox.formatDuration
|
2012-06-11 13:40:28 +02:00 |
|
j
|
7dd06c6d3e
|
add test for #522
|
2012-06-11 10:55:10 +02:00 |
|
rolux
|
6a7fce5bcf
|
cleanup
|
2012-06-10 20:18:03 +02:00 |
|
rlx
|
9c697cce7a
|
fix bugs in CalendarEditor
|
2012-06-10 11:01:06 +00:00 |
|
rlx
|
26681d7e39
|
Ox.formatDateRangeDuration: avoid infinite loop when passing a start date that cannot be parsed
|
2012-06-10 10:27:06 +00:00 |
|
rlx
|
92bfb38caf
|
in Ox.parseDate, only remove first element of values array if there was a match
|
2012-06-10 09:21:07 +00:00 |
|
rlx
|
4625b4ac36
|
in MapEditor, update number of matches when editing name and alternative names of result places (fixes #824)
|
2012-06-10 09:06:02 +00:00 |
|
rlx
|
806cbd1557
|
fix a bug in Ox.filter for objects
|
2012-06-10 09:00:12 +00:00 |
|
j
|
7382d9fbb9
|
also pass data to click events in submenus
|
2012-06-06 21:39:43 +02:00 |
|
rolux
|
639847da07
|
don't set timeline state twice
|
2012-06-06 16:31:44 +02:00 |
|
rlx
|
73551a469d
|
fix #821: select cut correctly when an annotation is selected
|
2012-06-06 14:25:44 +00: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
|
01587f7348
|
Ox.Form: don't pass submit option, trigger submit event
|
2012-06-05 11:09:44 +02:00 |
|
rolux
|
5a47341367
|
update placeName when editing name, not geoname
|
2012-06-05 11:08:48 +02:00 |
|
rolux
|
6c5b8ef0b6
|
ListCalendar -> CalendarEditor; ListMap -> MapEditor
|
2012-06-05 10:25:27 +02:00 |
|
rolux
|
2fd3345328
|
update docs
|
2012-06-05 10:24:46 +02:00 |
|
rolux
|
9434c60b53
|
fix bugs in Image module
|
2012-06-04 18:35:55 +02:00 |
|
rolux
|
20b3508f86
|
add missing semicolons
|
2012-06-04 15:38:09 +02:00 |
|
rolux
|
56c6ef98c7
|
Ox.tokenize: handle hex numbers and numbers with exponent
|
2012-06-04 15:36:25 +02:00 |
|
rolux
|
c4ad59bdb6
|
Ox.IconItem: fix a regression related to highlights across linebreaks; add a class to ellipsis
|
2012-06-04 14:32:58 +02:00 |
|
rolux
|
da4e07fc2f
|
typo in docs
|
2012-06-04 14:07:49 +02:00 |
|
rolux
|
df3a0c1c49
|
fix a bug in unbindEvent
|
2012-06-04 14:07:35 +02:00 |
|
rolux
|
7582a795ee
|
use new Ox.wordwrap signature
|
2012-06-04 13:49:39 +02:00 |
|
rolux
|
6116f4b7f1
|
cleanup Ox.wordwrap; remove Ox.basename
|
2012-06-04 13:49:10 +02:00 |
|
rolux
|
613b594352
|
remove a print statement
|
2012-06-04 13:07:42 +02:00 |
|
rolux
|
fbe2513cb4
|
remove 'factor' argument from Ox.formatUnit
|
2012-06-04 12:41:40 +02:00 |
|
rolux
|
f0ba793a85
|
allow for passing milliseconds to Ox.parseDate
|
2012-06-04 12:02:29 +02:00 |
|
rolux
|
8581a3da3a
|
remove unneeded constants
|
2012-06-04 11:49:27 +02:00 |
|
rolux
|
7282835f0d
|
remove 'Ox.copy' alias
|
2012-06-04 11:26:01 +02:00 |
|
rolux
|
cd8b2e297d
|
remove 'Ox.starts' and 'Ox.ends' aliases, update documentation; fix Ox.pad with negative length
|
2012-06-04 11:22:40 +02:00 |
|
rolux
|
a5c6747b57
|
change the signature of Ox.pad to match Ox.truncate
|
2012-06-04 11:08:38 +02:00 |
|
rolux
|
24bbf95bd5
|
typo
|
2012-06-03 11:13:39 +02:00 |
|
rolux
|
42092f163b
|
Ox.parseURL: update docs & examples
|
2012-06-03 11:12:21 +02:00 |
|
rolux
|
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
|
2012-06-03 11:07:39 +02:00 |
|
rolux
|
3ec610076a
|
minor reformatting
|
2012-06-03 11:07:35 +02:00 |
|
rolux
|
4ba06fde41
|
use Ox.highlight; minor reformatting
|
2012-06-03 10:41:18 +02:00 |
|
rolux
|
90147a69fb
|
rename Ox.highlightHTML to Ox.highlight
|
2012-06-03 10:40:46 +02:00 |
|
rolux
|
ce3c5a4a03
|
remove Ox.highlight
|
2012-06-03 10:40:25 +02:00 |
|
rolux
|
191d7b3099
|
add test
|
2012-06-03 10:39:59 +02:00 |
|
rolux
|
43558a55a3
|
minor changes
|
2012-06-02 17:00:44 +02:00 |
|
rolux
|
ecd84770dd
|
make Ox.forEach(object...) return a number; remove Ox.setPropertyOnce; move Ox.last to Array.js; update documentation and tests
|
2012-06-02 16:08:01 +02:00 |
|
rolux
|
686df92efa
|
update documentation
|
2012-06-02 15:17:56 +02:00 |
|
rlx
|
cb208f2333
|
fix a bug in Ox.ListMap that would keep the form for result places from showing up
|
2012-06-02 14:59:08 +00:00 |
|
rolux
|
d9b0cc5f01
|
update/fix documentation
|
2012-06-02 15:07:29 +02:00 |
|
rolux
|
e348acee86
|
parse and display inherited events
|
2012-06-02 14:10:59 +02:00 |
|
rolux
|
ea08852676
|
update documentation
|
2012-06-02 14:10:47 +02:00 |
|
rolux
|
73fa856900
|
in documentation use foo , not <code>foo</code>
|
2012-06-02 13:06:44 +02:00 |
|
rolux
|
bd5a4b6318
|
Ox.parseMarkdown: in code spans or block, encode '>'
|
2012-06-02 12:51:59 +02:00 |
|
rolux
|
2482cec170
|
update documentation
|
2012-06-02 12:51:24 +02:00 |
|
rolux
|
39c2497bc5
|
Ox.Element: update documentation
|
2012-06-02 12:37:19 +02:00 |
|
rolux
|
38ba971dab
|
Ox.doc: fix regular expressions
|
2012-06-02 12:36:48 +02:00 |
|
rolux
|
ba954cfedf
|
Ox.getset: fix documentation
|
2012-06-02 12:36:25 +02:00 |
|
rolux
|
ad338ede3b
|
correctly handle shadowed inherited properties
|
2012-06-02 12:13:25 +02:00 |
|
rolux
|
82599aec75
|
correctly display 'inherited properties' section title
|
2012-06-02 12:01:35 +02:00 |
|
rolux
|
9b6b6fd356
|
fix toggleOption method
|
2012-06-02 12:00:52 +02:00 |
|
rolux
|
4434e063bc
|
typo in docs
|
2012-06-02 11:52:36 +02:00 |
|
rolux
|
d78e644eb8
|
Ox.doc: make sure root item properties get included in inherited properties
|
2012-06-02 11:49:14 +02:00 |
|
rolux
|
6d528898d2
|
update docs
|
2012-06-02 11:48:47 +02:00 |
|
rolux
|
2471577cf6
|
update documentation
|
2012-06-02 11:25:52 +02:00 |
|
rolux
|
0cefbe1997
|
display inherited properties
|
2012-06-02 11:21:16 +02:00 |
|
rolux
|
55c76942f9
|
add fixme
|
2012-06-02 11:20:55 +02:00 |
|
rolux
|
23af95b611
|
correct documentation
|
2012-06-02 11:19:54 +02:00 |
|
rolux
|
9b4a046159
|
remove a print statement
|
2012-06-02 11:19:33 +02:00 |
|
rolux
|
4221d437ce
|
Ox.doc: parse inherited properties
|
2012-06-01 01:41:38 +02:00 |
|
j
|
ac82c3b30e
|
Ox.VideoPreview, make timeline optional, fix width/height if not scale to fit
|
2012-05-31 20:15:44 +02:00 |
|
rolux
|
f8ab51fa40
|
add alternative signature to Ox.extend
|
2012-05-31 12:35:09 +02:00 |
|
rolux
|
8c347d9009
|
update documentation (classes)
|
2012-05-31 12:32:54 +02:00 |
|
rolux
|
684c4ceaf2
|
add second parameter to Ox.count
|
2012-05-31 00:48:55 +02:00 |
|
rolux
|
54266bd3b2
|
minor fixes
|
2012-05-31 00:47:57 +02:00 |
|
rolux
|
3683bf3d29
|
refactor HTML module; add functionality to Ox.parseMarkdown; add tests
|
2012-05-31 00:47:19 +02:00 |
|
rolux
|
d6b86b518b
|
display class
|
2012-05-30 22:40:34 +02:00 |
|
rolux
|
f39a69ccef
|
add semicolon
|
2012-05-30 22:40:07 +02:00 |
|
rolux
|
abc6e948e0
|
update docs
|
2012-05-30 22:39:47 +02:00 |
|
rolux
|
b960ef3ea4
|
Ox.$: update documentation, add trigger method, add test
|
2012-05-30 22:38:48 +02:00 |
|
rolux
|
f1ccfa44f4
|
add Ox.isError, add tests
|
2012-05-30 22:37:23 +02:00 |
|
rolux
|
91026a0c77
|
throw warning, not error, when returning false from Ox.forEach or Ox.loop
|
2012-05-30 19:25:18 +02:00 |
|
rolux
|
95de001d8b
|
in Ox.DocPanel, allow for passing a string as self.options.files
|
2012-05-30 19:24:45 +02:00 |
|
rolux
|
3e6e938596
|
trying to fix SourceViewer code block CSS
|
2012-05-30 19:23:23 +02:00 |
|
rolux
|
721989b67b
|
cleanup
|
2012-05-30 19:22:24 +02:00 |
|
rolux
|
bff20cd96a
|
in parseMarkdown, don't write empty class for code blocks, and don't encode their content
|
2012-05-30 19:21:59 +02:00 |
|
rolux
|
e9fb83c578
|
in Ox.doc, simplify and speed up parseTokens()
|
2012-05-30 19:19:51 +02:00 |
|
j
|
19dba40ec8
|
always set enabledUsers
|
2012-05-30 17:20:58 +02:00 |
|
rolux
|
5b6f161612
|
add localStorage to polyfills; slightly refactor Ox.localStorage; remove whitespace; update example
|
2012-05-30 16:21:07 +02:00 |
|
rolux
|
41a3eaacd4
|
remove dead code
|
2012-05-30 15:22:40 +02:00 |
|
rolux
|
8104a9100e
|
update SourceViewer CSS
|
2012-05-30 15:20:15 +02:00 |
|
rolux
|
9c20602324
|
leave doc comments in the source code
|
2012-05-30 15:20:00 +02:00 |
|
rolux
|
9269b96469
|
use markdown
|
2012-05-30 13:34:57 +02:00 |
|
rolux
|
c831b89944
|
fix a bug that would keep test results from being displayed
|
2012-05-30 13:33:37 +02:00 |
|
rolux
|
07369fefec
|
add Ox.parseMarkdown and Ox.encodeEmailAddress
|
2012-05-30 13:32:33 +02:00 |
|
rolux
|
1c98a3198a
|
correct documentation, use markdown
|
2012-05-30 13:31:42 +02:00 |
|
rolux
|
ca05f24a6a
|
update and fix tests
|
2012-05-30 10:19:30 +02:00 |
|
j
|
2f98800715
|
typo
|
2012-05-30 02:32:14 +02:00 |
|
j
|
888bf094ad
|
only sort object keys in treelist
|
2012-05-30 02:29:38 +02:00 |
|
rolux
|
6847102507
|
fix documentation
|
2012-05-30 00:28:52 +02:00 |
|
rolux
|
c12c49d4d1
|
update Ox.DocPage
|
2012-05-30 00:28:14 +02:00 |
|
rolux
|
49adbe7048
|
fix CSS for OxSourceCode
|
2012-05-30 00:27:14 +02:00 |
|
rolux
|
f7e58b05e9
|
update Ox.doc; add (some) inline comments in Ox.test
|
2012-05-30 00:26:25 +02:00 |
|
rolux
|
250db05abc
|
correct Ox.doc documentation
|
2012-05-29 16:19:57 +02:00 |
|
rolux
|
e791e93a65
|
update SourceCode CSS
|
2012-05-29 16:18:37 +02:00 |
|
rolux
|
5dc654ad6d
|
Ox.doc: change test object from {statement, result} to {statement, expected}, plus some refactoring; Ox.test: allow source, file, files, docObject or docObjects as first argument, make it testable and add a test, plus some refactoring; Ox.tokenize: add error type, continue lexing on error
|
2012-05-29 16:18:05 +02:00 |
|
rolux
|
38016aa06b
|
Ox.doc: add tests; Ox.test: add documentation
|
2012-05-29 13:48:54 +02:00 |
|
rolux
|
c5fdc1ab39
|
simplify escapeRegExp regexp
|
2012-05-29 12:59:41 +02:00 |
|
rolux
|
7dd9169b3f
|
Ox.fallback -> Ox.polyfill
|
2012-05-29 12:20:50 +02:00 |
|
rolux
|
b151a0c9a8
|
fix formatting bugs related to optional replacements
|
2012-05-29 12:14:58 +02:00 |
|
rolux
|
8cd27bca2f
|
'null' and 'undefined' are primitives, too
|
2012-05-29 12:12:54 +02:00 |
|
j
|
a0646c54d3
|
add more documentation tooltip.show
|
2012-05-29 11:18:36 +02:00 |
|
j
|
266a0fa9df
|
fix tooltip
|
2012-05-28 21:03:48 +00:00 |
|
j
|
91e1065aab
|
rename Ox.UI source files, remove Ox. prefix
|
2012-05-28 19:44:12 +00:00 |
|
j
|
005d50c389
|
self.setOption ~> that.update
|
2012-05-28 19:35:41 +00:00 |
|
rolux
|
9ee0742b53
|
refactoring
|
2012-05-28 18:21:00 +02:00 |
|
rlx
|
ab68c4a54f
|
add that.update to Ox.Element
|
2012-05-28 16:16:23 +00:00 |
|
rolux
|
2323525e25
|
that.update() -> that.updatePanel()
|
2012-05-28 17:53:21 +02:00 |
|
rolux
|
461a237880
|
.bind -> .on, .unbind -> .off
|
2012-05-28 16:06:22 +02:00 |
|
rolux
|
f45f993f42
|
minor reformatting
|
2012-05-28 16:04:50 +02:00 |
|
rolux
|
de9021ca0c
|
add fixme
|
2012-05-28 16:04:28 +02:00 |
|
rolux
|
102d8dce41
|
in event callbacks, use this., not data._element
|
2012-05-28 16:03:59 +02:00 |
|
rolux
|
7f05af7380
|
allow for binding a callback to all events of an element; change the signature of event callbacks from (data) to (data, event), where event is the original jQuery event (formerly data._event)
|
2012-05-28 16:02:25 +02:00 |
|
rolux
|
8c60fef203
|
translate foo to <code>foo</code>
|
2012-05-28 15:58:10 +02:00 |
|
rolux
|
ef15919a3e
|
rename the 'original event data' property of Ox.List drag & drop events from '_event' to 'event'
|
2012-05-28 15:55:35 +02:00 |
|
rolux
|
2b592a8f2d
|
add comment
|
2012-05-28 15:53:38 +02:00 |
|
rolux
|
a80534a1bd
|
Ox.$.bind -> Ox.$.on, Ox.$.unbind -> Ox.$.off
|
2012-05-28 15:53:10 +02:00 |
|
rolux
|
3208ab35b9
|
improved test
|
2012-05-28 15:52:27 +02:00 |
|
rolux
|
1b99ab0fc9
|
cleanup and simplify Ox.JQueryElement
|
2012-05-28 11:30:51 +02:00 |
|
rolux
|
8210a0c5cd
|
fix a bug in sort, rename vars, re-enable Ox.api documentation
|
2012-05-28 07:52:46 +02:00 |
|
rolux
|
01493c1fe5
|
re-order methods
|
2012-05-27 23:17:40 +02:00 |
|
rolux
|
c09ef8b2b6
|
add a fixme and a semicolon
|
2012-05-27 23:17:02 +02:00 |
|
rolux
|
3fa59712c8
|
fix a potential bug in Ox.decodeBase32
|
2012-05-27 23:16:35 +02:00 |
|
rolux
|
9d26a4b6c3
|
add tests
|
2012-05-27 23:14:59 +02:00 |
|
rolux
|
b6411d485a
|
off by one in Ox.encodeBase26
|
2012-05-27 22:59:43 +02:00 |
|
rolux
|
f030596468
|
remove Ox.TYPES
|
2012-05-27 22:09:52 +02:00 |
|
rolux
|
30e59f5538
|
when passing an array to Ox.values, return a clone, not the original array
|
2012-05-27 22:08:08 +02:00 |
|
rolux
|
9cc9a167f8
|
minor cleanup
|
2012-05-27 21:53:27 +02:00 |
|
rolux
|
948437b535
|
in Ox.doc, fix item.line; in Ox.tokenize, make line and column start at 1, not 0
|
2012-05-27 21:53:02 +02:00 |
|
rolux
|
5204ef14b4
|
update documentation, add test
|
2012-05-27 21:38:02 +02:00 |
|
rolux
|
5a07fc2519
|
typo in documentation
|
2012-05-27 21:34:16 +02:00 |
|
rolux
|
51edb6b82a
|
add missing semicolons
|
2012-05-27 21:33:36 +02:00 |
|
rolux
|
2ea1283901
|
use new-style tokens
|
2012-05-27 21:33:04 +02:00 |
|
rolux
|
f98d997c4a
|
typo in comment
|
2012-05-27 21:32:39 +02:00 |
|
rolux
|
b9f7490436
|
improve test
|
2012-05-27 21:32:08 +02:00 |
|
rolux
|
45942cc3f2
|
fix Ox.isEqual(-0, +0), update tests
|
2012-05-27 18:59:40 +02:00 |
|
rolux
|
8612218011
|
remove print statement, make slow tests faster
|
2012-05-27 18:46:59 +02:00 |
|
rolux
|
b44b2da4d2
|
use simplified async test syntax
|
2012-05-27 18:44:00 +02:00 |
|
rolux
|
ba4086bc55
|
Ox.noop: call the last (not the first) argument in case it is a function - this way it can be used as an async iterator
|
2012-05-27 18:43:12 +02:00 |
|
rolux
|
a811f29837
|
add test
|
2012-05-27 18:41:14 +02:00 |
|
rolux
|
f3b0bb6c86
|
simplify async test syntax, allow for files with ?random suffix
|
2012-05-27 18:40:51 +02:00 |
|
rolux
|
f996a24ce2
|
don't require async tests to also return synchronously
|
2012-05-27 17:00:18 +02:00 |
|
rolux
|
54694e3d7e
|
add async test for Ox.encodeDeflate
|
2012-05-27 16:54:50 +02:00 |
|
rolux
|
27b55e2b6e
|
update DocPage ('examples' property renamed to 'tests')
|
2012-05-27 16:54:20 +02:00 |
|
rolux
|
b4bb926c0c
|
move Ox.parseDuration to String.js
|
2012-05-27 16:53:23 +02:00 |
|
rolux
|
6a2ac97bec
|
in Ox.test, allow for async tests; in Ox.doc, rename the 'examples' property to 'tests'
|
2012-05-27 16:52:48 +02:00 |
|
rolux
|
6e7743efd3
|
move Ox.parseDuration to String.js
|
2012-05-27 16:51:49 +02:00 |
|
rolux
|
a34c406d78
|
Date.js: add the missing date argument to Ox.getTimezoneOffset (the current timezone's offset may have been different in the past); return '+0000', not '-0000', in Ox.getTimezoneOffsetString; correct a test for Ox.makeDate
|
2012-05-27 15:05:24 +02:00 |
|
rolux
|
4b8c1a7d6b
|
Ox.formatDate: better tests for '%s' and '%+', fix '%s', '%Z' and '%z'
|
2012-05-27 15:01:22 +02:00 |
|
rolux
|
707899b61c
|
add test
|
2012-05-27 13:42:55 +02:00 |
|
rolux
|
ccae6e4997
|
reorder regexp, add test
|
2012-05-27 13:40:19 +02:00 |
|
rolux
|
cc29f8f832
|
in Ox.sanitizeHTML, allow mailto: links
|
2012-05-27 13:28:08 +02:00 |
|
rolux
|
17983efc47
|
in Ox.sanitizeHTML, fix a bug with adding links
|
2012-05-27 13:11:49 +02:00 |
|
rolux
|
c41afd2f5d
|
Ox.parseHTML -> Ox.sanitizeHTML, Ox.encodeHTML -> Ox.encodeHTMLEntities, Ox.decodeHTML -> Ox.decodeHTMLEntities
|
2012-05-27 12:40:02 +02:00 |
|
rolux
|
fef07dff6f
|
rewrite formatText for clarity, and use new Ox.highlightHTML
|
2012-05-27 12:38:14 +02:00 |
|
rolux
|
40d1d021d4
|
remove Ox.encodeHTML and Ox.decodeHTML; move Ox.encodeHTMLEntities and Ox.decodeHTMLEntities to HTML.js
|
2012-05-27 12:37:09 +02:00 |
|
rolux
|
b93750e325
|
replace Ox.parseEmailAddresses and Ox.parseURLs with Ox.addLinks; rename Ox.parseHTML to Ox.sanitizeHTML; add Ox.normalizeHTML; update Ox.encodeHTMLEntities and Ox.decodeHTMLEntities so that they also cover the previous Ox.encodeHTML and Ox.decodeHTML
|
2012-05-27 12:36:16 +02:00 |
|
rolux
|
f94395d652
|
move Ox.parseURL to String.js and Ox.highlightHTML to HTML.js
|
2012-05-27 12:31:09 +02:00 |
|
rolux
|
68c06a76bf
|
fix Ox.replaceRegExp
|
2012-05-26 23:15:09 +02:00 |
|
j
|
ba724933e8
|
fix setting position and paused state on timeline panel and player
|
2012-05-26 19:01:05 +00:00 |
|
j
|
68d50978ba
|
trailing comma removal,
|
2012-05-26 15:48:19 +00:00 |
|
j
|
61e05f4f86
|
fix object stringify
|
2012-05-26 15:47:41 +00:00 |
|
j
|
0fc0e671e1
|
allow changing options.paused before metadata is loaded, trigger loadedmetadata event
|
2012-05-26 13:32:31 +00:00 |
|
rolux
|
6169a4e6ec
|
in JSON.parse, throw original error
|
2012-05-26 15:09:57 +02:00 |
|
rolux
|
f37c60b31a
|
json dates have milliseconds
|
2012-05-26 15:05:35 +02:00 |
|
rolux
|
5c2842e0d4
|
add Ox.splice
|
2012-05-26 15:05:11 +02:00 |
|
rolux
|
037685e738
|
json dates are utc
|
2012-05-26 14:42:59 +02:00 |
|
rolux
|
12ed2c93fc
|
fix #799: use '(function() {}())', not '(function() {})()'
|
2012-05-26 14:38:45 +02:00 |
|
rolux
|
5bfc555b9e
|
add Ox.fallback.JSON
|
2012-05-26 14:33:50 +02:00 |
|
j
|
033155cc51
|
expose paused as option in VideoEdito and VideoPlayerPanel
|
2012-05-26 11:52:08 +00:00 |
|
rolux
|
d9c69a0975
|
improve performance of DocPanel by returning tokens (not source) from Ox.doc and making Ox.SyntaxHighlighter accept tokens
|
2012-05-26 13:11:06 +02:00 |
|
rolux
|
6b12776ed9
|
update docs, add tests
|
2012-05-26 13:02:50 +02:00 |
|
rolux
|
e081f5b0ee
|
use new-style (textual, not tokenized) source
|
2012-05-26 12:56:23 +02:00 |
|
rolux
|
ba4588f3fa
|
use new-style tokens
|
2012-05-26 12:55:54 +02:00 |
|
rolux
|
6c98a82800
|
add Ox.KEYWORDS
|
2012-05-26 12:55:20 +02:00 |
|
rolux
|
5a2ecca0f1
|
improve Ox.tokenize, add Ox.identify
|
2012-05-26 12:54:52 +02:00 |
|
rolux
|
08aedd34fd
|
update docs
|
2012-05-26 00:44:21 +02:00 |
|
rolux
|
9ffe48b526
|
move comment out of docs
|
2012-05-26 00:42:32 +02:00 |
|
rolux
|
093af4ee35
|
use loadScriptsParallel
|
2012-05-26 00:20:52 +02:00 |
|
rolux
|
5086c5da90
|
test for undefined
|
2012-05-26 00:20:43 +02:00 |
|
rolux
|
65c070d6b6
|
update test, add comments
|
2012-05-26 00:18:50 +02:00 |
|
rolux
|
463c9d9e90
|
rename vars
|
2012-05-26 00:18:08 +02:00 |
|
rolux
|
93cefc518a
|
add a test
|
2012-05-26 00:17:32 +02:00 |
|
rolux
|
b4c0060861
|
better Ox.minify
|
2012-05-26 00:02:28 +02:00 |
|
j
|
5fa84fc9af
|
remove trailing commas
|
2012-05-25 21:59:48 +00:00 |
|
j
|
aa8f4133be
|
IE8 fixes
|
2012-05-25 21:42:10 +00:00 |
|
rolux
|
12dcdf13fc
|
fix Ox.isEqual
|
2012-05-25 23:00:28 +02:00 |
|
rolux
|
c481889f3a
|
typo
|
2012-05-25 22:30:17 +02:00 |
|
rolux
|
735b47ca8d
|
update comment
|
2012-05-25 22:27:39 +02:00 |
|
rolux
|
b2cae84ca9
|
rename vars
|
2012-05-25 21:25:48 +02:00 |
|
rolux
|
5ad848c563
|
fix Ox.typeOf
|
2012-05-25 21:19:27 +02:00 |
|
rolux
|
f46ff46da8
|
re-insert closure
|
2012-05-25 21:13:11 +02:00 |
|
rolux
|
a956c8b7e1
|
typo
|
2012-05-25 21:09:52 +02:00 |
|
rolux
|
9aca80c3cb
|
add nodelist type check
|
2012-05-25 21:08:29 +02:00 |
|
rolux
|
b0000b5169
|
check if history.pushState exists
|
2012-05-25 19:58:43 +02:00 |
|
rolux
|
e1192fd45e
|
use Ox.filter
|
2012-05-25 19:46:27 +02:00 |
|
rolux
|
ec12eddfba
|
use Ox.typeOf
|
2012-05-25 19:46:02 +02:00 |
|
rolux
|
80549fe4e2
|
handle FF 3.6 arguments 'object'
|
2012-05-25 19:45:07 +02:00 |
|
rolux
|
c8cc037ef6
|
in Ox.wrap, iterate over Ox.methods(Ox)
|
2012-05-25 19:28:39 +02:00 |
|
rolux
|
c56b7cc9ed
|
fix a bug in Ox.test
|
2012-05-25 19:28:17 +02:00 |
|
rolux
|
dfbbcd113b
|
handle FF 3.6
|
2012-05-25 19:09:25 +02:00 |
|
rolux
|
fa1b2346ef
|
minor change
|
2012-05-25 19:07:40 +02:00 |
|
rolux
|
d14abf96fc
|
check if history.replaceState exists
|
2012-05-25 18:51:26 +02:00 |
|
rolux
|
fe8031578a
|
remove newline
|
2012-05-25 18:33:37 +02:00 |
|
rolux
|
873dc2e550
|
use global, not window
|
2012-05-25 18:33:12 +02:00 |
|
rolux
|
8a7e0dff11
|
don't eval tests if there is only a script tag
|
2012-05-25 18:32:54 +02:00 |
|
j
|
eb9cd1e397
|
IE fixes
|
2012-05-25 16:28:05 +00:00 |
|
rolux
|
d83046460f
|
fix window.console.log for IE8/IE9
|
2012-05-25 18:03:02 +02:00 |
|
rolux
|
20564c7fab
|
reordering functions
|
2012-05-25 17:46:54 +02:00 |
|
rolux
|
b2f392a2b5
|
add Array.isArray
|
2012-05-25 17:45:01 +02:00 |
|
rolux
|
2f5a99a88f
|
add Function.prototype.bind and window.console.log.apply
|
2012-05-25 17:40:21 +02:00 |
|
rolux
|
67fcca7304
|
in Ox.typeOf, handie IE nodelist (htmlcollection)
|
2012-05-25 17:39:37 +02:00 |
|
rolux
|
9d4128c787
|
add tests
|
2012-05-25 16:25:41 +02:00 |
|
rolux
|
4c2199a820
|
update tests
|
2012-05-25 16:25:35 +02:00 |
|
rolux
|
aebd6aacff
|
add Array.prototype.every and Array.prototype.some
|
2012-05-25 15:24:27 +02:00 |
|
rolux
|
223323ac82
|
add Array.prototype.reduceRight
|
2012-05-25 15:16:21 +02:00 |
|
rolux
|
d8a88c7f47
|
add Array.prototype.lastIndexOf
|
2012-05-25 14:49:47 +02:00 |
|
rolux
|
68ff06af2a
|
use native ''.trim; rename vars
|
2012-05-25 14:32:17 +02:00 |
|
rolux
|
e480d87b34
|
add String.prototype.trim
|
2012-05-25 14:16:51 +02:00 |
|
rolux
|
e47f826329
|
minor cleanup
|
2012-05-25 13:42:33 +02:00 |
|
rolux
|
b1ff236b3f
|
rename vars
|
2012-05-25 13:42:25 +02:00 |
|
rolux
|
84050d67a3
|
rename vars
|
2012-05-25 13:32:57 +02:00 |
|
rolux
|
95bfdf9b4d
|
rename vars; improved Ox.typeOf patch for Mobile Safari
|
2012-05-25 13:00:40 +02:00 |
|
rolux
|
2dbb61c103
|
rename vars; in Ox.formatDimensions, use multiplication sign; more efficient version of Ox.parseDuration
|
2012-05-25 12:19:04 +02:00 |
|
rolux
|
a37949094d
|
rename vars; more efficient version of Ox.formatDate
|
2012-05-25 12:08:20 +02:00 |
|
rolux
|
5b8f1dd3b5
|
rename var
|
2012-05-25 11:44:43 +02:00 |
|
rolux
|
f2be6ebcc0
|
typo
|
2012-05-25 11:44:25 +02:00 |
|
rolux
|
e73b7efc2f
|
add space
|
2012-05-25 11:44:05 +02:00 |
|
rolux
|
bf02d50909
|
fix a bug in Ox.decodeDeflate (slice(1,-0) returns '')
|
2012-05-25 11:43:38 +02:00 |
|
rolux
|
12296c41db
|
add space
|
2012-05-25 11:41:51 +02:00 |
|
rolux
|
e06bf4889d
|
block less in image.forEach
|
2012-05-25 10:39:09 +02:00 |
|
j
|
d49847593b
|
use Ox.LoadingIcon in Ox.VideoPlayer, fixes #798
|
2012-05-25 11:37:08 +02:00 |
|
rolux
|
ad3b50cb82
|
cleanup; rename vars; fix deflate
|
2012-05-25 10:37:48 +02:00 |
|
rolux
|
cda702d94d
|
typo
|
2012-05-25 09:53:55 +02:00 |
|
rolux
|
e4f34b1c7d
|
rename vars
|
2012-05-25 09:52:57 +02:00 |
|
rolux
|
147d637b7b
|
typos
|
2012-05-25 09:46:34 +02:00 |
|
rolux
|
c30fe02850
|
use new Ox.find
|
2012-05-25 09:46:29 +02:00 |
|
rolux
|
565dc6ad35
|
rename vars; move Ox.find, Ox.getIndexById, Ox.getObjectById, Ox.makeArray and Ox.toArray to Array.js; make Ox.find accept a third argument ('leading') and return a single array; improve IE patch for Ox.toArray
|
2012-05-25 09:44:48 +02:00 |
|
rolux
|
631ad8222d
|
rename vars
|
2012-05-25 09:40:27 +02:00 |
|
rolux
|
7f7a5aa44c
|
in Ox.walk, pass array of keys to iterator; rename vars
|
2012-05-25 09:39:33 +02:00 |
|
rolux
|
42923bedf1
|
rename vars; add tests
|
2012-05-25 09:35:20 +02:00 |
|
rolux
|
26093367ec
|
rename vars
|
2012-05-25 09:34:50 +02:00 |
|
rolux
|
61bb1c3598
|
typo; fix a test
|
2012-05-25 09:33:34 +02:00 |
|
rolux
|
8aa2e7f29c
|
typo
|
2012-05-25 09:32:49 +02:00 |
|
rolux
|
7eb6ec56b8
|
typo
|
2012-05-25 09:32:32 +02:00 |
|
rolux
|
f48adff6c7
|
move Ox.getset and Ox.makeObject to Object.js
|
2012-05-25 09:32:11 +02:00 |
|
rolux
|
d21c95e9fd
|
typo
|
2012-05-25 09:31:22 +02:00 |
|
rolux
|
801aee31b8
|
typo
|
2012-05-25 09:31:03 +02:00 |
|
rolux
|
d5a2588a1e
|
use Ox.contains
|
2012-05-24 19:22:57 +02:00 |
|
rolux
|
544e117cb3
|
Ox.break -> Ox.Break
|
2012-05-24 19:20:29 +02:00 |
|
rolux
|
b7d9d9ba54
|
add comments
|
2012-05-24 19:13:46 +02:00 |
|
rolux
|
d9fa83ac29
|
minor change
|
2012-05-24 19:13:25 +02:00 |
|
rlx
|
458faa78da
|
minor change
|
2012-05-24 17:12:02 +00:00 |
|
rlx
|
bdb399614f
|
do not alias Ox.contains as Ox.in
|
2012-05-24 17:11:48 +00:00 |
|
rlx
|
d4bcc66fe8
|
add a semicolon
|
2012-05-24 17:10:51 +00:00 |
|
rlx
|
c4e66fbb3d
|
rename Ox.break to Ox.Break and move it to Core.js, use storage['delete'] in order to support older IE versions
|
2012-05-24 17:10:29 +00:00 |
|
rlx
|
c8c50b9e89
|
rename Ox.void to Ox.noop
|
2012-05-24 16:20:22 +00:00 |
|
rlx
|
d5962a972d
|
fix Ox.typeOf for Mobile Safari
|
2012-05-24 15:24:13 +00:00 |
|
rlx
|
e2330a0e2e
|
fix Ox.typeOf for Mobile Safari
|
2012-05-24 15:16:21 +00:00 |
|
rlx
|
e5b46da0d5
|
update loading icon
|
2012-05-24 13:43:46 +00:00 |
|
rolux
|
4b454790d5
|
don't use animated loading icon svg (consumes 100% cpu in recent versions of chrome)
|
2012-05-24 14:26:52 +02:00 |
|
rlx
|
f033877f41
|
fix a regression in Ox.TreeList
|
2012-05-24 12:10:18 +00:00 |
|
rolux
|
64c01e385d
|
remove Ox.merge
|
2012-05-24 12:19:47 +02:00 |
|
rolux
|
f6b06d0975
|
throw error when returning false in Ox.forEach; remove Ox.sub
|
2012-05-24 12:19:23 +02:00 |
|
rolux
|
75baeb73f8
|
throw error when returning false in Ox.loop; remove Ox._loop
|
2012-05-24 12:18:01 +02:00 |
|
rolux
|
d5da610c18
|
use Ox.break
|
2012-05-24 12:02:32 +02:00 |
|
rolux
|
1608664bb6
|
rather use ''.slice than ''.substr
|
2012-05-24 11:47:33 +02:00 |
|
rolux
|
f990f3b857
|
use [].slice, not Ox.sub
|
2012-05-24 11:02:59 +02:00 |
|
rlx
|
915e98f829
|
fix a bug in sort
|
2012-05-24 07:55:18 +00:00 |
|
rolux
|
a836b285cc
|
typos
|
2012-05-24 09:46:42 +02:00 |
|
rolux
|
1c40fb007b
|
use [].concat, not Ox.merge
|
2012-05-24 09:45:33 +02:00 |
|
rolux
|
36d0162b8b
|
fix a bug in image.encode
|
2012-05-24 08:56:42 +02:00 |
|
rolux
|
c3c79e5f0a
|
update non-blocking foreach/map
|
2012-05-24 08:54:44 +02:00 |
|
j
|
7138a8eaa0
|
add tests
|
2012-05-23 22:23:32 +02:00 |
|
rolux
|
aea2473399
|
update non-blocking forEach
|
2012-05-23 18:14:36 +02:00 |
|
rolux
|
77f4d8f3b9
|
typos
|
2012-05-23 17:48:17 +02:00 |
|
rolux
|
c949b304ba
|
typo
|
2012-05-23 17:45:20 +02:00 |
|
rolux
|
de30af0656
|
in image forEach, use Ox.nonblockingForEach
|
2012-05-23 17:44:02 +02:00 |
|
rolux
|
9137607045
|
update docs
|
2012-05-23 17:43:32 +02:00 |
|
rolux
|
65fd7d4dd0
|
add async module
|
2012-05-23 17:43:01 +02:00 |
|
j
|
f97352ee61
|
fix use of Ox.map, Ox.loop
|
2012-05-23 17:13:38 +02:00 |
|
rolux
|
9a7e86dceb
|
+ 1 fixme
|
2012-05-23 09:20:06 +02:00 |
|
rolux
|
1c4caa4965
|
minor cleanup
|
2012-05-23 09:04:49 +02:00 |
|
rolux
|
5a4de0de70
|
+ 1 fixme
|
2012-05-23 09:01:57 +02:00 |
|
rolux
|
df67c37924
|
update docs
|
2012-05-23 09:01:36 +02:00 |
|
j
|
1b08732fa7
|
- add loadAsync and use in Ox.loadFile, Ox.getJSON
- add Ox.getJSONP
- fix Ox.parseHTML
- fix Ox.Doc
- add more documentation
|
2012-05-23 01:17:17 +02:00 |
|
j
|
601a29023a
|
minor changes
|
2012-05-22 19:51:07 +02:00 |
|
j
|
57f774ae8d
|
fix js parser
|
2012-05-22 19:50:26 +02:00 |
|
j
|
6fcca8f3a9
|
remove png functions, better versions in Ox.Image
|
2012-05-22 19:49:29 +02:00 |
|
rolux
|
3f35003ac9
|
fix Ox.encodeHTML
|
2012-05-22 17:41:01 +02:00 |
|
rolux
|
08e1561e43
|
typo
|
2012-05-22 17:35:26 +02:00 |
|
rolux
|
16ab404619
|
fix map() in OptionGroup
|
2012-05-22 17:34:25 +02:00 |
|
rolux
|
a8c5dd4d35
|
typo
|
2012-05-22 17:15:52 +02:00 |
|
rolux
|
12cf77cef5
|
less obscure Ox.map
|
2012-05-22 16:29:37 +02:00 |
|
j
|
33390069b9
|
fix Ox.JQueryElement fixmes
|
2012-05-22 16:08:09 +02:00 |
|
j
|
b9e80c9d75
|
cleanup docs, fix children/find calls
|
2012-05-22 15:14:40 +02:00 |
|
j
|
34bf08c445
|
document Ox.break
|
2012-05-22 10:35:35 +02:00 |
|
rolux
|
04784630d3
|
use Ox.break
|
2012-05-22 09:11:26 +02:00 |
|
rolux
|
3d4a79b6a2
|
in Ox.every, use Ox.identity; faster Ox.filter; in Ox.forEach, allow for Ox.break, and use standard arguments for iterator function, remove Ox.getIndex and Ox.getObject; add Ox.indexOf; in Ox.makeObject, use Ox.typeOf; make sure Ox.max and Ox.min don't blow the stack; add Ox.slice; in Ox.values, use Ox.typeOf
|
2012-05-21 22:17:33 +02:00 |
|
rolux
|
bfa9394850
|
in Ox.api, use Ox.indexOf, not Ox.getIndex; faster Ox.merge
|
2012-05-21 22:10:51 +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
|
047cf5813d
|
use 'this', not 'window', as global object; allow for Ox.break in Ox.loop
|
2012-05-21 22:05:49 +02:00 |
|
rolux
|
75558d4b9d
|
in Ox.extend, use Ox.slice; add includePrototype argument to Ox.methods
|
2012-05-21 22:04:22 +02:00 |
|
rolux
|
f83d317407
|
minor changes
|
2012-05-21 21:24:06 +02:00 |
|
rolux
|
344d7ec40d
|
use Ox.indexOf, not Ox.getObject
|
2012-05-21 09:41:57 +03:00 |
|
rolux
|
503c2b5978
|
use [].some, not Ox.getObject
|
2012-05-21 09:40:40 +03:00 |
|
rolux
|
bb6f6d6471
|
add Ox.hasOwn
|
2012-05-19 13:39:25 +04:00 |
|
rolux
|
eab834a643
|
fix a type check in Ox.sum
|
2012-05-19 13:38:49 +04:00 |
|
rolux
|
d3ff222a04
|
Ox.$: return undefined for non-existing attributes (like jQuery); fix a wrong 'this' reference
|
2012-05-19 13:16:04 +04:00 |
|
rolux
|
f793245e2e
|
Ox.isNumber: update tests
|
2012-05-19 13:14:38 +04:00 |
|
rolux
|
8479037ab6
|
fix Ox.checkType
|
2012-05-19 12:48:01 +04: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 |
|
rolux
|
5cabb679f9
|
merge misc. minor changes
|
2012-05-19 12:30:43 +04:00 |
|
rolux
|
6acfd505e6
|
fix type check in Ox.$
|
2012-05-19 12:15:28 +04:00 |
|
rolux
|
49fc8dc8ed
|
base Ox.typeOf on Object.prototype.toString, add Ox.checkType, Ox.isInt and Ox.isPrimitive
|
2012-05-19 12:15:04 +04:00 |
|
rolux
|
d066501a14
|
add Ox.STACK_SIZE
|
2012-05-19 12:10:41 +04:00 |
|
rolux
|
03947b0d7f
|
add Ox.identity
|
2012-05-19 12:09:48 +04:00 |
|
rolux
|
e8f7f37a8a
|
update Collection.js: for functions, make Ox.len return undefined and Ox.isEmpty return false
|
2012-05-19 12:06:49 +04:00 |
|
rolux
|
373549a25a
|
remove Ox.isFalsy
|
2012-05-19 10:36:34 +04:00 |
|
rolux
|
d4954db30d
|
add Ox.escapeRegExp
|
2012-05-19 10:36:02 +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 |
|
j
|
2198d0b1ec
|
pass options.timeline, there is no options.type
|
2012-05-19 15:24:00 +02:00 |
|
j
|
ac35d761ac
|
fix AnnotationFolder
|
2012-05-19 15:14:04 +02:00 |
|
rolux
|
cb9a5fda2d
|
in AnnotationFolder, simplify crossesPoint()
|
2012-05-10 12:12:34 +02:00 |
|
rlx
|
959a014657
|
fix Ox.sort so that it handles multiple numbers
|
2012-04-24 10:47:18 +00:00 |
|
rlx
|
b4fd0f01ae
|
minor changes in Ox.Chart
|
2012-04-24 10:18:39 +00:00 |
|
rlx
|
4a210718ea
|
in Ox.sort(), handle non-leading numbers and leading articles (fixes #723, fixes #779)
|
2012-04-24 10:16:58 +00:00 |
|
rlx
|
9790e7d6c6
|
in derivatives of Ox.List, make sure gainFocus, hasFocus and loseFocus work correctly
|
2012-04-24 08:21:00 +00:00 |
|
rlx
|
07b44e20c8
|
when positioning tooltip, make sure x is an integer
|
2012-04-24 08:19:05 +00:00 |
|
rlx
|
d7f0464ee6
|
add missing public togglePaused method to Ox.VideoTimelinePlayer
|
2012-04-24 08:18:08 +00:00 |
|
rlx
|
aae7ba2485
|
fix a bug where tooltips would not retain their width near the right edge of the screen, fixes #568
|
2012-04-23 11:16:46 +00:00 |
|
rlx
|
fa146ebbba
|
Ox.Map: meta+click on selected place now deselects it (fixes #655)
|
2012-04-23 10:28:42 +00:00 |
|
rlx
|
c0c4031825
|
in video editor, rename 'posterFrameControls' option to 'enableSetPosterFrame', always include 'Go to Poster Frame' menu entry, and correctly enable/disable 'Set Poster Frame' menu entry
|
2012-04-23 09:53:29 +00:00 |
|
rlx
|
771b15c25a
|
add (but do not enable) reset-size-on-doubleclick for split panel elements
|
2012-04-23 09:37:49 +00:00 |
|
rlx
|
43495de239
|
when expanding or collapsing part of a split panel, do not immediately switch the resizebar's tooltip
|
2012-04-23 08:29:37 +00:00 |
|
rlx
|
cb1fffa491
|
add some comments in video timeline player
|
2012-04-23 08:11:34 +00:00 |
|
rlx
|
3c253a86d5
|
test for , not for hasZoombar, so that the test won't fail before load
|
2012-04-22 13:19:08 +00:00 |
|
rlx
|
374508a9f1
|
fix a bug where in info list, the value of the sort key would not be requested when changing the sort order of the list (fixes #747)
|
2012-04-22 11:50:57 +00:00 |
|
rlx
|
a56329064d
|
pass info event in player and timeline panels
|
2012-04-22 11:13:06 +00:00 |
|
rlx
|
a1c82cb262
|
don't trigger 'censored' event on doubleclick
|
2012-04-22 10:16:07 +00:00 |
|
rlx
|
f0d4043fd4
|
make 'censored' icon/link/tooltip configurable (fixes #252)
|
2012-04-22 09:57:17 +00:00 |
|
rlx
|
bdab9b8a7d
|
in video editor, pass position along with in and out when triggering a point event
|
2012-04-22 08:54:44 +00:00 |
|
j
|
486e933926
|
add some more links to about
|
2012-04-19 16:09:28 +02:00 |
|
rlx
|
018dc69939
|
set width of timelines player timelines to the correct value after resize
|
2012-04-19 13:03:16 +00:00 |
|
rlx
|
ae33784cc1
|
correctly compute if scrollbar is visible
|
2012-04-19 12:25:39 +00:00 |
|
j
|
e765153f9c
|
dont loop over files twice
|
2012-04-19 14:19:57 +02:00 |
|
j
|
461cd3d686
|
only add uid to http urls, this breaks for file:// or blob urls
|
2012-04-19 13:26:46 +02:00 |
|
rlx
|
17b17707fc
|
minor fix in documentation
|
2012-04-19 11:25:12 +00:00 |
|
rlx
|
a943d00e20
|
allow for passing multiple files to Ox.getJSON
|
2012-04-19 11:23:24 +00:00 |
|
rlx
|
cf943e6466
|
add Ox.loadFiles
|
2012-04-19 11:13:43 +00:00 |
|
rlx
|
3db8dd4688
|
remove reference to pandora, fixes #594
|
2012-04-19 10:30:39 +00:00 |
|
rlx
|
88d25817c1
|
fix a bug in timeline player where the video would not be muted when loaded in muted state
|
2012-04-19 08:00:12 +00:00 |
|
rlx
|
fb64474545
|
timeline player: fix mute button, add scroll button
|
2012-04-19 07:54:30 +00:00 |
|
rlx
|
01b4840fd6
|
in timeline player, only show vertical scrollbar if needed - should fix #759, but can't be tested locally
|
2012-04-19 07:15:35 +00:00 |
|
rlx
|
821e8d1a4e
|
make sure timeline player has a bottom margin of 8px (not 4px)
|
2012-04-19 07:00:04 +00:00 |
|
rlx
|
14102508e1
|
fix bugs in list calendar, related to selecting an event on the calendar, just after load, which is not yet in the scope of the list
|
2012-04-19 06:44:17 +00:00 |
|
rlx
|
244312aede
|
in ListCalendar, populate duration form field, fixes #756
|
2012-04-19 05:48:31 +00:00 |
|
rlx
|
c7d8d68607
|
implement 'censored' option in timeline player
|
2012-04-18 11:21:06 +00:00 |
|
rlx
|
c70271573a
|
in timeline view, react to selecting an annotation
|
2012-04-18 09:30:49 +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 |
|
rlx
|
02696ae741
|
add 'uncheckItem' method to menus and menubuttons, fix toggleSize in video editor
|
2012-04-18 07:57:59 +00:00 |
|
rlx
|
132e8d2207
|
rename various options of video widgets to allow for different timeline types
|
2012-04-18 07:43:32 +00:00 |
|
rlx
|
71d82c87f9
|
pass playing/position event from video player to timeline panel
|
2012-04-17 14:53:21 +00:00 |
|
rlx
|
7d3ea51e4b
|
slightly improved line above and below video
|
2012-04-17 13:52:45 +00:00 |
|
rlx
|
3ecfcd0f3f
|
implement 'follow player while playing'
|
2012-04-17 13:42:46 +00:00 |
|
rlx
|
0e8bfd1348
|
update timeline panel and timeline player
|
2012-04-17 12:01:24 +00:00 |
|
rlx
|
dac420e021
|
add CSS for timeline player
|
2012-04-17 11:59:40 +00:00 |
|
rlx
|
c6bfa97c68
|
rename a variable in video editor
|
2012-04-17 11:59:08 +00:00 |
|
rlx
|
7e8f5bef32
|
fix bugs in video player: allow for setting volume from outside, only show volume control if enabled
|
2012-04-17 11:58:17 +00:00 |
|
rlx
|
8c963339fd
|
add first version of Ox.VideoTimelinePanel, update Ox.VideoTimelinePlayer
|
2012-04-17 07:52:37 +00:00 |
|
rlx
|
c6f0308a17
|
in Ox.VideoPanel, use setElement(...), not that. = ...
|
2012-04-17 07:51:32 +00:00 |
|
rolux
|
606497fbdd
|
update DocPanel and ExamplePanel
|
2012-04-16 09:13:22 +02:00 |
|
rolux
|
d060a94131
|
update CSS
|
2012-04-15 21:56:39 +02:00 |
|
rolux
|
0f4d72c1da
|
in example pages, allow for setting theme from outside the iframe
|
2012-04-15 21:13:18 +02:00 |
|
rolux
|
0148701372
|
update Ox.$ tests
|
2012-04-15 21:12:48 +02:00 |
|
rolux
|
0a999bc4f3
|
update DocPage and ExamplePage
|
2012-04-15 20:15:14 +02:00 |
|
rolux
|
f5f1fde6a9
|
add new symbols
|
2012-04-15 20:14:33 +02:00 |
|
rolux
|
8a0cc3ee2b
|
remove unneded files in classic theme folder
|
2012-04-15 14:22:19 +02:00 |
|
rolux
|
1d53a14cc1
|
in Ox.TreeList, use OxLight style for length of arrays and objects
|
2012-04-15 14:19:52 +02:00 |
|
rolux
|
c2a7902d0b
|
add 'open in new tab' button to example pages
|
2012-04-15 14:18:45 +02:00 |
|
rolux
|
53cb716130
|
in Ox.UI loader, use Ox.$ and .bind()
|
2012-04-15 14:17:19 +02:00 |
|
rolux
|
5a90520186
|
add checkerboard background style to themes
|
2012-04-15 14:16:31 +02:00 |
|
rolux
|
ad56695694
|
clean up Ox.$
|
2012-04-15 14:14:18 +02:00 |
|
rolux
|
c72031bfdf
|
add missing symbols
|
2012-04-15 14:11:12 +02:00 |
|
rolux
|
06bb13458b
|
in tree lists with data, add light quotes around string values, fixes #739
|
2012-04-14 14:15:11 +02:00 |
|
rolux
|
f7ed392d0f
|
in source viewer, ignore // comments, fixes #743
|
2012-04-14 14:03:35 +02:00 |
|
rolux
|
3bfd8be160
|
Ox.Progressbar: make tooltips optional
|
2012-04-14 13:54:45 +02:00 |
|
rolux
|
f88c60ae15
|
fix bugs in progress bar
|
2012-04-14 13:49:22 +02:00 |
|
rolux
|
581b87baf9
|
small updates to Ox.Image
|
2012-04-14 11:46:23 +02:00 |
|
rolux
|
ecba7968c1
|
add val() method to Ox.$
|
2012-04-14 11:45:19 +02:00 |
|
rolux
|
37f3bf8f51
|
add drawing methods to Ox.Image, allow for asynchronous image manipulation
|
2012-04-13 23:21:36 +02:00 |
|
rolux
|
b4dc9e15ba
|
add async version of Ox.loop
|
2012-04-13 23:19:52 +02:00 |
|
rolux
|
49a16328f5
|
add new methods to Ox.$ (width, height, show, hide)
|
2012-04-12 21:21:03 +02:00 |
|
rolux
|
1d9bf5aacd
|
remove some unused geo objects
|
2012-04-11 22:37:20 +02:00 |
|
rolux
|
b28eb7ec51
|
minor changes in sortBy
|
2012-04-11 22:36:27 +02:00 |
|
rolux
|
27d37ea601
|
css update (code in example page comments)
|
2012-04-11 22:35:33 +02:00 |
|
rolux
|
924a0532c2
|
upgrade image module (draw methods and others)
|
2012-04-11 22:34:55 +02:00 |
|
rolux
|
ebc6efffb4
|
minor fixes and documentation updates
|
2012-04-09 10:42:00 +02:00 |
|
rolux
|
baf0f72912
|
slightly improved treelist
|
2012-04-09 10:41:06 +02:00 |
|
rolux
|
ffa8f1738a
|
faster doc panel: allow for caching of doc items
|
2012-04-09 10:39:56 +02:00 |
|
rolux
|
1651b3f565
|
make Ox.doc accept multiple files
|
2012-04-09 10:39:02 +02:00 |
|
rolux
|
4f63e29082
|
update syntax highlighter colors in modern theme
|
2012-04-09 10:37:41 +02:00 |
|
rolux
|
abfea74565
|
misc. minor changes and documentation updates
|
2012-04-08 20:22:27 +02:00 |
|
rolux
|
92d4b032da
|
update code/example panels ('selected' option)
|
2012-04-08 20:20:58 +02:00 |
|
rolux
|
ad75054336
|
some css fixes (selected buttons)
|
2012-04-08 20:17:17 +02:00 |
|
rolux
|
e7f132f121
|
quick fix for treelist layout
|
2012-04-08 14:38:15 +02:00 |
|
rolux
|
7b13e834a7
|
add Ox.void()
|
2012-04-08 14:19:53 +02:00 |
|
rolux
|
7daf1a23a0
|
erroneous semicolon
|
2012-04-08 14:19:34 +02:00 |
|
rolux
|
370997c324
|
Ox.contains = Ox.in
|
2012-04-08 14:18:43 +02:00 |
|
rolux
|
a69970adb6
|
re-enable synchronous path in Ox.List for Ox.TreeList
|
2012-04-08 14:17:58 +02:00 |
|
rolux
|
e53fe8b09a
|
remove print statement
|
2012-04-07 16:47:02 +02:00 |
|
rolux
|
1e1bd9689b
|
display file and line as 'file:line'
|
2012-04-07 16:41:35 +02:00 |
|
rolux
|
801bfeb8dd
|
remove deprecation warning
|
2012-04-07 16:40:41 +02:00 |
|
rolux
|
bd4b5e6880
|
add the synchronous version of Ox.doc() promised in its documentation
|
2012-04-07 16:40:07 +02:00 |
|
rolux
|
7474ac9783
|
make Ox.doc report arrays as '[...]' instead of 'array[...]', and arrays with unspecified types as '[values]' instead of 'array[any]'
|
2012-04-07 12:47:40 +02:00 |
|
rolux
|
ee5f89ca86
|
minor doc update
|
2012-04-07 12:44:53 +02:00 |
|
rolux
|
da8066dc73
|
typo in documentation
|
2012-04-07 12:44:12 +02:00 |
|
rolux
|
30f1fb65f2
|
typo in documentation
|
2012-04-07 12:43:41 +02:00 |
|
rolux
|
9b69d3d951
|
update documentation, and fix a few minor issues
|
2012-04-07 12:42:51 +02:00 |
|
rolux
|
9ad4ec6041
|
add bindOnce to Ox.$
|
2012-04-07 01:45:51 +02:00 |
|
rolux
|
67a0f82266
|
fix a bug in TabPanel that would make it return a SplitPanel
|
2012-04-07 01:45:14 +02:00 |
|
rolux
|
37030b5d27
|
minor changes
|
2012-04-07 01:44:40 +02:00 |
|
rolux
|
8a447b8640
|
fix a bug that would make it impossible to progamatically deselect a button in a button group
|
2012-04-06 20:52:40 +02:00 |
|
rolux
|
e9f6751748
|
allow for replacement function in DocPanel and DocPage
|
2012-04-06 14:24:17 +02:00 |
|
rolux
|
3134b55456
|
remove a debugging relict from SyntaxHighlighter
|
2012-04-06 14:14:01 +02:00 |
|
rolux
|
03f4f77ce6
|
make SyntaxHighlighter and SourceViewer more useful by allowing replacements; remove index.json and source/Ox/png; plus some other small and/or cosmetic changes
|
2012-04-06 14:10:21 +02:00 |
|
rolux
|
24eb4bdc64
|
improve implementation and documentation of Ox.divideInt
|
2012-04-06 02:43:41 +02:00 |
|
rolux
|
599da178f1
|
add icon and logos
|
2012-04-05 17:42:57 +02:00 |
|
rolux
|
dab0963d2a
|
add icon and logos
|
2012-04-05 17:42:48 +02:00 |
|
rolux
|
d65fafb0aa
|
off by one in ExamplePanel
|
2012-04-05 17:33:22 +02:00 |
|
rolux
|
08a64d8695
|
minor changes to ExamplePage
|
2012-04-05 17:32:19 +02:00 |
|
rolux
|
5c727a1687
|
make DocPage more like ExamplePage
|
2012-04-05 17:31:32 +02:00 |
|
rolux
|
e951578b37
|
make Ox.$ more useful
|
2012-04-05 17:30:00 +02:00 |
|
rolux
|
c54574a7b7
|
change version number to 0.1
|
2012-04-05 17:29:33 +02:00 |
|
rolux
|
1f8f9ffa7d
|
some quick and ugly fixes to make TreeList work again
|
2012-04-04 19:09:10 +02:00 |
|
rolux
|
fb8dd98b8a
|
make it possible to parse keywords from documented source
|
2012-04-04 18:26:17 +02:00 |
|
rolux
|
6c4e520b6d
|
make the map options menu more compact
|
2012-04-04 17:44:32 +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 |
|
rolux
|
7b7bedb65a
|
use Ox.api in Ox.List and Ox.Map
|
2012-04-04 09:06:55 +02:00 |
|
rolux
|
997b704f8b
|
minor changes
|
2012-04-04 00:37:42 +02:00 |
|
rolux
|
ecb72f28ea
|
allow for markers on Ox.MapImage
|
2012-04-04 00:36:45 +02:00 |
|
rolux
|
e6633a2953
|
allow for dynamically colored and sized map markers
|
2012-04-04 00:36:22 +02:00 |
|
rolux
|
74099f8642
|
allow for dynamically colored and sized map markers
|
2012-04-04 00:35:59 +02:00 |
|
rolux
|
5f95fd9da4
|
allow for list preview to be opened externally
|
2012-04-04 00:34:41 +02:00 |
|
rolux
|
4871e4b13f
|
allow for list preview to be opened externally
|
2012-04-04 00:34:31 +02:00 |
|
rolux
|
4271598944
|
don't require size in Ox.GetFlagBy...()
|
2012-04-04 00:32:39 +02:00 |
|
rolux
|
47976fb6fb
|
make the flag icon an actual control
|
2012-04-03 16:45:49 +02:00 |
|
rolux
|
9f9c2df862
|
update Ox.Map, remove non-async code path, deprecate non-standard options and events, change the API to allow for dynamic marker colors and sizes
|
2012-04-03 15:25:41 +02:00 |
|
rolux
|
1278e39759
|
add cache option to Ox.api
|
2012-04-03 15:09:39 +02:00 |
|
rolux
|
4613c96a01
|
make Ox.cache work for aynchronous functions
|
2012-04-03 15:09:05 +02:00 |
|
rolux
|
0bf4d5a0f5
|
update Geo module
|
2012-04-03 00:20:18 +02:00 |
|
rolux
|
1f7796b0f8
|
make Ox.reverse() work for arrays
|
2012-04-02 23:11:56 +02:00 |
|
rolux
|
1576ba4c48
|
remove dead code
|
2012-04-02 23:10:41 +02:00 |
|
rolux
|
acb6f94f65
|
update Geo module
|
2012-04-02 23:08:17 +02:00 |
|
rolux
|
9bf755a10d
|
TextList: allow for not passing sort by making the unique key, and its operator, the default
|
2012-04-02 23:07:50 +02:00 |
|
rolux
|
b9ebb11d48
|
add geo option to Ox.api (send combined area with totals)
|
2012-04-02 17:41:28 +02:00 |
|
rolux
|
9a61fdbbab
|
add Ox.containsArea (true if an area contains another one), Ox.intersectAreas (the area/s contained in all areas) and Ox.joinAreas (the smallest area contaning all areas)
|
2012-04-02 17:40:09 +02:00 |
|
rolux
|
461233e87b
|
in Ox.Map, use '=' and '!=' as operators for 'in between' and 'not in between'
|
2012-04-02 17:33:54 +02:00 |
|
rolux
|
241f0bc064
|
in Geo module, actually use image symlinks; add Ox.getFlagByCountryCode method
|
2012-04-01 23:08:35 +02:00 |
|
rolux
|
fbc15dcadf
|
more useful version of Ox.MapImage
|
2012-04-01 23:05:53 +02:00 |
|
rolux
|
6a39bdd3bd
|
in Ox.List, trigger init after timeout, since otherwise a synchronous items function will trigger the event before one can bind to it
|
2012-04-01 23:04:07 +02:00 |
|
rolux
|
803985a160
|
in Ox.api, only sort if more than two items
|
2012-04-01 23:02:19 +02:00 |
|
rolux
|
cd6bca7d6b
|
remove a print statement
|
2012-04-01 00:25:46 +02:00 |
|
rolux
|
b03393bc0c
|
modify Ox.sort so that empty, null or undefined volumes come last, regardless of sort order (fixes # 727)
|
2012-03-31 23:00:05 +02:00 |
|
rolux
|
4a09d329c8
|
in Ox.api, add default sort, and allow for values to be arrays
|
2012-03-31 22:09:55 +02:00 |
|
rolux
|
18ba0d5347
|
add Ox.formatDegrees
|
2012-03-31 18:28:48 +02:00 |
|
rolux
|
1d86f10e79
|
fix a bug that would keep disabled items in a select enabled, and in consequence allow for removal of title and director columns in 0xDB list view
|
2012-03-31 18:28:32 +02:00 |
|
rlx
|
25c25c76c7
|
minor changes, mostly documentation
|
2012-03-30 14:11:29 +00:00 |
|
rolux
|
9032821f14
|
add first version of readme
|
2012-03-30 13:04:23 +02:00 |
|
rlx
|
044da383db
|
minor changes, mostly documentation
|
2012-03-30 01:41:47 +00:00 |
|
rlx
|
9265efe61a
|
minor changes in Collection.js, mostly documentation
|
2012-03-29 20:01:05 +00:00 |
|
rlx
|
4b59c9a2a9
|
add callback to Ox.api
|
2012-03-29 19:32:05 +00:00 |
|
rlx
|
f3ff4b791d
|
add missing functionality to Ox.api (positions requests and enums)
|
2012-03-29 18:40:03 +00:00 |
|
rlx
|
7b4002b340
|
add Ox.api, to apify and array
|
2012-03-29 14:43:05 +00:00 |
|
rlx
|
b807fc81af
|
fix a bug that would throw an error when running tests for Ox.cache
|
2012-03-29 12:34:13 +00:00 |
|
rlx
|
def7c88639
|
Hash.js, minor formatting changes
|
2012-03-29 10:26:02 +00:00 |
|
rlx
|
44ec0d1ecb
|
more concise version of Ox.range
|
2012-03-29 10:19:42 +00:00 |
|
rlx
|
ab2e5ecda0
|
minor fixes in documentation
|
2012-03-29 10:11:45 +00:00 |
|
j
|
c1ec0814dd
|
add Ox.oshash
|
2012-03-28 11:04:03 +02:00 |
|
rolux
|
22f1cc26c0
|
geo update: fix missing symlinks
|
2012-03-27 17:28:51 +02:00 |
|
rlx
|
fde174483d
|
geo update
|
2012-03-27 15:22:04 +00:00 |
|
rlx
|
561f31004e
|
add WebKit icon
|
2012-03-27 10:07:24 +00:00 |
|
rlx
|
1ab6a536f7
|
it's 'Unix', not 'UNIX'
|
2012-03-27 10:02:54 +00:00 |
|
rlx
|
97810bb472
|
fix a regression in formatValue, concerning the number of decimals
|
2012-03-27 09:36:11 +00:00 |
|
rlx
|
fb385a5e57
|
add BSD and UNIX logos
|
2012-03-27 09:18:01 +00:00 |
|
rlx
|
c5af338d2d
|
update Ox.Chart
|
2012-03-26 19:26:28 +00:00 |
|
rlx
|
511c355223
|
geo module: don't fail for undefined county names
|
2012-03-26 11:07:57 +00:00 |
|
rlx
|
d25d5f9ced
|
geo module: don't fail for lower-case country codes
|
2012-03-26 09:58:42 +00:00 |
|
rlx
|
5d1b204e45
|
when reaching full minute, round position to full minute
|
2012-03-25 21:49:36 +00:00 |
|
rlx
|
8e6787be97
|
move full minute check from player into panel and editor, should fix #716
|
2012-03-25 21:45:39 +00:00 |
|
rlx
|
17aca54e7a
|
temporary fix for video skipping bug (#716); add third parameter (index) to forEach callback; add Geo colors
|
2012-03-25 21:23:03 +00:00 |
|
rlx
|
8c67bf9462
|
fix a bug in Ox.FileButton
|
2012-03-24 11:12:24 +00:00 |
|
rlx
|
826eb5548d
|
allow menu item to trigger native file dialog when pressing enter
|
2012-03-24 11:04:27 +00:00 |
|
rlx
|
7818d4deb6
|
improve Ox.formatValue
|
2012-03-24 10:39:21 +00:00 |
|
rlx
|
df03bf1841
|
allow menu item to trigger native file dialog (see demo, fixes #691)
|
2012-03-24 10:13:33 +00:00 |
|
rlx
|
1c3e257bc8
|
use standard jquery syntax
|
2012-03-24 08:43:03 +00:00 |
|
j
|
429d5c744b
|
comment out some Ox.print calls
|
2012-03-23 19:03:56 +01:00 |
|
rlx
|
17d92a3ff7
|
add Ox.FileButton
|
2012-03-23 17:57:12 +00:00 |
|
rlx
|
162c0f118b
|
update file input
|
2012-03-23 17:20:36 +00:00 |
|
rolux
|
1320fb68aa
|
add Ox.FileInput
|
2012-03-23 17:55:55 +01:00 |
|
rlx
|
260c513e8e
|
in list with max=0, make sure items are not selectable (fixes #708)
|
2012-03-23 09:27:31 +00:00 |
|
rlx
|
2dbe98bb98
|
add chart widget
|
2012-03-22 20:04:35 +00:00 |
|
rlx
|
ebc9fc3fd7
|
add system icons
|
2012-03-21 13:05:36 +00:00 |
|
rlx
|
22577fcbcd
|
update icon sizes in ListMap
|
2012-03-21 08:36:47 +00:00 |
|
rlx
|
aed581b33e
|
update parseUserAgent
|
2012-03-21 08:36:26 +00:00 |
|
rlx
|
61f9496f34
|
update Ox.parseUserAgent
|
2012-03-21 06:54:02 +00:00 |
|
rlx
|
bc3fedb125
|
fix alphabetical order of annotations with tags, fixes #681
|
2012-03-20 09:34:50 +00:00 |
|
j
|
c4de1a3a40
|
do not trigger change event(with same value) on blur if changeOnKeypress is enabled
|
2012-03-18 20:50:38 +01:00 |
|
rlx
|
237d12ece7
|
allow for checking a menu item that is part of a group
|
2012-03-18 14:31:54 +00:00 |
|
rlx
|
b7e626ace5
|
fix a layout bug with submenu triangles
|
2012-03-18 13:39:26 +00:00 |
|
rlx
|
d886ffdde2
|
in manage places, resurrect place name (top right), fixes #670
|
2012-03-18 12:39:11 +00:00 |
|
rlx
|
53f57939ec
|
fix a bug with toggling paused state
|
2012-03-14 10:38:32 +00:00 |
|
rlx
|
8521eb36ba
|
add video timeline player and demo
|
2012-03-14 10:35:46 +00:00 |
|
j
|
3551e73249
|
dont fail if previously selected id was removed
|
2012-03-13 13:26:13 +01:00 |
|
j
|
9e7a639ada
|
consistantly use ?uid for video source
|
2012-03-09 23:27:48 +01:00 |
|
j
|
dbbba54c82
|
dont remove space before match
|
2012-03-09 23:27:23 +01:00 |
|
rlx
|
e356e36634
|
Keep subtitles on large timeline from exceeding the timeline height (fixes #660)
|
2012-03-08 12:59:32 +00:00 |
|
rlx
|
2ed61c7b08
|
correct transparency of result place rectangle and rectangle markers (fixes #312)
|
2012-03-07 13:28:45 +00:00 |
|
rlx
|
f317e6ccf0
|
In annotation tooltip, don't claim 'doubleclick to edit' if not editable (fixes #348)
|
2012-03-07 12:33:00 +00:00 |
|
rolux
|
1d8119df4f
|
Calendar: Add cmd-click to deselect event (fixes #471)
|
2012-03-07 13:12:57 +01:00 |
|
rolux
|
8634476e48
|
correct icon size in ListCalendar, fixes #565
|
2012-03-07 13:02:08 +01:00 |
|
rolux
|
37706512e5
|
fix a bug in ListCalendar
|
2012-03-07 12:49:01 +01:00 |
|
rolux
|
9a559809b0
|
make Ox.getTime accept utc parameter
|
2012-02-25 13:04:18 +05:30 |
|
rolux
|
439a0a58af
|
fix formatting dates as UTC seconds
|
2012-02-24 22:13:23 +05:30 |
|
j
|
98272ee54a
|
revert selectable
|
2012-02-24 00:05:44 +05:30 |
|
j
|
d554222aea
|
make place name selectable
|
2012-02-24 00:02:01 +05:30 |
|
rlx
|
68ca199ae3
|
properly escape user names and list names
|
2012-02-22 10:14:25 +00:00 |
|
rlx
|
e282a3a9e9
|
some work towards fixing JS injection issues
|
2012-02-21 12:33:27 +00:00 |
|
j
|
01d975878b
|
dont fail if selected annotation is not present
|
2012-02-21 17:00:35 +05:30 |
|
rlx
|
db6f68681a
|
in annotation panel, make links to define/edit places/events work (fixes #561)
|
2012-02-21 11:20:03 +00:00 |
|
rlx
|
202d11177b
|
some work towards making places and events editable from annotations panel (#561)
|
2012-02-21 10:10:39 +00:00 |
|
rlx
|
4008f2e04f
|
remove 'new place' entry from map options menu (fixes #368)
|
2012-02-21 10:03:08 +00:00 |
|
rlx
|
8851a9c454
|
in manage places, make south/west/north/east editable directly (fixes #411)
|
2012-02-21 09:37:50 +00:00 |
|
rlx
|
33ddaf8d9a
|
in manage places, reset form errors (fixes #576)
|
2012-02-21 08:59:49 +00:00 |
|
rlx
|
3ff120873b
|
allow for resetting errors via ArrayInput setErrors
|
2012-02-21 08:22:45 +00:00 |
|
rlx
|
43aeec758c
|
update place flag on define (fixes #563)
|
2012-02-21 08:01:57 +00:00 |
|
rlx
|
8300e402cf
|
update place flag on define (fixes #561)
|
2012-02-21 08:01:13 +00:00 |
|
j
|
7019a7994b
|
show clones, fixes #567
|
2012-02-20 21:51:08 +00:00 |
|
rlx
|
e4b60c83c2
|
update manage places / manage events
|
2012-02-20 18:31:45 +00:00 |
|
j
|
a9089ee8f7
|
make Ox.Editable text selectable
|
2012-02-20 14:04:45 +00:00 |
|
j
|
56c1bf2af0
|
enable download, fixed #467
|
2012-02-19 19:06:25 +00:00 |
|
rlx
|
8964fdcd58
|
in timeline view, after sumbitting find, make editor gain focus (fixes #539)
|
2012-02-19 18:51:53 +00:00 |
|
rlx
|
02b5b56be8
|
implement 'show subtitles' functionality for players and timelines
|
2012-02-19 18:26:57 +00:00 |
|
rlx
|
b5a7b9b28d
|
remove some unused files
|
2012-02-19 17:24:34 +00: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
|
be44815ce4
|
make input fire a clear event
|
2012-02-19 16:29:09 +00:00 |
|
rlx
|
160c93aa83
|
remove some cruft from Ox.Input
|
2012-02-19 15:50:30 +00:00 |
|
rlx
|
b9a86e2620
|
fix #227 (the fork bomb bug)
|
2012-02-19 15:38:08 +00:00 |
|
rlx
|
6a9707ed0b
|
fix a bug where pressing delete would not remove an annotation if the video editor had focus (fixes #477)
|
2012-02-19 14:37:55 +00:00 |
|
rlx
|
bd5b6f8230
|
fix issues with home and tv
|
2012-02-19 12:58:55 +00:00 |
|
rlx
|
7d188d8621
|
make +/- volume keyboard shortcut work in video and timeline views
|
2012-02-19 11:21:52 +00:00 |
|
rlx
|
529184887a
|
make doubleclicking on non-editable annotation 'open' it, i.e. go to its in point
|
2012-02-19 11:06:03 +00:00 |
|
rlx
|
94cfbdb45c
|
fix issues with automatically opening annotation folders; add annotations option to video player to make find work for all layers
|
2012-02-19 10:49:52 +00:00 |
|
rlx
|
61402492c6
|
make sure doubleclicking on timeline doesn't turn non-editable annotations into editing state
|
2012-02-19 09:06:57 +00:00 |
|
rlx
|
696741190a
|
only show users in menu if there are annotations
|
2012-02-19 09:01:13 +00:00 |
|
rlx
|
9558070d8f
|
update list of users on edit annotation (fixes #382)
|
2012-02-19 08:59:27 +00:00 |
|
rlx
|
0883bc7127
|
fix a bug in subtitle display on small timeline
|
2012-02-19 07:41:19 +00:00 |
|
rlx
|
2c2caf8f58
|
add 'editable' timeline state (fixes #521)
|
2012-02-19 07:21:40 +00:00 |
|
j
|
b12099a9d7
|
support h1-h6, fixes #516
|
2012-02-18 15:40:41 +00:00 |
|
rlx
|
a66c7c9bdd
|
various fixes related to adding place annotations
|
2012-02-18 09:56:58 +00:00 |
|
rlx
|
bbdbaf86da
|
keep annotation remove from throwing errors (fixes #452)
|
2012-02-18 07:22:31 +00:00 |
|
rlx
|
fe87e6ab1c
|
changing vertical-align of table cells to top
|
2012-02-18 07:09:41 +00:00 |
|
rlx
|
65a3a21d11
|
resolve an issue with icon list text formatting (fixes #511)
|
2012-02-18 06:59:34 +00:00 |
|
rlx
|
ab6c1f2234
|
change color scheme for editable annotations (fixes #502)
|
2012-02-17 22:08:02 +00:00 |
|
rlx
|
c6e8a84f65
|
better tooltip for in/out players (fixes #501)
|
2012-02-17 20:55:00 +00:00 |
|
rlx
|
5383867f70
|
begin to add some keyboard shortcuts to video view annotation panel
|
2012-02-17 17:31:39 +00:00 |
|
rlx
|
ba0fe16a07
|
in video view, update URL when selecting annotation (fixes #479)
|
2012-02-17 16:29:50 +00:00 |
|
rlx
|
a27ff78730
|
merge
|
2012-02-17 16:13:32 +00:00 |
|
rlx
|
e8f370ab7c
|
make video editor handle internal links (fixes #494)
|
2012-02-17 16:13:08 +00:00 |
|
j
|
7397bead91
|
switch video source while loading metadata
|
2012-02-17 13:36:26 +01:00 |
|
rlx
|
c36a3537c0
|
fix an issue where rendering the edit menu before updating layers would cause add annotation to fail
|
2012-02-17 12:18:26 +00:00 |
|
rlx
|
3407f36d12
|
fix #493 (error when removing a not-yet-loaded video from the dom)
|
2012-02-17 10:41:38 +00:00 |
|
j
|
23c319d95a
|
remove special case for FF3.6, Ox.isArguments is fixed
|
2012-02-17 10:32:32 +00:00 |
|
rlx
|
4f5a2e8072
|
fix Ox.isArguments
|
2012-02-17 10:30:47 +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
|
1a6da64b6b
|
add enableImport flag to VideoEditor
|
2012-02-17 14:36:26 +05:30 |
|
rlx
|
7d4fd8f706
|
fix some bugs in insert html dialog
|
2012-02-16 18:04:25 +00:00 |
|
rlx
|
e1d8e2aeea
|
merge
|
2012-02-16 16:36:26 +00:00 |
|
rlx
|
4dd2c5706d
|
add InsertHTMLDialog to VideoEditor
|
2012-02-16 16:35:59 +00:00 |
|
j
|
f28ed7366b
|
keep volume/muted values from current video when changing parts, fixes #200
|
2012-02-16 22:05:30 +05:30 |
|
j
|
d13d0e3d3f
|
uri decode map query value, fixes #432
|
2012-02-16 21:46:12 +05:30 |
|
j
|
ac25a69aaa
|
update posterFrame in players, fixes #476
|
2012-02-16 21:14:46 +05:30 |
|
rlx
|
658fca3c76
|
video editor: highlight-as-you-type (fixes #395)
|
2012-02-16 12:46:57 +00:00 |
|
rlx
|
73bd672b15
|
add option to find selected annotation in _this_ video; make sure focus returns after hiding menus
|
2012-02-16 12:32:52 +00:00 |
|
rlx
|
2bd8c8d13f
|
commiting unsaved changes
|
2012-02-16 11:56:20 +00:00 |
|
rlx
|
476f8b8d26
|
don't throw errors when resizing uninitialized map (fixes #480, interestingly)
|
2012-02-16 11:52:42 +00:00 |
|
rlx
|
8ab8d8d67a
|
some work towards making the edit annotations menu functional
|
2012-02-16 11:35:03 +00:00 |
|
rlx
|
1ea9524cb1
|
make lists fire select events when updating the query changes, i.e. removes, its previous selection (fixes #238)
|
2012-02-16 06:41:19 +00:00 |
|
rlx
|
33eb986c59
|
fix for firefox image drag bug (fixes #387, and drag-and-drop)
|
2012-02-15 23:08:20 +00:00 |
|
rlx
|
5b94a68f0f
|
Make 1,2,3,... keyboard shortcuts work when annotations have focus (fixes #473)
|
2012-02-15 22:41:49 +00:00 |
|
rlx
|
e819ff05df
|
in annotation folder, re-calculate edit points after adding annotation (fixes #472)
|
2012-02-15 22:31:37 +00:00 |
|
rlx
|
6f3a4d1386
|
pass video editor keyboard events when annotations have focus (fixes #318)
|
2012-02-15 22:20:19 +00:00 |
|
rlx
|
c040e48601
|
beginning to fix #318
|
2012-02-15 22:06:00 +00:00 |
|
rlx
|
e46b568322
|
update formatting in video editor
|
2012-02-15 21:28:03 +00:00 |
|
rlx
|
3007cafcae
|
add 'select' option to editCell method of TextLists (helps fix #445)
|
2012-02-15 20:59:04 +00:00 |
|
j
|
75a230d417
|
fix help message for shift+I
|
2012-02-16 01:57:28 +05:30 |
|
rlx
|
8b9c5a485b
|
fix a bug in Ox.List where a select event would trigger even though the selection had not changed
|
2012-02-15 20:21:17 +00:00 |
|
rlx
|
95da27d0db
|
in video editor, keep menu and player size in sync (fixes #405)
|
2012-02-15 17:29:58 +00:00 |
|
rlx
|
972808eb17
|
add tooltips to map place info; fix a bug with autocomplete and live updates (fixes #453)
|
2012-02-15 16:13:09 +00:00 |
|
rlx
|
96db09337c
|
revert changes (reopens #395)
|
2012-02-15 13:37:33 +00:00 |
|
rlx
|
99f9af5cd2
|
check for presence of annotations before acting on keyboard input
|
2012-02-15 13:16:03 +00:00 |
|
j
|
2a47b434a4
|
update highlight for empty string right away, fixes #395
|
2012-02-15 17:38:34 +05:30 |
|
j
|
136b2c5fdb
|
only move to position if there are annotations, fixes #379
|
2012-02-15 17:33:18 +05:30 |
|
rlx
|
2be6052276
|
List: Add selectbefore and selectafter events (fixes #353)
|
2012-02-15 11:30:01 +00:00 |
|
rlx
|
08423110e9
|
omit country name from map tooltip (fixes #396)
|
2012-02-15 10:43:40 +00:00 |
|
j
|
5f1e21f7e2
|
menu entry to import annotations
|
2012-02-14 19:06:51 +00:00 |
|
j
|
5173bf62fe
|
limit images by width
|
2012-02-14 18:52:57 +05:30 |
|
j
|
a976b674f4
|
- allow links to local images
- allow wiki links to local urls
- disable automatic url / email linking since its broken right now
|
2012-02-11 17:49:25 +05:30 |
|
j
|
21854f653e
|
do not shorten urls, just turn them into links
|
2012-02-10 15:22:09 +05:30 |
|
j
|
600dc935f2
|
enable keyboard shortcuts again, was disabled in [changeset:oxjs,1209]
|
2012-02-08 15:52:22 +05:30 |
|
rlx
|
89a3a119da
|
honor layer showInfo flag and display creator as part of tooltip (fixes #332)
|
2012-02-05 11:08:56 +00:00 |
|
rlx
|
ed150f21f5
|
only display add annotation keyboard shortcuts for editable layers
|
2012-02-05 10:36:04 +00:00 |
|
rlx
|
63a6bf2cb8
|
in app, send location.href on init (fixes #352)
|
2012-02-05 03:10:26 +00:00 |
|
j
|
215013e7c8
|
bind h key
|
2012-02-05 07:50:17 +05:30 |
|
rlx
|
8d7d1fdf36
|
don't trigger edit annotation event with temporary id (fixes #369)
|
2012-02-05 02:07:22 +00:00 |
|
rlx
|
353fce1f14
|
changes in video editor and list map
|
2012-02-05 01:56:23 +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
|
ae82696600
|
events are lower case
|
2012-02-03 14:43:20 +00:00 |
|
j
|
151c701934
|
add poster frame controls to menu, fixes #340
|
2012-02-02 05:15:12 +00:00 |
|
rlx
|
25f7c2a285
|
fix bugs related to selection of place/event annotations
|
2012-02-02 02:32:41 +00:00 |
|
rlx
|
bec434a353
|
fix a bug related to updating autocomplete words when removing an annotation
|
2012-02-01 22:14:22 +00:00 |
|
rlx
|
1eaf240970
|
make cursor keys work across annotation folders; make clicking in string annotation folder deselect annotation in other folder
|
2012-02-01 19:33:10 +00:00 |
|
j
|
2d0607aebd
|
fixed #308
|
2012-02-01 18:04:42 +00:00 |
|
j
|
56300ab2db
|
undefined places are now inline
|
2012-02-01 17:29:15 +00:00 |
|
j
|
2ce6b0af9a
|
undefined places/events
|
2012-02-01 17:21:10 +00:00 |
|
j
|
8bab6a9c0c
|
check defined
|
2012-02-01 16:36:18 +00:00 |
|
j
|
72323febea
|
dont fail if geoname is undefined
|
2012-02-01 15:25:41 +00:00 |
|
rlx
|
addd277748
|
make cycling through matches work, even when matches have the same in/out
|
2012-02-01 12:47:59 +00:00 |
|
rlx
|
1ae47b761b
|
support highlighting in icon list text
|
2012-02-01 11:57:21 +00:00 |
|
rlx
|
4dba56ba87
|
improve Ox.highlightHTML and annotations CSS
|
2012-02-01 08:26:06 +00:00 |
|
j
|
02e53ed3e0
|
events are lowercase, VideoPanel defaults
|
2012-02-01 07:17:47 +00:00 |
|
rlx
|
9b2766bc17
|
make find next/previous select the annotation
|
2012-02-01 05:21:29 +00:00 |
|
j
|
319608b5ac
|
fix selecting tab via .select in tab panel
|
2012-01-31 13:23:24 +00:00 |
|
j
|
d10deb81aa
|
disable some debug output
|
2012-01-31 12:07:31 +00:00 |
|
j
|
9568acd592
|
highlight html strings without breaking tags
|
2012-01-31 12:00:34 +00:00 |
|
j
|
fd96423266
|
- find in layers
- change upadteAnnotation call to allow id updates
|
2012-01-31 10:57:09 +00:00 |
|
rlx
|
e8b1362309
|
fix list calendar bugs
|
2012-01-30 23:27:27 +00:00 |
|
rlx
|
b19e4c0c79
|
fix more resize bugs
|
2012-01-30 22:26:38 +00:00 |
|
rlx
|
93fe766c7b
|
fix resize bugs in calendar, list calendar etc
|
2012-01-30 22:11:05 +00:00 |
|
rlx
|
70376be049
|
fix bugs in video preview
|
2012-01-30 20:59:07 +00:00 |
|
rlx
|
4e615e722d
|
fix and optimize video preview
|
2012-01-30 20:48:19 +00:00 |
|
j
|
9419e3972e
|
better width/height for textarea editables
|
2012-01-21 14:58:32 +00:00 |
|
rolux
|
1b42a4e7f1
|
fix a calendar bug
|
2012-01-30 01:12:53 +05:30 |
|
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
|
05b4d0cf82
|
ae singleclick
|
2012-01-29 14:59:30 +05:30 |
|
j
|
46e10fb81b
|
event.metaKey should be ctrl key, patch jquery
|
2012-01-28 15:42:12 +05:30 |
|
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
|
198e11c59b
|
update jquery.mousewheel.js to work with jquery 1.7
|
2012-01-27 17:33:01 +05:30 |
|
j
|
8d685a891c
|
update jquery to 1.7.1
|
2012-01-27 17:05:05 +05:30 |
|
j
|
5f849abee3
|
update item by reference not index
|
2012-01-24 15:29:29 +05:30 |
|
j
|
129b8154fb
|
dont fail if no error events are bound
|
2012-01-21 20:45:31 +05:30 |
|
j
|
d8adee70f7
|
set value of Ox.Editable
|
2012-01-20 23:41:07 +05:30 |
|
j
|
7475ef0124
|
fix Ox.Edidable textarea height, dont add title to links in parseHTML
|
2012-01-19 22:07:39 +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
|
f2d7beeb22
|
add clickLink to video widgets
|
2012-01-17 21:13:46 +05:30 |
|
rlx
|
41e191f217
|
scroll to selected annotation on load
|
2012-01-17 17:54:21 +05:30 |
|
rlx
|
6d63c07ec5
|
update video editor (maps, calendars)
|
2012-01-17 17:40:50 +05:30 |
|
rlx
|
961f4f959a
|
update video editor (maps, calendars)
|
2012-01-17 17:20:31 +05:30 |
|
rlx
|
dc47e901ad
|
update video editor (maps, calendars)
|
2012-01-17 14:55:58 +05:30 |
|
rolux
|
1445824ffd
|
add tests to Ox.formatDateRange
|
2012-01-17 11:29:32 +05:30 |
|
rlx
|
7da384d03a
|
update video editor
|
2012-01-16 23:21:53 +05:30 |
|
rlx
|
f5d587cf5b
|
update video editor (maps)
|
2012-01-16 19:32:30 +05:30 |
|
rlx
|
408ebf54cb
|
update video editor (editables)
|
2012-01-16 16:52:34 +05:30 |
|
rlx
|
47061543ea
|
merge
|
2012-01-16 13:01:48 +05:30 |
|
rolux
|
0e2109a77c
|
merging changes (video editor updates)
|
2012-01-16 12:58:09 +05:30 |
|
rolux
|
0423800b05
|
fix issues with type textarea editables
|
2012-01-16 12:39:16 +05:30 |
|
rlx
|
d156ede914
|
fix formatting of editables that span multiple lines
|
2012-01-15 21:08:06 +05:30 |
|
rlx
|
688ae65cf1
|
update video editor
|
2012-01-15 20:35:17 +05:30 |
|
rlx
|
56cf323110
|
make annotation map/calendar size/state sticky
|
2012-01-14 17:09:55 +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
|
8de69b3173
|
fix a bug in Ox.Input that would make its change event fire more than once
|
2012-01-13 16:28:01 +05:30 |
|
rlx
|
923ed92bd7
|
fix a bug regarding the value of empty array inputs
|
2012-01-13 15:01:16 +05:30 |
|
rolux
|
30088ad0b1
|
update map and calendar
|
2012-01-13 12:27:42 +05:30 |
|
rlx
|
f61e39a788
|
update video editor
|
2012-01-13 00:34:32 +05:30 |
|
rlx
|
b2e8b2ac82
|
update video editor
|
2012-01-12 16:09:05 +05:30 |
|
rlx
|
e98696b93d
|
make space work when annotation panel has focus; give focus to video editor when deselecting annotation in panel
|
2012-01-11 17:34:49 +05:30 |
|
rlx
|
ef82ff8967
|
update video editor
|
2012-01-11 17:24:58 +05:30 |
|
rlx
|
43d04f242d
|
make annotations sortable
|
2012-01-11 16:41:13 +05:30 |
|
rlx
|
11d9b63dba
|
add Ox.sortBy
|
2012-01-11 16:17:06 +05:30 |
|
rlx
|
923f71e6de
|
make selected annotation scroll into view
|
2012-01-11 15:02:33 +05:30 |
|
rlx
|
e4dd393834
|
update video editor and css
|
2012-01-11 13:22:01 +05:30 |
|
rlx
|
88f31a5ae3
|
video editor update
|
2012-01-10 20:19:28 +05:30 |
|
j
|
ba9423462f
|
blur editing
|
2012-01-10 01:55:38 +05:30 |
|
j
|
b4139a7388
|
fix selectable
|
2012-01-09 16:15:59 +05:30 |
|
j
|
82744a14ed
|
make leaves selectable in TreeList, fixed: 226
|
2012-01-09 16:10:51 +05:30 |
|
rolux
|
1db649bd61
|
add Function.js, some updates in OxJS
|
2012-01-07 12:50:02 +05:30 |
|
rolux
|
80f9a1a33d
|
merging changes (timeline, annotations, urls)
|
2012-01-06 17:32:20 +05:30 |
|
rlx
|
dc4a8bf464
|
update Ox.URL
|
2012-01-06 17:28:53 +05:30 |
|
rolux
|
f76ee0cf36
|
minor changes in OxJS
|
2012-01-06 17:27:54 +05:30 |
|
j
|
093edd57d0
|
- remove editItem from Ox.List
- use ArrayEditable for text too
|
2012-01-04 22:57:32 +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
|
4ca01b2bfa
|
merge updates in VideoEditor, AnnotationsPanel, Editable, Input, etc
|
2012-01-04 13:15:48 +05:30 |
|
rolux
|
2ef642fdeb
|
misc updates to ox.js
|
2012-01-04 13:12:48 +05:30 |
|
rlx
|
85652471c6
|
update VideoEditor/AnnotationPanel/Editable/...; update OxJS array functions
|
2012-01-04 01:11:50 +05:30 |
|
rolux
|
d64e39c5b2
|
add Ox.ArrayEditable
|
2012-01-03 15:57:54 +05:30 |
|
rlx
|
815ae5d253
|
update video editor / annotation panel
|
2012-01-03 15:56:15 +05:30 |
|
rolux
|
7d3f72ecc9
|
add Ox.ArrayEditable
|
2012-01-03 15:55:15 +05:30 |
|
j
|
969daf07e5
|
toggle size
|
2012-01-03 13:24:29 +05:30 |
|
j
|
a7b14f9e0a
|
fix optionsGroupOffset for multiple groups and seperators
|
2012-01-03 13:05:22 +05:30 |
|
j
|
f8895e259c
|
flatten video actions and settings menu
|
2012-01-03 01:50:09 +05:30 |
|
j
|
724d22e14f
|
inline resolution selection again
|
2012-01-03 01:37:32 +05:30 |
|
j
|
39f9e9bb4d
|
implement 'view annotations at position / in selection / all'
|
2012-01-03 00:36:36 +05:30 |
|
rlx
|
0c6541363d
|
fix collapsepanel
|
2012-01-02 14:25:04 +00:00 |
|
rolux
|
038493d52b
|
fix collapsepanel
|
2012-01-02 19:46:08 +05:30 |
|
rolux
|
be06c433d1
|
merge
|
2012-01-02 19:36:19 +05:30 |
|
rolux
|
b77852296b
|
misc fixes
|
2012-01-02 19:35:14 +05:30 |
|
j
|
4600cd9134
|
timeline is optional
|
2012-01-02 19:25:15 +05:30 |
|
rolux
|
7ca9a4a9e7
|
update progress bar
|
2012-01-02 13:55:34 +05:30 |
|
rolux
|
2f740a972a
|
fix for editable elements without tooltip
|
2012-01-02 11:54:54 +05:30 |
|
rolux
|
812d172e23
|
fix globals in image module
|
2012-01-02 11:51:36 +05:30 |
|
rolux
|
a4982ff81b
|
typo in MapMarker
|
2011-12-31 19:51:32 +05:30 |
|
rolux
|
6279a602fd
|
merge changes in Ox.Resizebar
|
2011-12-31 18:28:26 +05:30 |
|
rolux
|
34753cb2ed
|
misc updates; add geo demo
|
2011-12-31 18:27:02 +05:30 |
|
j
|
a048fcc340
|
tooltip is optional
|
2011-12-31 17:59:52 +05:30 |
|
rolux
|
09a3537dc1
|
fix some localStorage bugs
|
2011-12-31 02:11:54 +05:30 |
|
rolux
|
cd6304d8b7
|
merge
|
2011-12-31 02:10:51 +05:30 |
|
|
6789df65e6
|
merged
|
2011-12-30 21:45:02 +05:30 |
|
|
962362adb2
|
show overlay on small timeline on in / out options change
|
2011-12-30 21:43:56 +05:30 |
|
rolux
|
7f249ff12b
|
fix some localStorage bugs
|
2011-12-30 21:21:33 +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 |
|
j
|
771d2be37b
|
workaround to make TreeList work, find should really work here
|
2011-12-29 15:04:13 +05:30 |
|
j
|
bfaea73f1f
|
;
|
2011-12-29 13:42:10 +05:30 |
|
j
|
062547daa1
|
set default results in Ox.SmallVideoTimeline, make sure self.results is defined in Ox.VideoPlayer
|
2011-12-29 02:52:51 +05:30 |
|
j
|
109e34725c
|
resolution is data.checked
|
2011-12-28 15:59:53 +05:30 |
|
rlx
|
8550cc8442
|
add zap ui to video player
|
2011-12-24 06:07:50 +00:00 |
|
rlx
|
423faa5450
|
add open control to video player
|
2011-12-23 10:51:35 +00:00 |
|
rolux
|
21f703c6c4
|
remove print statements
|
2011-12-23 15:35:19 +05:30 |
|
rlx
|
84e7e794f7
|
misc bugfixes
|
2011-12-23 09:54:20 +00:00 |
|
rlx
|
72fe370492
|
fix a video player bug
|
2011-12-23 08:26:51 +00:00 |
|
rlx
|
f062c6001e
|
fix video player bugs
|
2011-12-23 07:15:40 +00:00 |
|
rlx
|
e2529916b3
|
fix bugs in video editor
|
2011-12-23 06:08:41 +00:00 |
|
rlx
|
e719b6d219
|
fix bugs in video player
|
2011-12-23 05:19:02 +00:00 |
|
rlx
|
5803633835
|
fix bugs in map and video player
|
2011-12-23 05:05:41 +00:00 |
|
rlx
|
617ad0e5ca
|
video player bugfixes, fullscreen-related
|
2011-12-22 18:03:30 +00:00 |
|
rlx
|
60281a666b
|
misc bugfixes
|
2011-12-22 17:37:31 +00:00 |
|
rlx
|
02f53a57c1
|
use new form element syntax, continued
|
2011-12-22 15:47:46 +00:00 |
|
rlx
|
e47305c93f
|
fix filter bugs (saving)
|
2011-12-22 14:42:32 +00:00 |
|
rlx
|
24087ec713
|
fix filter bugs (setting operators of grouped conditions)
|
2011-12-22 14:22:07 +00:00 |
|
rlx
|
61c3027ee0
|
add settings control to video player
|
2011-12-22 12:40:01 +00:00 |
|
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 |
|
j
|
734b08d9c6
|
remove extra loop
|
2011-12-21 16:23:09 +05:30 |
|
j
|
87ba2a10ab
|
video editor resolution toggle
|
2011-12-20 19:15:24 +05:30 |
|
j
|
6e0ff7158c
|
change video resolution, trigger ended event in player
|
2011-12-20 18:39:26 +05:30 |
|
rlx
|
cf567e5608
|
fix some Select/MenuButton bugs
|
2011-12-20 07:29:14 +00:00 |
|
rolux
|
96b206de1a
|
use MenuButton
|
2011-12-20 12:50:37 +05:30 |
|
rlx
|
9f151e2e60
|
add Ox.MenuButton
|
2011-12-20 07:07:57 +00:00 |
|
rlx
|
0a79291c58
|
update video elements
|
2011-12-19 21:13:11 +00:00 |
|
rlx
|
609754fbad
|
fix select all
|
2011-12-19 17:19:54 +00:00 |
|
rolux
|
c1c4441b10
|
update uses of focusInput()
|
2011-12-18 15:14:11 +05:30 |
|
rlx
|
4701245038
|
add mail svg; update form elements; change 'focusInput()' signature
|
2011-12-18 09:29:35 +00:00 |
|
j
|
8f3be96828
|
use same protocol as site to get maps js
|
2011-12-17 11:13:02 +05:30 |
|
rolux
|
d2d92c1ae9
|
more compact versions of decodeBase128 and decodeBase256
|
2011-12-17 04:42:18 +05:30 |
|
rolux
|
6374f6de6d
|
change base 26 to bijective base 26
|
2011-12-17 04:33:43 +05:30 |
|
j
|
d78b31bef9
|
no global
|
2011-12-16 20:05:02 +01:00 |
|
rolux
|
3d3be10e2c
|
add SelectInput
|
2011-12-01 11:52:23 +01:00 |
|
rolux
|
2861954d35
|
fix bugs in Spreadsheet
|
2011-11-30 17:35:50 +01:00 |
|
rolux
|
137944a1a7
|
minor changes
|
2011-11-30 15:56:01 +01:00 |
|
rolux
|
0c4a30ecc5
|
add Spreadsheet
|
2011-11-30 15:54:11 +01:00 |
|
rolux
|
c47973b3af
|
add FormPanel
|
2011-11-30 15:52:42 +01:00 |
|
rolux
|
f70501ae1b
|
update Ox.UI css
|
2011-11-30 15:51:29 +01:00 |
|
rolux
|
1063cb6076
|
add ObjectArrayInput
|
2011-11-30 15:51:06 +01:00 |
|
rolux
|
ccdad6c05d
|
add ObjectInput
|
2011-11-30 15:50:55 +01:00 |
|
rolux
|
86fda9f279
|
clean up Ox.Request
|
2011-11-30 15:49:11 +01:00 |
|
rolux
|
8597352316
|
add type option to CheckboxGroup ('group' or 'list')
|
2011-11-30 15:47:43 +01:00 |
|
rolux
|
a6264a472d
|
add mode option to ColorInput ('RGB' or 'HSL')
|
2011-11-30 15:46:29 +01:00 |
|
rolux
|
a3abf40221
|
add mode option to ColorPicker ('RGB' or 'HSL')
|
2011-11-30 15:45:42 +01:00 |
|
rolux
|
ec4a1c0605
|
add description option to FormItem
|
2011-11-30 15:44:35 +01:00 |
|
rolux
|
8c34d09861
|
in Input, allow for setting labelWidth option
|
2011-11-30 15:43:47 +01:00 |
|
rolux
|
cba3dc23f6
|
add style option to Label
|
2011-11-30 15:42:54 +01:00 |
|
rolux
|
aaded38a5f
|
update Select (add maxWidth and style options, make sure one can set width, labelWidth and title options)
|
2011-11-30 15:40:41 +01:00 |
|
rolux
|
d6adc59d88
|
fix computation of maxWidth in MenuItems
|
2011-11-30 15:37:53 +01:00 |
|
rolux
|
5dc9b1e45b
|
in TabPanel, make sure content can be array or function
|
2011-11-30 15:37:02 +01:00 |
|
rolux
|
5209cf70d7
|
don't mutate values passed to Ox.rgb and Ox.hsl
|
2011-11-30 15:33:49 +01:00 |
|
rolux
|
7633de3958
|
update ArrayInput
|
2011-11-30 15:31:11 +01:00 |
|
rolux
|
fc74ba5027
|
add geo pngs
|
2011-11-30 15:29:39 +01:00 |
|
rolux
|
2adceb1f39
|
update geo module
|
2011-11-30 15:28:24 +01:00 |
|
rolux
|
b14604bc14
|
add aliases 'Ox.' etc. for 'Ox.UI.' etc.
|
2011-11-30 15:27:08 +01:00 |
|
rolux
|
3597b8c60c
|
make 'this' work in event handlers
|
2011-11-30 14:48:01 +01:00 |
|
rolux
|
dfd2787438
|
geo/map bugfixes
|
2011-11-24 19:38:10 +01:00 |
|
rolux
|
b6c74551fa
|
minor fix in geo tools
|
2011-11-23 16:46:59 +01:00 |
|
rolux
|
9f8136f9b7
|
fix a bug in Ox.ListMap
|
2011-11-23 16:43:01 +01:00 |
|
rolux
|
e17907d7a3
|
fix a bug in Ox.ListMap
|
2011-11-23 16:39:33 +01:00 |
|
rolux
|
b770bbd83e
|
fix a bug in Ox.ListMap
|
2011-11-23 16:29:06 +01:00 |
|
rolux
|
0ee6acef28
|
fix a bug in Ox.Geo
|
2011-11-23 16:25:07 +01:00 |
|
rolux
|
e6e530700e
|
fix rendering errors
|
2011-11-23 16:08:57 +01:00 |
|
rolux
|
e0d4dd3bec
|
update geo module
|
2011-11-23 15:53:17 +01:00 |
|
rolux
|
2b394ca28b
|
update geo module (minor)
|
2011-11-17 03:05:27 +01:00 |
|
rolux
|
1503901e81
|
update geo module
|
2011-11-17 02:15:03 +01:00 |
|
rlx
|
21b505b4c8
|
allow for getting 'save list' values from filter
|
2011-11-11 15:48:54 +00:00 |
|
rlx
|
571e3a3512
|
in input elements, disable showing the autocomplete menu on focus
|
2011-11-11 11:48:52 +00:00 |
|
rlx
|
b0065e1ec8
|
fix a bug related to resetting the placeholder of an input element to ''
|
2011-11-11 11:08:54 +00:00 |
|
rlx
|
39d02953b3
|
support mousewheel in menus
|
2011-11-11 10:24:49 +00:00 |
|
rlx
|
04da8c0994
|
in filter, don't trigger change events when dragging range (add changeOnDrag option to range)
|
2011-11-11 09:55:22 +00:00 |
|
rlx
|
f7599f3b30
|
in filter, for single condition, replace disabled remove button with clear button
|
2011-11-11 09:18:07 +00:00 |
|
rlx
|
3becce1667
|
fix google maps css
|
2011-11-11 00:06:15 +00:00 |
|
rlx
|
661868831e
|
update map css
|
2011-11-10 23:23:26 +00:00 |
|
rlx
|
d2a2ddb66e
|
updates to url and filter
|
2011-11-10 22:47:38 +00:00 |
|
rlx
|
07c79ed7ac
|
updates to url controller, filter and form elements
|
2011-11-10 19:52:26 +00:00 |
|
rlx
|
170fd84c80
|
some work on filters
|
2011-11-10 13:55:33 +00:00 |
|
rlx
|
3130de08c5
|
fix a bug where clicking on a separator in an input group would call focusInput of an element without such a method
|
2011-11-10 10:44:35 +00:00 |
|
rlx
|
369c52d4d1
|
allow for setting an input element's placeholder to ''
|
2011-11-10 10:02:04 +00:00 |
|
rlx
|
08919e7b37
|
allow for separators in option groups
|
2011-11-10 09:54:33 +00:00 |
|
rlx
|
76a79c669d
|
comment out details button + dialog in request error handler
|
2011-11-10 09:06:58 +00:00 |
|
rlx
|
724561a373
|
rewrite history, again
|
2011-11-09 22:32:45 +00:00 |
|
rlx
|
bb59e0a3b4
|
update URL controller
|
2011-11-09 17:39:06 +00:00 |
|
rlx
|
6c231c5cd5
|
fix a bug where in Ox.VideoPanelPlayer, the large timeline would no longer be tied to the small timeline
|
2011-11-08 19:29:05 +00:00 |
|
rlx
|
c104c75c69
|
change paragraph style to text-align: justify
|
2011-11-08 17:27:58 +00:00 |
|
rlx
|
d186211453
|
remove on mouseover/select opacity change in icon lists (would cause video items to briefly go black)
|
2011-11-08 11:25:44 +00:00 |
|
rlx
|
33ec75122b
|
make sure you can drag a text list item by an editable cell
|
2011-11-08 11:06:00 +00:00 |
|
rlx
|
243614cee2
|
when removing an element, unbind global keyboard handler; delay request timeout dialog until after window unload
|
2011-11-08 10:27:49 +00:00 |
|
rlx
|
314788dd24
|
don't throw errors in menu when accessing non-existing items
|
2011-11-07 18:17:16 +00:00 |
|
rlx
|
12622724ee
|
fix text list so that it doesn't throw errors in its value function
|
2011-11-07 12:15:10 +00:00 |
|
rlx
|
77d2d22505
|
update css to allow for 'OxSelectable' that looks like a text list item
|
2011-11-06 18:37:29 +00:00 |
|
rlx
|
7e2e0cedb6
|
update tab panel and button group so that selected can be set from outside
|
2011-11-06 14:08:13 +00:00 |
|
rlx
|
e7c36dacc8
|
improve editable and tooltip
|
2011-11-06 12:26:12 +00:00 |
|
rlx
|
b957106624
|
update editable to no longer trigger submit on cancel, and to listen to the submit event of its input
|
2011-11-06 11:50:13 +00:00 |
|
rlx
|
76c97f7bdc
|
change Ox.Input so it doesn't fire blur on submit
|
2011-11-06 11:37:07 +00:00 |
|
rlx
|
1cf7566eeb
|
in video player, while playing, fire a position event for every full minute, reducing the need for saving the video position on unload
|
2011-11-06 09:05:21 +00:00 |
|
rlx
|
01306dd5ae
|
fix a regression that would affect adding, moving and removing list columns
|
2011-11-06 00:24:42 +00:00 |
|
rlx
|
5c7a19ac01
|
catch another global var
|
2011-11-06 00:19:27 +00:00 |
|
rlx
|
e6b634ddef
|
in button, react to change of tooltip option
|
2011-11-06 00:04:27 +00:00 |
|
rlx
|
da7e0b73e0
|
remove some logging
|
2011-11-05 22:38:00 +00:00 |
|
rlx
|
a24d139f9b
|
fix a regression where filling a partially empty text list page after resize would not empty the page before
|
2011-11-05 22:37:28 +00:00 |
|
rlx
|
c0f2473346
|
reinsert 'use strict'
|
2011-11-05 22:18:26 +00:00 |
|
rlx
|
8eac8c20d7
|
in video panel player, rename showControls to showTimeline
|
2011-11-05 22:15:10 +00:00 |
|
rlx
|
2b3d8807d9
|
fix bugs in video panel player
|
2011-11-05 20:14:24 +00:00 |
|
rlx
|
4348894ad1
|
catch one more global var
|
2011-11-05 18:05:14 +00:00 |
|
rlx
|
7470c9bb52
|
fix initial definition of Ox
|
2011-11-05 17:37:56 +00:00 |
|
rlx
|
05e6d7d829
|
catch one more global var
|
2011-11-05 17:32:47 +00:00 |
|
rlx
|
1deb616942
|
catch some global vars
|
2011-11-05 17:27:11 +00:00 |
|
rolux
|
56370aa0a7
|
'use strict';
|
2011-11-05 17:46:53 +01:00 |
|
rlx
|
291b75c43b
|
in video player, separate playing event from position event, so controls that need live updates can bind to playing, while others can safely bind to position
|
2011-11-05 16:03:13 +00:00 |
|
rlx
|
d152c4b48b
|
in video player, trigger muted event also if caused indirectly by setting volume to zero or turning volume up while muted
|
2011-11-05 15:27:53 +00:00 |
|
rlx
|
1e8edb8388
|
in video player, set muted/volume of video element
|
2011-11-05 15:16:36 +00:00 |
|
rlx
|
49adfa57ae
|
in video editor, pass muted/volume options downwards and muted/volume events upwards
|
2011-11-05 15:01:18 +00:00 |
|
rlx
|
730712e9ba
|
fix bugs regarding the state of the video player volume and mute buttons
|
2011-11-05 14:54:13 +00:00 |
|
rlx
|
5a23d8936b
|
fix for cases where passing an array of tooltips as an option to Ox.Button would cause Ox.Element to actually set the tooltip to that array
|
2011-11-05 14:29:31 +00:00 |
|
rlx
|
2df5d05980
|
fix regressions introduced by garbage collection
|
2011-11-05 11:44:31 +00:00 |
|
j
|
1d09d19423
|
some redesign for better garbage collection of elements
|
2011-11-04 22:14:30 +00:00 |
|
rlx
|
01f02d9730
|
disable currently not implemented menu options
|
2011-11-04 18:12:38 +00:00 |
|
rlx
|
241fa3e227
|
enable filter on change
|
2011-11-04 18:11:45 +00:00 |
|
rlx
|
d6cbc594bc
|
update Ox.Log
|
2011-11-04 16:34:24 +00:00 |
|
rlx
|
9422780d65
|
update Ox.Log
|
2011-11-04 16:13:56 +00:00 |
|
rlx
|
ba494eb064
|
if
|
2011-11-04 16:11:09 +00:00 |
|
rlx
|
8ef45bb1cb
|
update Ox.Log
|
2011-11-04 16:04:46 +00:00 |
|
j
|
dce2843303
|
use Ox.Log
|
2011-11-04 16:54:28 +01:00 |
|
rlx
|
92d25b6776
|
update Ox.Log
|
2011-11-04 15:52:47 +00:00 |
|
rlx
|
e2c2eeed43
|
update video form element css
|
2011-11-04 15:13:51 +00:00 |
|
rlx
|
3e20910993
|
fix editable css
|
2011-11-03 17:10:12 +00:00 |
|
rlx
|
1db28c6fb0
|
add placeholder option to Ox.Editable
|
2011-11-03 16:53:29 +00:00 |
|
rlx
|
4620461c86
|
fix page up / page down in Ox.List
|
2011-11-03 16:05:24 +00:00 |
|
rolux
|
094b1a59ec
|
cleanup, again
|
2011-11-03 16:42:41 +01:00 |
|
j
|
2809a5d06d
|
minor cleanup
|
2011-11-03 16:20:14 +01:00 |
|
rlx
|
9a33041ac4
|
hide marker tooltip when map center changes; when hiding a tooltip, don't remove but detach it, so that when it is shown again, its oxid is still present on its dom element
|
2011-11-03 13:59:54 +00:00 |
|
rlx
|
bf9f14cf03
|
add titleImage option to TextList columns
|
2011-11-03 12:57:46 +00:00 |
|
rlx
|
b056a22172
|
update css (collapse panel extras, video editor bars, video find element)
|
2011-11-03 12:14:18 +00:00 |
|
rlx
|
fea1eed168
|
add OxFullscreen class to video player
|
2011-11-02 20:58:44 +00:00 |
|
rlx
|
bfac98643d
|
pass fullscreen option down to and up from video player
|
2011-11-02 20:51:54 +00:00 |
|
rlx
|
0840d0b436
|
some fixed for text lists with column titles that are images
|
2011-11-02 19:47:19 +00:00 |
|
rlx
|
72676ed2bb
|
revert css changes (don't duplicate global positioning rules in theme css)
|
2011-11-02 18:27:02 +00:00 |
|
rlx
|
3f69397d96
|
merge
|
2011-11-02 18:22:18 +00:00 |
|
rlx
|
16556c0604
|
allow for max width in menus
|
2011-11-02 18:21:49 +00:00 |
|
j
|
ebd300a08a
|
set img in OxCell to block, fixes Firefox text-overflow: ellipsis bug
|
2011-11-02 18:51:27 +01:00 |
|
rlx
|
4bb3196c03
|
fix form validation bug
|
2011-11-02 17:27:20 +00:00 |
|
rlx
|
be4d7c9124
|
== '' --> === ''
|
2011-11-02 16:00:54 +00:00 |
|
rlx
|
d5733c2c5d
|
merge
|
2011-11-02 15:53:23 +00:00 |
|
j
|
e6f075f88e
|
change Ox.formatDate so that Ox.formatDate('', "%a, %b %e, %Y")
returns '' and not "undefined, undefined Na, NaN"
|
2011-11-02 16:21:09 +01:00 |
|
rlx
|
14a6b6c148
|
improve form elements
|
2011-11-02 10:23:15 +00:00 |
|
rlx
|
dfe12646e6
|
fix a bug where the interface of a block video timeline would be stacked above a dialog
|
2011-11-02 09:03:11 +00:00 |
|
rlx
|
7747255ab8
|
fix a bug in split panel, regarding the size of a second element in relation to a collapsed third element
|
2011-11-02 08:22:55 +00:00 |
|
rlx
|
90eaf97fec
|
fix a bug where 'global' keyboard events would trigger while an input element has focus
|
2011-11-02 00:46:42 +00:00 |
|
rlx
|
7761b9dea4
|
improve removal of elements
|
2011-11-01 23:14:29 +00:00 |
|
rlx
|
7848277593
|
avoid leaks by adding custom empty/remove/replaceWith functions to Ox.Element
|
2011-11-01 19:56:11 +00:00 |
|
rlx
|
90bc4fb59e
|
fix a layer bug
|
2011-11-01 14:45:47 +00:00 |
|
rlx
|
1720d2a184
|
add unified Ox.Layer object for dialogs and menus
|
2011-11-01 14:16:27 +00:00 |
|
rlx
|
3aa10edec8
|
add bindKeyboard and unbindKeyboard methods to Ox.Element, allowing an element to receive all keyboard events, independently of focus
|
2011-11-01 11:49:46 +00:00 |
|
rlx
|
b6a8ed28b4
|
update map marker image style
|
2011-10-31 17:00:26 +00:00 |
|
rlx
|
63b61f520b
|
in Ox.Request, allow for 409 Conflict
|
2011-10-31 16:02:00 +00:00 |
|
j
|
496da6aa77
|
no globals
|
2011-10-31 15:46:07 +01:00 |
|
j
|
bf228cf711
|
no globals
|
2011-10-31 15:14:54 +01:00 |
|
rlx
|
a727c32836
|
add calendar controls
|
2011-10-31 12:45:08 +00:00 |
|
rlx
|
1db1278ba2
|
fix calendar tooltip css in classic theme
|
2011-10-31 11:35:17 +00:00 |
|
rlx
|
64032b5e9c
|
add proper tooltips to map
|
2011-10-31 11:29:59 +00:00 |
|
rlx
|
479e7da2f5
|
update css
|
2011-10-30 21:17:10 +00:00 |
|
rlx
|
3c8430979b
|
add place controls to map
|
2011-10-30 21:05:32 +00:00 |
|
rlx
|
2555dbb4ea
|
add getMatches option to ListMap
|
2011-10-30 14:40:33 +00:00 |
|
rlx
|
aca33124d0
|
improved handling of find in video editor
|
2011-10-30 13:57:01 +00:00 |
|
rlx
|
462b335416
|
make video editor and player trigger find events
|
2011-10-30 09:49:58 +00:00 |
|
rlx
|
abb1c73214
|
Ox.Editable: delay expensive creation of extra elements until actual edit
|
2011-10-30 08:32:57 +00:00 |
|
rolux
|
17b9d0ff73
|
replace unicode.py, again
|
2011-10-29 19:17:14 +02:00 |
|
rlx
|
b6c872b5a4
|
in Ox.Calendar tooltips, only display the text representation of an event's range if it's different from the event's name
|
2011-10-29 17:05:44 +00:00 |
|
rlx
|
7415b72037
|
fix a bug related to clearing the requests cache
|
2011-10-29 12:32:55 +00:00 |
|
rlx
|
45ad8ee468
|
map fixes (when loaded without places, zoom out; when resizing causes the minimum zoom to be larger than the current zoom, zoom out)
|
2011-10-29 11:04:21 +00:00 |
|
rlx
|
4c641db867
|
add disableButtons and enableButtons methods to Ox.Dialog
|
2011-10-29 10:34:41 +00:00 |
|
rlx
|
ec7ec4d707
|
resolve focus issues with video player find element
|
2011-10-29 10:01:28 +00:00 |
|
rlx
|
6480bddd4f
|
fix a bug with icon lists that have a fixed ratio smaller than 1
|
2011-10-29 08:37:28 +00:00 |
|
rlx
|
039a65e251
|
fix color of info part for icons in info lists
|
2011-10-29 07:45:59 +00:00 |
|
rlx
|
f47547e728
|
allow for non-default page length of non-orientation-both icon lists
|
2011-10-28 17:45:51 +00:00 |
|
rlx
|
3605c0d2ac
|
don't throw error dialogs on 404
|
2011-10-27 21:15:51 +00:00 |
|
rlx
|
62f8a907ea
|
updates for html parsing, request handling, and editable elements
|
2011-10-27 18:50:23 +00:00 |
|
rlx
|
a949ad2cf4
|
use Ox.Editable in Ox.AnnotationPanel
|
2011-10-27 13:13:28 +00:00 |
|
rlx
|
a4cb6ee9ae
|
fix a bug related to disabling checkboxes
|
2011-10-27 11:20:00 +00:00 |
|
rlx
|
1eb93125e6
|
some improvements to Ox.Editable
|
2011-10-27 08:47:31 +00:00 |
|
rlx
|
188656bd99
|
add themed colored elements
|
2011-10-26 14:52:03 +00:00 |
|
rlx
|
fb2ae1dee2
|
fix textarea css
|
2011-10-26 08:59:30 +00:00 |
|
rlx
|
7ecb0b2011
|
some changes to Ox.Editable
|
2011-10-25 14:40:02 +00:00 |
|
rlx
|
2bd4156f6c
|
update IconList
|
2011-10-24 21:50:54 +00:00 |
|
rlx
|
19d5f811d6
|
strip tags in Ox.Editable
|
2011-10-24 21:31:53 +00:00 |
|
rlx
|
4dd5107a48
|
adjust DRM for laptop screens
|
2011-10-24 16:38:19 +00:00 |
|
rlx
|
c4116ca17c
|
merge
|
2011-10-24 15:59:25 +00:00 |
|
rlx
|
a58dc765d9
|
some work on Ox.Editable
|
2011-10-24 15:58:51 +00:00 |
|
j
|
3bb224a022
|
add some ;, remove print statement
|
2011-10-24 15:13:00 +02:00 |
|
rlx
|
925aa8d627
|
fix a bug that would keep loadFile from caching files
|
2011-10-23 16:00:59 +00: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
|
1954a7a799
|
add 'DRM'
|
2011-10-22 21:03:42 +00:00 |
|
rolux
|
087305a650
|
update no copyright symbol
|
2011-10-22 21:18:45 +02:00 |
|
rlx
|
329b82845e
|
fix a bug in Ox.Form, regarding error messages on submit
|
2011-10-22 15:22:39 +00:00 |
|
rlx
|
6eef7c567b
|
when setting a value of a text list cell, pass key, value _and all data_ to the format function
|
2011-10-22 14:55:13 +00:00 |
|
rlx
|
cfc5baef61
|
change autovalidate function for input elements so that it returns, along with the new value, a valid flag that indicates if the value is already valid
|
2011-10-22 14:50:31 +00:00 |
|
rlx
|
7ea6938de5
|
fix reloadList for InfoList
|
2011-10-20 16:49:42 +00:00 |
|
rlx
|
342b25d9cc
|
debug Ox.Request
|
2011-10-20 14:58:45 +00:00 |
|
rlx
|
a01926be4d
|
debug Ox.Request
|
2011-10-20 14:49:57 +00:00 |
|
rlx
|
4dfa708d05
|
populate find in video editor
|
2011-10-20 13:32:53 +00:00 |
|
rlx
|
bd3ebf5e33
|
make subtitles on BlockVideoTimeline optional
|
2011-10-20 13:04:04 +00:00 |
|
rlx
|
73883cba11
|
update css
|
2011-10-20 12:59:36 +00:00 |
|
rlx
|
6cf769b740
|
make Ox.formatUnit return 3 decimals
|
2011-10-19 13:23:09 +00:00 |
|
rlx
|
b3ed2db267
|
fix a bug where after playing in to out, the video position would be set to the very end of the video
|
2011-10-19 12:01:45 +00:00 |
|
rlx
|
abbfe33458
|
update classic css
|
2011-10-19 10:51:25 +00:00 |
|
rlx
|
4c6a6333b2
|
some changes to enable clips view in pandora; fix video player to allow for paused=false and playInToOut=true
|
2011-10-19 10:49:19 +00:00 |
|
rlx
|
9ac49b6fcf
|
don't display a blank line if an item doesn't have a title
|
2011-10-17 15:13:12 +00:00 |
|
rlx
|
83fbe6d366
|
enable drag&drop for info lists
|
2011-10-17 11:26:04 +00:00 |
|
rlx
|
5d669f42e3
|
update infolist
|
2011-10-17 10:23:16 +00:00 |
|
rlx
|
57ed9f9680
|
fix css for icon list pages
|
2011-10-16 13:06:56 +00:00 |
|
rlx
|
c6816dc433
|
update css
|
2011-10-16 12:46:27 +00:00 |
|
rlx
|
95f3d536ec
|
improve InfoList
|
2011-10-16 12:32:02 +00:00 |
|
rlx
|
1a4332c49c
|
update css
|
2011-10-13 12:47:02 +00:00 |
|
rlx
|
6f1f2a50fb
|
fix a bug with font sizes of list icons
|
2011-10-13 12:24:55 +00:00 |
|
rlx
|
50e6321e00
|
fix a bug with emptying the find field of a map and pressing return
|
2011-10-13 11:34:10 +00:00 |
|
rlx
|
8d940f5222
|
fix a bug with setting the items option of a static list to []
|
2011-10-13 11:33:19 +00:00 |
|
rlx
|
768dd6c7aa
|
fix tooltip of splitpanel resizebar; allow for setting the showannotations option of video player and editor panels from outside
|
2011-10-13 10:10:39 +00:00 |
|
rlx
|
ce2d568cd4
|
fix calendar css
|
2011-10-11 23:23:36 +00:00 |
|
rlx
|
687db7d957
|
make ESC work when editing text list cells
|
2011-10-11 17:27:46 +00:00 |
|
rlx
|
7ac16acbf1
|
fix a bug with adding/removing columns of synchronous textlists
|
2011-10-11 16:00:58 +00:00 |
|
rlx
|
f43122f795
|
workaround for select values not getting updated correctly when updating form values
|
2011-10-11 11:22:16 +00:00 |
|
rlx
|
e5d0c3fd20
|
make dialog fire resize events after maximize and reset
|
2011-10-11 10:34:02 +00:00 |
|
rlx
|
c7d268a7aa
|
when adding an event, set focus to its name input field
|
2011-10-11 10:19:44 +00:00 |
|
rlx
|
db25eec98b
|
fix a bug where edited places would not be updated correctly
|
2011-10-11 09:48:24 +00:00 |
|
rlx
|
9fb30bf1af
|
make find work in listcalendar; fill first page in static text lists with few items; listen to width/height changes in listmap and listcalendar; fix a bug where maps would load without zoombar
|
2011-10-11 09:09:20 +00:00 |
|
rlx
|
5a04e4fb8e
|
update calendar css
|
2011-10-11 07:30:01 +00:00 |
|
rlx
|
718ec32e44
|
in listcalendar, cache formatted duration strings
|
2011-10-11 07:05:45 +00:00 |
|
rlx
|
3fc1611803
|
in listcalendar, when editing, set list item value instead of reloading list
|
2011-10-11 06:50:02 +00:00 |
|
rlx
|
527f75b009
|
slightly faster text list construction for cells that don't have tooltips; make calendar layout deterministic for events that have the same time span
|
2011-10-11 06:32:20 +00:00 |
|
rlx
|
5948d2c2ce
|
fix a bug with doubleclicking on a calendar to zoom in
|
2011-10-10 20:48:35 +00:00 |
|
rlx
|
ccece375c0
|
fix a corner case in Ox.formatDateRangeDuration()
|
2011-10-10 17:00:01 +00:00 |
|
rlx
|
46ef208be2
|
fix a bug that would slow down reload of static lists when passing a new items array
|
2011-10-10 14:09:13 +00:00 |
|
rlx
|
d2972cd526
|
more functionality for ListCalendar
|
2011-10-10 12:38:54 +00:00 |
|
rlx
|
96d03fc386
|
allow for selection of calendar events that are outside the current view
|
2011-10-10 09:43:07 +00:00 |
|
rlx
|
d7507ee5ab
|
update calendar css
|
2011-10-10 08:39:20 +00:00 |
|
rolux
|
a39f76863f
|
rewrite Ox.formatDuration()
|
2011-10-10 09:32:26 +02:00 |
|
rlx
|
efca832c76
|
some work on ListCalendar
|
2011-10-09 21:13:16 +00:00 |
|
rlx
|
2928058f87
|
fix calendar background
|
2011-10-08 19:09:47 +00:00 |
|
rlx
|
19cb033bdc
|
fix bugs in map and url controller
|
2011-10-08 18:35:33 +00:00 |
|
rlx
|
2e9c22aa6d
|
doubleclick on map marker zooms in or out to place
|
2011-10-08 17:45:40 +00:00 |
|
rlx
|
331d23012c
|
merging changes
|
2011-10-08 17:20:34 +00:00 |
|
rlx
|
2698bec700
|
fix margins of static icon lists
|
2011-10-08 17:19:18 +00:00 |
|
rlx
|
4d13b8444b
|
remove trailing slash when constructing url
|
2011-10-08 11:48:14 +00:00 |
|
rlx
|
0994a6243f
|
another fix for '/foo', '/=foo' and '/unknown=foo'
|
2011-10-08 11:15:10 +00:00 |
|
rlx
|
bf533cd2fe
|
fix another url controller bug with '/=foo'
|
2011-10-08 10:54:43 +00:00 |
|
rlx
|
fdbcdf975b
|
fix the url controller '/=foo' and '/unknown=foo' bug again
|
2011-10-08 10:47:34 +00:00 |
|
rlx
|
7eb73dd4fb
|
fix a bug where selecting a not-yet-loaded place on a list map would not pan but zoom to that place
|
2011-10-08 09:58:31 +00:00 |
|
j
|
06ecd17cc6
|
no globals
|
2011-10-08 11:10:01 +02:00 |
|
rlx
|
02838540db
|
don't call callbacks of cancelled requests
|
2011-10-07 19:29:04 +00:00 |
|
rlx
|
851aa386c0
|
fix a bug in Ox.URL where URLs of the form '/unknown=foo' would not be parsed correctly
|
2011-10-06 06:07:31 +00:00 |
|
rlx
|
f1bfb545f1
|
fix a bug in Ox.URL where URLs of the form '/=foo' would not be parsed correctly
|
2011-10-06 06:02:54 +00:00 |
|
rlx
|
f2490fe771
|
simpler fix for changes in jquery attr()
|
2011-10-06 04:42:58 +00:00 |
|
rlx
|
cd9a26dab5
|
typos
|
2011-10-06 04:35:02 +00:00 |
|
rlx
|
c615da5c15
|
merging changes
|
2011-10-06 04:32:43 +00:00 |
|
rolux
|
e1eb3feb49
|
fix a regression with regards to the disabled state of form elements (jquery 1.6 attr() has changed)
|
2011-10-07 18:42:35 +02:00 |
|
rolux
|
609f834cd3
|
fix a bug where anyclick would fire on dragend
|
2011-10-07 17:51:05 +02:00 |
|
rlx
|
16078f0fbd
|
fix a regression with regards to dragging/resizing
|
2011-10-06 04:06:49 +00:00 |
|
rlx
|
745aac2609
|
fix issues with leading and trailing whitespace and linebreaks in Ox.doc
|
2011-10-06 01:56:04 +00:00 |
|
rlx
|
9bd5568579
|
fix doc demo
|
2011-10-06 00:30:09 +00:00 |
|
rolux
|
01e17e644a
|
add missing jquery files
|
2011-10-07 03:25:50 +02:00 |
|
rolux
|
02c12f542c
|
merging changes
|
2011-10-07 03:19:00 +02: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
|
66b9d41450
|
use minify in build script; add unicode module
|
2011-10-05 17:07:21 +00:00 |
|
rlx
|
6b2d26e950
|
typo
|
2011-10-04 02:30:47 +00:00 |
|
rlx
|
df3ea541b3
|
make map controls work
|
2011-10-04 02:26:24 +00:00 |
|
rlx
|
bbef38f0a9
|
add error handling in listmap, improve setting the error class in inputs and arrayinputs
|
2011-10-03 23:25:38 +00:00 |
|
rlx
|
a5a833f3c1
|
update ListCalendar
|
2011-10-03 16:37:05 +00:00 |
|
rlx
|
d51de58009
|
add Ox.ListCalendar
|
2011-10-03 16:14:01 +00:00 |
|
rlx
|
54b7d9de9f
|
fix css for selects with labels, allow for checkboxes with labels
|
2011-10-03 15:02:19 +00:00 |
|
rlx
|
0b53fc0566
|
calendar update
|
2011-10-03 14:12:31 +00:00 |
|
rlx
|
ea76fed699
|
add resize functionality to calendar
|
2011-10-03 13:23:40 +00:00 |
|
rlx
|
90085aaf2f
|
add rewind option to video player
|
2011-10-03 10:59:09 +00:00 |
|
rlx
|
f4c1f826bf
|
add 'find in list' functionality to 'manage places' dialog
|
2011-10-03 09:52:30 +00:00 |
|
rlx
|
c624cc5082
|
update map, url controller, icon list selection css
|
2011-10-02 21:49:59 +00:00 |
|
rlx
|
5f20f84582
|
remove print statement
|
2011-10-02 17:06:25 +00:00 |
|
rlx
|
0ca93fcebe
|
fix a bug in listmap, regarding removal of places
|
2011-10-02 17:05:56 +00: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
|
8e490eca2e
|
update geo and geo tools (fix for palestine, remove image urls)
|
2011-10-02 13:17:04 +00:00 |
|
rlx
|
3fa654a815
|
fix a bug in map where the input element would not change its style when there are no results
|
2011-10-01 13:51:03 +00:00 |
|
rlx
|
f9143bd62f
|
remove print statements
|
2011-10-01 13:07:33 +00:00 |
|
rlx
|
b3e7945a96
|
fix bugs in treelist where the icon would not update, items would not expand, and expanding items would be slow
|
2011-10-01 13:06:50 +00:00 |
|
rlx
|
f2dbfbd1e5
|
add some more documentation, pass some more tests
|
2011-10-01 02:21:55 +00:00 |
|
rlx
|
c6d67420a8
|
some fixes for map, range and videopreview
|
2011-09-30 10:34:33 +00:00 |
|
rlx
|
8ea49fab73
|
misc fixes
|
2011-09-29 17:25:50 +00:00 |
|
rlx
|
44a8ff015c
|
in icon lists, support 'info' that is not a string, but an element
|
2011-09-29 06:17:50 +00:00 |
|
rlx
|
3965eed153
|
url controller updates, list bugfixes
|
2011-09-28 17:31:35 +00:00 |
|
rlx
|
ef9040ba24
|
fix video widget listeners and triggers
|
2011-09-26 19:45:36 +00:00 |
|
rlx
|
f2c8644001
|
update Ox.URL, add Ox.Event
|
2011-09-23 10:43:57 +00:00 |
|
rlx
|
738f734bde
|
update Ox.URL
|
2011-09-22 04:45:56 +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
|
fdecafe4d7
|
fix a bug in text lists where selecting an item by clicking on an editable cell would click through to edit
|
2011-09-20 04:10:04 +00:00 |
|
rlx
|
b881f74c7e
|
misc fixes
|
2011-09-20 00:11:16 +00:00 |
|
rlx
|
33f08f3a41
|
trigger fewer change events in filter
|
2011-09-19 18:08:50 +00:00 |
|
rlx
|
ad51a360cd
|
allow some filtering when clearing the requests cache
|
2011-09-19 13:34:17 +00:00 |
|
rlx
|
211884740d
|
trigger change event in filter
|
2011-09-19 13:17:35 +00:00 |
|
rlx
|
d50e37588b
|
updating dialog and filter
|
2011-09-19 12:29:06 +00:00 |
|
rlx
|
636f772820
|
fix a bug where menus would modify item objects passed by reference
|
2011-09-19 06:33:52 +00:00 |
|
rlx
|
17d842c64c
|
splitpanel update (allow for animation, improve performance)
|
2011-09-18 21:17:39 +00:00 |
|
rlx
|
6696eb2b43
|
fix home screen reflection
|
2011-09-18 06:54:34 +00:00 |
|
rlx
|
7abc26fd0d
|
updating VideoPreview
|
2011-09-18 06:50:54 +00:00 |
|
rlx
|
170212a274
|
better text shadow for icon items
|
2011-09-18 02:30:01 +00:00 |
|
rlx
|
da1d9d650d
|
theme home screen
|
2011-09-18 02:22:35 +00:00 |
|
rlx
|
7f98cd19f2
|
fix a bug in Ox.ButtonGroup
|
2011-09-18 02:06:33 +00:00 |
|
rlx
|
ff0b83fa89
|
fix bugs with deeply nested menus
|
2011-09-17 23:25:22 +00:00 |
|
rlx
|
e11a8e3a78
|
implement replaceMenu in MainMenu
|
2011-09-17 20:47:16 +00:00 |
|
rlx
|
7398b1ec14
|
fix a formatting bug in icon list items
|
2011-09-17 18:24:42 +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 |
|
rlx
|
ef1fa5fe84
|
some bugfixes
|
2011-09-17 11:49:29 +00:00 |
|
rolux
|
4cc754a28d
|
remove Ox.each, , $.extend, $.map and $.merge
|
2011-09-17 20:36:09 +02:00 |
|
rolux
|
da9e5dbb29
|
fix event handlers and split panel resize event
|
2011-09-17 19:39:38 +02:00 |
|
rlx
|
3f90e96c3a
|
updating video elements (fixes bugs with positions and points)
|
2011-09-17 07:09:17 +00:00 |
|
rlx
|
3c419d3ee7
|
update geo module; make Ox.load accept multiple modules
|
2011-09-09 23:05:04 +00:00 |
|
rlx
|
cbd6a1dea8
|
geo module updates
|
2011-09-09 21:16:32 +00:00 |
|
j
|
4768dcfe8e
|
add some docstrings
|
2011-09-14 10:34:33 -04:00 |
|
rlx
|
7035e207c2
|
add languages to geo module
|
2011-09-09 16:37:21 +00:00 |
|
rlx
|
a29d7e70ea
|
when dragging columns, scroll list if needed
|
2011-09-09 11:37:14 +00:00 |
|
rlx
|
0ba258281f
|
simpler text list column head elements, better column drag
|
2011-09-09 10:41:13 +00:00 |
|
rlx
|
1e38ff6b9e
|
image module update
|
2011-09-08 21:39:07 +00:00 |
|
rlx
|
1b4591dcbe
|
improved steganography functions
|
2011-09-08 12:27:40 +00:00 |
|
rlx
|
3f3edac8c7
|
some fixes for filters and form elements
|
2011-09-08 08:16:31 +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 |
|
j
|
318e2e95b2
|
document Ox.SplitPanel properties
|
2011-09-05 14:42:37 +02:00 |
|
rlx
|
c3b59a62fe
|
fixing a bug where in a list, the click target loop would not exit when items are added or removed on click
|
2011-09-05 05:40:44 +00:00 |
|
rlx
|
5efe54c0e2
|
fix a split panel bug
|
2011-09-05 01:30:35 +00:00 |
|
rlx
|
c123de8513
|
add dragangdroppause event
|
2011-09-04 22:06:40 +00:00 |
|
rlx
|
e6e2e0e1d8
|
add drag-to-scrub to video
|
2011-09-04 21:36:41 +00:00 |
|
rlx
|
1333a3ecec
|
tooltips and better cursors for splitpanels
|
2011-09-04 21:15:16 +00:00 |
|
rlx
|
2aa828c308
|
add keys option to text list to allow for additional keys to be requested, beyond the keys of the visible columns
|
2011-09-04 16:43:52 +00:00 |
|
rlx
|
6adacf484f
|
pass on modifier keys in Ox.List add item event
|
2011-09-04 13:40:07 +00:00 |
|
rlx
|
bd61a2e97e
|
fix a bug where in text lists, no draganddropstart event would fire if the drag originated in a cell that contains another element
|
2011-09-04 12:49:33 +00:00 |
|
rlx
|
63885b8c1b
|
support drag and drop in text lists
|
2011-09-04 12:19:36 +00:00 |
|
rlx
|
6b0779fcab
|
add formatColor()
|
2011-09-04 04:14:58 +00:00 |
|
rlx
|
be3b1d573d
|
use new-style mouse events in Ox.List
|
2011-09-03 23:04:18 +00:00 |
|
rlx
|
2043dc7a12
|
fix a bug where in orientation=both icon lists with less than one screen full of icons, clicking below the icons would not cause a deselect
|
2011-09-03 17:54:17 +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
|
182225ebc4
|
merging changes
|
2011-09-03 02:12:44 +00:00 |
|
rlx
|
18f117138d
|
updates for players, timelines and markers
|
2011-09-02 03:28:43 +00:00 |
|
rlx
|
9a7a0acd89
|
use svg video markers
|
2011-09-02 00:32:23 +00:00 |
|
rlx
|
12423e7b03
|
more progress on progress bar
|
2011-09-01 13:13:47 +00:00 |
|
rolux
|
16ef28d260
|
add progress bar demo
|
2011-09-01 23:38:57 +02:00 |
|
rlx
|
d160699e00
|
add css
|
2011-09-01 10:00:03 +00:00 |
|
rlx
|
2a9053a588
|
add Ox.Progressbar
|
2011-09-01 09:35:45 +00:00 |
|
rlx
|
90e795d194
|
fix a bug where in empty icon lists, an icon grid would appear for a split-second
|
2011-09-01 09:16:41 +00:00 |
|
rlx
|
3a87e8eb5f
|
in input, trigger change on clear if changeonkeypress is true
|
2011-09-01 07:43:03 +00:00 |
|
rlx
|
6da40d325c
|
adding symbols
|
2011-09-01 04:46:14 +00:00 |
|
rlx
|
b55ade5687
|
add tooltips to textlist cells
|
2011-08-28 19:50:06 +00:00 |
|
rlx
|
5d454f0a80
|
support for drag and drop
|
2011-08-28 06:23:15 +00:00 |
|
rlx
|
9ea5cce853
|
minor changes
|
2011-08-24 21:05:39 +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
|
9dd695b6ca
|
fixing a regression where icons in a list would not display in their loading state
|
2011-08-23 23:57:03 +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 |
|
rlx
|
11d46c4d17
|
make .appendTo() work
|
2011-08-23 19:08:08 +00:00 |
|
rlx
|
e8347aeabc
|
when leaving a video part, set currentTime to 0
|
2011-08-23 08:14:22 +00:00 |
|
rlx
|
e3d9969c93
|
merging changes
|
2011-08-21 08:18:38 +00:00 |
|
rlx
|
cb1024a1f7
|
add video demo
|
2011-08-20 23:15:33 +00:00 |
|
rlx
|
6d1631586c
|
fix a multipart video bug
|
2011-08-20 23:11:38 +00:00 |
|
rlx
|
0369eaff14
|
video updates (playlists)
|
2011-08-20 09:48:28 +00:00 |
|
rlx
|
a7c94a8019
|
some more fixes
|
2011-08-19 20:55:16 +00:00 |
|
rlx
|
32f4626a50
|
some more fixes
|
2011-08-19 20:37:58 +00:00 |
|
rlx
|
d0d1b94228
|
fix video panel player resize bug
|
2011-08-19 18:42:44 +00:00 |
|
rlx
|
a9554bf477
|
first bind loadedmetadata, then set src
|
2011-08-19 17:10:52 +00:00 |
|
rlx
|
6d47477890
|
debugging...
|
2011-08-19 17:02:38 +00:00 |
|
rlx
|
842ad71cb9
|
debugging...
|
2011-08-19 16:49:00 +00:00 |
|
rlx
|
439b7cfad6
|
some further fixes
|
2011-08-19 16:04:59 +00:00 |
|
rlx
|
ba96bfb76c
|
handle video formats and resolutions
|
2011-08-19 14:44:03 +00:00 |
|
rlx
|
c5bde89971
|
support multipart video
|
2011-08-19 10:45:36 +00:00 |
|
rlx
|
676cb72101
|
add InfoList (draft)
|
2011-08-19 06:41:48 +00:00 |
|
rlx
|
f464e82541
|
update css
|
2011-08-18 14:05:27 +00:00 |
|
rlx
|
9d0dee01e8
|
add enableMouse option to VideoPlayer
|
2011-08-18 14:03:48 +00:00 |
|
rlx
|
3203556b46
|
trigger sort event in text list
|
2011-08-18 07:55:39 +00:00 |
|
rlx
|
19aa9b40e5
|
make sure list can handle a selected id option that is not in the results
|
2011-08-17 20:07:53 +00:00 |
|
rlx
|
91c69d5d23
|
update VideoPanelPlayer
|
2011-08-17 19:34:34 +00:00 |
|
j
|
acc7971b96
|
event.offsetX does not work in Firefox
|
2011-08-17 20:57:58 +02:00 |
|
rlx
|
5e283c3759
|
fire toggleannotations event in video editor
|
2011-08-17 15:20:17 +00:00 |
|
rlx
|
a103ef8f7d
|
add Ox.TabPanel()
|
2011-08-17 14:59:37 +00:00 |
|
rlx
|
c4842ca863
|
make setting sort option of icon list work
|
2011-08-17 13:22:29 +00:00 |
|
rlx
|
31149d7ecc
|
add icon to application error dialog
|
2011-08-17 11:39:33 +00:00 |
|
rlx
|
fcdfb03bea
|
updating list
|
2011-08-17 09:30:27 +00:00 |
|
rlx
|
6f64ad3512
|
make video editor accept position option
|
2011-08-16 13:29:16 +00:00 |
|
rlx
|
d21068979a
|
replace Flipbook with VideoPreview
|
2011-08-08 13:58:19 +00:00 |
|
rolux
|
944f549e95
|
merging changes
|
2011-08-15 19:37:58 +02:00 |
|
rolux
|
1ece68be42
|
merging changes
|
2011-08-15 18:41:54 +02:00 |
|
rolux
|
72b892f982
|
add demos
|
2011-08-15 16:18:27 +02:00 |
|
rolux
|
1083a324dc
|
minor fixes
|
2011-08-15 16:11:13 +02:00 |
|
rolux
|
ee93ed673e
|
update CSS
|
2011-08-15 14:25:58 +02:00 |
|
rolux
|
e063626bdc
|
Ox.Dialog rewrite
|
2011-08-15 14:18:14 +02:00 |
|
rolux
|
6e5b515e5f
|
add file
|
2011-08-12 23:01:19 +02:00 |
|
rolux
|
db4b33cf24
|
add Ox.Editable
|
2011-08-12 23:00:42 +02:00 |
|
j
|
7cdf3dff7f
|
browsers dont like hidden animated svgs, brings down cpu usage to 0 if nothing happens
|
2011-08-11 12:56:24 +02:00 |
|
rlx
|
f9360db0b4
|
minor changes
|
2011-08-07 23:43:37 +00:00 |
|
rlx
|
5095eeed5d
|
list updates
|
2011-08-07 22:16:06 +00:00 |
|
rlx
|
2b44e1c694
|
update css
|
2011-08-07 17:06:12 +00:00 |
|
rlx
|
9ba2293467
|
update css
|
2011-08-07 16:29:56 +00:00 |
|
rolux
|
dd7191e8d4
|
load svg images inline
|
2011-08-09 19:00:39 +02:00 |
|
rlx
|
6118eae51a
|
round float px values
|
2011-08-07 03:05:43 +00:00 |
|
rlx
|
6dfa732636
|
support fixed-ratio icon lists
|
2011-08-07 02:33:26 +00:00 |
|
rlx
|
accb7c862a
|
new timeline url
|
2011-08-06 18:20:24 +00:00 |
|
rlx
|
8e468ced0b
|
merging changes
|
2011-08-06 17:41:01 +00:00 |
|
rlx
|
b05be138cc
|
some changes towards fixed height icon lists
|
2011-08-06 04:28:38 +00:00 |
|
rlx
|
4642b56a95
|
properly sort top-level keys in data of treelist
|
2011-08-05 23:39:15 +00:00 |
|
rlx
|
b428f3b3e2
|
updating css
|
2011-08-05 18:27:13 +00:00 |
|
rlx
|
428744c8bf
|
allow for dialog that does not gain focus
|
2011-06-07 05:29:14 +00:00 |
|
rlx
|
917608950d
|
merging changes
|
2011-06-07 03:17:09 +00: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 |
|
rolux
|
ff1714013c
|
minor changes in tree list
|
2011-07-26 16:36:31 +02:00 |
|
rolux
|
4b1eadc021
|
merging changes
|
2011-07-26 16:34:36 +02:00 |
|
rolux
|
57ae6e5c64
|
use random ids for data tree list items
|
2011-07-26 16:33:52 +02:00 |
|
j
|
23adaa05df
|
exec regex
|
2011-07-23 15:44:11 +02:00 |
|
rolux
|
719ffc050a
|
merging changes
|
2011-06-21 12:55:26 +02:00 |
|
rolux
|
d3b1e89eec
|
update image module
|
2011-06-21 11:16:23 +02:00 |
|
j
|
8906cecd3e
|
item constructor
|
2011-06-20 16:37:37 +02:00 |
|
j
|
3dae403037
|
;
|
2011-06-20 15:17:40 +02:00 |
|
j
|
523764c632
|
Ox.Map elements need new too
|
2011-06-20 14:53:00 +02:00 |
|
j
|
cb7a7b0f5d
|
Ox.OptionGroup needs new
|
2011-06-19 20:25:37 +02:00 |
|
j
|
9c1023ca1f
|
merge image module
|
2011-06-19 19:50:34 +02:00 |
|
j
|
b27ed00356
|
remove new for all Ox.Elements, dont declare arguments again, add some semicolons
|
2011-06-19 19:48:32 +02:00 |
|
rolux
|
be9928d105
|
add image module
|
2011-06-19 17:40:53 +02:00 |
|
j
|
3eab11e967
|
dont use global variable
|
2011-06-19 16:59:30 +02:00 |
|
j
|
b60f0c8791
|
update places
|
2011-06-18 20:59:32 +02:00 |
|
j
|
628d7c2be8
|
move Ox.FilesView.js to pandora
|
2011-06-16 19:32:11 +02:00 |
|
j
|
218eeaf47a
|
edit annotations
|
2011-06-15 16:36:01 +02:00 |
|
j
|
e7b947c1ca
|
move files
|
2011-06-15 15:04:57 +02:00 |
|
j
|
c70e23b493
|
reload lists after setting items
|
2011-06-15 14:20:14 +02:00 |
|
rolux
|
1e166359b8
|
shift click to join places, part 8
|
2011-06-14 17:03:26 +02:00 |
|
rolux
|
fc9fa56e9c
|
shift click to join places, part 7
|
2011-06-14 16:53:32 +02:00 |
|
rolux
|
4b1dcbb5eb
|
shift click to join places, part 6
|
2011-06-14 16:49:41 +02:00 |
|
rolux
|
b5bc867273
|
shift click to join places, part 5
|
2011-06-14 16:48:46 +02:00 |
|
rolux
|
466293b2f9
|
shift click to join places, part 4
|
2011-06-14 16:45:29 +02:00 |
|
rolux
|
6162b0cc33
|
shift click to join places, part 3
|
2011-06-14 16:41:20 +02:00 |
|
rolux
|
bf64450ada
|
shift click to join places, part 2
|
2011-06-14 16:38:49 +02:00 |
|
rolux
|
4d449232d5
|
shift click to join places
|
2011-06-14 16:34:09 +02:00 |
|
rolux
|
7a38795314
|
update map (for arctic/antartic results)
|
2011-06-14 15:41:34 +02:00 |
|
rolux
|
1e1bfa6ce3
|
typo
|
2011-06-14 11:38:58 +02:00 |
|
rolux
|
23c50a1d01
|
update map (for arctic/antartic results)
|
2011-06-14 11:29:31 +02:00 |
|
rlx
|
a57d5c368a
|
changes related to frames and posters view in pandora
|
2011-06-07 03:16:25 +00:00 |
|
rlx
|
8c55821431
|
merging changes
|
2011-06-06 18:35:15 +00: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 |
|
rlx
|
2419ca3a18
|
make static list honor 'selected' options
|
2011-06-06 18:34:40 +00:00 |
|
j
|
8acccb5cd1
|
getCel(id) should also work
|
2011-06-04 18:18:12 +02:00 |
|
rlx
|
f601f0862f
|
some changes to files view
|
2011-06-04 02:32:42 +00:00 |
|
rlx
|
62df91961e
|
some changes to files view
|
2011-06-04 01:41:47 +00:00 |
|
rlx
|
0bc884070c
|
merging changes
|
2011-06-03 23:10:03 +00:00 |
|
j
|
f366baa508
|
fix copy&paste, jquery always sets event.metaKey to event.ctrlKey
|
2011-06-04 14:14:39 +02:00 |
|
rlx
|
624ed333fc
|
merging changes
|
2011-06-03 23:09:18 +00:00 |
|
rlx
|
6ec375c9ce
|
misc fixes
|
2011-06-02 08:04:22 +00:00 |
|
rlx
|
565ff78139
|
now we have a rainbow-gradient range track hidden deep within pandora
|
2011-06-02 06:19:44 +00:00 |
|
rlx
|
67dd877874
|
filter rewrite, support most special types
|
2011-06-02 05:29:58 +00:00 |
|
rlx
|
65aadc19e9
|
filter rewrite, inputgroup update
|
2011-06-02 03:44:11 +00:00 |
|
rlx
|
a96f6fdfd1
|
filter rewrite, element update
|
2011-06-02 03:02:16 +00:00 |
|
rlx
|
d660e0e30a
|
filter rewrite, allow for nested conditions
|
2011-06-02 01:04:52 +00:00 |
|
rlx
|
c2794a6d35
|
minor changes for filter dialog
|
2011-06-01 22:49:23 +00:00 |
|
rlx
|
9366bdc6d5
|
minor changes for filter dialog
|
2011-06-01 22:47:59 +00:00 |
|
rolux
|
e25b7a2ee2
|
reverting timeinput update
|
2011-06-01 22:12:22 +02:00 |
|
rlx
|
3e03e00a72
|
merging changes
|
2011-06-01 18:38:58 +00:00 |
|
rlx
|
2ce322fe97
|
updating filter
|
2011-06-01 17:43:58 +00:00 |
|
rlx
|
25b5bd1ace
|
updating filter
|
2011-06-01 16:09:34 +00:00 |
|
rlx
|
7c23fb3741
|
updating filter
|
2011-06-01 15:03:22 +00:00 |
|
rolux
|
46f40c0623
|
fix filter button image
|
2011-06-01 17:49:07 +02:00 |
|
rlx
|
6f26b350e9
|
fixing a regression
|
2011-06-01 14:02:16 +00:00 |
|
rlx
|
66c8347a2a
|
allow for editing s/w/n/e/ values manually
|
2011-06-01 13:53:09 +00:00 |
|
rolux
|
df27e28c5e
|
testing...
|
2011-06-01 16:42:45 +02:00 |
|
rolux
|
805034673f
|
live update marker
|
2011-06-01 16:36:53 +02:00 |
|
rolux
|
21110a5242
|
typos
|
2011-06-01 16:34:26 +02:00 |
|
rolux
|
d7b755e31b
|
debugging...
|
2011-06-01 16:32:19 +02:00 |
|
rolux
|
021d429398
|
fix map
|
2011-06-01 16:27:25 +02:00 |
|
rolux
|
862f097e24
|
debugging...
|
2011-06-01 16:16:48 +02:00 |
|
rolux
|
1d704ce9fd
|
debugging...
|
2011-06-01 16:08:01 +02:00 |
|
rolux
|
0fe05d88e6
|
typo
|
2011-06-01 16:04:50 +02:00 |
|
rolux
|
5f985fb22e
|
fix map
|
2011-06-01 16:03:02 +02:00 |
|
rolux
|
104c2e2b0b
|
fix map
|
2011-06-01 15:58:00 +02:00 |
|
rolux
|
02a9379775
|
fix map
|
2011-06-01 15:56:18 +02:00 |
|
rolux
|
e8777dfada
|
debugging...
|
2011-06-01 15:54:22 +02:00 |
|
rolux
|
a369d0170d
|
update map
|
2011-06-01 15:51:35 +02:00 |
|
rolux
|
408280e741
|
update place panel ui
|
2011-06-01 15:33:09 +02:00 |
|
rolux
|
7d792800db
|
update place panel ui
|
2011-06-01 15:29:40 +02:00 |
|
rolux
|
049692f948
|
update place panel ui
|
2011-06-01 15:28:21 +02:00 |
|
rolux
|
f6803dd9e5
|
update place panel ui
|
2011-06-01 15:25:07 +02:00 |
|
rolux
|
b5363b38f4
|
update ArrayInput
|
2011-06-01 15:15:34 +02:00 |
|
rolux
|
4f77725a74
|
update ArrayInput
|
2011-06-01 15:12:14 +02:00 |
|
rolux
|
944d4036b0
|
fix loading icon animation
|
2011-06-01 14:20:34 +02:00 |
|
rolux
|
bbdd3b4cf4
|
fix for new place button
|
2011-06-01 14:08:29 +02:00 |
|
rolux
|
84cfc65d79
|
update type colors
|
2011-06-01 13:11:28 +02:00 |
|
rolux
|
7cfe46ffa1
|
update type colors
|
2011-06-01 13:09:33 +02:00 |
|
rolux
|
5922a60855
|
update type colors
|
2011-06-01 13:08:15 +02:00 |
|
rolux
|
7b32cbd33b
|
update type colors
|
2011-06-01 13:06:27 +02:00 |
|
rolux
|
63d34b5854
|
update type colors
|
2011-06-01 13:01:29 +02:00 |
|
rolux
|
73fdb1392b
|
update type colors
|
2011-06-01 12:59:52 +02:00 |
|
j
|
c494c3ace6
|
minor cleanups
|
2011-06-01 12:59:30 +02:00 |
|
j
|
4ea645b572
|
ids -> positions
|
2011-06-01 12:59:12 +02:00 |
|
rolux
|
edcb2414b6
|
update place type taxonomy
|
2011-06-01 12:56:39 +02:00 |
|
rolux
|
9e540c6eca
|
update place type taxonomy
|
2011-06-01 12:50:43 +02:00 |
|
rolux
|
94f34a8d0e
|
update place type taxonomy
|
2011-06-01 12:48:11 +02:00 |
|
rolux
|
357968c4b1
|
updating listmap
|
2011-06-01 11:48:03 +02:00 |
|
rolux
|
d9db7f1888
|
updating listmap
|
2011-06-01 11:18:38 +02:00 |
|
rolux
|
6312380ba0
|
updating listmap
|
2011-06-01 11:11:22 +02:00 |
|
rolux
|
020d49e4eb
|
updating listmap
|
2011-06-01 10:54:02 +02:00 |
|
rolux
|
2319f5c3c9
|
updating map
|
2011-06-01 10:50:49 +02:00 |
|
rolux
|
60d6c2a166
|
updating listmap
|
2011-06-01 10:39:33 +02:00 |
|
rolux
|
0c88632437
|
merging changes
|
2011-06-01 09:45:21 +02:00 |
|
rolux
|
61404dd776
|
formatted area output in place panel
|
2011-05-31 10:42:22 +02:00 |
|
rolux
|
64f493676b
|
merging changes
|
2011-05-31 09:40:06 +02:00 |
|
rolux
|
69317c3673
|
merging changes
|
2011-05-31 09:24:03 +02:00 |
|
rolux
|
7968a11116
|
merging changes
|
2011-05-30 20:57:22 +02:00 |
|
rolux
|
4f81b9eaee
|
typo
|
2011-05-30 14:10:38 +02:00 |
|
rolux
|
5e54f5394d
|
some listmap fixes
|
2011-05-30 14:06:58 +02:00 |
|
rolux
|
60662a437a
|
add type field (still needs a better Ox.Select)
|
2011-05-30 13:47:30 +02:00 |
|
rolux
|
b299674717
|
some smaller fixes
|
2011-05-30 11:31:28 +02:00 |
|
rolux
|
120a28eaa2
|
use correct api for add/edit/remove place; fix demo
|
2011-05-30 11:09:52 +02:00 |
|
rolux
|
c99e7af1bd
|
allow for editing of alternative names
|
2011-05-30 10:46:12 +02:00 |
|
rolux
|
7eb6f58312
|
allow for editing lat/lng/s/w/n/e via map
|
2011-05-30 09:21:11 +02:00 |
|
rolux
|
1eebdf3805
|
better behaviour when editing (only send changed key/value pairs, only reload list if sort order is affected)
|
2011-05-30 08:54:45 +02:00 |
|
rolux
|
03f368c7b8
|
adding svgs again
|
2011-05-30 08:31:53 +02:00 |
|
rolux
|
b96c85fc9b
|
merging changes
|
2011-05-30 08:29:44 +02:00 |
|
rolux
|
bd592e0056
|
simplify area query, fix async listmap demo
|
2011-05-30 08:13:28 +02:00 |
|
j
|
ef6bb1753a
|
map
|
2011-05-29 23:00:26 +00:00 |
|
j
|
5059172d47
|
add svg symbold
|
2011-05-29 22:59:30 +00:00 |
|
rolux
|
b9ab4a0adf
|
send proper query on selectplace
|
2011-05-29 22:37:41 +02:00 |
|
rolux
|
ac43e14f50
|
typos
|
2011-05-29 22:25:27 +02:00 |
|
rolux
|
981e3889da
|
get rid of special 'area' parameter, use 'query' parameter
|
2011-05-29 22:23:16 +02:00 |
|
rolux
|
4eb1b99c76
|
typo
|
2011-05-29 21:35:07 +02:00 |
|
rolux
|
18a9b58449
|
set keys when sending area request
|
2011-05-29 21:28:35 +02:00 |
|
rolux
|
548d41d391
|
add deselect button to place panel
|
2011-05-29 21:05:31 +02:00 |
|
rolux
|
95de5ee5c8
|
make more columns removable
|
2011-05-29 20:12:40 +02:00 |
|
rolux
|
25b86dd085
|
update list when editing place
|
2011-05-29 19:44:48 +02:00 |
|
rolux
|
09641b11e4
|
deselect place in list when selecting a result on map
|
2011-05-29 18:22:54 +02:00 |
|
rolux
|
7b2a0cfef5
|
reform Ox.List to allow for scroll position staying the same after deleting an item
|
2011-05-29 18:05:29 +02:00 |
|
rolux
|
ccc4a743d8
|
some support for adding/removing places
|
2011-05-29 17:09:42 +02:00 |
|
rolux
|
0e835cc116
|
allow for setting the selected id of an Ox.List to an id that is currently not in view
|
2011-05-29 15:15:38 +02:00 |
|
rolux
|
93408b0b4d
|
make map in async listmap async
|
2011-05-29 14:22:54 +02:00 |
|
rolux
|
14174136d8
|
some support for async listmaps
|
2011-05-29 12:42:38 +02:00 |
|
rolux
|
a280574033
|
some support for async maps
|
2011-05-29 11:52:33 +02:00 |
|
rolux
|
6bb66b190c
|
typo
|
2011-05-28 11:03:49 +02:00 |
|
rolux
|
86411a6e22
|
change sort function for geonames
|
2011-05-28 10:46:39 +02:00 |
|
rolux
|
96b597d324
|
make listmap trigger add/remove place events
|
2011-05-28 10:15:50 +02:00 |
|
rolux
|
fada9f8a0c
|
support classic theme
|
2011-05-28 02:02:00 +02:00 |
|
rolux
|
d915e9f205
|
some support for resizing
|
2011-05-28 01:49:36 +02:00 |
|
rolux
|
37ecdd99ac
|
slightly faster rendering of events
|
2011-05-28 01:06:48 +02:00 |
|
rolux
|
2c82f51120
|
stop() before animate()
|
2011-05-28 00:06:56 +02:00 |
|
rolux
|
b99679ffe1
|
speed up rendering of the calendar (only compute event positions once)
|
2011-05-27 21:42:01 +02:00 |
|
rolux
|
eccade6aa9
|
fix a bug where the selected element would be too big if it was off the left side of the screen
|
2011-05-27 18:39:47 +02:00 |
|
rolux
|
dcb567143e
|
always draw background all the way down to the bottom
|
2011-05-27 18:14:22 +02:00 |
|
rolux
|
8ed96c83ca
|
add more data to calendar demo
|
2011-05-27 18:03:05 +02:00 |
|
rolux
|
3d7607b78a
|
change sort algorithm for events stacking
|
2011-05-27 14:20:54 +02:00 |
|
rolux
|
453f226b18
|
click selects, second click pans, doubleclick zooms
|
2011-05-27 13:55:48 +02:00 |
|
rolux
|
419985c835
|
better formatting of dates, especially around 0 AD
|
2011-05-27 13:33:01 +02:00 |
|
rolux
|
c85ab83f9a
|
always keep the selected element in the dom
|
2011-05-27 11:52:31 +02:00 |
|
rolux
|
52310babe8
|
allow for vertical scrolling of calendar (pan and zoom)
|
2011-05-27 11:45:49 +02:00 |
|
rolux
|
acef6a822a
|
allow for vertical scrolling of calendar (mouse and keyboard)
|
2011-05-27 11:15:55 +02:00 |
|
rolux
|
263d8ea02c
|
move scalebar out of content div, animate scalebar and scrollbar during keyboard navigation
|
2011-05-27 10:19:51 +02:00 |
|
rolux
|
1950b514b5
|
only draw half of the calendar background stripes
|
2011-05-27 09:58:03 +02:00 |
|
rolux
|
457e175455
|
fix some scrollbar scale bugs
|
2011-05-26 20:49:48 +02:00 |
|
rolux
|
385aac008c
|
allow for current (ongoing) events
|
2011-05-26 20:18:20 +02:00 |
|
rolux
|
bd0f1e1ae3
|
add %x option (show BC/AD if year < 1000) to formatDate, and use on mousemove
|
2011-05-26 19:20:55 +02:00 |
|
rolux
|
f0052d3e3c
|
much better formatting of date ranges and their duration
|
2011-05-26 19:10:32 +02:00 |
|
rolux
|
13669aec63
|
fix Ox.parseDate()
|
2011-05-26 09:18:59 +02:00 |
|
rolux
|
ab6a07d137
|
still fixing a scale bar UTC off-by-one error
|
2011-05-26 00:14:47 +02:00 |
|
rolux
|
c3b4d40903
|
fix a scale bar UTC off-by-one error
|
2011-05-25 23:31:10 +02:00 |
|
rolux
|
06f27b75bd
|
more calendar improvements (positioning, scrolling)
|
2011-05-25 21:52:33 +02:00 |
|
rolux
|
474d5f92cb
|
more calendar improvements (low zoom levels)
|
2011-05-25 21:33:43 +02:00 |
|
rolux
|
d98c34407d
|
more calendar improvements (high zoom levels)
|
2011-05-25 19:47:34 +02:00 |
|
rolux
|
dc23259308
|
more calendar improvements (labels etc.)
|
2011-05-25 19:32:04 +02:00 |
|
rolux
|
c661f3a883
|
more calendar improvements (keyboard navigation etc.)
|
2011-05-25 18:36:55 +02:00 |
|
rolux
|
b18500d133
|
calendar improvements (api, css, utc)
|
2011-05-25 11:22:16 +02:00 |
|
rolux
|
fda007f00d
|
fix safari syntax error
|
2011-05-25 09:29:42 +02:00 |
|
rolux
|
e54c136c48
|
properly set textlist css background color
|
2011-05-24 22:32:13 +02:00 |
|
rolux
|
c5b47863c6
|
set textlist css background color
|
2011-05-24 22:26:24 +02:00 |
|
rolux
|
2d98dfe754
|
animate left/right textlist scrolling
|
2011-05-24 22:22:18 +02:00 |
|
rolux
|
6cd64efeb2
|
dont _clone_ listmap items function
|
2011-05-24 22:00:25 +02:00 |
|
rolux
|
29e58b9c3e
|
clean up video editor options
|
2011-05-24 21:19:27 +02:00 |
|
rolux
|
44496d343e
|
fixing Ox.isEqual
|
2011-05-24 20:44:55 +02:00 |
|
rolux
|
c31ff816c1
|
only cache width on item construction (not on list resize)
|
2011-05-24 20:32:59 +02:00 |
|
rolux
|
4eef6ece64
|
reducing textlist item construction time by about 80%
|
2011-05-24 19:50:53 +02:00 |
|
rolux
|
ca905a54bb
|
properly remove markers when removing a place
|
2011-05-24 18:46:46 +02:00 |
|
rolux
|
a48113684d
|
properly update list status
|
2011-05-24 18:26:02 +02:00 |
|
rolux
|
11e98db160
|
listmap bugfixes
|
2011-05-24 18:22:37 +02:00 |
|
rolux
|
9967d31396
|
listmap bugfixes
|
2011-05-24 18:08:52 +02:00 |
|
rolux
|
314fcc7b0a
|
update sort after edit
|
2011-05-24 16:51:40 +02:00 |
|
rolux
|
74802d284a
|
make map zoom work while list has focus
|
2011-05-24 16:32:03 +02:00 |
|
rolux
|
05af51f76b
|
add find-as-you-type to (static) text list
|
2011-05-24 16:10:08 +02:00 |
|
rolux
|
187adae7e2
|
textlist improvements (keep selection after sort, make left/right arrows scroll left/right)
|
2011-05-24 15:44:02 +02:00 |
|
rolux
|
32b2da184a
|
better sorting of geonames
|
2011-05-24 14:50:16 +02:00 |
|
rolux
|
6ad45105af
|
fix a bug where the n largest places would not appear in a map view
|
2011-05-24 14:02:08 +02:00 |
|
rolux
|
0e5172a8fa
|
improve listmap editing functionality
|
2011-05-24 13:56:53 +02:00 |
|
rolux
|
b17e8a783b
|
improve listmap editing functionality
|
2011-05-24 13:43:27 +02:00 |
|
rolux
|
02442a24f7
|
improve listmap editing functionality
|
2011-05-24 12:44:34 +02:00 |
|
rolux
|
76606689d7
|
improve listmap editing functionality
|
2011-05-24 10:40:17 +02:00 |
|
rolux
|
e80b7bd8e3
|
improve listmap editing functionality
|
2011-05-24 08:15:44 +02:00 |
|
rolux
|
45d20dd306
|
add missing images
|
2011-05-23 21:41:08 +02:00 |
|
rolux
|
912f2121a4
|
improved geodata and tools
|
2011-05-23 21:38:52 +02:00 |
|
rolux
|
4d9a8537ef
|
some more work on map/listmap
|
2011-05-22 19:12:21 +02:00 |
|
rolux
|
a3c18e57b0
|
add an optional function to textlist columns that maps values to sort values
|
2011-05-22 15:14:42 +02:00 |
|
rolux
|
5915acd72c
|
improving listmap
|
2011-05-22 14:39:57 +02:00 |
|
rolux
|
6a33b9cb97
|
add Ox.ArrayInput, more Ox.ListMap UI
|
2011-05-21 19:56:15 +02:00 |
|
rolux
|
ce3bdb46d6
|
more compact label switch for map
|
2011-05-21 09:08:52 +02:00 |
|
rolux
|
007e525162
|
improvements to editor ui
|
2011-05-20 16:11:42 +02:00 |
|
rolux
|
d1477a057a
|
several improvements to autocomplete
|
2011-05-20 13:46:52 +02:00 |
|
rolux
|
7b15d2bb8f
|
better behaviour when pressing backspace while autocomplete is set to replace, but not to correct
|
2011-05-20 09:42:17 +02:00 |
|
rolux
|
6e0bafed88
|
fix a bug where space key wouldn't register while autocomplete menu was open
|
2011-05-20 09:14:24 +02:00 |
|
rolux
|
0ebd4efc72
|
autocomplete menu improvements (left/right keys while menu is visible, properly set selected in all cases)
|
2011-05-20 08:40:57 +02:00 |
|
rolux
|
3087690d89
|
allow limit for autocomplete menu length
|
2011-05-20 08:19:55 +02:00 |
|
rolux
|
28138cc446
|
better Ox.find() (return exact match first)
|
2011-05-20 07:56:42 +02:00 |
|
rolux
|
0fc5299bda
|
add autocomplete menu
|
2011-05-19 21:03:35 +02:00 |
|
rolux
|
1fe6765e8b
|
make find-as-you-type work with both timelines
|
2011-05-19 20:34:53 +02:00 |
|
rolux
|
9f4f9dfa39
|
new-style find-as-you-type for video editor
|
2011-05-19 19:58:00 +02:00 |
|
rolux
|
d326adf2e9
|
make position input in in/out viewers work
|
2011-05-19 15:12:27 +02:00 |
|
rolux
|
78a4229689
|
fixing some video editor bugs (focus, markers)
|
2011-05-19 15:09:59 +02:00 |
|
rolux
|
f311e05412
|
fixing a resize bug in Ox.List
|
2011-05-19 14:37:19 +02:00 |
|
rolux
|
7f904cda1f
|
first demo of auto-resizing textarea
|
2011-05-19 12:18:39 +02:00 |
|
rolux
|
67c154547c
|
fix a resizing bug in the video editor demo
|
2011-05-19 09:06:42 +02:00 |
|
rolux
|
a1deb20f97
|
video editor improvements
|
2011-05-18 20:30:58 +02:00 |
|
rolux
|
f8ec3fccf4
|
add video editor demo
|
2011-05-18 18:00:29 +02:00 |
|
rolux
|
8fe529df81
|
move css to css file, add markers (in/out/poster)
|
2011-05-18 15:02:02 +02:00 |
|
rolux
|
6b33c631a9
|
add new symbols
|
2011-05-18 09:38:11 +02:00 |
|
rolux
|
5f8f1904fd
|
handle clear button
|
2011-05-18 08:08:26 +02:00 |
|
rolux
|
3dd022977d
|
partial fix for subtitles disappearing in fullscreen
|
2011-05-17 23:43:03 +02:00 |
|
rolux
|
1e826a8c53
|
some more interface improvements (escape hides secondary controls)
|
2011-05-17 22:44:04 +02:00 |
|
rolux
|
f1f66cce81
|
fix animation bug when switching back from fullscreen
|
2011-05-17 22:20:43 +02:00 |
|
rolux
|
dec0832de6
|
fix a bug where the loading icon would not disappear after seeking
|
2011-05-17 21:53:46 +02:00 |
|
rolux
|
bb6af0ad41
|
highlight subtitles as-you-type
|
2011-05-17 21:30:49 +02:00 |
|
rolux
|
8e8b9c18a4
|
add find-as-you-type to video player
|
2011-05-17 21:08:25 +02:00 |
|
rolux
|
2842ec8d09
|
add tooltip option to Ox.Element
|
2011-05-17 20:44:53 +02:00 |
|
rolux
|
1d13caaf88
|
highlight results in timeline tooltip
|
2011-05-17 20:04:26 +02:00 |
|
rolux
|
46d71a5734
|
fix a bug where, when dragging on timeline, the dragend position might not be registered
|
2011-05-17 20:01:40 +02:00 |
|
rolux
|
9650a29a90
|
smaller fixes (tooltip corner cases, block timeline)
|
2011-05-17 19:04:33 +02:00 |
|
rolux
|
1086be2686
|
keep playing after resolution change
|
2011-05-17 18:18:44 +02:00 |
|
rolux
|
26dd7debe3
|
support multiple resolutions per video player
|
2011-05-17 18:02:25 +02:00 |
|
rolux
|
c7167462e8
|
add keyboard controls for volume
|
2011-05-17 12:34:55 +02:00 |
|
rolux
|
aadd8c8458
|
don't use canvas for the timeline image
|
2011-05-17 12:00:49 +02:00 |
|
rolux
|
bab9c8be8e
|
better api for timeline images
|
2011-05-17 11:43:54 +02:00 |
|
rolux
|
1f2a7f6953
|
fix for F key when find is hidden
|
2011-05-17 11:05:59 +02:00 |
|
rolux
|
e10ab53030
|
add large timeline to video
|
2011-05-17 10:58:03 +02:00 |
|
rolux
|
e60ac585d4
|
minor fixes
|
2011-05-17 09:43:20 +02:00 |
|
rolux
|
bed3e1ea70
|
make clear input button work
|
2011-05-17 09:19:30 +02:00 |
|
rolux
|
4ca5734a9d
|
add close buttons to controls, better behaviour of mute vs volume 0, make range properly resizable, hide title overflow
|
2011-05-17 09:05:21 +02:00 |
|
rolux
|
cf3d611bac
|
fix bug with spacer in bottom controls
|
2011-05-16 20:17:22 +02:00 |
|
rolux
|
117c6bff62
|
revised controls (find, volume)
|
2011-05-16 20:05:29 +02:00 |
|
rolux
|
6bc75c8627
|
merging changes
|
2011-05-16 13:33:06 +02:00 |
|
rolux
|
d333dbf554
|
make highlight errors go away
|
2011-05-16 13:32:31 +02:00 |
|
rolux
|
ce33d3650a
|
add new timeline and find input to video player
|
2011-05-16 13:29:26 +02:00 |
|
j
|
cc75e25415
|
more docs
|
2011-05-16 12:49:48 +02:00 |
|
j
|
bdb8d98787
|
some documentation
|
2011-05-16 10:24:46 +02:00 |
|
rolux
|
ac2ea5f53d
|
more efficient composition of block timeline, more efficient resizing of small timeline
|
2011-05-16 09:03:37 +02:00 |
|
rolux
|
9379599aeb
|
fix scale button glitch
|
2011-05-15 20:52:57 +02:00 |
|
rolux
|
275dcbb356
|
more timelines
|
2011-05-15 20:50:05 +02:00 |
|
rolux
|
fd1fc212f2
|
new timeline implementation
|
2011-05-15 18:18:58 +02:00 |
|
rolux
|
0642c10951
|
adding missing files (video demo)
|
2011-05-15 10:35:00 +02:00 |
|
rolux
|
cc748127bb
|
some improvements to fullscreen mode
|
2011-05-15 09:52:37 +02:00 |
|
rolux
|
609ffdd4d7
|
add fullscreen mode to video player
|
2011-05-15 09:26:00 +02:00 |
|
rolux
|
4255470e29
|
extended video demo
|
2011-05-14 21:32:49 +02:00 |
|
rolux
|
568629fb34
|
add scale (fill/fit) functionality to video player
|
2011-05-13 17:44:50 +02:00 |
|
rolux
|
eef79f318a
|
Ox.parseSRT
|
2011-05-13 00:12:41 +02:00 |
|
rolux
|
a19c271e8f
|
some improvements to Ox.VideoPlayer
|
2011-05-12 22:02:22 +02:00 |
|
rolux
|
57618c850f
|
add div to properly capture mouse position
|
2011-05-12 13:15:32 +02:00 |
|
rolux
|
a7d5774855
|
add loading/seeking icon
|
2011-05-12 12:51:17 +02:00 |
|
rolux
|
13b887abfb
|
add Ox.VideoPlayer, demos/video/, and prove Chrome doesn't get buffered time ranges right
|
2011-05-12 12:39:48 +02:00 |
|
rolux
|
15257623f3
|
wrong file name for Ox.VideoEditor
|
2011-05-12 06:36:13 +02:00 |
|
rolux
|
c5408a6656
|
make (almost all of) form demo work again
|
2011-05-12 06:15:01 +02:00 |
|
rolux
|
b0e5e906f5
|
fix OxText class in CSS
|
2011-05-12 05:29:35 +02:00 |
|
rolux
|
feef0a2568
|
fix for the actual safari bug ('for i in arguments' doesn't work in safari)
|
2011-05-11 19:18:34 +02:00 |
|
rolux
|
70d17f3321
|
fix for safari/jquery bug
|
2011-05-11 18:33:19 +02:00 |
|
rolux
|
3884b6dfb3
|
make DocPanel trigger select event
|
2011-05-11 16:02:28 +02:00 |
|
rolux
|
7c8bacc7e8
|
better sorting in DocPanel
|
2011-05-11 15:53:29 +02:00 |
|
rolux
|
c589594e8e
|
fix the tree list disclosure triangle bug
|
2011-05-11 15:38:19 +02:00 |
|
rolux
|
60165632c5
|
update CSS for DocPage
|
2011-05-11 14:46:28 +02:00 |
|
rolux
|
43fa75c8db
|
add geo module documentation and tests
|
2011-05-09 10:54:52 +02:00 |
|
rolux
|
7c3a40368f
|
and change syntax highlighter API once more
|
2011-05-08 23:14:56 +02:00 |
|
rolux
|
bec9222cf2
|
some more improvements to syntax highlighter
|
2011-05-08 23:06:48 +02:00 |
|
rolux
|
30ebbee085
|
some improvements to syntax highlighter
|
2011-05-08 22:38:51 +02:00 |
|
rolux
|
0b629a1b40
|
better syntax highlighter demo, some bugfixes
|
2011-05-08 20:22:43 +02:00 |
|
rolux
|
37219bfbe9
|
better Ox.isEqual(), more tests, more documentation
|
2011-05-08 14:14:07 +02:00 |
|
rolux
|
a1ed6a44c5
|
better layout for documentation pages, use syntax highlighter
|
2011-05-07 23:07:53 +02:00 |
|
rolux
|
f5f19c1c11
|
fixes for DocPanel
|
2011-05-07 19:52:33 +02:00 |
|
rolux
|
a58350a29e
|
add test browser
|
2011-05-07 19:25:34 +02:00 |
|
rolux
|
698d57abb0
|
add documentation browser (Ox.DocPanel, demo, more documentation)
|
2011-05-07 17:56:29 +02:00 |
|
rolux
|
16dce2e517
|
add Ox.test()
|
2011-05-07 01:30:32 +02:00 |
|
rolux
|
8c4bc3b415
|
some more documentation; reimplement Ox.range using Ox.loop
|
2011-05-07 00:47:17 +02:00 |
|
rolux
|
ae80b6db54
|
an even cleaner way to handle methods and newlines
|
2011-05-06 20:47:43 +02:00 |
|
rolux
|
1ef127d8f4
|
one more fix for method source and newlines
|
2011-05-06 20:10:45 +02:00 |
|
rolux
|
72d3ec87c2
|
add method source to parent source; strip leading and trailing newlines
|
2011-05-06 20:01:34 +02:00 |
|
rolux
|
b1d171282c
|
prototype of a documentation page
|
2011-05-06 19:40:26 +02:00 |
|
rolux
|
a6ed310087
|
various documentation-related changes
|
2011-05-05 20:02:56 +02:00 |
|
rolux
|
b6fdf0c28b
|
updates to keyboard handler
|
2011-05-01 14:32:07 +02:00 |
|
rolux
|
a5fc65833d
|
prevent chrome from scrolling in horizontal icon lists
|
2011-04-30 01:17:00 +02:00 |
|
rolux
|
0211be527c
|
fix bug with keyboard events
|
2011-04-30 00:56:46 +02:00 |
|
rolux
|
5f417fa152
|
better event handling in Ox.Element
|
2011-04-30 00:07:23 +02:00 |
|
rolux
|
506a2f2923
|
make Ox.Map lead geocode results, in case someone wants to 'cache' them
|
2011-04-29 16:56:40 +02:00 |
|
rolux
|
7380595c7e
|
various improvements in OxJS and OxUI
|
2011-04-29 14:40:51 +02:00 |
|
rolux
|
74b9a25387
|
Ox.tokenize, Ox.SyntaxHighlighter (+demo)
|
2011-04-28 20:34:19 +02:00 |
|
rolux
|
ee9f698b29
|
update to new chrome logo
|
2011-04-28 02:41:58 +02:00 |
|
rolux
|
34141c7c4a
|
add some files for Geo module
|
2011-04-27 21:53:54 +02:00 |
|
rolux
|
e1b6e3890f
|
use Ox.UI.PATH for images
|
2011-04-27 21:49:18 +02:00 |
|
rolux
|
7e12eb43d7
|
adding missing file
|
2011-04-27 21:39:56 +02:00 |
|
rolux
|
4489e88f44
|
better filesystem structure for modules and themes; 'minified' ui if debug option not set; dynamially generated map markers
|
2011-04-27 21:24:33 +02:00 |
|
rolux
|
358ee1bc96
|
fix find on map
|
2011-04-27 09:13:12 +02:00 |
|
rolux
|
7bede77748
|
speed up css transform
|
2011-04-25 15:38:47 +02:00 |
|
rolux
|
5f7f2b38b9
|
use css transform
|
2011-04-25 15:26:17 +02:00 |
|
rolux
|
808d561a25
|
test performance of svg transform vs css transform
|
2011-04-25 15:06:26 +02:00 |
|
rolux
|
3b5e04b61e
|
fixings paths for map assets
|
2011-04-25 14:37:16 +02:00 |
|
rolux
|
351652e513
|
merging changes
|
2011-04-25 14:25:34 +02:00 |
|
rolux
|
d4050526c5
|
don't load theme stylesheets, they get imported by ui stylesheet
|
2011-04-25 14:24:44 +02:00 |
|
j
|
89905eb8ac
|
fix some paths
|
2011-04-25 14:14:03 +02:00 |
|
rolux
|
fd58906e04
|
fixing paths in Ox.UI
|
2011-04-25 14:03:49 +02:00 |
|
rolux
|
1d926d203f
|
fixing Ox.Theme()
|
2011-04-25 13:40:03 +02:00 |
|
rolux
|
735ddc9d4a
|
support opera until failure screen
|
2011-04-25 13:08:06 +02:00 |
|
rolux
|
ecde8e7f87
|
better Ox.documentReady
|
2011-04-25 12:07:09 +02:00 |
|
rolux
|
e7b870d3cb
|
fixing loader
|
2011-04-25 11:33:39 +02:00 |
|
rolux
|
6cfb6b7647
|
Ox.load(), and adding moved files
|
2011-04-25 11:12:02 +02:00 |
|
rolux
|
dc1ec954fb
|
cleanup
|
2011-04-24 00:42:10 +02:00 |
|
rolux
|
3672d7ee9c
|
fixing date
|
2011-04-24 00:27:31 +02:00 |
|
rolux
|
4d3c7143a5
|
fix oxui loader
|
2011-04-23 20:26:35 +02:00 |
|
rolux
|
876673b59d
|
fix app
|
2011-04-23 20:09:43 +02:00 |
|
rolux
|
95fc4e29bb
|
minor changes
|
2011-04-23 20:02:41 +02:00 |
|
rolux
|
6c0d7cd3ca
|
updating Ox.App
|
2011-04-23 19:28:21 +02:00 |
|
rolux
|
d8d14cffe7
|
set theme on load
|
2011-04-23 18:45:50 +02:00 |
|
rolux
|
a2dfb0367d
|
check browser version
|
2011-04-23 17:51:58 +02:00 |
|
rolux
|
0e3f49f134
|
updates for loader
|
2011-04-23 17:02:51 +02:00 |
|
rolux
|
cda03f71e9
|
updates for loader
|
2011-04-23 14:33:41 +02:00 |
|
rolux
|
7430ef1023
|
updates for loader
|
2011-04-23 13:04:37 +02:00 |
|
rolux
|
13501e2da8
|
merging changes
|
2011-04-23 02:21:46 +02:00 |
|
rolux
|
b31339594d
|
misc fixes
|
2011-04-23 02:20:24 +02:00 |
|
j
|
68d1861671
|
cleanup
|
2011-04-23 01:15:43 +02:00 |
|
j
|
0d5de4332f
|
keep images in cache
|
2011-04-23 01:12:04 +02:00 |
|
j
|
32f3a200ba
|
add modelines
|
2011-04-23 00:54:53 +02:00 |
|
j
|
09e97fa08b
|
images is not an array use Ox.forEach
|
2011-04-23 00:46:37 +02:00 |
|
j
|
498b17926f
|
images loaded in Ox.UI now
|
2011-04-23 00:46:07 +02:00 |
|
rolux
|
0024af978c
|
modularize oxui
|
2011-04-23 00:03:10 +02:00 |
|
rlx
|
f8485f0874
|
change symbols from png to svg
|
2011-03-07 22:31:46 +00:00 |
|
rolux
|
9842418f0d
|
merging changes
|
2010-09-03 10:47:40 +02:00 |
|
rolux
|
20ea5e9658
|
maps
|
2010-07-24 03:32:08 +02:00 |
|
Rolux
|
c533678f44
|
autocomplete, continued
|
2010-02-19 15:54:02 +05:30 |
|
Rolux
|
5b8b31271c
|
init
|
2010-01-07 21:21:07 +01:00 |
|