Merge pull request #4037 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-12 11:41:51 -0500
63098232a4execute_editor will add " " around filenames if there are spaces in the filename and if running on windows and there are no quotes
PySimpleGUI
2021-03-12 11:41:35 -0500
Merge pull request #4035 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-12 08:36:38 -0500
0a802852e8Themes - replace user requested name "gray" with "grey" (FINALLY I can stop guessing wrong by making both right!)
PySimpleGUI
2021-03-12 08:36:20 -0500
Merge pull request #4032 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-11 08:57:17 -0500
eb0ec49ef4Added ability to change light/dark. Image changed to be nothing when animation isn't playing. Made the buttons 1/2 the size using subsample.
PySimpleGUI
2021-03-11 08:57:00 -0500
Merge pull request #4031 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-11 08:28:32 -0500
0279a53b81Change 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
PySimpleGUI
2021-03-11 08:28:17 -0500
Merge pull request #4025 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-09 12:59:12 -0500
ce80b7d0b3More checks for COLOR_SYSTEM_DEFAULT, changed GreenTan theme to use black rather than the system default value, some cleanup of debugger
PySimpleGUI
2021-03-09 12:58:53 -0500
Merge pull request #4024 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-09 09:14:59 -0500
369f6d9818Removed note about ignore case not working... it is working now. Added code to enable user to Cancel from choosing a line to edit
PySimpleGUI
2021-03-09 09:14:40 -0500
Merge pull request #3995 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-03 09:29:11 -0500
65a2dfc85bTheme swatch previewer copies color to clipboard correctly now. Previously only printed it. Also set the window size to a fixed size.
PySimpleGUI
2021-03-03 09:28:54 -0500
Merge pull request #3993 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-03 07:01:16 -0500
e096a2f0fbFix for leaving settings blank
PySimpleGUI
2021-03-03 07:00:37 -0500
1927caafd8Use global settings for the editor and the explorer if set. Also has the latest searching code for faster searches.
PySimpleGUI
2021-03-03 06:54:33 -0500
Merge pull request #3985 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-01 07:00:01 -0500
0ec79ce4b4Cleaning up demos so local changes get rolled in. Old demos removed. There is a significant effort underway
PySimpleGUI
2021-03-01 06:59:36 -0500
Merge pull request #3977 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-28 10:32:34 -0500
59842c5dddHappy 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)
PySimpleGUI
2021-02-28 10:32:18 -0500
Merge pull request #3973 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-27 13:17:14 -0500
47069358b3Addition of the execute_editor code but not used at this point.
PySimpleGUI
2021-02-27 13:16:54 -0500
0856ce3fcdKey errors no long raised by default. You can change this easily. Needed so that editor can be launched instead of crashing.
PySimpleGUI
2021-02-27 13:16:27 -0500