FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for examples - CrazyPythonCoder/CustomTkinter · GitHub
CrazyPythonCoder
/
CustomTkinter
Public
forked from
TomSchimansky/CustomTkinter
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
CustomTkinter
examples
on
master
User selector
Datepicker
Commit history
Commits on Aug 5, 2022
fixed simple_example.py
Tom Schimansky
committed
f39ee57
View commit details
Copy full SHA for f39ee57
View code at this point
Browse repository at this point
refactored example_button_images.py to class structure
Tom Schimansky
committed
6921646
View commit details
Copy full SHA for 6921646
View code at this point
Browse repository at this point
Commits on Jul 17, 2022
added corner radius to CTkLabel in complex_example.py
Tom Schimansky
committed
b3c0388
View commit details
Copy full SHA for b3c0388
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
added methods to CTkTextbox
Tom Schimansky
committed
acaeceb
View commit details
Copy full SHA for acaeceb
View code at this point
Browse repository at this point
Commits on Jun 15, 2022
removed old dropdown menu
Tom Schimansky
committed
3a1d12f
View commit details
Copy full SHA for 3a1d12f
View code at this point
Browse repository at this point
chnaged complex_example.py and fixed command-variable execution order in CTkSlider
Tom Schimansky
committed
fc95229
View commit details
Copy full SHA for fc95229
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
adopted new dropdown menu for combobox
Tom Schimansky
committed
d8b5104
View commit details
Copy full SHA for d8b5104
View code at this point
Browse repository at this point
fixed dropdown_menu_fallback.py for Linux
TomSchimansky
committed
20e1696
View commit details
Copy full SHA for 20e1696
View code at this point
Browse repository at this point
fixed dropdown_menu_fallback.py for macOS
Tom Schimansky
committed
a86dbd4
View commit details
Copy full SHA for a86dbd4
View code at this point
Browse repository at this point
Commits on Jun 1, 2022
ComboBox and DropDown fixes for Windows
TomSchimansky
committed
807064a
View commit details
Copy full SHA for 807064a
View code at this point
Browse repository at this point
small fixes for CTkComboBox
Tom Schimansky
committed
550653c
View commit details
Copy full SHA for 550653c
View code at this point
Browse repository at this point
Commits on May 31, 2022
removed combobox from simple_example.py
Tom Schimansky
committed
0aa9dfc
View commit details
Copy full SHA for 0aa9dfc
View code at this point
Browse repository at this point
added CTkComboBox
Tom Schimansky
committed
2746e2a
View commit details
Copy full SHA for 2746e2a
View code at this point
Browse repository at this point
Commits on May 30, 2022
small fixes in examples
Tom Schimansky
committed
aa46c56
View commit details
Copy full SHA for aa46c56
View code at this point
Browse repository at this point
Commits on May 26, 2022
implemented overwrite_preferred_drawing_method parameter in DrawEngine
TomSchimansky
committed
9bd55cc
View commit details
Copy full SHA for 9bd55cc
View code at this point
Browse repository at this point
updated color for blue theme
Tom Schimansky
committed
8a87b6f
View commit details
Copy full SHA for 8a87b6f
View code at this point
Browse repository at this point
removed scaling with ctypes shcore for Windows < 8.1
Tom Schimansky
committed
a1afc30
View commit details
Copy full SHA for a1afc30
View code at this point
Browse repository at this point
Commits on May 25, 2022
added DropdownMenu and CTkOptionMenu
Tom Schimansky
committed
91a8687
View commit details
Copy full SHA for 91a8687
View code at this point
Browse repository at this point
Commits on May 22, 2022
changed root_tk name to app in all exmaples and tests
Tom Schimansky
committed
8cafed1
View commit details
Copy full SHA for 8cafed1
View code at this point
Browse repository at this point
fixed scaling update of CTkLabel
Tom Schimansky
committed
a1cd4ab
View commit details
Copy full SHA for a1cd4ab
View code at this point
Browse repository at this point
Commits on May 17, 2022
created FontManager and restructured __init__.py
Tom Schimansky
committed
afe44f4
View commit details
Copy full SHA for afe44f4
View code at this point
Browse repository at this point
fixed color bug when CTkEntry was disabled
Tom Schimansky
committed
eec16e4
View commit details
Copy full SHA for eec16e4
View code at this point
Browse repository at this point
Commits on May 12, 2022
fixed small scaling issues
Tom Schimansky
committed
b99f384
View commit details
Copy full SHA for b99f384
View code at this point
Browse repository at this point
Commits on May 5, 2022
fixed simple_example.py
Tom Schimansky
committed
3eb0d41
View commit details
Copy full SHA for 3eb0d41
View code at this point
Browse repository at this point
Commits on May 4, 2022
fixed complex example
Tom Schimansky
committed
9ee5e3b
View commit details
Copy full SHA for 9ee5e3b
View code at this point
Browse repository at this point
Commits on May 1, 2022
completed scaling
Tom Schimansky
committed
cb12711
View commit details
Copy full SHA for cb12711
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
fixed scaling issues
Tom Schimansky
committed
245a8d8
View commit details
Copy full SHA for 245a8d8
View code at this point
Browse repository at this point
added scaling to every widget
Tom Schimansky
committed
6342bf8
View commit details
Copy full SHA for 6342bf8
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
changed Readme.md
Tom Schimansky
committed
5ede252
View commit details
Copy full SHA for 5ede252
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
renaming files
Tom Schimansky
committed
a4e8d30
View commit details
Copy full SHA for a4e8d30
View code at this point
Browse repository at this point
Commits on Mar 13, 2022
Merge remote-tracking branch 'origin/master'
Show description for c942ee8
TomSchimansky
committed
c942ee8
View commit details
Copy full SHA for c942ee8
View code at this point
Browse repository at this point
refined example_button_images.py
TomSchimansky
committed
9857717
View commit details
Copy full SHA for 9857717
View code at this point
Browse repository at this point
Commits on Mar 10, 2022
fixed complex_example.py
Tom Schimansky
committed
60b3085
View commit details
Copy full SHA for 60b3085
View code at this point
Browse repository at this point
new Readme.md
Tom Schimansky
committed
3923fc7
View commit details
Copy full SHA for 3923fc7
View code at this point
Browse repository at this point
fixed state in multiple widgets
TomSchimansky
committed
15ecf18
View commit details
Copy full SHA for 15ecf18
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL