aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/calendar.js
Commit message (Expand)AuthorAgeFilesLines
* Calendar: Introduce getter / setter for grid idFelix Nagel2017-04-141-8/+16
* Calendar: Introduce getter / setter for date and viewDateFelix Nagel2017-04-141-41/+59
* Calendar: Introduce build methods for year and month titleFelix Nagel2017-04-121-2/+10
* Date: Rename and improve timestamp and day getter and setterFelix Nagel2017-03-311-4/+3
* Calendar: Make sure option numberOfMonth could be changed after creationFelix Nagel2017-01-251-1/+13
* Calendar: Remove aria hidden on day cellsFelix Nagel2017-01-251-2/+1
* Calendar: Introduce refresh callback eventFelix Nagel2017-01-211-0/+3
* Calendar: Make select and change event pass the current valueFelix Nagel2017-01-211-2/+2
* Calendar: Fix line length violationsFelix Nagel2016-12-111-8/+21
* Calendar: Clear value if an invalid min / max option value was givenFelix Nagel2016-10-251-1/+3
* Calendar: Clear value if an invalid input was givenFelix Nagel2016-10-121-3/+4
* Calendar: Use name space for timestamp data attributeFelix Nagel2016-10-121-2/+2
* Calendar: Add change eventFelix Nagel2016-10-121-0/+7
* Calendar: Make sure keydown original event is availableFelix Nagel2016-10-051-11/+15
* Calendar: Add icons option supportFelix Nagel2016-09-291-12/+17
* Calendar: Use classes option for non performance critical renderingFelix Nagel2016-09-291-106/+126
* Calendar: Add missing day cell and month label ARIA attributesFelix Nagel2016-09-281-3/+8
* Calendar: Use shift and ctrl key as modifier for page up / downFelix Nagel2016-09-281-2/+4
* Calendar: Fix line indentionFelix Nagel2016-01-201-23/+23
* Calendar: Do not rebuild whole calendar when selecting dateFelix Nagel2016-01-201-10/+14
* Calendar: Let datepicker handle focus after date selectionFelix Nagel2016-01-201-4/+6
* Calendar: Fix ARIA ids for multiple monthsFelix Nagel2015-12-101-7/+12
* Calendar: Fix focus issuesFelix Nagel2015-12-101-41/+39
* Calendar: Add css-dependency-comments based on jQuery MobileFelix Nagel2015-12-021-0/+3
* Calendar: Fix header dataFelix Nagel2015-12-021-2/+2
* Calendar: Update Button widget implementation to latest changesFelix Nagel2015-12-021-8/+13
* Calendar: Fix first day of week calculation for non latin localesFelix Nagel2015-11-251-4/+3
* Calendar: Remove Globalize.cldr.supplemental.weekData dependencyFelix Nagel2015-11-161-1/+3
* Calendar: Fix jscs errors after merging masterFelix Nagel2015-10-081-6/+6
* Calendar: Remove _refresh methodFelix Nagel2015-10-081-9/+8
* Calendar: Move custom date object to ui namespaceFelix Nagel2015-09-271-2/+2
* Calendar: Remove some obsolete todo commentsFelix Nagel2015-09-271-1/+0
* Calendar: Make header prev / next buttons min / max option awareFelix Nagel2015-09-101-19/+48
* Calendar: Make use of escapeSelector methodFelix Nagel2015-09-101-7/+4
* Calendar: Fix view when moving between multiple months with keyboardFelix Nagel2015-09-101-1/+8
* Calendar: Fix weekday name jumping when using numberOfMonths optionFelix Nagel2015-08-251-1/+1
* Merge branch 'master' into datepickerScott González2015-08-201-0/+657