Commit graph

6016 commits

Author SHA1 Message Date
PySimpleGUI
dc133859a4
Merge pull request #4071 from PySimpleGUI/Dev-latest
Dev latest
2021-03-18 21:35:53 -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
2facad40e5
Merge pull request #4070 from PySimpleGUI/Dev-latest
New demo - Desktop Widget that counts days since some date.  Use it a…
2021-03-18 11:03:18 -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
7121b3fa93
Merge pull request #4068 from PySimpleGUI/Dev-latest
Updates with the latest Demo Browser screenshots and instructions
2021-03-17 10:51:28 -04:00
PySimpleGUI
6a30e4d2da Updates with the latest Demo Browser screenshots and instructions 2021-03-17 10:51:11 -04:00
PySimpleGUI
d6f1a9d753
Merge pull request #4067 from PySimpleGUI/Dev-latest
Cookbook image
2021-03-17 10:41:39 -04:00
PySimpleGUI
27aefef8e4 Cookbook image 2021-03-17 10:41:24 -04:00
PySimpleGUI
0b3562cf95
Merge pull request #4066 from PySimpleGUI/Dev-latest
Added ability to use older versions of PySimpleGUI by trying sg.execu…
2021-03-17 10:32:09 -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
cfc52da7da
Merge pull request #4065 from PySimpleGUI/Dev-latest
Yes....another cookbook image...
2021-03-17 10:05:35 -04:00
PySimpleGUI
c18c8cc03d Yes....another cookbook image... 2021-03-17 10:05:18 -04:00
PySimpleGUI
acd462e04a
Merge pull request #4064 from PySimpleGUI/Dev-latest
Cookbook image
2021-03-17 10:01:00 -04:00
PySimpleGUI
8366c4640e Cookbook image 2021-03-17 10:00:43 -04:00
PySimpleGUI
40cdd84c47
Merge pull request #4063 from PySimpleGUI/Dev-latest
More cookbook images
2021-03-17 09:53:30 -04:00
PySimpleGUI
2c9b309704 More cookbook images 2021-03-17 09:53:05 -04:00
PySimpleGUI
024a18d6d1
Merge pull request #4062 from PySimpleGUI/Dev-latest
Images for Cookbook update
2021-03-17 09:43:39 -04:00
PySimpleGUI
0d7d33ee4b Images for Cookbook update 2021-03-17 09:43:19 -04:00
PySimpleGUI
f5820423bd
Merge pull request #4061 from PySimpleGUI/Dev-latest
Readme for the readme_creator folder.
2021-03-17 09:22:54 -04:00
PySimpleGUI
fa602367c2 Readme for the readme_creator folder. 2021-03-17 09:22:39 -04:00
PySimpleGUI
d946631992
Merge pull request #4058 from PySimpleGUI/Dev-latest
Multiline scrollbar renamed to no_scrollbar to match the Listbox element
2021-03-16 15:37:17 -04:00
PySimpleGUI
160ce5d1ff Multiline scrollbar renamed to no_scrollbar to match the Listbox element 2021-03-16 15:37:00 -04:00
PySimpleGUI
18b13749d7
Merge pull request #4056 from PySimpleGUI/Dev-latest
Addition of command line used to launch the process.  Updated keys to…
2021-03-16 08:06:42 -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
c601f1a249
Merge pull request #4055 from PySimpleGUI/Dev-latest
Release 4.37.0
2021-03-15 16:39:19 -04:00
PySimpleGUI
bf764aa1e1 Release 4.37.0 2021-03-15 16:39:00 -04:00
PySimpleGUI
c8bf222b4c
Merge pull request #4054 from PySimpleGUI/Dev-latest
Runs on 4.32.1 now.  Added support for the launching of subprocesses …
2021-03-15 16:26:28 -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
21056bac24
Merge pull request #4053 from PySimpleGUI/Dev-latest
New function execute_subprocess_still_running. Lots of changes to oth…
2021-03-15 13:34:01 -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
b97cd3097b
Merge pull request #4049 from PySimpleGUI/Dev-latest
Release 4.36.0
2021-03-14 22:14:48 -04:00
PySimpleGUI
002718742a Release 4.36.0 2021-03-14 22:14:30 -04:00
PySimpleGUI
b426b964dc
Merge pull request #4048 from PySimpleGUI/Dev-latest
Removed the re-routing of stdout
2021-03-14 13:58:18 -04:00
PySimpleGUI
968cd8af6c Removed the re-routing of stdout 2021-03-14 13:58:01 -04:00
PySimpleGUI
34049a9562
Merge pull request #4047 from PySimpleGUI/Dev-latest
New Figlet Demo
2021-03-14 13:53:28 -04:00
PySimpleGUI
8336c444c3 New Figlet Demo 2021-03-14 13:53:09 -04:00
PySimpleGUI
f329bfe870
Merge pull request #4043 from PySimpleGUI/Dev-latest
Added python version to list of version numbers shown
2021-03-13 11:54:28 -05:00
PySimpleGUI
1d662e5530 Added python version to list of version numbers shown 2021-03-13 11:54:11 -05:00
PySimpleGUI
6173844e65
Merge pull request #4042 from PySimpleGUI/Dev-latest
Addition of " around commands and changed format of the command parm …
2021-03-13 11:27:57 -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
ba806985a7
Merge pull request #4041 from PySimpleGUI/Dev-latest
Fix in execute_command_subprocess - bug caused problems on 3,8, 3.9, …
2021-03-13 09:15:51 -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
75f5dc8749
Merge pull request #4039 from PySimpleGUI/Dev-latest
Dev latest
2021-03-12 13:08: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
31eaaec236
Merge pull request #4038 from PySimpleGUI/Dev-latest
scrollbar parm added to Multiline Element
2021-03-12 11:55:47 -05:00
PySimpleGUI
501b175c34 scrollbar parm added to Multiline Element 2021-03-12 11:55:31 -05:00
PySimpleGUI
0f575b191b
Merge pull request #4037 from PySimpleGUI/Dev-latest
execute_editor will add " " around filenames if there are spaces in t…
2021-03-12 11:41:51 -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