rolux
|
97233d417d
|
make bottom menus right-aligned if they wouldn't fit the window when left-aligned
|
2014-05-24 16:16:08 +02:00 |
|
rolux
|
c88ce78e32
|
menu button: handle items update
|
2014-05-18 02:42:41 +02:00 |
|
rolux
|
2fbc59e713
|
fix ticket #239 (Ox.Menu / Ox.MainMenu: setKeyboard / setItemKeyboard options are missing)
|
2014-05-13 01:47:09 +02:00 |
|
rolux
|
ac059ba618
|
main menu: handle titles that are images
|
2014-05-08 13:34:28 +02:00 |
|
rolux
|
8c584dea18
|
removed fixme
|
2014-04-07 15:09:17 +02:00 |
|
rolux
|
ef3d55d0b2
|
MenuButton: add missing OxOverlay class
|
2014-04-07 15:07:36 +02:00 |
|
j
|
120a9eda41
|
Create tooltip only on mouseenter
|
2014-02-02 11:05:41 +00:00 |
|
rolux
|
32d32d218e
|
menu: 'side' -> 'edge'
|
2014-01-16 12:37:21 +05:30 |
|
rolux
|
1ab4634fa1
|
In MenuItem, use $, not Ox.$
|
2014-01-16 05:15:01 +00:00 |
|
rolux
|
654482832f
|
cosmetic changes
|
2014-01-16 05:14:41 +00:00 |
|
rolux
|
8efec0cf76
|
main menu: use $, not Ox.$
|
2013-12-23 13:30:54 +05:30 |
|
rolux
|
37ab78f05b
|
use Ox.$
|
2013-12-06 22:15:04 +01:00 |
|
rolux
|
7c640519d1
|
use .on, not .eventname
|
2013-12-06 21:43:00 +01:00 |
|
rlx
|
e5e8412c3a
|
main menu: add public isSelected method
|
2013-08-01 10:33:35 +00:00 |
|
rlx
|
a0c9111f3b
|
move menu extra style into css
|
2013-08-01 10:26:09 +00:00 |
|
rlx
|
dc0c504809
|
don't close menu on enter, but submit input on enter in autocompletemenu if no menu item was selected
|
2013-07-22 12:58:07 +00:00 |
|
rlx
|
27bbbdbd83
|
Ox.Clipboard: add events; Ox.Request: cleanup; Ox.MainMenu: use OxHighlight class; Themes: add bar highlight color and gradient
|
2013-07-15 09:10:08 +00:00 |
|
rlx
|
b1b2785a15
|
update main menu highlighting
|
2013-07-14 22:26:40 +00:00 |
|
rlx
|
1f29646b28
|
main menu: add public highlight method
|
2013-07-13 21:04:17 +00:00 |
|
rolux
|
a9c026f6db
|
fix for MenuButton and Select double button toggle
|
2012-12-29 02:18:50 +01:00 |
|
rolux
|
6364408236
|
use themed modes in Ox.Button, Ox.MenuButton and Ox.Select
|
2012-12-28 18:55:52 +01:00 |
|
rolux
|
716db744b9
|
Ox.MenuButton: add 'overlap' option
|
2012-12-18 22:47:57 +01:00 |
|
rolux
|
83413674a5
|
fix for chrome 22 menu table cell truncation bug
|
2012-10-02 16:46:31 +02:00 |
|
rolux
|
62a67e7b1f
|
fix a bug preventing item title updates in menus
|
2012-08-30 22:25:32 +02:00 |
|
rlx
|
0de55efb96
|
Menu: parse HTML entities for title property of events
|
2012-08-13 13:20:07 +00:00 |
|
rolux
|
bda90f6b6b
|
remove Ox.Break
|
2012-07-05 10:58:08 +02:00 |
|
rolux
|
a0867f0da6
|
update widget documentation (arguments first)
|
2012-07-04 13:29:18 +02:00 |
|
rolux
|
4c6756c192
|
MenuItem: handle disabled file items
|
2012-06-27 12:54:46 +02:00 |
|
rolux
|
544af185b1
|
MenuItem: update docs
|
2012-06-27 11:49:47 +02:00 |
|
rolux
|
f70946ff62
|
Menu: when clicking on file item, but next to the file input, don't trigger a click event
|
2012-06-27 11:49:13 +02:00 |
|
rolux
|
244591d57e
|
appendTo(that.$element) -> appendTo(that)
|
2012-06-26 18:21:39 +02:00 |
|
j
|
d2e05200da
|
document events
|
2012-06-18 00:38:26 +02:00 |
|
rolux
|
36a5f5a95f
|
clone menu items before extending them
|
2012-06-17 19:11:23 +02:00 |
|
rolux
|
9dbedf13f9
|
minor changes
|
2012-06-17 19:10:41 +02:00 |
|
rolux
|
8bc8c57373
|
use base 10 in parseInt, use Math.floor for numbers
|
2012-06-13 10:28:21 +02:00 |
|
j
|
7382d9fbb9
|
also pass data to click events in submenus
|
2012-06-06 21:39:43 +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
|
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 |
|