Commit Graph

3805 Commits

Author SHA1 Message Date
PySimpleGUI 8a3e33c70e Added a custom titlebar 2021-03-11 09:07:42 -05:00
PySimpleGUI eb0ec49ef4 Added ability to change light/dark. Image changed to be nothing when animation isn't playing. Made the buttons 1/2 the size using subsample. 2021-03-11 08:57:00 -05:00
PySimpleGUI 0279a53b81 Change how bind events modify tuple keys. Fixed subsample problem in button update. fixed update_animation to get frame count correct. popup_animated returns False if problem updating the popup happened 2021-03-11 08:28:17 -05:00
PySimpleGUI 6a546330f8 New Demo - Material "feel". Very simple window that's has elements centered 2021-03-10 11:55:09 -05:00
PySimpleGUI ce80b7d0b3 More checks for COLOR_SYSTEM_DEFAULT, changed GreenTan theme to use black rather than the system default value, some cleanup of debugger 2021-03-09 12:58:53 -05:00
PySimpleGUI 369f6d9818 Removed note about ignore case not working... it is working now. Added code to enable user to Cancel from choosing a line to edit 2021-03-09 09:14:40 -05:00
PySimpleGUI 2301652dd9 Renaming the demo browser to be more obvious 2021-03-09 07:12:31 -05:00
PySimpleGUI d27b337902 Better global theme support. Moved the line number to the front of the output 2021-03-07 18:48:26 -05:00
PySimpleGUI 923723f7a7 Updated demo to use newer coding guidelines, better key format 2021-03-07 13:01:42 -05:00
PySimpleGUI 62fbb19bbd Emojis 2021-03-07 02:49:26 -05:00
PySimpleGUI 55424278ba Removed the importing of individual elements. Simplified and added more comments 2021-03-06 23:53:21 -05:00
PySimpleGUI 42a7f5999b Updated Theme addition, Buttons with images, Script launcher, ProgressBar, Math, Compound Element, removed calling Finalize 2021-03-04 14:43:49 -05:00
PySimpleGUI 91a16084fb For cookbook 2021-03-04 14:35:28 -05:00
PySimpleGUI 3bb3878ed2 Cookbook image 2021-03-04 14:32:31 -05:00
PySimpleGUI bba3f9df3c Cookbook image 2021-03-04 14:10:33 -05:00
PySimpleGUI 458b218e56 Cookbook image 2021-03-04 14:03:19 -05:00
PySimpleGUI 5b6a8fa6e7 new image for cookbook 2021-03-04 13:32:15 -05:00
PySimpleGUI 8dcfed8bc9 New demo on how to add your own custom theme and then use it 2021-03-04 12:31:42 -05:00
PySimpleGUI e2c98a26ac Release 4.35.0 2021-03-03 16:10:27 -05:00
PySimpleGUI 6401ef34dd New Demo with the PySimpleGUI Helpers 2021-03-03 16:07:08 -05:00
PySimpleGUI 62f7b39602 Release 4.35.0 2021-03-03 16:06:54 -05:00
PySimpleGUI 72c4484629 Immediately apply global theme changes (for all future window creations) 2021-03-03 11:50:56 -05:00
PySimpleGUI 31a65ddf18 Added keep on top to the theme swatches window 2021-03-03 10:12:31 -05:00
PySimpleGUI 65a2dfc85b Theme swatch previewer copies color to clipboard correctly now. Previously only printed it. Also set the window size to a fixed size. 2021-03-03 09:28:54 -05:00
PySimpleGUI a020214fb6 Bump ver for last fix 2021-03-03 07:20:12 -05:00
PySimpleGUI 2b2a9ba079 Fixed bug in the execute_editor call 2021-03-03 07:19:26 -05:00
PySimpleGUI e096a2f0fb Fix for leaving settings blank 2021-03-03 07:00:37 -05:00
PySimpleGUI 1927caafd8 Use global settings for the editor and the explorer if set. Also has the latest searching code for faster searches. 2021-03-03 06:54:33 -05:00
PySimpleGUI 4b79c54237 New traceback error handling & messages, The Exec APIs exec command, exec py, exec editor, exec file explorer, more global settings, buttoning up the release.... 2021-03-02 17:39:02 -05:00
PySimpleGUI f435629d9a Simple change to test git 2021-03-01 15:25:54 -05:00
PySimpleGUI 0ec79ce4b4 Cleaning up demos so local changes get rolled in. Old demos removed. There is a significant effort underway 2021-03-01 06:59:36 -05:00
PySimpleGUI 724d6ae7a9 Added OptionMenu element, cleaned up TabGroup layout. 2021-03-01 05:44:40 -05:00
PySimpleGUI 4491798db2 Removed extra read 2021-03-01 04:27:26 -05:00
PySimpleGUI 3613701c11 Addition of Thonny to editor strings, fix in button color conversion code. 2021-02-28 15:28:58 -05:00
PySimpleGUI 59842c5ddd Happy emojis, internal error popup stays open after launching user's IDE so error remains visible, auto-fill the editor launch string when user fills in the editor (10 IDEs are supported) 2021-02-28 10:32:18 -05:00
PySimpleGUI 41afd70ca7 more button color fixups, tooltips for editor strings 2021-02-27 20:04:05 -05:00
PySimpleGUI cad426da41 removed debug info that was in a popup, renamed an emoji 2021-02-27 17:31:40 -05:00
PySimpleGUI 47069358b3 Addition of the execute_editor code but not used at this point. 2021-02-27 13:16:54 -05:00
PySimpleGUI 0856ce3fcd Key errors no long raised by default. You can change this easily. Needed so that editor can be launched instead of crashing. 2021-02-27 13:16:27 -05:00
PySimpleGUI 31433e75a2 Frist Exec functions added - need to test on Linux before releasing widely. 2021-02-27 11:13:43 -05:00
PySimpleGUI 685965411f Support for Exec APIs. New Error Message for Keys... many more are coming! :-) 2021-02-27 08:24:56 -05:00
PySimpleGUI aadcf3a772 Make backwards compatible (again) 2021-02-27 08:18:20 -05:00
PySimpleGUI 8c653861f7 Cleanup demo browser 2021-02-27 07:34:00 -05:00
PySimpleGUI d627c2246d Unified Demo & Project Browsers - now uses the new PySimpleGUI Exec APIs to launch everything 2021-02-27 07:32:51 -05:00
PySimpleGUI 10db88a88d Debug Print auto refreshes the multiline now. Addition of start of the "EXEC" APIs. Added execute_editor and execute_command_subprocess (BETA) 2021-02-26 13:14:43 -05:00
PySimpleGUI 287e8a6668 Button Colors reworked considerably. Better error checks. Can specify a single color, etc. Addition of new EMOJIS!! Happy release adds happy ones too! Removed commented out f-strings so seaches for them will find none (not allowed in 3.4) 2021-02-26 12:16:40 -05:00
PySimpleGUI 7fc79d8470 Demo of the IGNORE setting when disabling buttons. 2021-02-25 19:25:34 -05:00
PySimpleGUI 433da2b9fa BUTTON_DISABLED_MEANS_IGNORE setting for disabled parameter. Causes button to not generate events. 2021-02-25 19:17:40 -05:00
PySimpleGUI 62deb3aa0b Added call to tkroot.update when closing windows. Was needed on Linux to close a debug print window for some weird reason 2021-02-25 13:55:26 -05:00
PySimpleGUI 7aa031741e Disable modal windows entirely for Macs 2021-02-24 17:20:10 -05:00