Commit graph

6834 commits

Author SHA1 Message Date
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
PySimpleGUI
0cf29cc20f Addition of Timer API Calls section 2023-02-24 08:57:26 -05:00
PySimpleGUI
fdbdd18120
Merge pull request #6257 from PySimpleGUI/Dev-latest
Added autoscroll_only_at_bottom to Output element too
2023-02-24 04:51:39 -05:00
PySimpleGUI
73c692ebcc Added autoscroll_only_at_bottom to Output element too 2023-02-24 04:51:25 -05:00
PySimpleGUI
5ae9d3c88a
Merge pull request #6256 from PySimpleGUI/Dev-latest
Added autoscroll_only_at_bottom parameter to Multiline element
2023-02-24 04:37:50 -05:00
PySimpleGUI
ad67fe233e Added autoscroll_only_at_bottom parameter to Multiline element 2023-02-24 04:37:37 -05:00
PySimpleGUI
83bdad20f8
Merge pull request #6252 from PySimpleGUI/Dev-latest
Picked up docstring changes for Window.timer_start in the call reference
2023-02-23 12:01:45 -05:00
PySimpleGUI
1ae844e7fc Picked up docstring changes for Window.timer_start in the call reference 2023-02-23 12:01:31 -05:00
PySimpleGUI
2de8770897
Merge pull request #6251 from PySimpleGUI/Dev-latest
Added the variable name constants EVENT_TIMER and TIMER_KEY  to the W…
2023-02-23 12:00:41 -05:00
PySimpleGUI
2cc5b70aed Added the variable name constants EVENT_TIMER and TIMER_KEY to the Window.start_timer docstring 2023-02-23 12:00:25 -05:00
PySimpleGUI
2a4831ac63
Merge pull request #6250 from PySimpleGUI/Dev-latest
Changed Output Element in call reference.  Previously was steering us…
2023-02-23 11:56:35 -05:00
PySimpleGUI
86afe5ae57 Changed Output Element in call reference. Previously was steering users away from Output Element and to use Multiline instead. Now that the Output element is based directly on Multiline, this recommendation is no longer needed. 2023-02-23 11:56:20 -05:00
PySimpleGUI
6b9cb23b6d
Merge pull request #6249 from PySimpleGUI/Dev-latest
Addition of  the Window Timer API Calls currently on GitHub
2023-02-23 11:52:08 -05:00
PySimpleGUI
c4e37eff04 Addition of the Window Timer API Calls currently on GitHub 2023-02-23 11:51:55 -05:00
PySimpleGUI
62eb1f5781
Merge pull request #6245 from PySimpleGUI/Dev-latest
Ooops... forgot to bump version number
2023-02-21 11:59:12 -05:00
PySimpleGUI
98f383bffb Ooops... forgot to bump version number 2023-02-21 11:58:59 -05:00
PySimpleGUI
25ed11c581
Merge pull request #6244 from PySimpleGUI/Dev-latest
Changed layout error message (added "sometimes" to description))
2023-02-21 11:46:45 -05:00
PySimpleGUI
57528fdb5c Changed layout error message (added "sometimes" to description)) 2023-02-21 11:46:31 -05:00
PySimpleGUI
6aabac7637
Merge pull request #6242 from PySimpleGUI/Dev-latest
changed TabGroup.get to use the same method as the values dictionary …
2023-02-19 14:58:04 -05:00
PySimpleGUI
c8da36c9e3 changed TabGroup.get to use the same method as the values dictionary does that was just added in prior check-in 2023-02-19 14:57:49 -05:00
PySimpleGUI
3a7d72354a
Merge pull request #6241 from PySimpleGUI/Dev-latest
Fixed problem with TabGroup not identifying the currently active tab …
2023-02-19 14:05:10 -05:00
PySimpleGUI
f07d658e87 Fixed problem with TabGroup not identifying the currently active tab in the Values Dictionary is the label is blank on the Tab 2023-02-19 14:04:56 -05:00