Commit Graph

  • 27c8fc88ab
    Merge pull request #4942 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-07 13:43:19 -0500
  • cae8cf360a Release 4.55.1 PySimpleGUI 2021-11-07 13:43:03 -0500
  • 92b1369593
    Merge pull request #4941 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-07 11:29:54 -0500
  • 4976de9ef6 Fixed 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
  • 77632ace64
    Merge pull request #4940 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-07 09:11:51 -0500
  • b47b0def42 Bump 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
  • 0cd1e0326a
    Merge pull request #4939 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-07 05:21:35 -0500
  • e078cbe33a Release 4.55.0 PySimpleGUI 2021-11-07 05:21:18 -0500
  • f48b8c77c5
    Merge pull request #4938 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-07 05:10:01 -0500
  • 65eebb1b07 Change from pythonw to python in the upgrade from github code for the pip comand PySimpleGUI 2021-11-07 05:09:47 -0500
  • 416d26ce9f
    Merge pull request #4937 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-07 05:02:38 -0500
  • fb0579af3a If pythonw found in psgmain or psgupgrade, then switch it to python PySimpleGUI 2021-11-07 05:02:23 -0500
  • bee4a2b34b
    Merge pull request #4936 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-07 04:52:51 -0500
  • 0b3340eecb Changed 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
  • 8b52b8b01e
    Merge pull request #4934 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-06 17:02:13 -0400
  • 5c01c523da Release 4.54.0 PySimpleGUI 2021-11-06 17:01:58 -0400
  • d454b26b4f
    Merge pull request #4933 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-06 10:00:35 -0400
  • 58a5b11913 New 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
  • 241963a845 Updated 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
  • 2a910c9c34
    Merge pull request #4931 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-05 15:00:36 -0400
  • eda17c306e Removed 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
  • 133cd7b746
    Merge pull request #4930 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-05 14:24:38 -0400
  • 55f74aad85 Changed 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
  • 6a07306198
    Merge pull request #4929 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-05 13:48:23 -0400
  • c9f51d8d50 Change 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
  • 72baefed1a
    Merge pull request #4928 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-05 13:03:54 -0400
  • c3b7a5daa9 Fixed 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
  • cc383b32f9
    Merge pull request #4926 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-05 11:04:54 -0400
  • 5c882851b9 Version bump to 0.15. For to with last release. PySimpleGUI 2021-11-05 11:04:39 -0400
  • 700e4b1dd4
    Merge pull request #4922 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-04 16:32:46 -0400
  • 66569ef2b2 Automatically fill in the Python interpreter so that a pinnable shortcut is created PySimpleGUI 2021-11-04 16:32:32 -0400
  • 0728437bcc
    Merge pull request #4919 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-03 17:07:31 -0400
  • 65482339ae More 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
  • 6a7fb1c7ca
    Merge pull request #4918 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-03 14:26:39 -0400
  • 5e73d30f44 Version bump PySimpleGUI 2021-11-03 14:26:23 -0400
  • 1bef5fcc74
    Merge pull request #4916 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-02 16:30:30 -0400
  • d542a64a85 Changed 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
  • b3fde6cd28
    Merge pull request #4915 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-02 15:45:24 -0400
  • 440cb3c855 Changed 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
  • 2d116c195b
    Merge pull request #4911 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-31 17:21:15 -0400
  • 51bc8cf5e1 Support for Tabs with Image in TabGroup.add_tab PySimpleGUI 2021-10-31 17:20:58 -0400
  • c003209bb8 Added Window.mouse_location PySimpleGUI 2021-10-31 14:52:33 -0400
  • e458acbe2c
    Merge pull request #4910 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-31 13:54:00 -0400
  • d3012ea16b Fix for bytestring search results PySimpleGUI 2021-10-31 13:49:20 -0400
  • 0c3959efb0 Try this? PySimpleGUI 2021-10-31 13:47:51 -0400
  • 7193fabe39
    Merge pull request #4908 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-30 19:43:43 -0400
  • ed5d443682 Propagate right click menus when used on Container Elements (Column, Frame, Tab) PySimpleGUI 2021-10-30 19:43:24 -0400
  • 0603b06d6b
    Merge pull request #4907 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-30 17:32:47 -0400
  • e6ba6ce62f Addition 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
  • d6adad7bfe
    Merge pull request #4906 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-30 14:08:37 -0400
  • 8196de2eaf Added focus_color to TabGroup element PySimpleGUI 2021-10-30 14:08:22 -0400
  • cc1f17e3c8
    Merge pull request #4905 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-30 12:48:32 -0400
  • 0a3e7926ed Added constants for TabGroup's tab location, added visible parameter to the pre-defined buttons (FileBrowse, FolderBrowse, Exit, Ok, Cancel, etc) PySimpleGUI 2021-10-30 12:48:17 -0400
  • f0d28167ae
    Merge pull request #4904 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-29 17:08:18 -0400
  • b41827e76e Addition 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
  • aa44f8e84e
    Merge pull request #4898 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-28 18:04:29 -0400
  • 114b2a2df9 More 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
  • df3d165001
    Merge pull request #4896 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-27 16:50:13 -0400
  • 96f1496b43 New Dashboard Demo that uses Frames instead of Columns PySimpleGUI 2021-10-27 16:49:56 -0400
  • c5ade9d761
    Merge pull request #4895 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-27 16:12:18 -0400
  • 5aa131fb4e relative_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
  • c9097d4106
    Merge pull request #4891 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-26 18:21:32 -0400
  • bf7fdad29e Lots 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
  • 1324084e0c
    Merge pull request #4879 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-25 14:48:10 -0400
  • be8e11832e Update Demo_Image_Resize_and_Base64_Encode.pyw PySimpleGUI 2021-10-25 14:47:53 -0400
  • d148c3472e More instructions. Added the now standard "File Location" right click menu PySimpleGUI 2021-10-25 14:47:43 -0400
  • 4a38a50076
    Merge pull request #4878 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-25 14:04:48 -0400
  • 40ab839d9e Fix for VSeparator (thank you Jason!) PySimpleGUI 2021-10-25 14:04:22 -0400
  • 46d4e35ca2
    Merge pull request #4875 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 15:35:51 -0400
  • 3cf6304b40 Changed Separator elements expansion logic. It appears like it was causing rows to incorrectly expand PySimpleGUI 2021-10-24 15:35:31 -0400
  • 5d5b6c8a9c
    Merge pull request #4874 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 15:06:45 -0400
  • 36c8e42803 Rebuild of the Call Reference. The table of contents had the incorrect level set. PySimpleGUI 2021-10-24 15:06:28 -0400
  • 0bcd985997
    Merge pull request #4873 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 14:41:22 -0400
  • 3bf3845542 Release 4.53.0 PySimpleGUI 2021-10-24 14:41:02 -0400
  • 626b26905d
    Merge pull request #4871 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 13:30:32 -0400
  • 712f16e73e Refresh 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
  • c03725b286
    Merge pull request #4870 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 12:05:59 -0400
  • 7d6870590c Better 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
  • c49086f704
    Merge pull request #4869 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 11:58:34 -0400
  • 040667750a One last time before the final release (maybe.. let's hope...) PySimpleGUI 2021-10-24 11:58:15 -0400
  • 961e231859
    Merge pull request #4868 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 11:50:40 -0400
  • c8372793e9 Version bump so that install from github will do something PySimpleGUI 2021-10-24 11:50:25 -0400
  • 701e7494ea
    Merge pull request #4867 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 11:46:53 -0400
  • b00ad7b3dd Debug print for the main restart PySimpleGUI 2021-10-24 11:46:36 -0400
  • 8cb809b436
    Merge pull request #4866 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 11:35:31 -0400
  • c1ecc4131d Changed main entry point for pip installs so that psgmain.exe is exited PySimpleGUI 2021-10-24 11:35:16 -0400
  • 7b73f4f9ad
    Merge pull request #4865 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-24 11:24:53 -0400
  • 2fab2c2c24 Fix for 3.4 subprocess import PySimpleGUI 2021-10-24 11:24:39 -0400
  • e92b7af37c
    Merge pull request #4864 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-23 21:58:00 -0400
  • ad1349ac1e Version number change so will be > pypi release of 4.51.7 PySimpleGUI 2021-10-23 21:57:40 -0400
  • e9fdf2a2a6
    Merge pull request #4863 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-23 21:42:46 -0400
  • 741048e95f Relaunches PySimpleGUI.py file when psgupgrade.exe is used PySimpleGUI 2021-10-23 21:42:28 -0400
  • 1d2278901d
    Merge pull request #4862 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-23 16:15:35 -0400
  • 7c5e8321e1 Added scaling parameter to Window and to set_options PySimpleGUI 2021-10-23 16:15:21 -0400
  • de954578ca
    Merge pull request #4861 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-23 15:55:47 -0400
  • 6864401bcd Added DPI Aweareness to set_options for Windows. Added scaling parameter to Window PySimpleGUI 2021-10-23 15:55:33 -0400
  • 9a13873d19
    Merge pull request #4859 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-23 08:28:04 -0400
  • d79b91c879 Updated Radio Simulation using Image Elements PySimpleGUI 2021-10-23 08:27:49 -0400
  • ce001bc2a1
    Merge pull request #4858 from PySimpleGUI/Dev-latest PySimpleGUI 2021-10-22 19:09:38 -0400
  • ac5ea72e13 Changes 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