PySimpleGUI
|
cb0da5887d
|
Changed enter_submits to True so that the bind_return_key works correctly.
|
2023-04-26 09:47:14 -04:00 |
PySimpleGUI
|
fe7fbcbc44
|
Merge pull request #6350 from PySimpleGUI/Dev-latest
Moved update animation call to after check for window closed. Was get…
|
2023-04-22 10:13:50 -04:00 |
PySimpleGUI
|
fb5fdbdd5c
|
Moved update animation call to after check for window closed. Was getting an error because attempt to update animation was happening after window was closed
|
2023-04-22 10:13:36 -04:00 |
PySimpleGUI
|
041c5ba4e6
|
Merge pull request #6348 from PySimpleGUI/Dev-latest
Fix for Input Elements unresponsive on MacOS 13.2.1 Ventura when no-t…
|
2023-04-21 18:25:25 -04:00 |
PySimpleGUI
|
71c50d40b4
|
Fix for Input Elements unresponsive on MacOS 13.2.1 Ventura when no-titlebar is enabled
|
2023-04-21 18:25:09 -04:00 |
PySimpleGUI
|
5efbff1cb8
|
Automated Update!
|
2023-04-21 17:30:19 +00:00 |
PySimpleGUI
|
a78498fcca
|
Merge pull request #6347 from PySimpleGUI/Dev-latest
Window threading changed so that end_key is now optional. BE CAREFUL…
|
2023-04-21 07:00:12 -04:00 |
PySimpleGUI
|
f06fcdc0a6
|
Window threading changed so that end_key is now optional. BE CAREFUL when leaving it out as you won't be backward compatible.
|
2023-04-21 06:59:52 -04:00 |
PySimpleGUI
|
982cb755ba
|
Automated Update!
|
2023-04-20 17:30:22 +00:00 |
PySimpleGUI
|
8b4e19a0cd
|
Automated Update!
|
2023-04-19 17:30:25 +00:00 |
PySimpleGUI
|
8729971855
|
Update issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md
|
2023-04-18 06:27:38 -04:00 |
PySimpleGUI
|
cdba184ed8
|
Merge pull request #6339 from PySimpleGUI/Dev-latest
Changed Radio activeforeground to be same as text color so mouseover …
|
2023-04-18 03:58:29 -04:00 |
PySimpleGUI
|
ad3465d9ba
|
Changed Radio activeforeground to be same as text color so mouseover won't change color (previously did this for the Checkbox element)
|
2023-04-18 03:58:16 -04:00 |
PySimpleGUI
|
0bcd49a1b7
|
Merge pull request #6330 from PySimpleGUI/Dev-latest
Dev latest
|
2023-04-11 07:24:10 -04:00 |
PySimpleGUI
|
f1cd369302
|
New Udemy Coupon. Fix for bug in and better info in Watermark
|
2023-04-11 07:23:53 -04:00 |
PySimpleGUI
|
ad76b5deeb
|
New Udemy Coupon
|
2023-04-11 07:22:47 -04:00 |
PySimpleGUI
|
635baca3cd
|
Automated Update!
|
2023-03-27 17:30:35 +00:00 |
PySimpleGUI
|
74c1f7b337
|
Automated Update!
|
2023-03-25 17:30:34 +00:00 |
PySimpleGUI
|
5052aece6a
|
Automated Update!
|
2023-03-17 17:30:25 +00:00 |
PySimpleGUI
|
4fe61e42d2
|
Automated Update!
|
2023-03-16 17:30:23 +00:00 |
PySimpleGUI
|
5b784253f5
|
Automated Update!
|
2023-03-15 17:30:30 +00:00 |
PySimpleGUI
|
15e56bd47d
|
Merge pull request #6303 from PySimpleGUI/Dev-latest
Fixed typo in coupon at top of SDK reference. Picked up the changes …
|
2023-03-13 06:32:43 -04:00 |
PySimpleGUI
|
f97de3468b
|
Fixed typo in coupon at top of SDK reference. Picked up the changes for GitHub's readme.
|
2023-03-13 06:32:31 -04:00 |
PySimpleGUI
|
e902230468
|
Merge pull request #6302 from PySimpleGUI/Dev-latest
Dev latest
|
2023-03-13 06:17:53 -04:00 |
PySimpleGUI
|
d8d5227240
|
New Udemy Coupon added
|
2023-03-13 06:17:36 -04:00 |
PySimpleGUI
|
2eed0afaeb
|
New SDK call ref with net set_ibeam_color method added. New Udemy Coupon added to docs
|
2023-03-13 06:16:07 -04:00 |
PySimpleGUI
|
a10d9d3430
|
Merge pull request #6301 from PySimpleGUI/Dev-latest
Applied the Input I-Beam color fix to Multiline and Spin elements. A…
|
2023-03-13 05:55:15 -04:00 |
PySimpleGUI
|
07f772c680
|
Applied the Input I-Beam color fix to Multiline and Spin elements. Added new method set_ibeam_color as another way to set this color (in addition to set_cursor) so that it's more explicit
|
2023-03-13 05:54:59 -04:00 |
PySimpleGUI
|
fcd03f4b6f
|
Merge pull request #6298 from PySimpleGUI/Dev-latest
Fixed problem where the insert cursor (I-beam) was being set to the t…
|
2023-03-12 08:39:29 -04:00 |
PySimpleGUI
|
a22884e2e3
|
Fixed problem where the insert cursor (I-beam) was being set to the theme's color not the color indicated by the individual Input element.
|
2023-03-12 08:39:17 -04:00 |
PySimpleGUI
|
d72a7672c1
|
Merge pull request #6287 from PySimpleGUI/Dev-latest
Added nightlight thickness parm to Checkbox so focus ring thickness c…
|
2023-03-09 05:49:58 -05:00 |
PySimpleGUI
|
3507b2708b
|
Added nightlight thickness parm to Checkbox so focus ring thickness can be controlled when creating element
|
2023-03-09 05:49:42 -05:00 |
PySimpleGUI
|
cd7967fe4a
|
Merge pull request #6286 from PySimpleGUI/Dev-latest
Combo.update - added text and background color. Also made font parm w…
|
2023-03-09 05:43:37 -05:00 |
PySimpleGUI
|
4d02f3a515
|
Combo.update - added text and background color. Also made font parm work correctly with the dropdown list. (TRICKY!)
|
2023-03-09 05:43:20 -05:00 |
PySimpleGUI
|
3e0ade9797
|
Merge pull request #6285 from PySimpleGUI/Dev-latest
Demo Program to show new Watermark features
|
2023-03-07 20:14:23 -05:00 |
PySimpleGUI
|
3b7a17f6b6
|
Demo Program to show new Watermark features
|
2023-03-07 20:14:08 -05:00 |
PySimpleGUI
|
27e073b03c
|
Merge pull request #6279 from PySimpleGUI/Dev-latest
Fixed Mac crash due to "Bold" font modifier in watermark feature
|
2023-03-06 14:21:22 -05:00 |
PySimpleGUI
|
d447633ec3
|
Fixed Mac crash due to "Bold" font modifier in watermark feature
|
2023-03-06 14:21:06 -05:00 |
PySimpleGUI
|
15af7b7d06
|
Merge pull request #6277 from PySimpleGUI/Dev-latest
New Global Settings Feature - Window watermarking.... Use global sett…
|
2023-03-06 09:01:35 -05:00 |
PySimpleGUI
|
c24d8b6b87
|
New Global Settings Feature - Window watermarking.... Use global settings window to control or force on/off when making a window.
|
2023-03-06 09:00:57 -05:00 |
PySimpleGUI
|
f0eab8c1bd
|
Merge pull request #6268 from PySimpleGUI/Dev-latest
Changed Checkbox to not change color on mouseover on Linux. Added th…
|
2023-03-01 12:11:59 -05:00 |
PySimpleGUI
|
8bd030f1a1
|
Changed Checkbox to not change color on mouseover on Linux. Added the optional window data row for internal texting ONLY
|
2023-03-01 12:10:23 -05:00 |
PySimpleGUI
|
34b935a196
|
Merge pull request #6266 from PySimpleGUI/Dev-latest
New Demo Program - CPU Utilization shown on a very nice VU Meter Graphic
|
2023-02-28 06:28:15 -05:00 |
PySimpleGUI
|
efa236369f
|
New Demo Program - CPU Utilization shown on a very nice VU Meter Graphic
|
2023-02-28 06:27:57 -05:00 |
PySimpleGUI
|
af9794b2c2
|
Merge pull request #6261 from PySimpleGUI/Dev-latest
New Demo Program - Table with checkmarks
|
2023-02-25 13:21:39 -05:00 |
PySimpleGUI
|
8e6fa8100a
|
New Demo Program - Table with checkmarks
|
2023-02-25 13:21:26 -05:00 |
PySimpleGUI
|
4a5f2d2907
|
Merge pull request #6258 from PySimpleGUI/Dev-latest
Dev latest
|
2023-02-24 08:58:55 -05:00 |
PySimpleGUI
|
8f74aa5c8d
|
Picking up the latest Multiline & Output element feature that's on GitHub - new parameter autoscroll_only_at_bottom
|
2023-02-24 08:58:41 -05:00 |
PySimpleGUI
|
ba0e5fed78
|
Addition of Timer API calls
|
2023-02-24 08:58:02 -05:00 |
PySimpleGUI
|
3275279f9c
|
Addition of Timer API Calls
|
2023-02-24 08:57:48 -05:00 |