Merge pull request #3111 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-07-06 09:21:54 -0400
5cfc59fe56New button color definition using "on" string. Rewrote cprint to no longer use kwargs... all parms are shown. Multiline can be set to write_only when defined, All button_color doc strings changed. Caching of Tree images done on a per element basis rather than globally.
PySimpleGUI
2020-07-06 09:21:35 -0400
Merge pull request #3102 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-07-04 17:07:17 -0400
f6a4440c15Parm k added to shortcut buttons. New text wrapping for popups. New docstring for keys showing objects are OK.
PySimpleGUI
2020-07-04 17:06:54 -0400
Merge pull request #3100 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-07-03 15:05:51 -0400
3fbdf1ffe4Release 4.24.0 - addition of new set_options parameter to control patching of treeview color problem for tk 8.6.9
PySimpleGUI
2020-07-03 15:05:26 -0400
Merge pull request #3095 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-07-03 08:09:53 -0400
d80957e899Added back hidden window withdraw call. Was deleted by mistake and caused problems with the hidden window remaining visible.
PySimpleGUI
2020-07-03 08:09:32 -0400
Merge pull request #3087 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-06-29 23:13:52 -0400
c7e8db4982NEw parameter "k" added to al Elements. Will be used as key just like key can be used. The iehy is ano fohee
PySimpleGUI
2020-06-29 23:13:34 -0400
Merge pull request #3071 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-06-27 06:49:32 -0400
3092388b36Made an LED User Defined Element, compated the code for updating to a single line
PySimpleGUI
2020-06-27 06:49:10 -0400
0dd5e7900dUpdated Input Element to match new border width, readonly, disabled/readonly color capabilities recently added to the tkinter port.
PySimpleGUI
2020-06-27 06:47:59 -0400
Merge pull request #3063 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-06-25 12:53:54 -0400
57b95d3ab6New Demo that shows how to "pin" a location of an element in a layout so that it can be returned to the correct location when changing from invisible to visible
PySimpleGUI
2020-06-25 12:53:22 -0400
Merge pull request #3061 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-06-25 08:19:52 -0400
5e0810dcedChanged Graph Element's "UP" event to add either a string or a new member if a tuple is the graph's key
PySimpleGUI
2020-06-25 08:19:28 -0400
Merge pull request #3055 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-06-24 06:59:06 -0400
9c0cbd4360Fix in GitHub upgrade code. Only deletes repositories with "-" at end of name. Was deleting ALL packages that started with pysimplegui.
PySimpleGUI
2020-06-24 06:58:46 -0400
Merge pull request #3046 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-06-23 06:08:33 -0400
8a86b566efone_line_progress_meter - key parameter now defaults. No need to specify if you have only ONE meter going.
PySimpleGUI
2020-06-23 06:08:13 -0400
Merge pull request #3045 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-06-22 04:28:49 -0400
bf9b702770Replaced button click demo. It seems to have been overwritten by something completely different so found an old version and updated it a bit.
PySimpleGUI
2020-06-22 04:28:29 -0400