Commit graph

248 commits

Author SHA1 Message Date
PySimpleGUI
82adab524e Updated docs to use the new docstring for fonts that are not yet released to pypi, but are on GitHub. 2021-08-11 13:07:52 -04:00
PySimpleGUI
69f12cc568 Release 4.46.0 2021-08-10 17:40:53 -04:00
PySimpleGUI
436cb397ce Release 4.45.0 2021-06-21 09:48:10 -04:00
PySimpleGUI
8a269efc61 Release 4.44.0 2021-06-13 12:45:50 -04:00
PySimpleGUI
d3cb3f74c2 Release 4.43.0 2021-05-23 20:14:46 -04:00
PySimpleGUI
06be391d11 Release 4.42.0 2021-05-23 14:07:50 -04:00
PySimpleGUI
df428c0526 Fix for bad table 2021-05-12 19:31:33 -04:00
PySimpleGUI
35efc51149 Release 4.41.0 2021-05-12 19:04:51 -04:00
PySimpleGUI
33178fe29f Release 4.40.0 2021-04-26 17:07:31 -04:00
PySimpleGUI
b408faf0eb Release 4.39.0 2021-04-11 18:51:27 -04:00
PySimpleGUI
49f47126a0
Merge branch 'master' into Dev-latest 2021-03-21 18:31:10 -04:00
PySimpleGUI
c175416d0b Release 4.,38.0 2021-03-21 18:29:01 -04:00
PySimpleGUI
7a61d114c3
Merge pull request #4088 from PySimpleGUI/Dev-latest
Added section on handling window closed events.   Now includes descri…
2021-03-21 10:09:44 -04:00
PySimpleGUI
7e822d849e Added section on handling window closed events. Now includes description of how to use the enable_close_attempted_event parameter. 2021-03-21 10:09:29 -04:00
PySimpleGUI
c601f1a249
Merge pull request #4055 from PySimpleGUI/Dev-latest
Release 4.37.0
2021-03-15 16:39:19 -04:00
PySimpleGUI
bf764aa1e1 Release 4.37.0 2021-03-15 16:39:00 -04:00
PySimpleGUI
17faff6f47
Merge pull request #3998 from PySimpleGUI/Dev-latest
Dev latest
2021-03-03 16:10:53 -05:00
PySimpleGUI
e2c98a26ac Release 4.35.0 2021-03-03 16:10:27 -05:00
PySimpleGUI
11ed2d91f5
Merge pull request #3862 from PySimpleGUI/Dev-latest
Dev latest
2021-02-01 17:19:54 -05:00
PySimpleGUI
4c62d703e9 Addition of available bindings. Removed old popup calls 2021-02-01 17:16:25 -05:00
Jason Yang
4dfdfe9eaa
Update for some code not indented correctly. 2021-01-26 17:57:05 +08:00
PySimpleGUI
be146822c2 Release 4.34.0 2021-01-18 14:43:33 -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
e4a9b59ca5 Addition of Cursor list and calls. Fix for return types in call reference doc 2021-01-11 14:54:14 -05:00
PySimpleGUI
ea445e126b Release 4.33.0 (Welcome 2021!!) 2021-01-02 16:41:51 -05:00
PySimpleGUI
150f837767 New image 2020-12-26 14:12:08 -05:00
PySimpleGUI
aa08b84187 Release 4.32.1 2020-11-17 14:06:37 -05:00
PySimpleGUI
47e2322684 Release 4.32.0 2020-11-17 13:49:15 -05:00
PySimpleGUI
1ec6e6b1ff Release 4.31.0 2020-11-13 11:57:13 -05:00
PySimpleGUI
7e05146400 Release 4.30.0 2020-10-15 16:43:32 -04:00
PySimpleGUI
154ea792ae Release 4.29.0 2020-08-25 16:56:55 -04:00
PySimpleGUI
523af47883 Release 4.28.0 2020-08-03 15:53:50 -04:00
PySimpleGUI
6f8b276f42 Release 4.27.4 2020-08-03 06:02:09 -04:00
PySimpleGUI
a629760ce8 Release 4.27.1 2020-08-03 05:35:10 -04:00
PySimpleGUI
b5c0bd735d Documented the new Window.write_event_value, new key error recovery 2020-07-28 14:36:23 -04:00
PySimpleGUI
4ac42af3ce Added the missing reroute_stdout_to_here, restore, etc call references. 2020-07-19 16:40:47 -04:00
PySimpleGUI
e6d0eca440 Release 4.26.0 2020-07-18 15:34:48 -04:00
PySimpleGUI
934cea5881 Release 4.25.0 2020-07-17 14:23:47 -04:00
PySimpleGUI
3fbdf1ffe4 Release 4.24.0 - addition of new set_options parameter to control patching of treeview color problem for tk 8.6.9 2020-07-03 15:05:26 -04:00
PySimpleGUI
10ec39bc85 Release 4.23.0 2020-07-03 09:26:51 -04:00
PySimpleGUI
6ed8a4d429 Release 4.22.0 2020-06-28 10:33:02 -04:00
PySimpleGUI
c42d957329 Release 4.21.0 2020-06-27 15:38:17 -04:00
PySimpleGUI
0676274923 Clarification 2020-06-09 05:57:41 -04:00
PySimpleGUI
c272f1e29d Fixed (I hope) terribly written parageraph about reading the documentation. 2020-06-08 06:55:32 -04:00
PySimpleGUI
fdbd8d700a Release 4.20.0 2020-06-06 16:46:09 -04:00
PySimpleGUI
ff494a9564 Updated docs to include link over to the new Call Reference 2020-05-19 20:04:27 -04:00
PySimpleGUI
a46fde5e46 Split Readme (YES!) New Call Reference document. Readme changed to use WIN_CLOSED constant 2020-05-16 12:54:28 -04:00
PySimpleGUI
8173d384e4 Release 4.19.0 2020-05-05 08:45:19 -04:00
PySimpleGUI
807cd4e8f2 Changed animated GIFs into PNGs to try and speed up loading 2020-03-27 13:20:46 -04:00
PySimpleGUI
6d141100c5 Release 4.18.0 2020-03-26 09:42:58 -04:00