Commit Graph

134 Commits (3079c2f1c3de006baead897e08f90d03bb3ac0d3)

Author SHA1 Message Date
Adam Shaw 3079c2f1c3 final touches for 1.4.10 2011-01-01 23:46:27 -08:00
Adam Shaw 84ed4065da fixed issue 740 (event resizing when weekends=false) 2011-01-01 21:40:17 -08:00
Adam Shaw 09427f27cf fixed parseInt problems (issue 688) 2011-01-01 13:39:30 -08:00
Adam Shaw 679b9e48d6 fixed issue 757 (removeEvents bug) 2011-01-01 13:09:41 -08:00
Adam Shaw 61d663d461 final touches and bugfixes for 1.4.9 2010-11-19 22:45:44 -08:00
Adam Shaw 6931c875e7 new technique for stacking events (issue 111) 2010-11-14 22:12:31 -08:00
Adam Shaw 64b84cc385 resize event to different week (issue 308), necessary event rendering refactoring 2010-11-09 22:54:41 -08:00
Adam Shaw c1a19a24c8 fixed issue 679, a bit of event fetching rejiggering 2010-10-24 13:32:08 -07:00
Adam Shaw 8086b3d252 odds and ends for 1.4.8 release 2010-10-16 17:10:03 -07:00
Adam Shaw b21736be4d fixed another problem with event fetching 2010-10-16 17:09:29 -07:00
Adam Shaw 45044c5a5d fixed issue with parseISO8601 2010-10-16 17:08:57 -07:00
Adam Shaw dbb24f13dc updated to jquery 1.4.3 and jquery-ui 1.8.5 2010-10-16 14:12:21 -07:00
Adam Shaw 441035d1fa jquery-ui theme testing and misc 2010-10-16 14:05:53 -07:00
Adam Shaw 17a84968a6 added js version string (issue 450) 2010-10-12 21:23:59 -07:00
Adam Shaw fc18816aee selection only with left click (issue 558) 2010-10-12 21:13:21 -07:00
Adam Shaw 1176a7479e fixed issue 517 2010-10-11 18:05:32 -07:00
Adam Shaw 453fcf07e3 fixed issues 554, 586, and 616 2010-10-11 14:16:34 -07:00
Adam Shaw 82aacbb9d8 bugfixing and streamlining related to issue 235 enhancement 2010-09-27 19:37:11 -07:00
Adam Shaw f1251cd0ba fixed problem with new parseISO8601 modifications with DST when ignoreTimezone is set to true 2010-09-26 18:12:59 -07:00
Adam Shaw 1d93c56700 merged refactor148, resolved conflicts 2010-09-26 17:45:34 -07:00
Adam Shaw d42f3dc5e3 added test for issue 417 (which had been fixed in the refactor) 2010-09-26 16:08:16 -07:00
Edward Rudd a436ea73f0 Allow the "ignore timezone" setting to be adjustable when parsing ISO8601 dates 2010-09-27 01:36:05 +08:00
Calvin Cheung dc7094ed27 fixed parseISO8601 handling of DST boundaries, it should now be able to handle any dates 2010-09-26 08:22:21 +08:00
Tanguy Pruvot 86cc3bdbda fix issue 235 scrollbar detection 2010-09-22 12:43:57 +08:00
igor.vaynberg 770f5ff0ba fix for Issue 235 - shrink calendar height if there is leftover space 2010-09-22 12:43:00 +08:00
igor.vaynberg ef60074fc1 partial fix for Issue 235 - misaligned column widths 2010-09-22 12:43:00 +08:00
Tanguy Pruvot fe7c257124 Fix typeof options (firefox broken) 2010-09-22 12:38:20 +08:00
Adam Shaw e2dbcaf15d refactored js, split into more files (much more manageable). tested 2010-09-18 22:54:35 -07:00
Adam Shaw 91e436dc0a pass native js event to select/unselect callbacks, final touches for 1.4.7 2010-07-05 16:07:40 -07:00
Adam Shaw 1729499290 fixed issue 412 2010-07-03 18:08:55 -07:00
Adam Shaw 6f4ab74340 allow ViewOptionHashes for selectable options, fixed new selectable bugs 2010-07-03 18:00:38 -07:00
Adam Shaw 1f02eb5f91 new option: dropAccept 2010-07-03 17:09:14 -07:00
Adam Shaw c0c144569f support newlines in event titles 2010-07-03 16:24:45 -07:00
Adam Shaw c002cef649 fixed issue 429 2010-07-03 16:15:34 -07:00
Adam Shaw 5f59997cf7 better solution for issue 477 2010-07-03 14:09:14 -07:00
Adam Shaw 80d373cb2e fixed issue 477 2010-07-03 13:34:43 -07:00
Adam Shaw 8e934154b0 added external-dragging example, fixed drop this element 2010-07-03 13:10:40 -07:00
Adam Shaw 8ebda5094f added droppable/drop, refactored selectable code, fixed issue 406 2010-06-28 21:51:13 -07:00
Adam Shaw 5fb7644920 bunch of IE fixes, final version 1.4.6 2010-05-31 10:18:29 -07:00
Adam Shaw 8de0c73878 more selectable bugfixes, updated changelog, updated jquery 2010-05-28 22:11:26 -07:00
Adam Shaw a469d8d3c4 refactoring/bugfixes to selectable code. new methods: select/unselect. new options: unselectAuto/unselectCancel 2010-05-22 17:30:16 -07:00
Adam Shaw 1b24a5f63b moved selectable into own plugin file. selectable bugfixes 2010-05-02 21:47:23 -07:00
Adam Shaw b75d05c6d5 new options for selecting days/slots (see examples/selectable.html) 2010-04-22 20:27:14 -07:00
Adam Shaw 38f67cf31d refactored makefile. now quicker and bsd/mac compatible 2010-03-13 21:04:09 -08:00
Adam Shaw 61af0d3d84 now using closure compiler for minification 2010-03-13 17:43:35 -08:00
Adam Shaw bd588a9afa fixed date in changelog for v1.4.5 2010-03-13 17:07:04 -08:00
Adam Shaw 226536478b made things more jslint-friendly (semicolons, operators, etc) 2010-03-13 17:06:13 -08:00
Adam Shaw deed716b67 final touches for 1.4.5 2010-02-21 20:30:11 -08:00
Adam Shaw 229c9c31d8 another bugfix for calendar resizing + iframes 2010-02-21 19:17:40 -08:00
Adam Shaw d1d5419256 fixed event dragging overlay z-index problem in IE 2010-02-21 18:06:32 -08:00