Commit Graph

105 Commits

Author SHA1 Message Date
TomSchimansky
b62543f332 changed tabview test 2022-11-13 17:10:04 +01:00
TomSchimansky
d306a9d010 fixed some bugs on Windows 2022-11-12 20:59:10 +01:00
tschiman
f302b045e3 fix input dialog for linux 2022-11-11 14:09:50 +01:00
Tom Schimansky
2c31f18dc1 renewed CTkInputDialog 2022-11-11 00:06:25 +01:00
Tom Schimansky
cbbc9efda3 changed transparent color value from None to "transparent", fixed type hints, added color type and value checking 2022-11-10 23:27:55 +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
62b330ddba added CTkImage, compound support for label 2022-11-03 13:48:31 +01:00
Tom Schimansky
7374e7a3bc architecture fixes 2022-11-01 00:37:30 +01:00
Tom Schimansky
08a0835fd0 added new button grid system, fixed CTkSwitch grid positioning, moved ctk_canvas.py and draw_engine.py to widgets/core_rendering, created CTkImage 2022-10-29 00:42:33 +02:00
Tom Schimansky
bf1835922b added new button grid system, fixed CTkSwitch grid positioning, moved ctk_canvas.py and draw_engine.py to widgets/core_rendering, 2022-10-23 22:33:57 +02:00
Tom Schimansky
90d11e2f3f added missing arguments to configure method of combobox, fixed switch canvas positioning 2022-10-23 13:18:48 +02:00
Tom Schimansky
db563b3511 removed spacing_scaling, now widget_scaling is used 2022-10-22 15:42:22 +02:00
Tom Schimansky
6bf877eebc added mising configure argument for CTkButton #544 2022-10-22 15:24:15 +02:00
Tom Schimansky
fc3a41d074 remove old complex example 2022-10-22 15:14:23 +02:00
Tom Schimansky
1ae794272b removed bg and background argument support from CTk and CTkToplevel 2022-10-16 20:13:19 +02:00
Tom Schimansky
bfc42c25ef Added .cget() methods to all widgets and changed text_font to font for all widgets 2022-10-03 00:33:06 +02:00
Tom Schimansky
f39ee5764a fixed simple_example.py 2022-08-06 01:12:22 +02:00
Tom Schimansky
69216469a4 refactored example_button_images.py to class structure 2022-08-06 00:55:47 +02:00
Tom Schimansky
b3c0388958 added corner radius to CTkLabel in complex_example.py 2022-07-17 20:37:24 +02:00
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