Merge pull request #3966 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-26 13:15:02 -0500
10db88a88dDebug Print auto refreshes the multiline now. Addition of start of the "EXEC" APIs. Added execute_editor and execute_command_subprocess (BETA)
PySimpleGUI
2021-02-26 13:14:43 -0500
Merge pull request #3965 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-26 12:17:02 -0500
287e8a6668Button 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)
PySimpleGUI
2021-02-26 12:16:40 -0500
Merge pull request #3960 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-25 13:55:48 -0500
62deb3aa0bAdded call to tkroot.update when closing windows. Was needed on Linux to close a debug print window for some weird reason
PySimpleGUI
2021-02-25 13:55:26 -0500
Merge pull request #3954 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-23 15:12:12 -0500
b06127b397Check for disabled button in button callbacks. Set TRANSPARENT_BUTTON_COLOR when theme changes (not recommended to use, but in case someone is then this is correct way to update), fixes for 3.4 syntax errors, fix for race condition that tried to close a window set to None
PySimpleGUI
2021-02-23 15:11:49 -0500
Merge pull request #3940 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-21 10:02:41 -0500
bfee78a127Fixes for Linux, Addition of "Open Folder" feature. GUI for a couple of other features added but not yet fully implemented, use full path for default demo programs location
PySimpleGUI
2021-02-21 10:02:23 -0500
208eb55e3fFixes for Linux. Uses full path for demo folder default now
PySimpleGUI
2021-02-21 10:01:10 -0500
Merge pull request #3931 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-19 19:30:20 -0500
d9f123c884Width parm added to update for both Combo and Option menu. This is because the values can be changed, then the width may need to be changed, better coloring of OptionMenu, fixed docstrings to reflect size parm correctly for both elements
PySimpleGUI
2021-02-19 19:30:02 -0500
Merge pull request #3930 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-19 16:52:44 -0500
440b8cf8a4Combo - bug fix in update when default previously specified, OptionMenu no longer sets a default unless explicitly set by user
PySimpleGUI
2021-02-19 16:52:13 -0500
Merge pull request #3922 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-17 15:39:46 -0500
ce2dabc42fFix in Spin.update with disabled & readonly, added erase_all option to Print, Output element no longer used by Debug Print, fixed popup bug with custom buttons, moved path_stem to be private
PySimpleGUI
2021-02-17 15:39:14 -0500
Merge pull request #3884 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-09 17:57:45 -0500
df203e709cAdded ability to set / modify the color of the background of the checkbox itself. Was previously only computed and not settable by user. The parm checkbox_color added to the init and update method.
PySimpleGUI
2021-02-09 17:57:24 -0500
Merge pull request #3878 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-05 18:51:12 -0500
3e4b1a73b3Out with the old, in with the new! Thanks to a new PySimpleGUI team member, Tanay, for help with this one!
PySimpleGUI
2021-02-05 18:50:53 -0500
Merge pull request #3872 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-02-03 15:49:19 -0500
14b868caf2Corrected key name to use coding conventions. Added right click info. Display the mouse position in text for all graph events.
PySimpleGUI
2021-02-03 15:48:59 -0500
ed877df74bFixed graph with user bound events. Was treating the event as a button down which caused drag events. Added a method to only update the coordinates without triggering the drag event
PySimpleGUI
2021-02-03 15:48:23 -0500