Commit Graph

3843 Commits

Author SHA1 Message Date
PySimpleGUI b453207c05 Updated demo to confirm both the Exit button and "X" for closing window. 2021-03-21 09:59:44 -04:00
PySimpleGUI 66ff5da9c9 New image 2021-03-21 09:50:23 -04:00
PySimpleGUI 46621cfb66 Added image for docs 2021-03-21 09:42:34 -04:00
PySimpleGUI f4d016b9ea MENU_SHORTCUT_CHARACTER constant, new icon tests, added Exec API call execute_find_callers_filename 2021-03-20 20:57:05 -04:00
PySimpleGUI 819468129d New 3-window demo. Side by side compare of traditional and custom titlebar and menubar 2021-03-20 19:06:28 -04:00
PySimpleGUI b3f870da93 Dark Green theme 2021-03-20 19:06:00 -04:00
PySimpleGUI e30c80e9f9 Removed the no_scrollbar parm 2021-03-20 10:22:23 -04:00
PySimpleGUI 7114bc00ad Added shortcut char 2021-03-20 10:18:56 -04:00
PySimpleGUI 6652082c51 New Demo - a custom Menubar Element 2021-03-20 10:04:22 -04:00
PySimpleGUI 9d5ee5f18f Better theme previewing. Storing font for later use or manual editing 2021-03-19 15:47:12 -04:00
PySimpleGUI 88ed763023 Open get title and get date windows at same location as the main window 2021-03-18 21:34:19 -04:00
PySimpleGUI 799ce7c9c1 Most 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..... 2021-03-18 21:31:11 -04:00
PySimpleGUI ebae350c1f New demo - Desktop Widget that counts days since some date. Use it as a motivational tool 2021-03-18 11:02:31 -04:00
PySimpleGUI 6a30e4d2da Updates with the latest Demo Browser screenshots and instructions 2021-03-17 10:51:11 -04:00
PySimpleGUI 27aefef8e4 Cookbook image 2021-03-17 10:41:24 -04:00
PySimpleGUI 04379b930d Added 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 2021-03-17 10:31:53 -04:00
PySimpleGUI c18c8cc03d Yes....another cookbook image... 2021-03-17 10:05:18 -04:00
PySimpleGUI 8366c4640e Cookbook image 2021-03-17 10:00:43 -04:00
PySimpleGUI 2c9b309704 More cookbook images 2021-03-17 09:53:05 -04:00
PySimpleGUI 0d7d33ee4b Images for Cookbook update 2021-03-17 09:43:19 -04:00
PySimpleGUI fa602367c2 Readme for the readme_creator folder. 2021-03-17 09:22:39 -04:00
PySimpleGUI 160ce5d1ff Multiline scrollbar renamed to no_scrollbar to match the Listbox element 2021-03-16 15:37:00 -04:00
PySimpleGUI e44943ccee Addition of command line used to launch the process. Updated keys to be compliant with coding guidelines 2021-03-16 08:06:24 -04:00
PySimpleGUI bf764aa1e1 Release 4.37.0 2021-03-15 16:39:00 -04:00
PySimpleGUI 3e411d9853 Runs 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. 2021-03-15 16:26:10 -04:00
PySimpleGUI a3f841cdbe New 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) 2021-03-15 13:33:43 -04:00
PySimpleGUI 002718742a Release 4.36.0 2021-03-14 22:14:30 -04:00
PySimpleGUI 968cd8af6c Removed the re-routing of stdout 2021-03-14 13:58:01 -04:00
PySimpleGUI 8336c444c3 New Figlet Demo 2021-03-14 13:53:09 -04:00
PySimpleGUI 1d662e5530 Added python version to list of version numbers shown 2021-03-13 11:54:11 -05:00
PySimpleGUI 938be932ae Addition of " around commands and changed format of the command parm sent to Popen 2021-03-13 11:27:43 -05:00
PySimpleGUI 659d550441 Fix in execute_command_subprocess - bug caused problems on 3,8, 3.9, 3.10 but not 3.6, 3.7. 2021-03-13 09:15:39 -05:00
PySimpleGUI 01af23431c Added a window-level bind 2021-03-12 13:08:20 -05:00
PySimpleGUI 9d4d6d42cc New demo to show how to use 1 line of code to add a hotkey to your program 2021-03-12 13:07:57 -05:00
PySimpleGUI 501b175c34 scrollbar parm added to Multiline Element 2021-03-12 11:55:31 -05:00
PySimpleGUI 63098232a4 execute_editor will add " " around filenames if there are spaces in the filename and if running on windows and there are no quotes 2021-03-12 11:41:35 -05:00
PySimpleGUI 0a802852e8 Themes - replace user requested name "gray" with "grey" (FINALLY I can stop guessing wrong by making both right!) 2021-03-12 08:36:20 -05:00
PySimpleGUI f746068d16 plus logo 2021-03-11 13:24:08 -05:00
PySimpleGUI 8a3e33c70e Added a custom titlebar 2021-03-11 09:07:42 -05:00
PySimpleGUI 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. 2021-03-11 08:57:00 -05:00
PySimpleGUI 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 2021-03-11 08:28:17 -05:00
PySimpleGUI 6a546330f8 New Demo - Material "feel". Very simple window that's has elements centered 2021-03-10 11:55:09 -05:00
PySimpleGUI ce80b7d0b3 More checks for COLOR_SYSTEM_DEFAULT, changed GreenTan theme to use black rather than the system default value, some cleanup of debugger 2021-03-09 12:58:53 -05:00
PySimpleGUI 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 2021-03-09 09:14:40 -05:00
PySimpleGUI 2301652dd9 Renaming the demo browser to be more obvious 2021-03-09 07:12:31 -05:00
PySimpleGUI d27b337902 Better global theme support. Moved the line number to the front of the output 2021-03-07 18:48:26 -05:00
PySimpleGUI 923723f7a7 Updated demo to use newer coding guidelines, better key format 2021-03-07 13:01:42 -05:00
PySimpleGUI 62fbb19bbd Emojis 2021-03-07 02:49:26 -05:00
PySimpleGUI 55424278ba Removed the importing of individual elements. Simplified and added more comments 2021-03-06 23:53:21 -05:00
PySimpleGUI 42a7f5999b Updated Theme addition, Buttons with images, Script launcher, ProgressBar, Math, Compound Element, removed calling Finalize 2021-03-04 14:43:49 -05:00