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 |
|
rlx
|
e2529916b3
|
fix bugs in video editor
|
2011-12-23 06:08:41 +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
|
d80019a17c
|
form elements rewrite, part 3
|
2011-12-22 05:52:46 +00:00 |
|
rolux
|
074902d079
|
form elements rewrite, part 2
|
2011-12-21 21:03:52 +05:30 |
|
rlx
|
7f83cd3141
|
form elements rewrite, part 1
|
2011-12-21 13:42:47 +00:00 |
|
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 |
|
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 |
|
rolux
|
6374f6de6d
|
change base 26 to bijective base 26
|
2011-12-17 04:33:43 +05:30 |
|
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
|
1063cb6076
|
add ObjectArrayInput
|
2011-11-30 15:51:06 +01:00 |
|
rolux
|
ccdad6c05d
|
add ObjectInput
|
2011-11-30 15:50:55 +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 |
|