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 |
PySimpleGUI
|
c88bd1f2ec
|
Automated Update!
|
2023-02-14 18:30:24 +00:00 |
PySimpleGUI
|
a3936a60a9
|
Merge pull request #6231 from PySimpleGUI/Dev-latest
Tree Element - new parameter click_toggles_select
|
2023-02-13 18:00:34 -05:00 |
PySimpleGUI
|
83745112a6
|
Tree Element - new parameter click_toggles_select
|
2023-02-13 18:00:20 -05:00 |
PySimpleGUI
|
c963e86d3e
|
Automated Update!
|
2023-02-12 18:30:19 +00:00 |
PySimpleGUI
|
8f76e053f0
|
Merge pull request #6225 from PySimpleGUI/Dev-latest
Removed second print on Mac for Alpha 0.99 patch
|
2023-02-12 11:52:47 -05:00 |
PySimpleGUI
|
282559db46
|
Removed second print on Mac for Alpha 0.99 patch
|
2023-02-12 11:52:33 -05:00 |
PySimpleGUI
|
185d0997bb
|
Merge pull request #6224 from PySimpleGUI/Dev-latest
Removed print when Mac Alpha Channel of 0.99 is applied. Was acciden…
|
2023-02-11 13:59:09 -05:00 |
PySimpleGUI
|
a138621f9a
|
Removed print when Mac Alpha Channel of 0.99 is applied. Was accidently let in for testing.
|
2023-02-11 13:58:57 -05:00 |
PySimpleGUI
|
e34564fb38
|
Merge pull request #6223 from PySimpleGUI/Dev-latest
Added a lambda example
|
2023-02-11 09:09:02 -05:00 |
PySimpleGUI
|
a059d92c8e
|
Added a lambda example
|
2023-02-11 09:08:50 -05:00 |
PySimpleGUI
|
e3211b18ab
|
Merge pull request #6216 from PySimpleGUI/Dev-latest
New coupon added to call reference. Forgot it needed changing too. …
|
2023-02-07 19:14:48 -05:00 |
PySimpleGUI
|
dc84814eb2
|
New coupon added to call reference. Forgot it needed changing too. The rest of the docs seem to pick up the new coupon ok now.
|
2023-02-07 19:14:36 -05:00 |
PySimpleGUI
|
199901cc4c
|
Merge pull request #6214 from PySimpleGUI/Dev-latest
Dev latest
|
2023-02-07 18:33:00 -05:00 |
PySimpleGUI
|
800decc53f
|
Update PySimpleGUI.py
|
2023-02-07 18:32:44 -05:00 |
PySimpleGUI
|
e047ffe684
|
New Udemy Coupon Code
|
2023-02-07 18:32:38 -05:00 |
PySimpleGUI
|
83bb20ff3d
|
Merge pull request #6212 from PySimpleGUI/Dev-latest
New Demo Program Custom Images Dark Theme
|
2023-02-07 11:37:18 -05:00 |
PySimpleGUI
|
517262690f
|
New Demo Program Custom Images Dark Theme
|
2023-02-07 11:37:05 -05:00 |