Commit Graph
25 Commits
Author SHA1 Message Date
Brandon AaronandAdam Shaw 1032e7303a Bind the drag related events in render instead of on init so that they
are rebound after being unbound by destroy.
2014-08-19 17:15:00 -07:00
Adam Shaw 6c04fca1f3 moment-2.8 compatibility, source (2.1), .add() calls 2014-08-06 18:09:17 -07:00
Adam Shaw c04bbba6d6 Merge branch 'master' into skeleton
Conflicts:
	src/agenda/AgendaDayView.js
	src/agenda/AgendaEventRenderer.js
	src/agenda/AgendaView.js
	src/agenda/AgendaWeekView.js
	src/basic/BasicDayView.js
	src/basic/BasicView.js
	src/basic/BasicWeekView.js
	src/basic/MonthView.js
	src/common/DayEventRenderer.js
	src/common/SelectionManager.js
2014-08-06 18:08:15 -07:00
Adam Shaw 45ead5712f moment-2.8 compatibility, source (2.0), .add() calls 2014-08-06 17:54:02 -07:00
Adam Shaw 00d85a46dc fix IE bug where fixed height of view would oscillate 2014-08-04 17:10:20 -07:00
Adam Shaw a6c363576c refresh position of TimeGrid events when there is a zoom 2014-08-03 17:46:24 -07:00
Adam Shaw bba2d6fcad popover when user clicks on "more" link 2014-08-02 16:27:52 -07:00
Adam Shaw 2d1bcbc25f large code refactor. new HTML/CSS skeleton, no more JQUI dependency, among other things 2014-07-22 19:02:21 -07:00
Adam Shaw ee7d5278a9 displayEventEnd setting 2014-06-13 13:00:13 -07:00
Adam Shaw 2ab15a6ba8 make eventDrop/eventResize return a delta 2014-06-11 16:14:57 -07:00
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 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 d910bb8fcd eventStartEditable/startEditable AND eventDurationEditable/durationEditable 2013-08-03 15:30:58 -07:00
Adam Shaw 63735b7b31 hiddenDays option. internal refactor for how cells/dates work 2013-07-17 23:01:19 -07:00
Adam Shaw f13a29fac3 bugfixes for 1.5 2011-03-19 18:48:20 -07: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 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 e2dbcaf15d refactored js, split into more files (much more manageable). tested 2010-09-18 22:54:35 -07:00