Commit graph

111 commits

Author SHA1 Message Date
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
f43122f795 workaround for select values not getting updated correctly when updating form values 2011-10-11 11:22:16 +00:00
rlx
e5d0c3fd20 make dialog fire resize events after maximize and reset 2011-10-11 10:34:02 +00:00
rlx
c7d268a7aa when adding an event, set focus to its name input field 2011-10-11 10:19:44 +00:00
rlx
db25eec98b fix a bug where edited places would not be updated correctly 2011-10-11 09:48:24 +00:00
rlx
9fb30bf1af make find work in listcalendar; fill first page in static text lists with few items; listen to width/height changes in listmap and listcalendar; fix a bug where maps would load without zoombar 2011-10-11 09:09:20 +00:00
rlx
718ec32e44 in listcalendar, cache formatted duration strings 2011-10-11 07:05:45 +00:00
rlx
3fc1611803 in listcalendar, when editing, set list item value instead of reloading list 2011-10-11 06:50: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
a5a833f3c1 update ListCalendar 2011-10-03 16:37:05 +00:00
rlx
d51de58009 add Ox.ListCalendar 2011-10-03 16:14:01 +00: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
rolux
d98c34407d more calendar improvements (high zoom levels) 2011-05-25 19:47:34 +02:00
rolux
dc23259308 more calendar improvements (labels etc.) 2011-05-25 19:32:04 +02:00
rolux
c661f3a883 more calendar improvements (keyboard navigation etc.) 2011-05-25 18:36:55 +02:00
rolux
b18500d133 calendar improvements (api, css, utc) 2011-05-25 11:22:16 +02:00
j
bdb8d98787 some documentation 2011-05-16 10:24:46 +02:00
rolux
a6ed310087 various documentation-related changes 2011-05-05 20:02:56 +02:00
rolux
7380595c7e various improvements in OxJS and OxUI 2011-04-29 14:40:51 +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