Commit Graph

86 Commits

Author SHA1 Message Date
Tom Schimansky
acaeceb96d added methods to CTkTextbox 2022-07-12 21:52:52 +02:00
Tom Schimansky
3a1d12f8ea removed old dropdown menu 2022-06-15 23:26:21 +02:00
Tom Schimansky
fc952294f0 chnaged complex_example.py and fixed command-variable execution order in CTkSlider 2022-06-15 02:07:51 +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
a1cd4abddd fixed scaling update of CTkLabel 2022-05-22 19:56:18 +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
b99f384241 fixed small scaling issues 2022-05-12 22:55:28 +02:00
Tom Schimansky
3eb0d411c5 fixed simple_example.py 2022-05-05 20:25:37 +02:00
Tom Schimansky
9ee5e3b7f2 fixed complex example 2022-05-04 15:38:13 +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
Tom Schimansky
5ede252b2f changed Readme.md 2022-04-17 23:51:33 +02:00
Tom Schimansky
a4e8d30535 renaming files 2022-04-05 22:55:22 +02:00
TomSchimansky
c942ee8e05 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	examples/complex_example.py
2022-03-13 01:37:22 +01:00
TomSchimansky
985771705c refined example_button_images.py 2022-03-13 01:26:18 +01:00
Tom Schimansky
60b3085c13 fixed complex_example.py 2022-03-10 21:27:57 +01:00
Tom Schimansky
3923fc7b28 new Readme.md 2022-03-10 20:27:01 +01:00
TomSchimansky
15ecf18449 fixed state in multiple widgets 2022-03-10 02:12:30 +01:00
Tom Schimansky
a5e2f2d39a refined CTkCheckbox checkmark for polygon rendering 2022-03-09 21:32:27 +01:00
TomSchimansky
9acd0c42df added checkmark to CTkCheckbox 2022-03-09 14:49:44 +01: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
TomSchimansky
d4ffd986e0 updated green and dark-blue theme 2022-03-06 23:30:20 +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
6c976245aa font character mapping for Windows 11, added , refined CTkDrawEngineCTkRadioButton 2022-03-05 02:01:07 +01:00
Tom Schimansky
eab428f9ef example fix 2022-03-02 01:02:49 +01:00
Tom Schimansky
d0592340a6 version 3.0 2022-03-02 01:01:14 +01:00
TomSchimansky
9ed461e04c dark-blue, green theme in .json, new font .otf file for circles 2022-03-02 00:53:58 +01:00
TomSchimansky
965a7ff87d finished CTkDrawEngine for all current widgets 2022-03-01 16:12:55 +01:00
TomSchimansky
bb1fe25625 changed CTkThemeManager to json file loading system 2022-02-28 00:35:52 +01:00
TomSchimansky
a52599bf53 created DrawEngine, drawing CTkButton, CTkFrame, CTkEntry, CTkLabel, CTkCheckBox now with the DrawEngine 2022-02-24 00:19:40 +01:00
TomSchimansky
b3d43bff10 added font drawing to CTkCheckBox 2022-02-23 01:47:34 +01:00
TomSchimansky
9996e51c1a add font rendering to button, finished 2022-02-22 22:38:40 +01:00
TomSchimansky
5bbcb1c617 add font rendering to button, not finished yet 2022-02-22 14:36:36 +01:00
TomSchimansky
16859991eb added CTkToplevel, fixed CTk dark titlebar changes 2022-02-21 15:35:08 +01:00