Merge pull request #4130 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-02 20:18:34 -0400
8955b9db77right_click_menu_tearoff parm added to Window, expand_x & expand_y added to vtop vbottom vcenter, listbox has new listbox_frame member variable needed if wanting listbox to resize with the window, changed print in Image element creation if error happens to an error popup (cannot use stdout/stderr because they've been rerouted and will also cause errors), error popup wraps text better
PySimpleGUI
2021-04-02 20:18:08 -0400
Merge pull request #4124 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-31 09:48:29 -0400
5458b64f08Macs can force buttons to be tk buttons rather than ttk only (use with care and good luck.. hope it works out for you!), listbbox now has highlight controls exposed, Element.block_focus method added but needs to be renamed before final release
PySimpleGUI
2021-03-31 09:47:48 -0400
9caa3b3bdbNew Demo - A template for Rainmater-style Desktop Widgets - has the majority of the features a widget would need is in this template.
PySimpleGUI
2021-03-22 09:54:27 -0400
Merge pull request #4090 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-21 16:14:20 -0400
28e2f3c687Added icon parm to popup_scrolled. Fixed old problem with Menus stripping out &'s, saving the old theme in the debugger code
PySimpleGUI
2021-03-21 16:14:02 -0400
c2e509e097Removed and replaced debugger logos
PySimpleGUI
2021-03-21 11:47:48 -0400
Merge pull request #4088 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-21 10:09:44 -0400
7e822d849eAdded section on handling window closed events. Now includes description of how to use the enable_close_attempted_event parameter.
PySimpleGUI
2021-03-21 10:09:29 -0400
Merge pull request #4071 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-18 21:35:53 -0400
88ed763023Open get title and get date windows at same location as the main window
PySimpleGUI
2021-03-18 21:34:19 -0400
799ce7c9c1Most complete "Desktop Widget" design pattern. Can choose the theme, alpha channel, location, and it's all saved in the settings file for the future sessions. 99 lines... not bad for 99 lines.....
PySimpleGUI
2021-03-18 21:31:11 -0400
Merge pull request #4066 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-17 10:32:09 -0400
04379b930dAdded ability to use older versions of PySimpleGUI by trying sg.execute_editor and launching manually if it fails. Added quotes around __file__ when self-editing
PySimpleGUI
2021-03-17 10:31:53 -0400
Merge pull request #4056 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-16 08:06:42 -0400
e44943cceeAddition of command line used to launch the process. Updated keys to be compliant with coding guidelines
PySimpleGUI
2021-03-16 08:06:24 -0400
Merge pull request #4054 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-15 16:26:28 -0400
3e411d9853Runs on 4.32.1 now. Added support for the launching of subprocesses using functions local to the program in case the user has an older PySimpleGUI.
PySimpleGUI
2021-03-15 16:26:10 -0400
Merge pull request #4053 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-03-15 13:34:01 -0400
a3f841cdbeNew function execute_subprocess_still_running. Lots of changes to other Exec APIs to deal with the collection of output (controls if the output should be pipped or sent to Null)
PySimpleGUI
2021-03-15 13:33:43 -0400