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 |
PySimpleGUI
|
9351054956
|
Merge pull request #4035 from PySimpleGUI/Dev-latest
Themes - replace user requested name "gray" with "grey" (FINALLY I ca…
|
2021-03-12 08:36:38 -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
|
911ee7e4b3
|
Merge pull request #4034 from PySimpleGUI/Dev-latest
plus logo
|
2021-03-11 13:24:24 -05:00 |
PySimpleGUI
|
f746068d16
|
plus logo
|
2021-03-11 13:24:08 -05:00 |
PySimpleGUI
|
a383b9d579
|
Merge pull request #4033 from PySimpleGUI/Dev-latest
Added a custom titlebar
|
2021-03-11 09:07:57 -05:00 |
PySimpleGUI
|
8a3e33c70e
|
Added a custom titlebar
|
2021-03-11 09:07:42 -05:00 |
PySimpleGUI
|
a91ba7fef6
|
Merge pull request #4032 from PySimpleGUI/Dev-latest
Added ability to change light/dark. Image changed to be nothing when …
|
2021-03-11 08:57:17 -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
|
753b4d6964
|
Merge pull request #4031 from PySimpleGUI/Dev-latest
Change how bind events modify tuple keys. Fixed subsample problem in …
|
2021-03-11 08:28:32 -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
|
f2cb8a4411
|
Merge pull request #4028 from PySimpleGUI/Dev-latest
New Demo - Material "feel". Very simple window that's has elements c…
|
2021-03-10 11:55:24 -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
|
3834faffc3
|
Merge pull request #4025 from PySimpleGUI/Dev-latest
More checks for COLOR_SYSTEM_DEFAULT, changed GreenTan theme to use b…
|
2021-03-09 12:59:12 -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
|
7656d105c9
|
Merge pull request #4024 from PySimpleGUI/Dev-latest
Removed note about ignore case not working... it is working now. Add…
|
2021-03-09 09:14:59 -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
|
30f0c70be0
|
Merge pull request #4021 from PySimpleGUI/Dev-latest
Renaming the demo browser to be more obvious
|
2021-03-09 07:12:55 -05:00 |
PySimpleGUI
|
2301652dd9
|
Renaming the demo browser to be more obvious
|
2021-03-09 07:12:31 -05:00 |
PySimpleGUI
|
aa03d3e72b
|
Merge pull request #4017 from PySimpleGUI/Dev-latest
Better global theme support. Moved the line number to the front of th…
|
2021-03-07 18:48:43 -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 |