Merge pull request #4941 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-07 11:29:54 -0500
4976de9ef6Fixed exec apis - made a mistake in change for github upgrades. The result is that the global interpreter was never used. Fixed so that it's now used except for the github upgrades
PySimpleGUI
2021-11-07 11:29:40 -0500
Merge pull request #4940 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-07 09:11:51 -0500
b47b0def42Bump version so that an upgrade from GitHub can be demonstrated. Be sure an get 4.55.0 from PyPI first!
PySimpleGUI
2021-11-07 09:11:35 -0500
Merge pull request #4936 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-07 04:52:51 -0500
0b3340eecbChanged the execute_py_file and execute_py_get_interpreter to return sys.executable rather than the interpreter stored in the settings file
PySimpleGUI
2021-11-07 04:52:35 -0500
Merge pull request #4933 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-06 10:00:35 -0400
58a5b11913New Demo Program - a non-PIL version of the image album demo that uses PIL. Demonstrates what PIL can do for your program.
PySimpleGUI
2021-11-06 10:00:18 -0400
241963a845Updated to include filename display, dark theme, removed old unused code, called window.refresh instead of window.read (the correct method to call in this situation)
PySimpleGUI
2021-11-06 09:59:08 -0400
Merge pull request #4931 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-05 15:00:36 -0400
eda17c306eRemoved the print in _main_entry_point.... having problems with psgmain.exe and psgupgrade.exe being used to perform the upgrade from GitHub..... Thank you for your patience.....
PySimpleGUI
2021-11-05 15:00:20 -0400
Merge pull request #4930 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-05 14:24:38 -0400
55f74aad85Changed the upgrade from GitHub code to always use the currently running interpreter to perform the upgrade. Previously it was possible to use the wrong version because it wasn't explicitly set
PySimpleGUI
2021-11-05 14:24:19 -0400
Merge pull request #4929 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-05 13:48:23 -0400
c9f51d8d50Change psgmain and psgupgrade entry points to launch Python using the same interpreter used to invoke those functions
PySimpleGUI
2021-11-05 13:48:06 -0400
Merge pull request #4928 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-05 13:03:54 -0400
c3b7a5daa9Fixed crash in GitHub upgrade thread caused by change to Exec APIs that combined stdout and stderr by default....
PySimpleGUI
2021-11-05 13:03:32 -0400
Merge pull request #4919 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-03 17:07:31 -0400
65482339aeMore right click menu with Tab/TabGroup work. Needed to handle a couple of special cases, fix for missing ParentForm when adding tabs via add_tab call.
PySimpleGUI
2021-11-03 17:07:13 -0400
Merge pull request #4916 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-02 16:30:30 -0400
d542a64a85Changed how Tab right click menus work!! Now then TAB's menu is shown when a Tab is right clicked (THANK YOU to Jason for helping on this)
PySimpleGUI
2021-11-02 16:30:15 -0400
Merge pull request #4915 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-02 15:45:24 -0400
440cb3c855Changed definition of MENU_RIGHT_CLICK_DISABLED to be in same format as menus, updated Tab/TabGroup docstrings, made SDK Help window resizable
PySimpleGUI
2021-11-02 15:45:07 -0400
Merge pull request #4907 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-10-30 17:32:47 -0400
e6ba6ce62fAddition of merge_stderr_with_stdout to the execute subprocess and execute py file calls in the Exec APIs. Default is True
PySimpleGUI
2021-10-30 17:32:33 -0400
Merge pull request #4904 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-10-29 17:08:18 -0400
b41827e76eAddition of bar_color to the ProgressBar.update method. Fixed Image element typo, added relative_location to popup_animated.
PySimpleGUI
2021-10-29 17:08:02 -0400
Merge pull request #4898 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-10-28 18:04:29 -0400
114b2a2df9More Tab / TabGroup options (can tell when I'm doing a Udemy lesson on an element by watching the pull requests)
PySimpleGUI
2021-10-28 18:04:11 -0400
Merge pull request #4895 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-10-27 16:12:18 -0400
5aa131fb4erelative_location added to all popups. Also added relative_location to easy_print (sg.Print, etc). New base64 image constants - HEART_FLAT_BASE64, HEART_3D_BASE64, RED_X_BASE64, GREEN_CHECK_BASE64
PySimpleGUI
2021-10-27 16:11:56 -0400
Merge pull request #4891 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-10-26 18:21:32 -0400
bf7fdad29eLots of gooColumn and Frame. Better detection of right clicks and grab anywhere. Added grab parm to Frame. Made Listbox no longer a grabanywhere element by default so you can select by dragging. Added background_color parm to Push and VPush. Fixed bug in grab_any_where_on
PySimpleGUI
2021-10-26 18:21:13 -0400
Merge pull request #4871 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-10-24 13:30:32 -0400
712f16e73eRefresh the PySimpleGUI global settings in all Exec API calls in case someone has changed the global settings outside of the currently running program
PySimpleGUI
2021-10-24 13:30:16 -0400
Merge pull request #4870 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-10-24 12:05:59 -0400
7d6870590cBetter restarting message for psgmain... I think this is actually it! Testing on Linux, 3.4 Pi, Windows all done!
PySimpleGUI
2021-10-24 12:05:42 -0400
Merge pull request #4858 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-10-22 19:09:38 -0400
ac5ea72e13Changes to Image Element (working in this area due to lesson being recorded) - New shorter BLANK_BASE64, Added subsample parm so that it's like the Button element, set border depth=0 for all images, now auto-shrinks to 1 pixel when deleting an image by calling update(), FIXED Frame size setting (FINALLY found out to manually set the Frame size!!)
PySimpleGUI
2021-10-22 19:09:10 -0400