Commit graph

360 commits

Author SHA1 Message Date
rlx
5a23d8936b fix for cases where passing an array of tooltips as an option to Ox.Button would cause Ox.Element to actually set the tooltip to that array 2011-11-05 14:29:31 +00:00
rlx
2df5d05980 fix regressions introduced by garbage collection 2011-11-05 11:44:31 +00:00
j
1d09d19423 some redesign for better garbage collection of elements 2011-11-04 22:14:30 +00:00
rlx
ba494eb064 if 2011-11-04 16:11:09 +00:00
rlx
8ef45bb1cb update Ox.Log 2011-11-04 16:04:46 +00:00
j
dce2843303 use Ox.Log 2011-11-04 16:54:28 +01:00
rlx
e2c2eeed43 update video form element css 2011-11-04 15:13:51 +00:00
rlx
4620461c86 fix page up / page down in Ox.List 2011-11-03 16:05:24 +00:00
rolux
094b1a59ec cleanup, again 2011-11-03 16:42:41 +01:00
rlx
7747255ab8 fix a bug in split panel, regarding the size of a second element in relation to a collapsed third element 2011-11-02 08:22:55 +00:00
rlx
90eaf97fec fix a bug where 'global' keyboard events would trigger while an input element has focus 2011-11-02 00:46:42 +00:00
rlx
7761b9dea4 improve removal of elements 2011-11-01 23:14:29 +00:00
rlx
7848277593 avoid leaks by adding custom empty/remove/replaceWith functions to Ox.Element 2011-11-01 19:56:11 +00:00
rlx
3aa10edec8 add bindKeyboard and unbindKeyboard methods to Ox.Element, allowing an element to receive all keyboard events, independently of focus 2011-11-01 11:49:46 +00:00
rlx
b6a8ed28b4 update map marker image style 2011-10-31 17:00:26 +00:00
rlx
63b61f520b in Ox.Request, allow for 409 Conflict 2011-10-31 16:02:00 +00:00
rlx
64032b5e9c add proper tooltips to map 2011-10-31 11:29:59 +00:00
rlx
7415b72037 fix a bug related to clearing the requests cache 2011-10-29 12:32:55 +00:00
rlx
ec7ec4d707 resolve focus issues with video player find element 2011-10-29 10:01:28 +00:00
rlx
3605c0d2ac don't throw error dialogs on 404 2011-10-27 21:15:51 +00:00
rlx
62f8a907ea updates for html parsing, request handling, and editable elements 2011-10-27 18:50:23 +00:00
rlx
188656bd99 add themed colored elements 2011-10-26 14:52:03 +00:00
rlx
a58dc765d9 some work on Ox.Editable 2011-10-24 15:58:51 +00:00
rlx
342b25d9cc debug Ox.Request 2011-10-20 14:58:45 +00:00
rlx
a01926be4d debug Ox.Request 2011-10-20 14:49:57 +00:00
rlx
19cb033bdc fix bugs in map and url controller 2011-10-08 18:35:33 +00:00
rlx
2e9c22aa6d doubleclick on map marker zooms in or out to place 2011-10-08 17:45:40 +00:00
rlx
2698bec700 fix margins of static icon lists 2011-10-08 17:19:18 +00:00
rlx
4d13b8444b remove trailing slash when constructing url 2011-10-08 11:48:14 +00:00
rlx
0994a6243f another fix for '/foo', '/=foo' and '/unknown=foo' 2011-10-08 11:15:10 +00:00
rlx
bf533cd2fe fix another url controller bug with '/=foo' 2011-10-08 10:54:43 +00:00
rlx
fdbcdf975b fix the url controller '/=foo' and '/unknown=foo' bug again 2011-10-08 10:47:34 +00:00
rlx
02838540db don't call callbacks of cancelled requests 2011-10-07 19:29:04 +00:00
rlx
851aa386c0 fix a bug in Ox.URL where URLs of the form '/unknown=foo' would not be parsed correctly 2011-10-06 06:07:31 +00:00
rlx
f1bfb545f1 fix a bug in Ox.URL where URLs of the form '/=foo' would not be parsed correctly 2011-10-06 06:02:54 +00:00
rlx
16078f0fbd fix a regression with regards to dragging/resizing 2011-10-06 04:06:49 +00:00
rolux
609f834cd3 fix a bug where anyclick would fire on dragend 2011-10-07 17:51:05 +02:00
rlx
c624cc5082 update map, url controller, icon list selection css 2011-10-02 21:49:59 +00:00
rlx
f2dbfbd1e5 add some more documentation, pass some more tests 2011-10-01 02:21:55 +00:00
rlx
44a8ff015c in icon lists, support 'info' that is not a string, but an element 2011-09-29 06:17:50 +00:00
rlx
3965eed153 url controller updates, list bugfixes 2011-09-28 17:31:35 +00:00
rlx
f2c8644001 update Ox.URL, add Ox.Event 2011-09-23 10:43:57 +00:00
rlx
738f734bde update Ox.URL 2011-09-22 04:45:56 +00:00
rlx
2cb6d89a0a update Ox.URL 2011-09-22 03:20:27 +00:00
rlx
b7100792c5 beginning to unify pandora.URL and pandora.Query as Ox.URL 2011-09-20 21:50:00 +00:00
rlx
ad51a360cd allow some filtering when clearing the requests cache 2011-09-19 13:34:17 +00:00
rlx
73fb2e3229 some more bugfixes 2011-09-17 13:05:16 +00:00
rlx
ef1fa5fe84 some bugfixes 2011-09-17 11:49:29 +00:00
rolux
4cc754a28d remove Ox.each, , $.extend, $.map and $.merge 2011-09-17 20:36:09 +02:00
rolux
da9e5dbb29 fix event handlers and split panel resize event 2011-09-17 19:39:38 +02:00
rlx
0ba258281f simpler text list column head elements, better column drag 2011-09-09 10:41:13 +00:00
rlx
816993e1b9 fixing encoding functions (deflate, png) 2011-09-05 23:34:29 +00:00
rlx
c3b59a62fe fixing a bug where in a list, the click target loop would not exit when items are added or removed on click 2011-09-05 05:40:44 +00:00
rlx
63885b8c1b support drag and drop in text lists 2011-09-04 12:19:36 +00:00
rlx
be3b1d573d use new-style mouse events in Ox.List 2011-09-03 23:04:18 +00:00
rlx
5818bd5edc support MSIE 8 until after app load, and MSIE 8 with Chrome Frame beyond that 2011-09-03 13:18:20 +00:00
rlx
18f117138d updates for players, timelines and markers 2011-09-02 03:28:43 +00:00
rlx
195cff5bfe ox.js cleanup and fixes 2011-08-23 21:31:08 +00:00
rlx
11d46c4d17 make .appendTo() work 2011-08-23 19:08:08 +00:00
rlx
31149d7ecc add icon to application error dialog 2011-08-17 11:39:33 +00:00
rlx
d21068979a replace Flipbook with VideoPreview 2011-08-08 13:58:19 +00:00
rolux
944f549e95 merging changes 2011-08-15 19:37:58 +02:00
rolux
e063626bdc Ox.Dialog rewrite 2011-08-15 14:18:14 +02:00
j
7cdf3dff7f browsers dont like hidden animated svgs, brings down cpu usage to 0 if nothing happens 2011-08-11 12:56:24 +02:00
rolux
dd7191e8d4 load svg images inline 2011-08-09 19:00:39 +02:00
rlx
8e468ced0b merging changes 2011-08-06 17:41:01 +00:00
j
0ccad0b973 fix vim line 2011-07-29 20:48:43 +02:00
j
b27ed00356 remove new for all Ox.Elements, dont declare arguments again, add some semicolons 2011-06-19 19:48:32 +02:00
j
f366baa508 fix copy&paste, jquery always sets event.metaKey to event.ctrlKey 2011-06-04 14:14:39 +02:00
rlx
a96f6fdfd1 filter rewrite, element update 2011-06-02 03:02:16 +00:00
rolux
944d4036b0 fix loading icon animation 2011-06-01 14:20:34 +02:00
rolux
c99e7af1bd allow for editing of alternative names 2011-05-30 10:46:12 +02:00
rolux
acef6a822a allow for vertical scrolling of calendar (mouse and keyboard) 2011-05-27 11:15:55 +02:00
rolux
74802d284a make map zoom work while list has focus 2011-05-24 16:32:03 +02:00
rolux
6e0bafed88 fix a bug where space key wouldn't register while autocomplete menu was open 2011-05-20 09:14:24 +02:00
rolux
78a4229689 fixing some video editor bugs (focus, markers) 2011-05-19 15:09:59 +02:00
rolux
f311e05412 fixing a resize bug in Ox.List 2011-05-19 14:37:19 +02:00
rolux
8fe529df81 move css to css file, add markers (in/out/poster) 2011-05-18 15:02:02 +02:00
rolux
2842ec8d09 add tooltip option to Ox.Element 2011-05-17 20:44:53 +02:00
j
cc75e25415 more docs 2011-05-16 12:49:48 +02:00
j
bdb8d98787 some documentation 2011-05-16 10:24:46 +02:00
rolux
fd1fc212f2 new timeline implementation 2011-05-15 18:18:58 +02:00
rolux
a19c271e8f some improvements to Ox.VideoPlayer 2011-05-12 22:02:22 +02:00
rolux
13b887abfb add Ox.VideoPlayer, demos/video/, and prove Chrome doesn't get buffered time ranges right 2011-05-12 12:39:48 +02:00
rolux
c5408a6656 make (almost all of) form demo work again 2011-05-12 06:15:01 +02:00
rolux
b0e5e906f5 fix OxText class in CSS 2011-05-12 05:29:35 +02:00
rolux
feef0a2568 fix for the actual safari bug ('for i in arguments' doesn't work in safari) 2011-05-11 19:18:34 +02:00
rolux
70d17f3321 fix for safari/jquery bug 2011-05-11 18:33:19 +02:00
rolux
3884b6dfb3 make DocPanel trigger select event 2011-05-11 16:02:28 +02:00
rolux
7c8bacc7e8 better sorting in DocPanel 2011-05-11 15:53:29 +02:00
rolux
60165632c5 update CSS for DocPage 2011-05-11 14:46:28 +02:00
rolux
7c3a40368f and change syntax highlighter API once more 2011-05-08 23:14:56 +02:00
rolux
bec9222cf2 some more improvements to syntax highlighter 2011-05-08 23:06:48 +02:00
rolux
30ebbee085 some improvements to syntax highlighter 2011-05-08 22:38:51 +02:00
rolux
0b629a1b40 better syntax highlighter demo, some bugfixes 2011-05-08 20:22:43 +02:00
rolux
37219bfbe9 better Ox.isEqual(), more tests, more documentation 2011-05-08 14:14:07 +02:00
rolux
a1ed6a44c5 better layout for documentation pages, use syntax highlighter 2011-05-07 23:07:53 +02:00
rolux
f5f19c1c11 fixes for DocPanel 2011-05-07 19:52:33 +02:00
rolux
698d57abb0 add documentation browser (Ox.DocPanel, demo, more documentation) 2011-05-07 17:56:29 +02:00
rolux
8c4bc3b415 some more documentation; reimplement Ox.range using Ox.loop 2011-05-07 00:47:17 +02:00
rolux
72d3ec87c2 add method source to parent source; strip leading and trailing newlines 2011-05-06 20:01:34 +02:00
rolux
b1d171282c prototype of a documentation page 2011-05-06 19:40:26 +02:00
rolux
a6ed310087 various documentation-related changes 2011-05-05 20:02:56 +02:00
rolux
b6fdf0c28b updates to keyboard handler 2011-05-01 14:32:07 +02:00
rolux
a5fc65833d prevent chrome from scrolling in horizontal icon lists 2011-04-30 01:17:00 +02:00
rolux
0211be527c fix bug with keyboard events 2011-04-30 00:56:46 +02:00
rolux
5f417fa152 better event handling in Ox.Element 2011-04-30 00:07:23 +02:00
rolux
7380595c7e various improvements in OxJS and OxUI 2011-04-29 14:40:51 +02:00
rolux
74b9a25387 Ox.tokenize, Ox.SyntaxHighlighter (+demo) 2011-04-28 20:34:19 +02:00
rolux
4489e88f44 better filesystem structure for modules and themes; 'minified' ui if debug option not set; dynamially generated map markers 2011-04-27 21:24:33 +02:00