Commit graph

58 commits

Author SHA1 Message Date
j
ac4dd51ed7 Only return Ox.Element if exactly one jquery element is return.
Fixes use of find, children
2011-12-29 15:40:08 +05:30
rolux
074902d079 form elements rewrite, part 2 2011-12-21 21:03:52 +05:30
rolux
e0d4dd3bec update geo module 2011-11-23 15:53:17 +01: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
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
a727c32836 add calendar controls 2011-10-31 12:45:08 +00:00
rlx
b6c872b5a4 in Ox.Calendar tooltips, only display the text representation of an event's range if it's different from the event's name 2011-10-29 17:05:44 +00:00
rlx
95f3d536ec improve InfoList 2011-10-16 12:32:02 +00:00
rlx
ce2d568cd4 fix calendar css 2011-10-11 23:23:36 +00:00
rlx
e5d0c3fd20 make dialog fire resize events after maximize and reset 2011-10-11 10:34:02 +00:00
rlx
527f75b009 slightly faster text list construction for cells that don't have tooltips; make calendar layout deterministic for events that have the same time span 2011-10-11 06:32:20 +00:00
rlx
5948d2c2ce fix a bug with doubleclicking on a calendar to zoom in 2011-10-10 20:48:35 +00:00
rlx
ccece375c0 fix a corner case in Ox.formatDateRangeDuration() 2011-10-10 17:00:01 +00:00
rlx
d2972cd526 more functionality for ListCalendar 2011-10-10 12:38:54 +00:00
rlx
96d03fc386 allow for selection of calendar events that are outside the current view 2011-10-10 09:43:07 +00:00
rlx
efca832c76 some work on ListCalendar 2011-10-09 21:13:16 +00:00
rlx
2928058f87 fix calendar background 2011-10-08 19:09:47 +00:00
rolux
d0fe279a0f new build system: build in /build, dev version in /dev; split up Ox.js; fix tests 2011-10-07 03:04:47 +02:00
rlx
0b53fc0566 calendar update 2011-10-03 14:12:31 +00:00
rlx
ea76fed699 add resize functionality to calendar 2011-10-03 13:23:40 +00:00
rlx
ef1fa5fe84 some bugfixes 2011-09-17 11:49:29 +00:00
rolux
da9e5dbb29 fix event handlers and split panel resize event 2011-09-17 19:39:38 +02: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
rolux
d915e9f205 some support for resizing 2011-05-28 01:49:36 +02:00
rolux
37ecdd99ac slightly faster rendering of events 2011-05-28 01:06:48 +02:00
rolux
2c82f51120 stop() before animate() 2011-05-28 00:06:56 +02:00
rolux
b99679ffe1 speed up rendering of the calendar (only compute event positions once) 2011-05-27 21:42:01 +02:00
rolux
eccade6aa9 fix a bug where the selected element would be too big if it was off the left side of the screen 2011-05-27 18:39:47 +02:00
rolux
dcb567143e always draw background all the way down to the bottom 2011-05-27 18:14:22 +02:00
rolux
8ed96c83ca add more data to calendar demo 2011-05-27 18:03:05 +02:00
rolux
3d7607b78a change sort algorithm for events stacking 2011-05-27 14:20:54 +02:00
rolux
453f226b18 click selects, second click pans, doubleclick zooms 2011-05-27 13:55:48 +02:00
rolux
419985c835 better formatting of dates, especially around 0 AD 2011-05-27 13:33:01 +02:00
rolux
c85ab83f9a always keep the selected element in the dom 2011-05-27 11:52:31 +02:00
rolux
52310babe8 allow for vertical scrolling of calendar (pan and zoom) 2011-05-27 11:45:49 +02:00
rolux
acef6a822a allow for vertical scrolling of calendar (mouse and keyboard) 2011-05-27 11:15:55 +02:00
rolux
263d8ea02c move scalebar out of content div, animate scalebar and scrollbar during keyboard navigation 2011-05-27 10:19:51 +02:00
rolux
1950b514b5 only draw half of the calendar background stripes 2011-05-27 09:58:03 +02:00
rolux
457e175455 fix some scrollbar scale bugs 2011-05-26 20:49:48 +02:00
rolux
385aac008c allow for current (ongoing) events 2011-05-26 20:18:20 +02:00
rolux
bd0f1e1ae3 add %x option (show BC/AD if year < 1000) to formatDate, and use on mousemove 2011-05-26 19:20:55 +02:00
rolux
f0052d3e3c much better formatting of date ranges and their duration 2011-05-26 19:10:32 +02:00
rolux
13669aec63 fix Ox.parseDate() 2011-05-26 09:18:59 +02:00
rolux
ab6a07d137 still fixing a scale bar UTC off-by-one error 2011-05-26 00:14:47 +02:00
rolux
c3b4d40903 fix a scale bar UTC off-by-one error 2011-05-25 23:31:10 +02:00
rolux
06f27b75bd more calendar improvements (positioning, scrolling) 2011-05-25 21:52:33 +02:00
rolux
474d5f92cb more calendar improvements (low zoom levels) 2011-05-25 21:33:43 +02:00