-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Merge of #25 Against Master #33
base: master
Are you sure you want to change the base?
Commits on Apr 23, 2013
-
Support for selecting date ranges
Range selection mimics Hipmunk. Also streamlines button creation.
Configuration menu - View commit details
-
Copy full SHA for 14f2020 - Browse repository at this point
Copy the full SHA 14f2020View commit details
Commits on Apr 24, 2013
-
more consistency between date selection modes
support for deselecting dates and ensure calendarView:shouldSelectDate: is respected when selecting date ranges
Configuration menu - View commit details
-
Copy full SHA for f931fcb - Browse repository at this point
Copy the full SHA f931fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9030c21 - Browse repository at this point
Copy the full SHA 9030c21View commit details
Commits on Apr 25, 2013
-
Fixed scrollToDate:animated: to actually scroll to the date
Was only scrolling to the month of the given date. Also added secondary method to allow customizing the scroll position.
Configuration menu - View commit details
-
Copy full SHA for 062efee - Browse repository at this point
Copy the full SHA 062efeeView commit details -
Tweaked scrollToDate:animated: to preserve @randomstep's change to ta…
…ke into account self.pinsHeaderToTop Also added date range selection demo to test app
Configuration menu - View commit details
-
Copy full SHA for 3ff0520 - Browse repository at this point
Copy the full SHA 3ff0520View commit details
Commits on May 2, 2013
-
More calendar cell customization
Added public properties for text shadow color, today's text color, today's shadow color. Also added public property to toggle display of dates that fall outside of the current month.
Configuration menu - View commit details
-
Copy full SHA for 347e386 - Browse repository at this point
Copy the full SHA 347e386View commit details -
The copy headers build phase wasn't making the headers available to the parent project (and breaking the ability to Archive the parent project). Moving headers to copy files build phase resolved the problem. Not sure this is the correct fix ...
Configuration menu - View commit details
-
Copy full SHA for f350cca - Browse repository at this point
Copy the full SHA f350ccaView commit details
Commits on May 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3985587 - Browse repository at this point
Copy the full SHA 3985587View commit details
Commits on Aug 7, 2013
-
Merge branch 'master' of github.com:mattgrayson/objc-TimesSquare into…
… feature/date-range-selection Conflicts: TimesSquare/TSQCalendarRowCell.m
Blake Watters committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 3f784c9 - Browse repository at this point
Copy the full SHA 3f784c9View commit details -
Fix issue with initializing the selectionType in
viewDidLoad
. refs p…Blake Watters committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for ac47cd4 - Browse repository at this point
Copy the full SHA ac47cd4View commit details -
Use
NSUInteger
instead ofint
for button states array ivarBlake Watters committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 5c3bee8 - Browse repository at this point
Copy the full SHA 5c3bee8View commit details
Commits on Aug 12, 2013
-
Add missing documentation for
dayButtons
andnotThisMonthButtons
Blake Watters committedAug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 5ef9cd7 - Browse repository at this point
Copy the full SHA 5ef9cd7View commit details -
Fix crash when attempting to reset selections and the start date is `…
…nil`
Blake Watters committedAug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for dc06e09 - Browse repository at this point
Copy the full SHA dc06e09View commit details -
Ensure that the
selectedDate
,selectedStartDate
, and `selectedEnd……Date` are updated appropriately when the selection type changes
Blake Watters committedAug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 1217ce2 - Browse repository at this point
Copy the full SHA 1217ce2View commit details -
Change
selectionType
toselectionMode
Blake Watters committedAug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for d9685cc - Browse repository at this point
Copy the full SHA d9685ccView commit details -
Eliminate
didDeselect
delegate methods in favor of passingnil
fo……r the date
Blake Watters committedAug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for d2deab3 - Browse repository at this point
Copy the full SHA d2deab3View commit details