rolux
|
70bd7afd67
|
Ox.Element: make onMessage alias of bindMessage, reserve other message methods, update docs
|
2013-12-07 15:49:41 +01:00 |
|
rolux
|
6dbdf91259
|
correct docs, add comments
|
2013-12-07 13:03:34 +01:00 |
|
rolux
|
6acd99d74f
|
add .data method to Ox.$, use in Ox.UI.getOxElement, don't use .attr in Ox.JQueryElement
|
2013-12-06 21:54:26 +01:00 |
|
rolux
|
7c640519d1
|
use .on, not .eventname
|
2013-12-06 21:43:00 +01:00 |
|
rolux
|
812e95d740
|
cosmetic changes
|
2013-12-06 20:56:33 +01:00 |
|
rolux
|
335c374b73
|
add data-oxid attribute
|
2013-12-06 20:56:11 +01:00 |
|
rolux
|
27d8a6682e
|
Ox.Element: add methods childrenElements, findElements, nextElement, nextElements, parentElement, parentElements, prevElement, prevElements
|
2013-12-06 20:51:59 +01:00 |
|
rolux
|
987c7ea801
|
fix documentation, remove print statement
|
2013-12-05 00:14:10 +01:00 |
|
rolux
|
56c5998668
|
Ox.Element: add custom mousewheel event
|
2013-12-04 23:44:07 +01:00 |
|
rolux
|
4d1fbb8533
|
cosmetic changes
|
2013-12-03 18:14:36 +01:00 |
|
rolux
|
73b04f384a
|
don't return undefined from non-iframe element postMessage method
|
2013-12-03 18:14:11 +01:00 |
|
rolux
|
ead592d063
|
Ox.Element: on mousedown, unconditionally trigger mousedown
|
2013-12-01 15:41:51 +01:00 |
|
rolux
|
031aa4367b
|
Ox.toArray -> Ox.slice
|
2013-12-01 14:57:52 +01:00 |
|
rolux
|
aff40b0154
|
cosmetic changes
|
2013-11-29 21:07:37 +01:00 |
|
rolux
|
1f926c83ea
|
Ox.ImageElement: handle image error, use new LoadingScreen (start/stop)
|
2013-11-20 09:11:53 +01:00 |
|
rolux
|
3429ac3319
|
Ox.LoadingScreen: use proper LoadingIcon, add start and stop methods
|
2013-11-20 09:10:37 +01:00 |
|
j
|
fda5c7eaa2
|
string spans can contain spaces, encode in url
|
2013-11-11 09:20:04 +00:00 |
|
rlx
|
00bbbd6af9
|
Ox.URL: allow for 'string' as a span type
|
2013-11-08 17:26:54 +00:00 |
|
j
|
19ae3c591a
|
get rid of black background in chrome fullscreen mode; dont update url in fullscreen mode, fixes #1910
|
2013-10-25 13:49:14 +00:00 |
|
j
|
ab765a6f70
|
add that.options getsetter to Ox.URL
|
2013-10-07 19:16:23 +00:00 |
|
rlx
|
c7e25dc528
|
Ox.URL: encode/decode '<' and '>' (fixes #1837)
|
2013-08-27 15:12:19 +00:00 |
|
rlx
|
0c60ca25da
|
Ox.URL: fix a bug when decoding multiple tabs in url
|
2013-08-27 15:02:23 +00:00 |
|
rlx
|
a0dc7500ca
|
Ox.Request: add cache option
|
2013-08-27 14:26:52 +00:00 |
|
rlx
|
4c390cc236
|
cosmetic changes
|
2013-08-26 17:15:56 +00:00 |
|
rlx
|
9c0cc7fb40
|
cosmetic changes
|
2013-08-26 17:15:12 +00:00 |
|
rlx
|
ed127b0259
|
make sure queries that both start and end with '*' are not interpreted as starts/ends with
|
2013-08-26 17:09:50 +00:00 |
|
rlx
|
0378c58d26
|
fix #1836 (don't translate /* to /$)'
|
2013-08-26 17:03:38 +00:00 |
|
rlx
|
3c45a928c3
|
fix #1835 (in URLs, encode # in edit/text name or query)
|
2013-08-26 16:47:21 +00:00 |
|
rlx
|
d524d16508
|
fix #1830 (in URLs, encode slashes in edit/text titles)
|
2013-08-26 15:32:03 +00:00 |
|
rlx
|
c1cf48852b
|
fix #1820 ('foo (bar)' query becomes 'foo (0)')
|
2013-08-26 15:21:02 +00:00 |
|
j
|
610720254d
|
also replace %20 in item id in url
|
2013-08-17 15:48:01 +02:00 |
|
rlx
|
b0280295d2
|
_do_ encode '%' in values (to allow searching for the literal string '%5F')
|
2013-08-14 19:32:29 +00:00 |
|
rlx
|
5afbd57823
|
Ox.URL: encode ' ' as '_' and '_' as '%09' (tab)
|
2013-08-14 19:26:14 +00:00 |
|
rlx
|
08256a078f
|
revert r2999 (no need to encode '%' if we can properly decode it)
|
2013-08-14 19:03:40 +00:00 |
|
rlx
|
51215c1cbe
|
add and use Ox.decodeURI and Ox.decodeURIComponent
|
2013-08-14 18:53:13 +00:00 |
|
j
|
7576654e0d
|
escape % in urls, fixes #1817
|
2013-08-14 18:31:50 +00:00 |
|
j
|
6548cf6841
|
add -ms css prefix, move declaration without prefix to end
|
2013-08-08 14:21:44 +02:00 |
|
rlx
|
8202aaa6e1
|
clipboard: fix paste event; dont pass data with events
|
2013-08-06 19:55:15 +00:00 |
|
rlx
|
99672fc039
|
make sure history state is correct when triggering events
|
2013-08-06 19:07:09 +00:00 |
|
rlx
|
bcb7e3f720
|
fix clipboard unbind; add history events
|
2013-08-06 18:59:15 +00:00 |
|
rlx
|
a082d10b03
|
cosmetic changes
|
2013-08-04 09:45:20 +00:00 |
|
rlx
|
09a114230a
|
allow for multiple Ox.Clipboards (more like Ox.History)
|
2013-08-03 15:01:16 +00:00 |
|
rlx
|
31d54403fb
|
add Ox.History
|
2013-08-03 13:58:36 +00:00 |
|
rlx
|
e3abfd2702
|
Ox.Clipboard: enforce uniqueness of items on add
|
2013-08-02 19:13:36 +00:00 |
|
rlx
|
e6541b2b32
|
Ox.Clipboard: ignore copy/add in case zero items get passed
|
2013-08-02 16:41:08 +00:00 |
|
rlx
|
8273b8654a
|
Ox.Clipboard: allow for copying/adding a single item (not wrapped in array)
|
2013-08-02 15:03:20 +00:00 |
|
rlx
|
43502c42a1
|
Ox.Clipboard: add public 'items' method (returns number of items)
|
2013-08-02 12:23:15 +00:00 |
|
rlx
|
dba5f268ea
|
update loading icon
|
2013-07-29 10:49:48 +00:00 |
|
rlx
|
77319eb44f
|
loading icon: stop animation before beginning new animation, add callback functions to start and stop, rotate back to 0 deg when stopped
|
2013-07-29 09:46:52 +00:00 |
|
rlx
|
9fbafd2039
|
Ox.Request: Only invoke callback or trigger error event for requests that have not been cancelled
|
2013-07-28 11:53:21 +00:00 |
|