Commit Graph

  • 968cd8af6c Removed the re-routing of stdout PySimpleGUI 2021-03-14 13:58:01 -0400
  • 34049a9562
    Merge pull request #4047 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-14 13:53:28 -0400
  • 8336c444c3 New Figlet Demo PySimpleGUI 2021-03-14 13:53:09 -0400
  • f329bfe870
    Merge pull request #4043 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-13 11:54:28 -0500
  • 1d662e5530 Added python version to list of version numbers shown PySimpleGUI 2021-03-13 11:54:11 -0500
  • 6173844e65
    Merge pull request #4042 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-13 11:27:57 -0500
  • 938be932ae Addition of " around commands and changed format of the command parm sent to Popen PySimpleGUI 2021-03-13 11:27:43 -0500
  • ba806985a7
    Merge pull request #4041 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-13 09:15:51 -0500
  • 659d550441 Fix in execute_command_subprocess - bug caused problems on 3,8, 3.9, 3.10 but not 3.6, 3.7. PySimpleGUI 2021-03-13 09:15:39 -0500
  • 75f5dc8749
    Merge pull request #4039 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-12 13:08:39 -0500
  • 01af23431c Added a window-level bind PySimpleGUI 2021-03-12 13:08:20 -0500
  • 9d4d6d42cc New demo to show how to use 1 line of code to add a hotkey to your program PySimpleGUI 2021-03-12 13:07:57 -0500
  • 31eaaec236
    Merge pull request #4038 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-12 11:55:47 -0500
  • 501b175c34 scrollbar parm added to Multiline Element PySimpleGUI 2021-03-12 11:55:31 -0500
  • 0f575b191b
    Merge pull request #4037 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-12 11:41:51 -0500
  • 63098232a4 execute_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
  • 9351054956
    Merge pull request #4035 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-12 08:36:38 -0500
  • 0a802852e8 Themes - 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
  • 911ee7e4b3
    Merge pull request #4034 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-11 13:24:24 -0500
  • f746068d16 plus logo PySimpleGUI 2021-03-11 13:24:08 -0500
  • a383b9d579
    Merge pull request #4033 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-11 09:07:57 -0500
  • 8a3e33c70e Added a custom titlebar PySimpleGUI 2021-03-11 09:07:42 -0500
  • a91ba7fef6
    Merge pull request #4032 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-11 08:57:17 -0500
  • eb0ec49ef4 Added 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
  • 753b4d6964
    Merge pull request #4031 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-11 08:28:32 -0500
  • 0279a53b81 Change 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
  • f2cb8a4411
    Merge pull request #4028 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-10 11:55:24 -0500
  • 6a546330f8 New Demo - Material "feel". Very simple window that's has elements centered PySimpleGUI 2021-03-10 11:55:09 -0500
  • 3834faffc3
    Merge pull request #4025 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-09 12:59:12 -0500
  • ce80b7d0b3 More 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
  • 7656d105c9
    Merge pull request #4024 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-09 09:14:59 -0500
  • 369f6d9818 Removed 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
  • 30f0c70be0
    Merge pull request #4021 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-09 07:12:55 -0500
  • 2301652dd9 Renaming the demo browser to be more obvious PySimpleGUI 2021-03-09 07:12:31 -0500
  • aa03d3e72b
    Merge pull request #4017 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-07 18:48:43 -0500
  • d27b337902 Better global theme support. Moved the line number to the front of the output PySimpleGUI 2021-03-07 18:48:26 -0500
  • adcaa2280c
    Merge pull request #4016 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-07 13:02:00 -0500
  • 923723f7a7 Updated demo to use newer coding guidelines, better key format PySimpleGUI 2021-03-07 13:01:42 -0500
  • f3d9566e21
    Merge pull request #4014 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-07 02:50:20 -0500
  • 62fbb19bbd Emojis PySimpleGUI 2021-03-07 02:49:26 -0500
  • ab77fcfe9d
    Merge pull request #4013 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-06 23:53:40 -0500
  • 55424278ba Removed the importing of individual elements. Simplified and added more comments PySimpleGUI 2021-03-06 23:53:21 -0500
  • 96f343c725
    Merge pull request #4006 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-04 14:44:05 -0500
  • 42a7f5999b Updated Theme addition, Buttons with images, Script launcher, ProgressBar, Math, Compound Element, removed calling Finalize PySimpleGUI 2021-03-04 14:43:49 -0500
  • 3874d9d821
    Merge pull request #4005 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-04 14:35:43 -0500
  • 91a16084fb For cookbook PySimpleGUI 2021-03-04 14:35:28 -0500
  • d6412a3b60
    Merge pull request #4004 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-04 14:32:47 -0500
  • 3bb3878ed2 Cookbook image PySimpleGUI 2021-03-04 14:32:31 -0500
  • 17f8a6f327
    Merge pull request #4003 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-04 14:10:51 -0500
  • bba3f9df3c Cookbook image PySimpleGUI 2021-03-04 14:10:33 -0500
  • 5634b14736
    Merge pull request #4002 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-04 14:03:34 -0500
  • 458b218e56 Cookbook image PySimpleGUI 2021-03-04 14:03:19 -0500
  • 5480e7cef6
    Merge pull request #4001 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-04 13:32:35 -0500
  • 5b6a8fa6e7 new image for cookbook PySimpleGUI 2021-03-04 13:32:15 -0500
  • 78f916928f
    Merge pull request #4000 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-04 12:31:59 -0500
  • 8dcfed8bc9 New demo on how to add your own custom theme and then use it PySimpleGUI 2021-03-04 12:31:42 -0500
  • 17faff6f47
    Merge pull request #3998 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-03 16:10:53 -0500
  • e2c98a26ac Release 4.35.0 PySimpleGUI 2021-03-03 16:10:27 -0500
  • 6401ef34dd New Demo with the PySimpleGUI Helpers PySimpleGUI 2021-03-03 16:07:08 -0500
  • 62f7b39602 Release 4.35.0 PySimpleGUI 2021-03-03 16:06:54 -0500
  • f629505170
    Merge pull request #3997 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-03 11:51:17 -0500
  • 72c4484629 Immediately apply global theme changes (for all future window creations) PySimpleGUI 2021-03-03 11:50:56 -0500
  • eff46ad319
    Merge pull request #3996 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-03 10:13:12 -0500
  • 31a65ddf18 Added keep on top to the theme swatches window PySimpleGUI 2021-03-03 10:12:31 -0500
  • 8aa6490e0d
    Merge pull request #3995 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-03 09:29:11 -0500
  • 65a2dfc85b Theme 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
  • b859d423ff
    Merge pull request #3994 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-03 07:20:28 -0500
  • a020214fb6 Bump ver for last fix PySimpleGUI 2021-03-03 07:20:12 -0500
  • 2b2a9ba079 Fixed bug in the execute_editor call PySimpleGUI 2021-03-03 07:19:26 -0500
  • b97effb22b
    Merge pull request #3993 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-03 07:01:16 -0500
  • e096a2f0fb Fix for leaving settings blank PySimpleGUI 2021-03-03 07:00:37 -0500
  • 1927caafd8 Use 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
  • 1bedfbfc15
    Merge pull request #3992 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-02 17:39:21 -0500
  • 4b79c54237 New traceback error handling & messages, The Exec APIs exec command, exec py, exec editor, exec file explorer, more global settings, buttoning up the release.... PySimpleGUI 2021-03-02 17:39:02 -0500
  • 427cf350ef
    Merge pull request #3988 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-01 15:26:23 -0500
  • f435629d9a Simple change to test git PySimpleGUI 2021-03-01 15:25:54 -0500
  • f1a3cbb3d8
    Merge pull request #3985 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-01 07:00:01 -0500
  • 0ec79ce4b4 Cleaning 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
  • f83227ab3c
    Merge pull request #3984 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-01 05:45:12 -0500
  • 724d6ae7a9 Added OptionMenu element, cleaned up TabGroup layout. PySimpleGUI 2021-03-01 05:44:40 -0500
  • 27aa2ffb04
    Merge pull request #3982 from PySimpleGUI/Dev-latest PySimpleGUI 2021-03-01 04:27:45 -0500
  • 4491798db2 Removed extra read PySimpleGUI 2021-03-01 04:27:26 -0500
  • 8c01860696
    Merge pull request #3979 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-28 15:29:15 -0500
  • 3613701c11 Addition of Thonny to editor strings, fix in button color conversion code. PySimpleGUI 2021-02-28 15:28:58 -0500
  • 2b7024762a
    Merge pull request #3977 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-28 10:32:34 -0500
  • 59842c5ddd Happy 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
  • 370fee1f7b
    Merge pull request #3975 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-27 20:04:21 -0500
  • 41afd70ca7 more button color fixups, tooltips for editor strings PySimpleGUI 2021-02-27 20:04:05 -0500
  • be5b906c02
    Merge pull request #3974 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-27 17:34:46 -0500
  • cad426da41 removed debug info that was in a popup, renamed an emoji PySimpleGUI 2021-02-27 17:31:40 -0500
  • 91a79095ac
    Merge pull request #3973 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-27 13:17:14 -0500
  • 47069358b3 Addition of the execute_editor code but not used at this point. PySimpleGUI 2021-02-27 13:16:54 -0500
  • 0856ce3fcd Key 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
  • aee6021945
    Merge pull request #3971 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-27 11:14:44 -0500
  • 31433e75a2 Frist Exec functions added - need to test on Linux before releasing widely. PySimpleGUI 2021-02-27 11:13:43 -0500
  • 7967d5ba8d
    Merge pull request #3970 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-27 08:25:14 -0500
  • 685965411f Support for Exec APIs. New Error Message for Keys... many more are coming! :-) PySimpleGUI 2021-02-27 08:24:56 -0500
  • 2b045ee4dc
    Merge pull request #3969 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-27 08:18:35 -0500
  • aadcf3a772 Make backwards compatible (again) PySimpleGUI 2021-02-27 08:18:20 -0500
  • 1df325616c
    Merge pull request #3968 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-27 07:34:34 -0500