Commit Graph

4413 Commits

Author SHA1 Message Date
PySimpleGUI 1bb571776f
Merge pull request #3807 from PySimpleGUI/Dev-latest
Release 4.34.0
2021-01-18 14:43:53 -05:00
PySimpleGUI be146822c2 Release 4.34.0 2021-01-18 14:43:33 -05:00
PySimpleGUI b8d68e32a6
Merge pull request #3802 from PySimpleGUI/Dev-latest
New demo program - Demo Program Browser - Browser, launch, edit demo …
2021-01-17 16:30:44 -05:00
PySimpleGUI 020532c8fb New demo program - Demo Program Browser - Browser, launch, edit demo programs 2021-01-17 16:30:27 -05:00
PySimpleGUI e8bfec1cd2
Merge pull request #3800 from PySimpleGUI/Dev-latest
Metadata property added to call ref.  Checkin of the latest readme_cr…
2021-01-17 13:04:34 -05:00
PySimpleGUI fcb3cc7bde Metadata property added to call ref. Checkin of the latest readme_creator files 2021-01-17 13:04:15 -05:00
PySimpleGUI 0fee135a86
Merge pull request #3799 from PySimpleGUI/Dev-latest
Dev latest
2021-01-17 12:45:28 -05:00
PySimpleGUI faa701e3de Made Window.metadata and SystemTray.metadata also properties 2021-01-17 12:45:06 -05:00
PySimpleGUI 55871d89bf Element.metadata turned into a property so that it's documented property 2021-01-17 12:38:35 -05:00
PySimpleGUI d161ef4f8c
Merge pull request #3798 from PySimpleGUI/Dev-latest
Reorganization of the call reference document.  Non-PEP8 compliant me…
2021-01-16 17:42:11 -05:00
PySimpleGUI 5510fad39e Reorganization of the call reference document. Non-PEP8 compliant methods moved to end of elment method list along with a message to not use them. 2021-01-16 17:41:56 -05:00
PySimpleGUI 6fd8fb84f2
Merge pull request #3797 from PySimpleGUI/Dev-latest
FINALLY swapped the PEP8 and non-PEP8 names so that the definitions ar…
2021-01-16 16:26:12 -05:00
PySimpleGUI 64e5e27646 FINALLY swapped the PEP8 and non-PEP8 names so that the defintions are PEP8. Thanks for Chr0nic for the consulting assistance 2021-01-16 16:25:15 -05:00
PySimpleGUI b38e69fc18
Merge pull request #3796 from PySimpleGUI/Dev-latest
Added summary mode for SDK help window. Changed font size to fit onto…
2021-01-15 19:45:11 -05:00
PySimpleGUI b42890ec19 Added summary mode for SDK help window. Changed font size to fit onto smaller screens 2021-01-15 19:44:50 -05:00
PySimpleGUI 69e51bed03
Merge pull request #3790 from PySimpleGUI/Dev-latest
popup_scrolled fix
2021-01-12 15:42:44 -05:00
PySimpleGUI 7309527b05 popup_scrolled fix 2021-01-12 15:42:13 -05:00
PySimpleGUI 2aa3e36525
Merge pull request #3789 from PySimpleGUI/Dev-latest
Aliases shown in the SDK quick reference
2021-01-12 13:45:36 -05:00
PySimpleGUI a0a2ff8e67 Aliases shown in the SDK quick reference 2021-01-12 13:45:17 -05:00
PySimpleGUI cf7d539124
Merge pull request #3785 from PySimpleGUI/Dev-latest
Addition of Cursor list and calls. Fix for return types in call refer…
2021-01-11 14:54:50 -05:00
PySimpleGUI e4a9b59ca5 Addition of Cursor list and calls. Fix for return types in call reference doc 2021-01-11 14:54:14 -05:00
PySimpleGUI e179df2257
Merge pull request #3782 from PySimpleGUI/Dev-latest
Fix so that it updates font correctly
2021-01-10 11:40:13 -05:00
PySimpleGUI 8c8a0504ad Fix so that it updates font correctly 2021-01-10 11:39:56 -05:00
PySimpleGUI f859cc4b12
Merge pull request #3770 from PySimpleGUI/Dev-latest
Close attempted demo
2021-01-04 10:02:13 -05:00
PySimpleGUI bddfac2745 Close attempted demo 2021-01-04 10:01:54 -05:00
PySimpleGUI e6251daa53
Merge pull request #3766 from PySimpleGUI/Dev-latest
Release 4.33.0 (Welcome 2021!!)
2021-01-02 16:42:20 -05:00
PySimpleGUI ea445e126b Release 4.33.0 (Welcome 2021!!) 2021-01-02 16:41:51 -05:00
PySimpleGUI 24ebbcca10
Merge pull request #3765 from PySimpleGUI/Dev-latest
Added code and comments to show all 3 ways to create a custom titlebar
2021-01-02 13:21:26 -05:00
PySimpleGUI b54c6dd8ec Added code and comments to show all 3 ways to create a custom titlebar 2021-01-02 13:21:08 -05:00
PySimpleGUI 3a21051421
Merge pull request #3761 from PySimpleGUI/Dev-latest
Spin - fix in update.  Changed bad state (enable) to normal.
2021-01-01 08:25:52 -05:00
PySimpleGUI c279172224 Spin - fix in update. Changed bad state (enable) to normal. 2021-01-01 08:25:34 -05:00
PySimpleGUI 5191dc8dd5
Merge pull request #3747 from PySimpleGUI/Dev-latest
Custom titlebar (OK, officially sick of this feature). Added Window-l…
2020-12-26 16:36:43 -05:00
PySimpleGUI 5ad73534dd Custom titlebar (OK, officially sick of this feature). Added Window-level controls, added set_option controls for colors font and icon. I think ALL bases are now covered. PLEASE don't screw up 2020-12-26 16:36:19 -05:00
PySimpleGUI 23b0d374b2
Merge pull request #3746 from PySimpleGUI/Dev-latest
New image
2020-12-26 14:14:37 -05:00
PySimpleGUI 150f837767 New image 2020-12-26 14:12:08 -05:00
PySimpleGUI f0a5c16a43
Merge pull request #3743 from PySimpleGUI/Dev-latest
Demo for the Titlebar element
2020-12-26 10:29:46 -05:00
PySimpleGUI 92e78ba665 Demo for the Titlebar element 2020-12-26 10:29:28 -05:00
PySimpleGUI 7045040873
Delete Demo Screenshots.md 2020-12-25 17:03:18 -05:00
PySimpleGUI 3e990180e3
Merge pull request #3742 from PySimpleGUI/Dev-latest
Merry Christmas to the invisible wishers - element.visible added to a…
2020-12-25 11:34:19 -05:00
PySimpleGUI 1bda4e7186 Merry Christmas to the invisible wishers - element.visible added to all elements (note, no longer .Visible). 2020-12-25 11:34:00 -05:00
PySimpleGUI 95b636d915
Merge pull request #3740 from PySimpleGUI/Dev-latest
Update screenshots_demos.md
2020-12-24 18:48:59 -05:00
PySimpleGUI 655af37326 Update screenshots_demos.md 2020-12-24 18:48:42 -05:00
PySimpleGUI 597dcaad2a
Merge pull request #3739 from PySimpleGUI/Dev-latest
Update screenshots_demos.md
2020-12-24 18:46:12 -05:00
PySimpleGUI 68b3fae058 Update screenshots_demos.md 2020-12-24 18:45:56 -05:00
PySimpleGUI 6c437ea6d3
Merge pull request #3738 from PySimpleGUI/Dev-latest
Demo Screenshots (nice job Chr0nic)
2020-12-24 18:33:48 -05:00
PySimpleGUI 343db87ae4 Demo Screenshots (nice job Chr0nic) 2020-12-24 18:33:30 -05:00
PySimpleGUI 42991271fb
Merge pull request #3737 from PySimpleGUI/Dev-latest
More custom titlebar. Finally can minimize and restore on Linux. Fina…
2020-12-24 14:17:43 -05:00
PySimpleGUI afbd02b551 More custom titlebar. Finally can minimize and restore on Linux. Finally.... 2020-12-24 14:17:23 -05:00
PySimpleGUI d68ce73119
Merge pull request #3733 from PySimpleGUI/Dev-latest
Custom Titlebar, the big docstring Union fix (thank you NNGOGOL!!!), …
2020-12-23 15:37:43 -05:00
PySimpleGUI e52fa57900 Custom Titlebar, the big docstring Union fix (thank you NNGOGOL!!!), new upgrade function 2020-12-23 15:36:40 -05:00