Commit Graph

  • 14b39aa7b4 added CTkScrolledTextbox Tom Schimansky 2022-10-05 10:35:41 +0200
  • 35265fb675 added all textbox methods, fixed input dialog geometry grid Tom Schimansky 2022-10-04 20:17:56 +0200
  • 2964b39410 enhanced bind and unbind with double bind call on two tkinter widgets for some CTk widgets Tom Schimansky 2022-10-04 16:55:34 +0200
  • 8b85225133 fixed typo in all unbind methods Tom Schimansky 2022-10-04 03:16:59 +0200
  • 40474d6905 added unbind method for all widgets, fixed bind methods, fixed textbox configure Tom Schimansky 2022-10-04 03:03:43 +0200
  • 06332a1061 readme fix Tom Schimansky 2022-10-04 02:29:02 +0200
  • 12f0942e73 added bind method to all widgets, added kwargs managing for CTkLabel Tom Schimansky 2022-10-04 02:26:29 +0200
  • b953464038 updated changelog Tom Schimansky 2022-10-04 00:28:03 +0200
  • 92873373a1 updated changelog Tom Schimansky 2022-10-04 00:21:36 +0200
  • 68bdcafb26 updated changelog Tom Schimansky 2022-10-04 00:15:01 +0200
  • 18cdf9daa1 updated changelog Tom Schimansky 2022-10-04 00:13:37 +0200
  • 1374e04f04 removed .config(), added kwargs managing and filtering, added kwargs exceptions, fixed cursor color for combobox Tom Schimansky 2022-10-03 23:50:59 +0200
  • bfc42c25ef Added .cget() methods to all widgets and changed text_font to font for all widgets Tom Schimansky 2022-10-03 00:33:06 +0200
  • 8b6f9a1d7e added .config method to all widgets Tom Schimansky 2022-10-02 03:59:54 +0200
  • d103fc42f1 added cget method to base class and button #395 Tom Schimansky 2022-10-02 03:53:27 +0200
  • d6075ad544 added type hints and private hints to all widget classes, fixed #497, removed get and set methods from some widgets Tom Schimansky 2022-10-02 03:23:10 +0200
  • 734b3d5c83
    Fixed the option_menu not updating colors. Akash Bora 2022-09-30 15:07:46 +0530
  • c5d1eb575e
    Merge branch 'TomSchimansky:master' into master Ishan Jindal 2022-09-23 18:10:00 +0530
  • 5717fc68e2 Merge remote-tracking branch 'origin/master' TomSchimansky 2022-09-21 09:36:09 +0200
  • 77adb7d024 fixed resizable call for CTkToplevel shortly after toplevel creation TomSchimansky 2022-09-21 09:35:42 +0200
  • fb600c9811 fixed resizable call for CTkToplevel shortly after toplevel creation TomSchimansky 2022-09-21 09:35:21 +0200
  • 31c0afe15b Bump to 4.6.3 v4.6.3 Tom Schimansky 2022-09-17 13:41:58 +0200
  • dab93a6a5e Fixed variable configuring for CTkOptionMennu Tom Schimansky 2022-09-17 13:39:22 +0200
  • 89fa0a8758 Bump to 4.6.2 v4.6.2 Tom Schimansky 2022-09-17 12:47:43 +0200
  • 67ab575b78 changed CTkCheckBox command to be only triggered by .toggle() Tom Schimansky 2022-09-17 12:41:45 +0200
  • b350224f06 Bump to 4.6.1 v4.6.1 Tom Schimansky 2022-09-17 01:21:00 +0200
  • 7dd945adbb revert linux font path to ~/.fonts/ Tom Schimansky 2022-09-17 01:20:33 +0200
  • 3f156f5648 Bump to 4.6.0 v4.6.0 Tom Schimansky 2022-09-17 00:55:31 +0200
  • 8fba7b4481 update CHANGELOG.md Tom Schimansky 2022-09-17 00:54:32 +0200
  • ee85b27271 fixed CTkProgressBar intermediate mode rendering on Windows #115 TomSchimansky 2022-09-17 00:52:20 +0200
  • 5204683df4 updated command calls of CTkSwitch, now commmand is called for .toggle() only Tom Schimansky 2022-09-17 00:39:27 +0200
  • 98c4c669a6 added indeterminate mode to CTkProgressBar Tom Schimansky 2022-09-17 00:18:31 +0200
  • 078918e77b changed methods for command callback for optionmenu and combobox Tom Schimansky 2022-09-15 23:55:55 +0200
  • c16c891115 changed combobox and optionemnu command to only get triggered by manual selection #440 Tom Schimansky 2022-09-15 18:46:24 +0200
  • 66f9fa2386 updated Readme.md Tom Schimansky 2022-09-15 16:20:20 +0200
  • e52b5fb799 updated Readme.md Tom Schimansky 2022-09-15 16:20:05 +0200
  • 6aac63d851 updated Readme.md Tom Schimansky 2022-09-15 16:18:56 +0200
  • d7dda9cb39 updated Readme.md Tom Schimansky 2022-09-15 16:17:49 +0200
  • 39f369a8d4 Bump to 4.5.11 v4.5.11 Tom Schimansky 2022-09-15 13:59:58 +0200
  • 423d0886c9 enhanced geometry test TomSchimansky 2022-09-15 13:54:32 +0200
  • d2f8fd012f added zoom and appearance mode behavior tests for CTkToplevel #66 TomSchimansky 2022-09-15 13:48:32 +0200
  • dcde8d69d8 added CTk zoom behavior test TomSchimansky 2022-09-15 13:39:03 +0200
  • 81f3f9a622 added tests for CTk window behavior when switchng appearance mode and hiding at program start #66 #277 TomSchimansky 2022-09-15 13:28:02 +0200
  • 65c45abe32 changed linux font directory to ~/.local/share/fonts/ #340 TomSchimansky 2022-09-15 12:31:43 +0200
  • 64c8b8345d fixed bug when configuring place_holder in CTkEntry widget #330 TomSchimansky 2022-09-13 21:47:50 +0200
  • e70083e174
    Update Readme.md DEV_FINWIZ 2022-08-30 16:36:40 +0530
  • b89c8abc4f
    Update Readme.md DEV_FINWIZ 2022-08-30 16:33:19 +0530
  • b04ff1ae6b
    name support for CTkEntry, CTkLabel, CTkTextbox jericjan 2022-08-29 13:07:03 +0800
  • e4c10ad614
    Add files via upload MRobinBatman 2022-08-27 14:07:22 -0400
  • 9a144bfc6b small fixes Tom Schimansky 2022-08-19 00:18:01 +0200
  • d9db3b64af fixed withdraw and iconify functionality for CTk and CTkToplevel #277 #305 #302 TomSchimansky 2022-08-19 00:13:00 +0200
  • 255c59bbeb
    Merge branch 'TomSchimansky:master' into master Ishan Jindal 2022-08-16 22:09:54 +0530
  • 2db46afaf0 fixed withdraw and iconify functionality for CTk window before mainloop or update #277 #305 #302 TomSchimansky 2022-08-16 18:14:30 +0200
  • 8c9183006c added text_font configuration for all CTk widgets #266 Tom Schimansky 2022-08-16 14:05:15 +0200
  • a1458319a2
    Update ctk_textbox.py Qwabena 2022-08-13 22:59:49 +0000
  • 9d89b61d67 🔨 Fixed Linux's Font Path lMwenda 2022-08-06 14:46:48 +0100
  • 7ff62d17b4 Merge branch 'master' of https://github.com/lmwenda/CustomTkinter into lmwenda lMwenda 2022-08-06 14:45:23 +0100
  • 8a8c59acf4
    Merge pull request #1 from TomSchimansky/master maetyu 2022-08-06 14:44:28 +0100
  • f39ee5764a fixed simple_example.py Tom Schimansky 2022-08-06 01:12:22 +0200
  • 69216469a4 refactored example_button_images.py to class structure Tom Schimansky 2022-08-06 00:55:47 +0200
  • d890d243a5 Merge remote-tracking branch 'origin/master' Tom Schimansky 2022-08-05 20:38:10 +0200
  • deebaa9163 enhanced geometry string parsing for CTk and CTkToplevel #345 #287 Tom Schimansky 2022-08-05 20:38:05 +0200
  • 5a4c28b178 removed print from CTk class TomSchimansky 2022-08-05 16:08:46 +0200
  • 73ab410a96 Merge remote-tracking branch 'origin/master' TomSchimansky 2022-08-05 15:37:42 +0200
  • 9bdf2436f5 CTk scaling fixes for Windows TomSchimansky 2022-08-05 15:37:23 +0200
  • 71562c5141
    Merge branch 'master' into lmwenda maetyu 2022-08-05 14:12:19 +0100
  • 91efc0ffc1
    Merge pull request #352 from splewdge/master Tom Schimansky 2022-08-05 08:49:38 -0400
  • 99550ab7fd Merge remote-tracking branch 'origin/master' Tom Schimansky 2022-08-05 14:23:22 +0200
  • 46b20d6605 fixed bug in CTkBaseClass #354 Tom Schimansky 2022-08-05 14:23:06 +0200
  • 03ce115102 🔨 Add active state color for button #317 lMwenda 2022-08-04 12:57:02 +0100
  • d0a7908f4e 🔨 Add active state color for button #317 lMwenda 2022-08-04 12:41:35 +0100
  • 013e186ca6
    Update ctk_button.py splewdge 2022-08-04 12:27:27 +0100
  • 6df8a1f44a
    Merge pull request #347 from felipetesc/master Tom Schimansky 2022-08-02 14:16:30 -0400
  • 4516a5edb1
    added white version of sweetkind FTE 2022-08-02 14:51:28 -0300
  • bd19d2f3e6
    added white variant FTE 2022-08-02 14:48:31 -0300
  • 109a657c79
    Fix for issue #331 avalon60 2022-07-31 13:14:42 +0100
  • 5442ce399d
    Merge a6063ade18 into ec8cecb575 FTE 2022-07-26 11:42:27 +0700
  • a6063ade18
    Merge pull request #3 from TomSchimansky/master FTE 2022-07-25 23:18:34 -0300
  • 83fabe8e4b
    Merge branch 'TomSchimansky:master' into master Ishan Jindal 2022-07-25 19:55:32 +0530
  • 9ef14447d9
    Update ThemeMaker.py Akash Bora 2022-07-25 17:16:26 +0530
  • 4f89535cfc
    Improved color picker selections. Akash Bora 2022-07-25 16:48:49 +0530
  • ec8cecb575 fixed window closing returning None of CTkInputDialog Tom Schimansky 2022-07-25 11:25:48 +0200
  • d892f20d70
    Update ThemeMaker.py Akash Bora 2022-07-24 21:11:16 +0530
  • fb4536c909
    Removed CtkInputDialog with default tkinter dialog Akash Bora 2022-07-24 20:10:27 +0530
  • 97374b07aa
    Changed the app structure to class, improved the layout. Akash Bora 2022-07-24 11:36:59 +0530
  • 156a1863f5 Bump to 4.5.10 v4.5.10 Tom Schimansky 2022-07-23 20:03:59 +0200
  • e295674e00 fixed bug in CTkLabel with multiline strings Tom Schimansky 2022-07-23 19:09:53 +0200
  • 40089ad3fa removed unnecessary imports Abhay Shukla 2022-07-18 19:03:37 +0530
  • de93315e60 Added Dictionary example Abhay Shukla 2022-07-18 18:50:04 +0530
  • 36702326fa fixed checkbox size bug when rescaling Tom Schimansky 2022-07-18 13:02:39 +0200
  • 3bee19f8ce Bump to 4.5.9 v4.5.9 Tom Schimansky 2022-07-18 12:34:43 +0200
  • ac6fb661a4 removed print from CTk Tom Schimansky 2022-07-18 12:34:27 +0200
  • 0982ef9ff1
    Improved error handling Akash Bora 2022-07-18 12:55:30 +0530
  • 1a57294ae9 Bump to 4.5.8 v4.5.8 Tom Schimansky 2022-07-17 21:45:45 +0200
  • ddd49377d4 fixed geomtry method for CTk and CTkToplevel Tom Schimansky 2022-07-17 21:45:29 +0200
  • 6bfddda399 Bump to 4.5.7 v4.5.7 Tom Schimansky 2022-07-17 21:41:28 +0200
  • 67f2072e07 added return value of geometry method for CTk and CTkToplevel Tom Schimansky 2022-07-17 21:41:13 +0200
  • b3c0388958 added corner radius to CTkLabel in complex_example.py Tom Schimansky 2022-07-17 20:37:24 +0200
  • 228729305b Bump to 4.5.6 v4.5.6 Tom Schimansky 2022-07-17 20:35:12 +0200
  • d9ff3d998c fixed command function bug in CTkSwitch Tom Schimansky 2022-07-17 20:34:54 +0200