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
|
461a237880
|
.bind -> .on, .unbind -> .off
|
2012-05-28 16:06:22 +02:00 |
|
j
|
68d50978ba
|
trailing comma removal,
|
2012-05-26 15:48:19 +00:00 |
|
rolux
|
147d637b7b
|
typos
|
2012-05-25 09:46:34 +02:00 |
|
rolux
|
544e117cb3
|
Ox.break -> Ox.Break
|
2012-05-24 19:20:29 +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
|
509745407b
|
add documentation stubs
|
2012-05-21 12:38:18 +02:00 |
|
rlx
|
02696ae741
|
add 'uncheckItem' method to menus and menubuttons, fix toggleSize in video editor
|
2012-04-18 07:57:59 +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 |
|
rlx
|
1c3e257bc8
|
use standard jquery syntax
|
2012-03-24 08:43:03 +00:00 |
|
rlx
|
bc3fedb125
|
fix alphabetical order of annotations with tags, fixes #681
|
2012-03-20 09:34:50 +00:00 |
|
rlx
|
237d12ece7
|
allow for checking a menu item that is part of a group
|
2012-03-18 14:31:54 +00:00 |
|
rlx
|
8ab8d8d67a
|
some work towards making the edit annotations menu functional
|
2012-02-16 11:35:03 +00:00 |
|
rlx
|
95da27d0db
|
in video editor, keep menu and player size in sync (fixes #405)
|
2012-02-15 17:29:58 +00:00 |
|
rolux
|
8097cc7812
|
Ox.getPositionById() -> Ox.getIndexById()
|
2012-01-04 13:41:05 +05:30 |
|
j
|
a7b14f9e0a
|
fix optionsGroupOffset for multiple groups and seperators
|
2012-01-03 13:05:22 +05:30 |
|
j
|
39f9e9bb4d
|
implement 'view annotations at position / in selection / all'
|
2012-01-03 00:36:36 +05:30 |
|
rlx
|
02f53a57c1
|
use new form element syntax, continued
|
2011-12-22 15:47:46 +00:00 |
|
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
|
87ba2a10ab
|
video editor resolution toggle
|
2011-12-20 19:15:24 +05:30 |
|
rlx
|
cf567e5608
|
fix some Select/MenuButton bugs
|
2011-12-20 07:29:14 +00:00 |
|
rlx
|
9f151e2e60
|
add Ox.MenuButton
|
2011-12-20 07:07:57 +00:00 |
|
rolux
|
d6adc59d88
|
fix computation of maxWidth in MenuItems
|
2011-11-30 15:37:53 +01:00 |
|
rlx
|
21b505b4c8
|
allow for getting 'save list' values from filter
|
2011-11-11 15:48:54 +00:00 |
|
rlx
|
39d02953b3
|
support mousewheel in menus
|
2011-11-11 10:24:49 +00:00 |
|
rlx
|
08919e7b37
|
allow for separators in option groups
|
2011-11-10 09:54:33 +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
|
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 |
|
j
|
1d09d19423
|
some redesign for better garbage collection of elements
|
2011-11-04 22:14:30 +00:00 |
|
j
|
dce2843303
|
use Ox.Log
|
2011-11-04 16:54:28 +01:00 |
|
rolux
|
094b1a59ec
|
cleanup, again
|
2011-11-03 16:42:41 +01:00 |
|
rlx
|
0840d0b436
|
some fixed for text lists with column titles that are images
|
2011-11-02 19:47:19 +00:00 |
|
rlx
|
16556c0604
|
allow for max width in menus
|
2011-11-02 18:21:49 +00:00 |
|
rlx
|
1720d2a184
|
add unified Ox.Layer object for dialogs and menus
|
2011-11-01 14:16:27 +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
|
efca832c76
|
some work on ListCalendar
|
2011-10-09 21:13:16 +00:00 |
|
rlx
|
df3ea541b3
|
make map controls work
|
2011-10-04 02:26:24 +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
|
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 |
|
rolux
|
4cc754a28d
|
remove Ox.each, , $.extend, $.map and $.merge
|
2011-09-17 20:36:09 +02:00 |
|
rlx
|
0ba258281f
|
simpler text list column head elements, better column drag
|
2011-09-09 10:41:13 +00:00 |
|