Commit graph

313 commits

Author SHA1 Message Date
rolux
889ad7a83a in ObjectInput and ObjectArrayInput, don't set height 2012-06-13 15:55:34 +02:00
rolux
2b494815f2 fix a bug in select input 2012-06-13 15:53:50 +02:00
rolux
8bc8c57373 use base 10 in parseInt, use Math.floor for numbers 2012-06-13 10:28:21 +02:00
rolux
01587f7348 Ox.Form: don't pass submit option, trigger submit event 2012-06-05 11:09:44 +02:00
rolux
a5c6747b57 change the signature of Ox.pad to match Ox.truncate 2012-06-04 11:08:38 +02:00
rolux
4ba06fde41 use Ox.highlight; minor reformatting 2012-06-03 10:41:18 +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
4434e063bc typo in docs 2012-06-02 11:52:36 +02:00
rolux
8c347d9009 update documentation (classes) 2012-05-31 12:32:54 +02: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
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
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
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
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
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
j
9419e3972e better width/height for textarea editables 2012-01-21 14:58:32 +00:00
j
05b4d0cf82 ae singleclick 2012-01-29 14:59:30 +05:30
rlx
a7a3f167c9 various annotation-related bugfixes 2012-01-27 19:59:11 +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
f2d7beeb22 add clickLink to video widgets 2012-01-17 21:13:46 +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
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
0423800b05 fix issues with type textarea editables 2012-01-16 12:39:16 +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
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
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
093edd57d0 - remove editItem from Ox.List
- use ArrayEditable for text too
2012-01-04 22:57:32 +05:30
rolux
8097cc7812 Ox.getPositionById() -> Ox.getIndexById() 2012-01-04 13:41:05 +05:30
rlx
85652471c6 update VideoEditor/AnnotationPanel/Editable/...; update OxJS array functions 2012-01-04 01:11:50 +05:30
rolux
7d3f72ecc9 add Ox.ArrayEditable 2012-01-03 15:55: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
45243cb5ff add Ox.localStorage 2011-12-30 20:36:55 +05:30
rolux
73f1105692 updating form elements 2011-12-30 15:03:01 +05:30
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