Commit Graph

6869 Commits

Author SHA1 Message Date
PySimpleGUI d7b16be284 Removed the Base64 encode as it's not required. The raw image data can be passed directly to the Image Element 2022-12-01 13:49:33 -05:00
PySimpleGUI 98140066fc
Merge pull request #6067 from PySimpleGUI/Dev-latest
New Demo Program - Display an image located at URL online (thanks to …
2022-11-30 08:46:55 -05:00
PySimpleGUI fac982124d New Demo Program - Display an image located at URL online (thanks to @Necrosis000 for opening an issue to ask how) 2022-11-30 08:45:39 -05:00
PySimpleGUI 5b20cc1cee Automated Update! 2022-11-28 18:30:25 +00:00
PySimpleGUI a410f19659
Merge pull request #6065 from PySimpleGUI/Dev-latest
Fix for not correctly setting Element.ttk_style_name and Element.ttk_…
2022-11-28 06:46:07 -05:00
PySimpleGUI f869052f8e Fix for not correctly setting Element.ttk_style_name and Element.ttk_style 2022-11-28 06:45:50 -05:00
PySimpleGUI ab993d49ba
Merge pull request #6064 from PySimpleGUI/Dev-latest
Made version window non-blocking
2022-11-26 07:01:39 -05:00
PySimpleGUI 331774cb5f Made version window non-blocking 2022-11-26 07:01:24 -05:00
PySimpleGUI 4e760967cd
Merge pull request #6062 from PySimpleGUI/Dev-latest
Swapped Push, VPush with Stretch, VStretch as the function name inste…
2022-11-24 16:50:42 -05:00
PySimpleGUI 67863949af Swapped Push, VPush with Stretch, VStretch as the function name instead of being the alias 2022-11-24 16:50:07 -05:00
PySimpleGUI 96be8aea51
Merge pull request #6056 from PySimpleGUI/Dev-latest
New enoji into the repo, the emoji browser, etc
2022-11-23 13:55:01 -05:00
PySimpleGUI eeeb7ac9ba New enoji into the repo, the emoji browser, etc 2022-11-23 13:54:37 -05:00
PySimpleGUI a97468db15
Merge pull request #6055 from PySimpleGUI/Dev-latest
New emoji
2022-11-23 13:26:35 -05:00
PySimpleGUI 471f6d1ec4 New emoji 2022-11-23 13:26:18 -05:00
PySimpleGUI e597fd0a90
Merge pull request #6053 from PySimpleGUI/Dev-latest
Udemy code (missed the cookbook)
2022-11-21 14:30:44 -05:00
PySimpleGUI 40c6d737e3 Udemy code (missed the cookbook) 2022-11-21 14:30:15 -05:00
PySimpleGUI eeb9eb9070
Merge pull request #6052 from PySimpleGUI/Dev-latest
New Udemy code
2022-11-21 14:27:04 -05:00
PySimpleGUI 7862cf7110 New Udemy code 2022-11-21 14:26:31 -05:00
PySimpleGUI 5a3fda96e7 Automated Update! 2022-11-21 18:30:41 +00:00
PySimpleGUI 2c6c726962 Automated Update! 2022-11-20 18:30:25 +00:00
PySimpleGUI 9f5db18951 Automated Update! 2022-11-19 18:30:30 +00:00
PySimpleGUI cde0fa74af
Merge pull request #6048 from PySimpleGUI/Dev-latest
Working on the search problem....
2022-11-19 09:25:38 -05:00
PySimpleGUI ed34934872 Working on the search problem.... 2022-11-19 09:25:23 -05:00
PySimpleGUI 4cd7b03c9b
Merge pull request #6046 from PySimpleGUI/Dev-latest
Rolling back last change
2022-11-18 23:31:50 -05:00
PySimpleGUI cb1dd38250 Rolling back last change 2022-11-18 23:30:02 -05:00
PySimpleGUI fda1ca8e20
Merge pull request #6045 from PySimpleGUI/Dev-latest
Working on the broken search feature in readthedocs
2022-11-18 23:24:27 -05:00
PySimpleGUI a85b8d46b0 Working on the broken search feature in readthedocs 2022-11-18 23:24:14 -05:00
PySimpleGUI 7402936eab
Merge pull request #6043 from PySimpleGUI/Dev-latest
Update to make main GUI window less visible. Added a blocking popup a…
2022-11-18 16:53:26 -05:00
PySimpleGUI 6c00c133b8 Update to make main GUI window less visible. Added a blocking popup at the end. 2022-11-18 16:53:12 -05:00
PySimpleGUI 155738a19d
Merge pull request #6042 from PySimpleGUI/Dev-latest
Dev latest
2022-11-18 10:11:41 -05:00
PySimpleGUI 3b9176cbb1 More cleanup 2022-11-18 10:11:27 -05:00
PySimpleGUI 77b0f906eb Another change to fix docs search problem. 2022-11-18 10:11:13 -05:00
PySimpleGUI dad366884d
Merge pull request #6041 from PySimpleGUI/Dev-latest
More repo cleanup
2022-11-18 10:00:08 -05:00
PySimpleGUI a8221cad50 More repo cleanup 2022-11-18 09:59:54 -05:00
PySimpleGUI bd7b6d894c
Merge pull request #6040 from PySimpleGUI/Dev-latest
Cleaning up the repo a bit by removing older folders
2022-11-18 09:52:51 -05:00
PySimpleGUI 265ce998ef Cleaning up the repo a bit by removing older folders 2022-11-18 09:52:40 -05:00
PySimpleGUI 878e94c10a
Rename _requirements.txt to requirements.txt 2022-11-18 09:49:29 -05:00
PySimpleGUI 30af9fc52c
Rename requirements.txt to _requirements.txt 2022-11-18 09:47:14 -05:00
PySimpleGUI 37ab4d70ac
Merge pull request #6039 from PySimpleGUI/Dev-latest
Dev latest
2022-11-18 09:18:25 -05:00
PySimpleGUI 4f192944c8 Hopefully a fix for the documentation search problem! 2022-11-18 09:18:06 -05:00
PySimpleGUI 32acd89856 Fixed Neon Yellow 1 theme 2022-11-17 14:47:30 -05:00
PySimpleGUI 33edf9ad64
Merge pull request #6036 from PySimpleGUI/Dev-latest
New Demo Program - Make windows and PySimpleGUI calls from a thread.
2022-11-15 06:32:11 -05:00
PySimpleGUI 5133225298 New Demo Program - Make windows and PySimpleGUI calls from a thread. 2022-11-15 06:31:53 -05:00
PySimpleGUI be17021dcf
Merge pull request #6032 from PySimpleGUI/Dev-latest
Addition of image_zoom to Tab element - completes addition of zoom op…
2022-11-14 06:47:44 -05:00
PySimpleGUI aa8478f124 Addition of image_zoom to Tab element - completes addition of zoom option for elements with images 2022-11-14 06:47:30 -05:00
PySimpleGUI 5adb01ce25
Merge pull request #6031 from PySimpleGUI/Dev-latest
Fix for set_vscroll_position not working on Scrollable-Columns.
2022-11-13 16:09:36 -05:00
PySimpleGUI e9c3750f1e Fix for set_vscroll_position not working on Scrollable-Columns. 2022-11-13 16:09:22 -05:00
PySimpleGUI 1f8270c4c6
Merge pull request #6029 from PySimpleGUI/Dev-latest
Button get image_source parm (finally). Button, ButtonMenu gains zoom…
2022-11-13 08:49:06 -05:00
PySimpleGUI f69322799d Button get image_source parm (finally). Button, ButtonMenu gains zoom parm. 2022-11-13 08:48:51 -05:00
PySimpleGUI 42335d486f
Merge pull request #6024 from PySimpleGUI/Dev-latest
New Demo Program - a multi-threaded example using a queue to send dat…
2022-11-12 11:02:23 -05:00