Commit Graph

4474 Commits

Author SHA1 Message Date
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
PySimpleGUI ba01cb31c5 Changed adding key and saving behavior for User Settings. 2020-11-12 20:31:25 -05:00
PySimpleGUI 34183ce46e
Merge pull request #3609 from PySimpleGUI/Dev-latest
Added UserSettings delete item interface... makes interface look much…
2020-11-12 18:35:26 -05:00
PySimpleGUI de5783cdb7 Added UserSettings delete item interface... makes interface look much more like a dictionary by allowing syntax ---> del settings['item'] 2020-11-12 18:35:07 -05:00
PySimpleGUI c90205160f
Merge pull request #3608 from PySimpleGUI/Dev-latest
Renamed UserSettings singleton variable. Added _ to UserSettings.comp…
2020-11-12 18:08:27 -05:00
PySimpleGUI 9611a4fd08 Renamed UserSettings singleton variable. Added _ to UserSettings.compute_filename to make it private. 2020-11-12 18:08:09 -05:00
PySimpleGUI 05928ef70b
Merge pull request #3607 from PySimpleGUI/Dev-latest
Added option for enabling the Mac no_titlebar patch (err... hack)
2020-11-12 17:19:42 -05:00
PySimpleGUI d53fdcbfc8 Added option for enabling the Mac no_titlebar patch (err... hack) 2020-11-12 17:18:52 -05:00
PySimpleGUI 1d7ce6a8f9
Merge pull request #3603 from PySimpleGUI/Dev-latest
Window.read() check to see if queued thread event prior to doing anyt…
2020-11-11 15:34:22 -05:00
PySimpleGUI 3e1a24671c Window.read() check to see if queued thread event prior to doing anything else. 2020-11-11 15:34:00 -05:00
PySimpleGUI 89f3d127fd
Merge pull request #3602 from PySimpleGUI/Dev-latest
Multline docstring fix for stderr
2020-11-11 11:39:35 -05:00
PySimpleGUI a131e53c2a Multline docstring fix for stderr 2020-11-11 11:38:52 -05:00