Commit Graph

6194 Commits

Author SHA1 Message Date
PySimpleGUI 8d69771f19 Addition of image_source to Button element. Description of mouse up event in Graph docstring 2022-03-21 08:57:51 -04:00
PySimpleGUI 97a0c02e49
Merge pull request #5289 from PySimpleGUI/Dev-latest
Replaced all temp Tk windows with creating the hidden-master-root
2022-03-19 12:47:09 -04:00
PySimpleGUI cfc43679ec Replaced all temp Tk windows with creating the hidden-master-root 2022-03-19 12:46:36 -04:00
PySimpleGUI bf9acd7d42
Merge pull request #5287 from PySimpleGUI/Dev-latest
Updated to match local changes I made a long time ago.
2022-03-18 05:39:11 -04:00
PySimpleGUI 92f7cb8a74 Updated to match local changes I made a long time ago. 2022-03-18 05:38:53 -04:00
PySimpleGUI cefebe5986
Merge pull request #5281 from PySimpleGUI/Dev-latest
Window-specific code that enables the PySimpleGUI icon to be shown ra…
2022-03-16 16:13:58 -04:00
PySimpleGUI 18cd7f2c7e Window-specific code that enables the PySimpleGUI icon to be shown rather than the python.exe icon on the taskbar 2022-03-16 16:13:46 -04:00
PySimpleGUI a2fe840aaa
Merge pull request #5280 from PySimpleGUI/Dev-latest
Fixed docstring for Titlebar Element (incorrectly said icon can be an…
2022-03-16 16:03:20 -04:00
PySimpleGUI dc0a05a21e Fixed docstring for Titlebar Element (incorrectly said icon can be an ICO file) 2022-03-16 16:03:08 -04:00
PySimpleGUI e34a21ef04
Merge pull request #5279 from PySimpleGUI/Dev-latest
No longer generates an event if a File/Folder browse operation is can…
2022-03-16 11:18:18 -04:00
PySimpleGUI f801e7da73 No longer generates an event if a File/Folder browse operation is cancelled 2022-03-16 11:17:53 -04:00
PySimpleGUI ff95a6a8eb
Merge pull request #5278 from PySimpleGUI/Dev-latest
Allow file browse to generate events for disabled elements being filled
2022-03-16 10:55:36 -04:00
PySimpleGUI f64444e423 Allow file browse to generate events for disabled elements being filled 2022-03-16 10:55:23 -04:00
PySimpleGUI 0f875e2a20
Merge pull request #5277 from PySimpleGUI/Dev-latest
If an element is disabled, then don't generate events for it (specifi…
2022-03-16 10:12:14 -04:00
PySimpleGUI 47047700dd If an element is disabled, then don't generate events for it (specifically for Input element in this case) 2022-03-16 10:12:00 -04:00
PySimpleGUI be91c46e05
Merge pull request #5274 from PySimpleGUI/Dev-latest
Alias for perform_operation added - start_thread.  Added bind_return_…
2022-03-15 08:42:17 -04:00
PySimpleGUI 4065e0424e Alias for perform_operation added - start_thread. Added bind_return_key option to Spin element. 2022-03-15 08:42:04 -04:00
PySimpleGUI c59db9b5c0
Merge pull request #5266 from PySimpleGUI/Dev-latest
ButtonMenu.Click aliased added.  Debugger - automatically adds a time…
2022-03-11 13:56:34 -05:00
PySimpleGUI 37c3afc8ca ButtonMenu.Click aliased added. Debugger - automatically adds a timeout to read calls if a debug window is open. Still need to handle user-level multi-window support. 2022-03-11 13:56:18 -05:00
PySimpleGUI 170a44d563
Merge pull request #5263 from PySimpleGUI/Dev-latest
New Demo - Dual Axis bar chart
2022-03-10 08:25:43 -05:00
PySimpleGUI df0eba2c8b New Demo - Dual Axis bar chart 2022-03-10 08:25:24 -05:00
PySimpleGUI fc06ec69bd
Merge pull request #5259 from PySimpleGUI/Dev-latest
Fixed up the layout - simplified, use coding standard for key names
2022-03-08 10:17:13 -05:00
PySimpleGUI 44f00ccf43 Fixed up the layout - simplified, use coding standard for key names 2022-03-08 10:16:58 -05:00
PySimpleGUI 5ba5b949b0
Merge pull request #5257 from PySimpleGUI/Dev-latest
Reworked to use the newer PySimpleGUI constructs - save window positi…
2022-03-08 10:03:49 -05:00
PySimpleGUI 4670576430 Reworked to use the newer PySimpleGUI constructs - save window position, thread management, thread communications... it greatly simplified the code cutting the length considerably 2022-03-08 10:03:32 -05:00
PySimpleGUI 7b700d383f
Merge pull request #5255 from PySimpleGUI/Dev-latest
Dev latest
2022-03-07 16:06:48 -05:00
PySimpleGUI 64f7615a25 Added metric units option 2022-03-07 16:06:31 -05:00
PySimpleGUI 186b16e77a Addition of county to the Weather Desktop Widget 2022-03-07 15:25:41 -05:00
PySimpleGUI ea2988145f
Merge pull request #5251 from PySimpleGUI/Dev-latest
New Demo Program - Wordle GUI
2022-03-05 06:53:21 -05:00
PySimpleGUI 58e0b2c82c New Demo Program - Wordle GUI 2022-03-05 06:53:01 -05:00
PySimpleGUI 4c8abeeb40
Merge pull request #5250 from PySimpleGUI/Dev-latest
Dev latest
2022-03-05 06:18:27 -05:00
PySimpleGUI 3363fa48c0 Fixed simple typo 2022-03-05 06:18:05 -05:00
PySimpleGUI 223cd18964 Removed need for OpenCV and numpy. 2022-03-05 06:17:51 -05:00
PySimpleGUI 67d2fa0cac
Merge pull request #5241 from PySimpleGUI/Dev-latest
Updated User Settings INI Demo with more examples of class interface
2022-03-01 04:39:30 -05:00
PySimpleGUI 5b3c3e5375 Updated User Settings INI Demo with more examples of class interface 2022-03-01 04:39:16 -05:00
PySimpleGUI 6ad9011042
Merge pull request #5233 from PySimpleGUI/Dev-latest
Two new SYMBOL constants.  New Demo Program - Desktop Widget Handwrit…
2022-02-26 12:50:53 -05:00
PySimpleGUI 3fc4002401 Two new SYMBOL constants. New Demo Program - Desktop Widget Handwritten Digits 2022-02-26 12:50:31 -05:00
PySimpleGUI 93b2572d6f
Merge pull request #5232 from PySimpleGUI/Dev-latest
New Demo - Class wrapper
2022-02-26 07:26:50 -05:00
PySimpleGUI e29acb936e New Demo - Class wrapper 2022-02-26 07:26:31 -05:00
PySimpleGUI a4b06ee722
Merge pull request #5221 from PySimpleGUI/Dev-latest
Added tab to Open GitHub Issue GUI asking about how found PSG....The …
2022-02-22 13:13:32 -05:00
PySimpleGUI e6c1a14e9f Added tab to Open GitHub Issue GUI asking about how found PSG....The optional questions have been awesome to read! 2022-02-22 13:13:15 -05:00
PySimpleGUI 84f895af1f
Merge pull request #5220 from PySimpleGUI/Dev-latest
Enhancement - Addition of button_text to the ButtonMenu.update method.
2022-02-22 12:25:13 -05:00
PySimpleGUI ee2ccaba4c Enhancement - Addition of button_text to the ButtonMenu.update method. 2022-02-22 12:24:49 -05:00
PySimpleGUI 73e2630d8c
Merge pull request #5219 from PySimpleGUI/Dev-latest
Another Demo Program refresh...
2022-02-22 05:35:15 -05:00
PySimpleGUI 8155826734 Another Demo Program refresh... 2022-02-22 05:35:02 -05:00
PySimpleGUI e7e8501f0d
Merge pull request #5218 from PySimpleGUI/Dev-latest
More "Demo Program Catchup" updates.  Working through them bit by bit…
2022-02-22 05:20:17 -05:00
PySimpleGUI f1e0c7d03f More "Demo Program Catchup" updates. Working through them bit by bit..... 2022-02-22 05:20:03 -05:00
PySimpleGUI f27ddc64a3
Merge pull request #5216 from PySimpleGUI/Dev-latest
Getting more Demo Programs synced up.  New demo for VPush too
2022-02-21 14:12:31 -05:00
PySimpleGUI 1eb653d910 Getting more Demo Programs synced up. New demo for VPush too 2022-02-21 14:12:15 -05:00
PySimpleGUI e66b72ff13
Merge pull request #5213 from PySimpleGUI/Dev-latest
New coupon for next 30 days
2022-02-19 10:45:30 -05:00