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 |
|
rolux
|
461a237880
|
.bind -> .on, .unbind -> .off
|
2012-05-28 16:06:22 +02:00 |
|
rolux
|
102d8dce41
|
in event callbacks, use this., not data._element
|
2012-05-28 16:03:59 +02:00 |
|
rolux
|
c41afd2f5d
|
Ox.parseHTML -> Ox.sanitizeHTML, Ox.encodeHTML -> Ox.encodeHTMLEntities, Ox.decodeHTML -> Ox.decodeHTMLEntities
|
2012-05-27 12:40:02 +02:00 |
|
j
|
68d50978ba
|
trailing comma removal,
|
2012-05-26 15:48:19 +00:00 |
|
j
|
aa8f4133be
|
IE8 fixes
|
2012-05-25 21:42:10 +00:00 |
|
j
|
eb9cd1e397
|
IE fixes
|
2012-05-25 16:28:05 +00: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
|
544e117cb3
|
Ox.break -> Ox.Break
|
2012-05-24 19:20:29 +02:00 |
|
rolux
|
1608664bb6
|
rather use ''.slice than ''.substr
|
2012-05-24 11:47:33 +02:00 |
|
rolux
|
1c40fb007b
|
use [].concat, not Ox.merge
|
2012-05-24 09:45:33 +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
|
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 |
|
rolux
|
04784630d3
|
use Ox.break
|
2012-05-22 09:11:26 +02: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 |
|
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 |
|
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
|
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
|
fb8dd98b8a
|
make it possible to parse keywords from documented source
|
2012-04-04 18:26:17 +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
|
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
|
df03bf1841
|
allow menu item to trigger native file dialog (see demo, fixes #691)
|
2012-03-24 10:13:33 +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
|
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
|
f317e6ccf0
|
In annotation tooltip, don't claim 'doubleclick to edit' if not editable (fixes #348)
|
2012-03-07 12:33:00 +00:00 |
|
rlx
|
68ca199ae3
|
properly escape user names and list names
|
2012-02-22 10:14:25 +00:00 |
|
rlx
|
3ff120873b
|
allow for resetting errors via ArrayInput setErrors
|
2012-02-21 08:22:45 +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
|
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
|
ab6c1f2234
|
change color scheme for editable annotations (fixes #502)
|
2012-02-17 22:08:02 +00:00 |
|
rlx
|
7d4fd8f706
|
fix some bugs in insert html dialog
|
2012-02-16 18:04:25 +00:00 |
|
rlx
|
4dd2c5706d
|
add InsertHTMLDialog to VideoEditor
|
2012-02-16 16:35:59 +00:00 |
|
rlx
|
8ab8d8d67a
|
some work towards making the edit annotations menu functional
|
2012-02-16 11:35:03 +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
|
89a3a119da
|
honor layer showInfo flag and display creator as part of tooltip (fixes #332)
|
2012-02-05 11:08:56 +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 |
|