Commit Graph
77 Commits
Author SHA1 Message Date
Adam Shaw 33d733e364 make sure TimeGrid's cell datetimes are in the calendar's timezone 2014-08-19 17:24:23 -07:00
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 5b8d1d139a smarter about rendering short timegrid events. issue 1700 2014-08-19 16:44:05 -07:00
Adam Shaw 0643880511 make new css play nice with twitter bootstrap. issue 2234 2014-08-19 16:03:04 -07:00
Adam Shaw 938d3144c8 dont display "more.." events popover in print mode. issue 2242 2014-08-19 15:33:42 -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 dc5bc5cfbe rename eventLimitPopoverFormat -> dayPopoverFormat 2014-08-04 01:32:22 -07:00
Adam Shaw 58905ec721 allow eventLimitClick to return a value 2014-08-03 23:02:04 -07:00
Adam Shaw 604a3faab5 better vertical spacing for event, better demos for more link 2014-08-03 22:56:33 -07:00
Adam Shaw 6ca1cfadbf non-editable events with no url should be text-selectable 2014-08-03 21:41:01 -07:00
Adam Shaw 51f1a3119f fix bug with minTime 2014-08-03 21:12:24 -07:00
Adam Shaw 32e10be9f7 fix unnecessary scrollbars when zooming. lint issues 2014-08-03 18:54:58 -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 81ea523fc3 eventLimitPopoverFormat option. eventLimitText RTL behavior change 2014-08-03 15:09:18 -07:00
Adam Shaw bba2d6fcad popover when user clicks on "more" link 2014-08-02 16:27:52 -07:00
Adam Shaw 2053f4dc21 "more" link on a cell when too many events. accompanying new options 2014-07-27 16:15:00 -07:00
Adam Shaw 697c576285 fix some IE8 problems 2014-07-23 15:44:29 -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 6369e2bd90 make arguments and this more consistent in event dnd/resize handlers 2014-06-11 23:04:08 -07:00
Adam Shaw 2ab15a6ba8 make eventDrop/eventResize return a delta 2014-06-11 16:14:57 -07:00
Adam Shaw 914b28a046 fix memory leak with selectable/droppable 2014-06-10 18:33:42 -07:00
Adam Shaw 5db9a6eb97 tests for select method 2014-05-26 19:27:52 -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 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