Skip to content

Releases: j4321/tkcalendar

tkcalendar-1.6.1

28 Dec 11:19
0c6aa7c

Choose a tag to compare

Fix typo in DateEntry that lead to position issues for the drop-down (#66)

Download tkcalendar

tkcalendar-1.6.0

27 Dec 14:47
03bfec7

Choose a tag to compare

New options

  • calendar_cursor: change the cursor on the Calendar of the DateEntry (#55)

Bug fixes

  • Fix DateEntry cursor customization which had no effect
  • Fix vanishing of the drop-down calendar on any click when grab_set is used
  • Temporarily fix python issue 38661 (#61)
  • Fix always on top bug using resizable (#62)

Download tkcalendar

tkcalendar-1.5.1

27 Aug 07:57
06a5fe1

Choose a tag to compare

  • Fix calendar drop-down not in front issue if window has the -topmost attribute in Windows (#49)
  • Make Calendar.config() and DateEntry.config() accept a dictionary like standard tkinter widgets
  • Fix calendar not hiding when clicking again on DateEntry drop-down button in Windows (#51)
  • Fix maxdate disabled while it sould be the latest allowed date (#50)

Download tkcalendar

tkcalendar-1.5.0

29 Jul 07:10
ce9f12c

Choose a tag to compare

  • Add disabledforeground and disabledbackground options to further customize
    the disabled state appearance of the Calendar
  • Add maxdate and mindate options to set an allowed date range for date selection
  • Add weekenddays option to choose the days colored as week-end days (#37)
  • Add date_pattern option to customize the date format
  • Add Calendar.see() method to make sure a date is visible
  • Make Calendar.selection_clear() actually clear the selection
  • Make locale option editable after the creation of the Calendar
  • Fix ValueError when retrieving default locale
  • Fix date parsing error in Swedish locale and some others (#44)
  • Improve compliance with ttk themes by making the DateEntry look like a ttk.Combobox (#42)
  • Fix high CPU issues in Windows (#36)

Download tkcalendar

tkcalendar-1.4.0

04 Dec 12:03
36a982b

Choose a tag to compare

  • Add <<CalendarMonthChanged>> virtual event to the Calendar widget
  • Add get_displayed_month() method to the Calendar widget
  • Add showothermonthdays option to show/hide the last and first days of the previous and next months
  • Fix display of events for January days showing on December page and conversely

Download tkcalendar

tkcalendar-1.3.1

21 Sep 14:10
f990f5a

Choose a tag to compare

Fix #29: Day selection issues when firstweekday is sunday.

Download tkcalendar

tkcalendar-1.3.0

23 Aug 09:34
7bc372b

Choose a tag to compare

  • No longer set locale globally to avoid conflicts between several instances, use babel module instead
  • Add option showwekknumbers to show/hide week numbers
  • Add option firstweekday to choose first week day between 'monday' and 'sunday'
  • Make DateEntry compatible with more ttk themes, especially OSX default theme
  • Add possibility to display special events (like birthdays, ..) in the calendar.
    The events are displayed with colors defined by tags and the event description is displayed in a tooltip
    (see documentation).

Download tkcalendar

tkcalendar-1.2.1

18 Apr 08:26
1055e3f

Choose a tag to compare

  • Fix #13: Error when creating DateEntry widget with python 3.6.5

Download tkcalendar

tkcalendar-1.2.0

08 Apr 11:05
27483ea

Choose a tag to compare

  • Add textvariable option to Calendar
  • Add state ('normal' or 'disabled') option to Calendar
  • Add options disabledselectbackground, disabledselectforeground,
    disableddaybackground and disableddayforeground to configure colors
    when Calendar is disabled
  • Fix DateEntry behavior in readonly mode
  • Make Calendar.selection_get always return a datetime.date

Download tkcalendar

tkcalendar-1.1.5

01 Apr 15:26
b4e8d42

Choose a tag to compare

Fix endless triggering of <<ThemeChanged>> event in DateEntry (#9)

Download tkcalendar