summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
Commit message (Expand)AuthorAgeFilesLines
* Improve parsing flexibilityTrent Richardson2013-01-111-3/+3
* Fix parsing for single digitsTrent Richardson2013-01-111-3/+4
* Fix conditions for maxDate detectionTrent Richardson2013-01-091-6/+10
* Fixes bug hourMin/Max defaults the input before setting a timeTrent Richardson2013-01-071-9/+8
* Fixes bug hourMin/Max defaults the input before setting a timeTrent Richardson2013-01-071-0/+5
* scambra- fix setting time in cooperation with step settingsTrent Richardson2013-01-011-4/+4
* Switch substr to slice as IE8 doesn't do negative substr properlyLawrence2012-11-271-2/+2
* Timezone change now fires onSelectTrent Richardson2012-11-151-0/+1
* Raykov - date range and alternate fieldsTrent Richardson2012-11-151-2/+2
* New dev versionTrent Richardson2012-11-071-3/+3
* New version 1.1.1v1.1.1Trent Richardson2012-11-071-2/+2
* Fixes #497 problem with timeFormat hTrent Richardson2012-11-061-6/+2
* Create new dev versionTrent Richardson2012-11-031-1886/+1886
* Final tweaks to merge with masterv1.1.0Trent Richardson2012-11-031-2/+2
* change strict to parseTrent Richardson2012-11-011-2/+5
* Fix looseParse timezoneTrent Richardson2012-10-251-38/+40
* Strict time parsingTrent Richardson2012-10-251-81/+110
* Fix parsing with new HH formatTrent Richardson2012-10-251-31/+22
* Remove ampm option from docsTrent Richardson2012-10-251-2/+2
* Remove code using ampmTrent Richardson2012-10-251-60/+48
* Fix ampm bug in formatTimeTrent Richardson2012-10-251-10/+6
* Adds pickerTimeFormat and pickerTimeSuffix optionsTrent Richardson2012-10-251-16/+25
* Added 12 hour option to formatTimeVaughn Draughon2012-10-231-9/+27
* Add altAmpm optionTrent Richardson2012-10-231-4/+10
* nicolasconnault - Improve error loggingTrent Richardson2012-10-231-0/+13
* Add custom controlType exampleTrent Richardson2012-10-091-1/+1
* Add unit param to all control methodsTrent Richardson2012-10-091-18/+18
* Version 1.1.0 devTrent Richardson2012-10-091-4/+4
* New dev versionTrent Richardson2012-10-061-3/+3
* New Versionv1.0.5Trent Richardson2012-10-061-2/+2
* Control updates - can pass object to controlTypeTrent Richardson2012-10-041-4/+11
* Fix neg substr bugTrent Richardson2012-10-041-8/+10
* Issue 465 - Bernosek, Fixes inconsistancy with quotes in timeFormat compared ...Trent Richardson2012-10-031-1/+1
* Issue #466 - Bernosek, imporoves literal supportTrent Richardson2012-10-031-9/+15
* RTL supportTrent Richardson2012-10-031-13/+39
* Cleanup codeTrent Richardson2012-10-021-27/+3
* Some testingTrent Richardson2012-10-021-2/+1
* Documentation updateTrent Richardson2012-10-021-3/+5
* Add control type for using select instead of sliderTrent Richardson2012-10-021-36/+104
* Remove css from js commentsTrent Richardson2012-10-021-8/+0
* Condensed slider generationTrent Richardson2012-10-021-69/+2
* Rough RTL supportTrent Richardson2012-10-021-2/+3
* Update to Issue #453 when option timeOnlyTrent Richardson2012-10-021-16/+15
* Issue #453 Fixes altField when using inline modeTrent Richardson2012-10-021-0/+33
* allow optionBrent McSharry2012-10-021-1754/+1786
* New dev versionTrent Richardson2012-09-291-3/+3
* Version ready for master mergev1.0.4Trent Richardson2012-09-291-2/+2
* Fix defaulting timezone in formatting dateTrent Richardson2012-09-291-1/+1
* parseDate fails when dateFormat contains separatorNetForce12012-09-201-2/+10
* fix splitDateTime for plain datepickerNetForce12012-09-201-1/+1
* Issue 441 - added better constraint to setting time from fieldTrent Richardson2012-09-181-1/+5
* Issue 440 - Simplify min/max constraints of _setTimeTrent Richardson2012-09-181-31/+10
* Fix splitDateTime function to work with IE7LarryDavidJr2012-09-181-1/+1
* Fix jsmin errorTrent Richardson2012-09-161-1/+1
* Create new dev versionTrent Richardson2012-09-151-3/+3
* New Versionv1.0.3Trent Richardson2012-09-151-2/+2
* Fix parse issueTrent Richardson2012-09-151-2/+11
* Make initialization more DRY, improve splitting datetimeTrent Richardson2012-09-141-208/+156
* Fixes issue #287Trent Richardson2012-09-131-1/+1
* Fixes #432 - Improves parseDate()Trent Richardson2012-09-131-12/+16
* Cleanup long linesTrent Richardson2012-09-131-9/+37
* Code Cleanup, fixes minify errorTrent Richardson2012-09-131-1483/+1571
* Doc updatesTrent Richardson2012-09-131-2/+2
* Fix timepicker only init requiring {}Trent Richardson2012-09-131-3/+3
* Fix issue #413 - Conflict with mootools sliderTrent Richardson2012-09-121-127/+127
* Create new dev versionTrent Richardson2012-09-081-3/+3
* Updated Versionv1.0.2Trent Richardson2012-09-081-2/+3
* Fix by alex3d, prevents overwriting _defaultsTrent Richardson2012-09-081-1/+1
* API CHANGE: renamed timeZoneStringZauberfisch2012-08-301-9/+11
* BUGFIX timeZoneString UTC & UTC+5.5Zauberfisch2012-08-301-3/+4
* ENHANCEMENT: customizable alternative fieldZauberfisch2012-08-291-1/+16
* Merge pull request #421 from keithnicholson/devTrent Richardson2012-08-281-1/+1
|\
| * Fixes #335, allowing dynamic changes to propertieskeithnicholson2012-08-281-1/+1
* | Changed to only set defaultValue on focus to allow user to unset the input valueSimon Wade2012-08-291-16/+22
* | Fixed trailing commaSimon Wade2012-08-291-1/+1
* | - Added support for specifying a defaultValue that will be used when the text...Simon Wade2012-08-291-5/+22
|/
* Fix reorg errorTrent2012-08-281-97/+95
* Reorganize codeTrent2012-08-281-93/+97
* Added methods to enforce date range limits.Simon Wade2012-08-171-0/+105
* Retract fix #86, causes undefined date errorTrent Richardson2012-08-141-2/+0
* Fixes #86 - redraw calendar with given positionTrent Richardson2012-08-101-0/+2
* Fixes #391 - Selecting input populates the date when emptyTrent Richardson2012-07-261-2/+3
* Fixes ampm issue and parsing string literals, issues #383 and #394Trent Richardson2012-07-241-4/+6
* Fix #389 minDate/maxDate issueTrent Richardson2012-07-131-9/+17
* remove old codeTrent Richardson2012-07-101-4/+1
* Fixes Issue #385 - some timezones have 30 and 45 minute offsetsTrent Richardson2012-07-101-5/+7
* Fixes Issues #384 and #383Trent Richardson2012-07-101-6/+6
* Remove id attributes from generated codeTrent Richardson2012-07-091-23/+21
* Create new dev version 1.0.2Trent Richardson2012-07-011-3/+3
* Finalize version 1.0.1Trent Richardson2012-07-011-2/+2
* fixed a bug. When the input field is empty, and the date picker will never up...kdeng2012-06-271-3/+6
* Merge changes from Scott for setTimeTrent Richardson2012-06-131-8/+19
* Add demo and sliderAccess to repoTrent Richardson2012-06-121-1/+1
* Small fixes, to make JSLint complain lessIgor Rzegocki2012-05-151-150/+215
* Merge pull request #350 from apepper/tz_autoselectTrent Richardson2012-03-261-6/+17
|\
| * If the timezone of the given date matches the local timezone, use local timez...Alexander Pepper2012-03-261-1/+7
| * Refactored internals to calculate the timeZoneString.Alexander Pepper2012-03-261-5/+10
* | Update timezone even when showTimezone is false by kapouerTrent Richardson2012-03-261-1/+1
* | Merge pull request #347 from kapouer/patch-4Trent Richardson2012-03-261-4/+4
|\ \
| * | Fix usage of _defaults.useLocalTimezoneLal Jérémy2012-03-251-4/+4
| |/