Commit Graph

4335 Commits

Author SHA1 Message Date
PySimpleGUI ed6f70f386
Merge pull request #3670 from PySimpleGUI/Dev-latest
Frame with padding.  Frame now has frame_color parameter.
2020-11-27 17:23:07 -05:00
PySimpleGUI a1f5d9571d Frame with padding. Frame now has frame_color parameter. 2020-11-27 17:22:45 -05:00
PySimpleGUI 5d9ba5b4b8
Merge pull request #3664 from PySimpleGUI/Dev-latest
Fixed compare with (None, JNone) and type comparisons
2020-11-25 13:43:47 -05:00
PySimpleGUI d826038b2e Fixed compare with (None, JNone) and type comparisons 2020-11-25 13:43:29 -05:00
PySimpleGUI af9c67a8cc
Merge pull request #3659 from PySimpleGUI/Dev-latest
Funding section in readme.
2020-11-24 07:44:10 -05:00
PySimpleGUI 570251a3d7 Funding section in readme. 2020-11-24 07:43:48 -05:00
PySimpleGUI 8b0c681be2
Merge pull request #3656 from PySimpleGUI/Dev-latest
Make gauge update immediately in 1 jump
2020-11-23 16:43:44 -05:00
PySimpleGUI dac6b73045 Make gauge update immediately in 1 jump 2020-11-23 16:43:26 -05:00
PySimpleGUI be550079b1
Merge pull request #3655 from PySimpleGUI/Dev-latest
Initial Checkin - A desktop widget that is the same as grid of bar gr…
2020-11-23 15:39:20 -05:00
PySimpleGUI 1b4c63e15c Initial Checkin - A desktop widget that is the same as grid of bar graphs but done with Gauges 2020-11-23 15:39:00 -05:00
PySimpleGUI b8aa722061
Merge pull request #3654 from PySimpleGUI/Dev-latest
fill_color added to draw_arv
2020-11-23 14:46:58 -05:00
PySimpleGUI 0d611430ca fill_color added to draw_arv 2020-11-23 14:46:37 -05:00
PySimpleGUI 38891e6f64
Merge pull request #3653 from PySimpleGUI/Dev-latest
Demos using Gauge class
2020-11-23 09:50:01 -05:00
PySimpleGUI e6ba93e3a8 Demos using Gauge class 2020-11-23 09:49:41 -05:00
PySimpleGUI 913258230c
Merge pull request #3652 from PySimpleGUI/Dev-latest
Addition of CLOSE_ATTEMPTED_EVENT, WIN_X_EVENT and enable_close_attem…
2020-11-23 09:41:51 -05:00
PySimpleGUI 5d026e972e Addition of CLOSE_ATTEMPTED_EVENT, WIN_X_EVENT and enable_close_attempted_event addd to Window. 2020-11-23 09:40:57 -05:00
PySimpleGUI 5e671dc792
Merge pull request #3647 from PySimpleGUI/Dev-latest
Added key_dict property.
2020-11-21 16:55:40 -05:00
PySimpleGUI 9e3efbd082 Added key_dict property. 2020-11-21 16:55:18 -05:00
PySimpleGUI 8ea1077994
Merge pull request #3643 from PySimpleGUI/Dev-latest
Added "Register" button to setup window.  Will open a browser so you …
2020-11-18 16:17:45 -05:00
PySimpleGUI dcc557c642 Added "Register" button to setup window. Will open a browser so you can register 2020-11-18 16:15:32 -05:00
PySimpleGUI 0ccb45d911
Merge pull request #3642 from PySimpleGUI/Dev-latest
Dev latest
2020-11-18 15:28:08 -05:00
PySimpleGUI 9e073de007 Removed "faking timeout" print as it can happen when auto-close window closes. Changed how a couple Windows methods are renamed. 2020-11-18 15:27:46 -05:00
PySimpleGUI b9a28a74b7 Weather Widget released as a demo (previously only available in another Repo) 2020-11-18 15:25:54 -05:00
PySimpleGUI c7ef9902f7
Merge pull request #3639 from PySimpleGUI/Dev-latest
Release 4.32.1
2020-11-17 14:06:56 -05:00
PySimpleGUI aa08b84187 Release 4.32.1 2020-11-17 14:06:37 -05:00
PySimpleGUI 2782601701
Merge pull request #3638 from PySimpleGUI/Dev-latest
Release 4.32.0
2020-11-17 13:49:34 -05:00
PySimpleGUI 47e2322684 Release 4.32.0 2020-11-17 13:49:15 -05:00
PySimpleGUI cd93d3ff9f
Merge pull request #3637 from PySimpleGUI/Dev-latest
Release 4.32.0
2020-11-17 13:46:15 -05:00
PySimpleGUI e397f9707a Release 4.32.0 2020-11-17 13:45:54 -05:00
PySimpleGUI fe814d425a
Merge pull request #3636 from PySimpleGUI/Dev-latest
If window is autoclose and being finalize, then don't start the autoc…
2020-11-17 13:14:43 -05:00
PySimpleGUI d85a9b74da If window is autoclose and being finalize, then don't start the autoclose until finalize is complete 2020-11-17 13:14:24 -05:00
PySimpleGUI f23e24cb18
Merge pull request #3635 from PySimpleGUI/Dev-latest
UserSettings initialized check
2020-11-17 09:04:16 -05:00
PySimpleGUI 136469d382 UserSettings initialized check 2020-11-17 09:03:52 -05:00
PySimpleGUI cc6ed9c2cd
Merge pull request #3628 from PySimpleGUI/Dev-latest
Right Click Menu colors and font parameters added to Window
2020-11-16 13:29:56 -05:00
PySimpleGUI 4f07076d28 Right Click Menu colors and font parameters added to Window 2020-11-16 13:29:36 -05:00
PySimpleGUI f4603367ce
Merge pull request #3624 from PySimpleGUI/Dev-latest
Refactored adding right click menu, sped up reads with timeouts, fix …
2020-11-15 19:51:05 -05:00
PySimpleGUI d67a999d05 Refactored adding right click menu, sped up reads with timeouts, fix for right click menus 2020-11-15 19:50:43 -05:00
PySimpleGUI 89aadb5572
Merge pull request #3623 from PySimpleGUI/Dev-latest
Check for COLOR_SYSTEM_DEFAULT in Button.update
2020-11-15 18:57:02 -05:00
PySimpleGUI 80cfdbcf3d Check for COLOR_SYSTEM_DEFAULT in Button.update 2020-11-15 18:56:40 -05:00
PySimpleGUI 8dd4d2a61b
Merge pull request #3622 from PySimpleGUI/Dev-latest
Fix for case-mismatch. Made search string all lower.  Changed how Lin…
2020-11-15 15:20:02 -05:00
PySimpleGUI 4b79837cb7 Fix for case-mismatch. Made search string all lower. Changed how Linux python command is launched. Added defaults to User Settings. 2020-11-15 15:19:17 -05:00
PySimpleGUI 0a1526b07a
Merge pull request #3621 from PySimpleGUI/Dev-latest
Changed Menu and ButtonMenu default colors & font. Changed names in C…
2020-11-15 13:52:03 -05:00
PySimpleGUI a4d86304a8 Changed Menu and ButtonMenu default colors & font. Changed names in ConvertFlexToTK 2020-11-15 13:51:42 -05:00
PySimpleGUI 51c3eeef5a
Merge pull request #3617 from PySimpleGUI/Dev-latest
Changed (significantly) to use the new User Settings API to store all…
2020-11-13 14:48:02 -05:00
PySimpleGUI 382cfc4157 Changed (significantly) to use the new User Settings API to store all of the credentials and search history 2020-11-13 14:47:41 -05:00
PySimpleGUI 946d9771e6
Merge pull request #3616 from PySimpleGUI/Dev-latest
Dev latest
2020-11-13 11:57:37 -05:00
PySimpleGUI 1ec6e6b1ff Release 4.31.0 2020-11-13 11:57:13 -05:00
PySimpleGUI 9e4bf95b33 Added last value chosen for combo, popup with dictionary info. 2020-11-13 11:54:39 -05:00
PySimpleGUI 3ef927cdfe New Demo showing class interface for User Settings 2020-11-13 11:54:04 -05:00
PySimpleGUI dd8421650a
Merge pull request #3610 from PySimpleGUI/Dev-latest
Changed adding key and saving behavior for User Settings.
2020-11-12 20:31:44 -05:00