Commit Graph

54 Commits

Author SHA1 Message Date
Tom Schimansky
9cfd5f4515 added missing arguments to CTkSLider configure #1790 2023-07-08 21:24:59 +02:00
Tom Schimansky
cd85a1c782 added text_color_disabled to CTkLabel #1557, change license in setup.cfg 2023-05-27 12:48:46 +02:00
Tom Schimansky
1960c0b1e0 added text_color_disabled to configure of CTkOptionMenu #1559 2023-05-08 19:11:22 +02:00
Tom Schimansky
dc751e46d3 add example images 2023-01-21 13:43:18 +01:00
Tom Schimansky
79d5da439b fix readonly background for combobox #983 2023-01-10 15:03:45 +01:00
Tom Schimansky
f068cee972 test 2022-12-06 19:29:04 +01:00
Tom Schimansky
62063d6f64 test 2022-12-06 19:28:34 +01:00
Tom Schimansky
dd223a15b5 fixed progressbar start stop speed increase #775 2022-12-06 11:27:35 +01:00
Tom Schimansky
2c7b2c5030 fixed radiobutton disabled command call bug #677, fixed key error for theme in scrollbar #711, removed bind_all and unbind_all from baseclass, added CTkCanvas and CTkBaseClass for top level import 2022-12-06 11:09:34 +01:00
Tom Schimansky
cea48c3501 fixed some configure bugs #585 #584 #583 #580 #579 #578, added check_image method 2022-11-06 14:40:15 +01:00
Tom Schimansky
f39ee5764a fixed simple_example.py 2022-08-06 01:12:22 +02:00
Tom Schimansky
acaeceb96d added methods to CTkTextbox 2022-07-12 21:52:52 +02:00
Tom Schimansky
d8b5104028 adopted new dropdown menu for combobox 2022-06-15 01:24:02 +02:00
TomSchimansky
20e16969f2 fixed dropdown_menu_fallback.py for Linux 2022-06-14 18:31:10 -04:00
Tom Schimansky
a86dbd4d07 fixed dropdown_menu_fallback.py for macOS 2022-06-15 00:14:35 +02:00
TomSchimansky
807064a888 ComboBox and DropDown fixes for Windows 2022-06-02 00:15:24 +02:00
Tom Schimansky
550653c6c3 small fixes for CTkComboBox 2022-06-01 23:50:50 +02:00
Tom Schimansky
0aa9dfc70f removed combobox from simple_example.py 2022-05-31 23:16:13 +02:00
Tom Schimansky
2746e2a05f added CTkComboBox 2022-05-31 22:32:21 +02:00
Tom Schimansky
aa46c56da9 small fixes in examples 2022-05-30 14:35:33 +02:00
TomSchimansky
9bd55cc159 implemented overwrite_preferred_drawing_method parameter in DrawEngine 2022-05-27 00:30:06 +02:00
Tom Schimansky
8a87b6f926 updated color for blue theme 2022-05-27 00:12:37 +02:00
Tom Schimansky
a1afc3056b removed scaling with ctypes shcore for Windows < 8.1 2022-05-26 19:16:01 +02:00
Tom Schimansky
91a8687736 added DropdownMenu and CTkOptionMenu 2022-05-25 22:14:38 +02:00
Tom Schimansky
8cafed1b06 changed root_tk name to app in all exmaples and tests 2022-05-22 20:26:31 +02:00
Tom Schimansky
afe44f4ff7 created FontManager and restructured __init__.py 2022-05-17 21:44:59 +02:00
Tom Schimansky
eec16e4509 fixed color bug when CTkEntry was disabled 2022-05-17 18:59:33 +02:00
Tom Schimansky
3eb0d411c5 fixed simple_example.py 2022-05-05 20:25:37 +02:00
Tom Schimansky
cb12711b5c completed scaling 2022-05-01 23:29:14 +02:00
Tom Schimansky
245a8d81bc fixed scaling issues 2022-04-21 20:30:46 +02:00
Tom Schimansky
6342bf8034 added scaling to every widget 2022-04-21 18:34:58 +02:00
TomSchimansky
2ab5b7e19f updatet complex_example.py with switches 2022-03-08 17:33:51 +01:00
Tom Schimansky
3285eba2ef added CTkSwitch 2022-03-08 15:03:47 +01:00
Tom Schimansky
7d774c9843 fixed simple_example.py 2022-03-05 13:21:53 +01:00
Tom Schimansky
0d32213325 refined CTkRadioButton and complex_example.py, version 3.3 2022-03-05 13:05:39 +01:00
TomSchimansky
9996e51c1a add font rendering to button, finished 2022-02-22 22:38:40 +01:00
Tom Schimansky
5f9c30aeaf added placeholder text to CTkEntry 2022-02-04 21:28:37 +01:00
Tom Schimansky
6d007e1769 fixed bug when resizing CTkButton and CTkEntry in grid, added auto resizing to CTkSlider and CTkProgressBar, changed Readme 2022-01-23 17:06:34 +01:00
Tom Schimansky
3d5ae07288 changed Readme 2022-01-22 20:28:59 +01:00
Tom Schimansky
daf64a12b4 added different default color themes 2022-01-08 00:29:53 +01:00
Tom Schimansky
2fa7a519ea fixed numerous bg_color bugs, added complete_test.py for color testing, changed AppearanceModeTracker to non-threaded approach with tk.after() 2022-01-07 20:54:45 +01:00
Tom Schimansky
53c0b00bab fixed bug when button click destroys button itself (version 1.8) 2022-01-02 12:14:46 +01:00
Tom Schimansky
063c1f8b6a added CTk class which overrides tkinter.Tk for automatic background color changes 2021-12-31 19:07:53 +01:00
Tom Schimansky
afc177ddbb fixed rendering bug in CTkSlider and modified complex examples 2021-12-31 00:22:32 +01:00
Tom Schimansky
58108482c8 small example modifications 2021-12-28 18:35:45 +01:00
Tom Schimansky
9124314e97 small example modifications 2021-12-28 18:26:29 +01:00
Tom Schimansky
9109663848 added .configure() to CTkSlider 2021-12-22 10:48:41 +01:00
Tom Schimansky
8fb9372d0e add progress color for CTkSlider 2021-12-13 21:54:44 +01:00
Tom Schimansky
ac0aa465d4 updated slider, label 2021-09-13 14:27:29 +02:00
Tom Schimansky
ccd1040329 added CTkCheckBox 2021-08-25 17:02:16 +02:00