Commit Graph
51 Commits
Author SHA1 Message Date
Adam Shaw 069c2377e1 fix broken updateEvent method 2014-02-03 00:14:07 -08:00
Adam Shaw 1c28cf5a5f different behavior when end-time equals nextDayThreshold. tests 2014-02-03 00:14:07 -08:00
Adam Shaw 39dd3f08f4 misc comments 2014-02-03 00:14:01 -08:00
Adam Shaw d2b85cf80c code style improvements (for jscs) 2014-01-31 14:05:48 -08:00
Adam Shaw 758a235d19 code quality improvements (for jshint) 2014-01-31 14:05:48 -08:00
Adam Shaw d0d0a97c64 [2.0] source file changes 2014-01-24 23:10:00 -08:00
Adam Shaw 038593d5f6 new algorithm for laying out agenda events. slotEventOverlap option 2013-08-31 17:25:11 -07:00
Adam Shaw fb1dbd63cf new callback: eventDestroy 2013-08-06 23:54:44 -07:00
Adam Shaw d2aa9e9f4c refactor and simplify the way view switching/rerendering works 2013-08-06 23:23:03 -07:00
Adam Shaw 664ec8f730 put event z-index's into stylesheet 2013-08-03 16:17:04 -07:00
Adam Shaw d910bb8fcd eventStartEditable/startEditable AND eventDurationEditable/durationEditable 2013-08-03 15:30:58 -07:00
Adam Shaw d3308c8e59 don't throw error if event's title is blank or null 2013-07-29 23:53:32 -07:00
Adam Shaw 63735b7b31 hiddenDays option. internal refactor for how cells/dates work 2013-07-17 23:01:19 -07:00
Adam Shaw c9eecbf8ba Merge pull request #89 from tkrotoff/remove-fc-event-text-shadow
Remove event titles text shadow: looks ugly if the text is black
2013-04-14 21:44:15 -07:00
Adam Shaw d7325f9354 fix event CSS overflow issue 2013-04-14 21:41:33 -07:00
Tanguy Krotoff 9295d1d941 remove event titles text shadow: looks ugly if the text is black 2013-03-27 23:35:56 +01:00
Adam Shaw 05a8a2317d fix [unreleased] bug with event text overflow 2013-03-18 01:47:33 -07:00
Adam Shaw dbb42513b5 adjust CSS for bootstrap-style buttons 2013-03-17 01:43:17 -07:00
Adam Shaw 333838ddcf change font/spacing of prev/next button to be more consistent x-browser. fix RTL buttons 2013-03-17 01:06:06 -07:00
Adam Shaw b7e644bf4e change to single MIT license. update banners in source files 2013-03-11 02:32:51 -07:00
Adam Shaw fd6e82314b twitter bootstrap inspired buttons/borders/colors 2013-03-04 00:51:11 -08:00
Adam Shaw 156a9d46ab Use CSS3 rounded corners instead of ghetto hack. Remove unnecessary markup for events and buttons.
And slightly change style of agenda events (no more differently colored event header).
And remove glossy-look CSS hack for buttons.
2013-03-04 00:03:42 -08:00
Adam Shaw b62383d0ad week number feature 2013-03-02 14:00:51 -08:00
Adam Shaw d2ef2cf1a8 new Grunt build system, development flow, Bower component generation, jQuery plugin manifest 2013-02-26 00:43:35 -08:00
Adam Shaw 38ef267be4 fix typo in explanation of _fixUIEvent 2012-02-06 22:40:40 -08:00
Adam Shaw ce082b3a61 fixed changelog and code comments for v1.5.3 2012-02-06 22:38:33 -08:00
Adam Shaw 56ae9f1cbf using jquery 1.7, latest jquery ui, and fixed dragging bug (issue 1168) 2011-11-19 18:21:10 -08:00
Adam Shaw 7fc1e166c5 final touches for 1.5.1 2011-04-09 14:09:51 -07:00
Guill LoandAdam Shaw 6d5c6dd5a0 Correct an issue where the events where overlapping each others 2011-04-04 06:53:56 +08:00
Adam Shaw a238c91440 final touches for 1.5 2011-03-19 18:48:33 -07:00
Adam Shaw f13a29fac3 bugfixes for 1.5 2011-03-19 18:48:20 -07:00
Adam Shaw 325cb04690 reworked event resizable div (fixed issue 504). moved msie-dependent code from js to css 2011-02-19 17:49:19 -08:00
Adam Shaw afadc63b78 restructured HTML/CSS of event elements. solves issues 327 and 395 2011-02-19 15:47:23 -08:00
Adam Shaw a2e1de5d3d fixed css height problem when dragging event from all-day to times slot 2011-02-15 21:47:18 -08:00
Adam Shaw 6b6391635e fixed new bug with button theming and borders 2011-02-10 22:41:00 -08:00
Adam Shaw 06e4734b05 Beefed up event sources: Control over all $.ajax options. Event coloring through options. All event-level options available as "source" options. Event fetching more resilient to errors. 2011-02-10 22:40:16 -08:00
Adam Shaw f3fcd57530 rejiggered event html/css, added print stylesheet, much more printer friendly 2011-02-01 13:09:32 -08:00
Adam Shaw bef6f92836 slicker default styling for buttons.
refactored css & html structure for all views (simpler & will work better with jqui themes).
jQuery UI 1.8.9
2011-01-23 23:10:25 -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 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 45044c5a5d fixed issue with parseISO8601 2010-10-16 17:08:57 -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 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