Commit Graph

6247 Commits

Author SHA1 Message Date
PySimpleGUI 672ed9755b
Merge pull request #5700 from PySimpleGUI/Dev-latest
Removed unnecessary user settings for the window position
2022-07-18 12:31:27 -04:00
PySimpleGUI c9cdf53176 Removed unnecessary user settings for the window position 2022-07-18 12:31:09 -04:00
PySimpleGUI 31f4a9b558
Merge pull request #5699 from PySimpleGUI/Dev-latest
New demo - add and delete rows from layouts. Based on the Fed Ex Pack…
2022-07-18 12:24:21 -04:00
PySimpleGUI bf9d1214f0 New demo - add and delete rows from layouts. Based on the Fed Ex Package Tracker Demo Program 2022-07-18 12:24:03 -04:00
PySimpleGUI 9681968974
Merge pull request #5698 from PySimpleGUI/Dev-latest
Bad spelling this early in the day
2022-07-18 06:46:36 -04:00
PySimpleGUI d039a27418 Bad spelling this early in the day 2022-07-18 06:46:09 -04:00
PySimpleGUI e1dbdeecf6
Merge pull request #5697 from PySimpleGUI/Dev-latest
Fix spelling error
2022-07-18 06:44:58 -04:00
PySimpleGUI e60f243503 Fix spelling error 2022-07-18 06:44:45 -04:00
PySimpleGUI b3a1ec1804
Merge pull request #5696 from PySimpleGUI/Dev-latest
Images for new docs
2022-07-18 06:43:35 -04:00
PySimpleGUI 4fd596cd74 Images for new docs 2022-07-18 06:43:21 -04:00
PySimpleGUI a8c4001e40
Merge pull request #5695 from PySimpleGUI/Dev-latest
GIF of psgtest for new docs
2022-07-18 06:28:43 -04:00
PySimpleGUI 019c8bb930 GIF of psgtest for new docs 2022-07-18 06:28:24 -04:00
PySimpleGUI d055bc6e43
Merge pull request #5694 from PySimpleGUI/Dev-latest
Addition of without_titlebar paramter to Window.current_location.  De…
2022-07-17 12:53:29 -04:00
PySimpleGUI 2c79871bef Addition of without_titlebar paramter to Window.current_location. Defaults to False. If True, then the location of the main portion of the window 2022-07-17 12:53:12 -04:00
PySimpleGUI 1a228d708e
Merge pull request #5692 from PySimpleGUI/Dev-latest
Corrected Text Element's update method docstring to indicate value ca…
2022-07-16 19:14:44 -04:00
PySimpleGUI 99fac15540 Corrected Text Element's update method docstring to indicate value can be "Any" type not just string 2022-07-16 19:14:27 -04:00
PySimpleGUI 177470e009
Merge pull request #5689 from PySimpleGUI/Dev-latest
image for new docs
2022-07-15 06:12:40 -04:00
PySimpleGUI 5ba4a5b099 image for new docs 2022-07-15 06:12:17 -04:00
PySimpleGUI 47980d6923
Merge pull request #5688 from PySimpleGUI/Dev-latest
images for new docs
2022-07-15 05:54:30 -04:00
PySimpleGUI 8c315807ab images for new docs 2022-07-15 05:54:11 -04:00
PySimpleGUI 499a019aac
Merge pull request #5685 from PySimpleGUI/Dev-latest
New docs screenshots
2022-07-13 10:27:01 -04:00
PySimpleGUI 9e85401d53 New docs screenshots 2022-07-13 10:26:46 -04:00
PySimpleGUI 15e3b5d55b
Merge pull request #5682 from PySimpleGUI/Dev-latest
Fixed output filename so named using the resized values (also releasi…
2022-07-12 15:02:11 -04:00
PySimpleGUI c008805e97 Fixed output filename so named using the resized values (also releasing to the standalone repo and the pypi psgresizer package) 2022-07-12 15:01:54 -04:00
PySimpleGUI 7f6890c85c
Merge pull request #5679 from PySimpleGUI/Dev-latest
Updated to use built-in threading call, tuples for thread keys, relat…
2022-07-08 11:16:53 -04:00
PySimpleGUI ba8b71ea25 Updated to use built-in threading call, tuples for thread keys, relative window position 2022-07-08 11:16:40 -04:00
PySimpleGUI 9b59796dd5
Merge pull request #5678 from PySimpleGUI/Dev-latest
Addition of double-clicking and showing the get_liast_clicked_positio…
2022-07-08 08:13:30 -04:00
PySimpleGUI 16df165603 Addition of double-clicking and showing the get_liast_clicked_position function. 2022-07-08 08:13:13 -04:00
PySimpleGUI dcc18abb51
Merge pull request #5676 from PySimpleGUI/Dev-latest
Fix for not getting the background color from the container when exte…
2022-07-06 15:07:13 -04:00
PySimpleGUI 9db1b63c01 Fix for not getting the background color from the container when extending a layout using Window.extend_layout 2022-07-06 15:07:00 -04:00
PySimpleGUI c2d72ee260
Merge pull request #5675 from PySimpleGUI/Dev-latest
Bumping version number to 4.60.1.55 to help with the confusion about …
2022-07-06 12:47:53 -04:00
PySimpleGUI 1dbbc39340 Bumping version number to 4.60.1.55 to help with the confusion about the dot release that happened. 2022-07-06 12:47:36 -04:00
PySimpleGUI 2dacb0c11f
Merge pull request #5671 from PySimpleGUI/Dev-latest
Added endblock
2022-07-05 11:20:51 -04:00
PySimpleGUI 5ebdda0e42 Added endblock 2022-07-05 11:20:37 -04:00
PySimpleGUI a66883f4f4
Merge pull request #5670 from PySimpleGUI/Dev-latest
Fixed main.html
2022-07-05 11:16:46 -04:00
PySimpleGUI 7381699d8c Fixed main.html 2022-07-05 11:16:31 -04:00
PySimpleGUI 1ab67bcfc0
Merge pull request #5669 from PySimpleGUI/Dev-latest
Docs internal update
2022-07-05 11:11:50 -04:00
PySimpleGUI fd8c01a828 Docs internal update 2022-07-05 11:11:33 -04:00
PySimpleGUI b3ea8e4568
Merge pull request #5668 from PySimpleGUI/Dev-latest
Allow Browse/Chooser buttons to use target keys that are tuples
2022-07-04 10:07:38 -04:00
PySimpleGUI 7b739eca08 Allow Browse/Chooser buttons to use target keys that are tuples 2022-07-04 10:07:24 -04:00
PySimpleGUI b7b9005dcd
Merge pull request #5667 from PySimpleGUI/Dev-latest
Addition of disable to Simple Tabs Demo
2022-07-03 16:34:04 -04:00
PySimpleGUI a26a9c5854 Addition of disable to Simple Tabs Demo 2022-07-03 16:33:51 -04:00
PySimpleGUI 77d9c2f4b1
Merge pull request #5666 from PySimpleGUI/Dev-latest
Added alpha_channel to set_options - changes the default alpha channe…
2022-07-03 15:37:24 -04:00
PySimpleGUI 70fc4a6382 Added alpha_channel to set_options - changes the default alpha channel used to create all windows 2022-07-03 15:37:10 -04:00
PySimpleGUI a55c2d2efe
Merge pull request #5665 from PySimpleGUI/Dev-latest
New coupon
2022-07-03 12:33:37 -04:00
PySimpleGUI 86bab67f83 New coupon 2022-07-03 12:33:23 -04:00
PySimpleGUI e41f88df93
Merge pull request #5664 from PySimpleGUI/Dev-latest
Dev latest
2022-07-03 12:16:30 -04:00
PySimpleGUI f8188f68ab Test harness - setting dictionary multline made write-only, new coupon code. 2022-07-03 12:16:14 -04:00
PySimpleGUI c6e13e5ddb New Udemy Coupon & picking up latest PySimpleGUI SDK API calls 2022-07-03 12:13:24 -04:00
PySimpleGUI 314478e3ca
Merge pull request #5663 from PySimpleGUI/Dev-latest
Remove the eCookbook test.... a much better way coming soon....
2022-07-03 09:44:24 -04:00