PySimpleGUI
|
3f3b98d951
|
Rollback of None changes
|
2020-11-28 06:11:35 -05:00 |
PySimpleGUI
|
d826038b2e
|
Fixed compare with (None, JNone) and type comparisons
|
2020-11-25 13:43:29 -05:00 |
PySimpleGUI
|
658534c82a
|
Added readonly option to Spin. Added default_extension to FileSaveAs button. Now behaves like the popup_get_file. Defaults to '' so should have no impact on existing code.
|
2020-11-06 14:50:55 -05:00 |
PySimpleGUI
|
3feadf4448
|
Col alias, added theme_add_new,
|
2020-07-18 19:52:58 -04:00 |
PySimpleGUI
|
af6b1d36c3
|
Argument order change
|
2020-07-07 14:41:30 -04:00 |
PySimpleGUI
|
97061b3614
|
New Matplotlib Demo Programs for PySimpleGUIWeb
|
2020-07-06 16:25:00 -04:00 |
PySimpleGUI
|
9435bb6393
|
New Web Demo - Matplotlib Browser - shows plotting of a bunch of examples
|
2020-07-06 15:13:22 -04:00 |
PySimpleGUI
|
5e42607a57
|
NEW Matplotlib Demos for Web port
|
2020-07-06 11:18:59 -04:00 |
PySimpleGUI
|
83ec23b428
|
Added cprint, Multiline added write_only parameter, changed Graph.draw_image to use image_data property instead of calling set_image
|
2020-07-05 18:12:03 -04:00 |
PySimpleGUI
|
3c0a851cd5
|
Automatically add keys for Tables and Trees
|
2020-06-23 06:51:03 -04:00 |
PySimpleGUI
|
8a86b566ef
|
one_line_progress_meter - key parameter now defaults. No need to specify if you have only ONE meter going.
|
2020-06-23 06:08:13 -04:00 |
PySimpleGUI
|
46ee5a17e9
|
Added VSeparator (VSeperator was a spelling error... both are available so take your pick)
|
2020-06-14 04:59:05 -04:00 |
PySimpleGUI
|
5b4b1cfe49
|
Release 0.39.0
|
2020-06-06 17:14:05 -04:00 |
PySimpleGUI
|
d77f660ac6
|
Frame support (but no label yet). Display Remi version in the main() teest harness
|
2020-06-04 15:29:52 -04:00 |
PySimpleGUI
|
ca5b5ddd78
|
Addition of element_justification to Window. Column, Frame, Tab - works like the tkinter and Qt ports now!
|
2020-05-17 12:50:51 -04:00 |
PySimpleGUI
|
7fdb34d338
|
Release 0.38.0
|
2020-05-06 15:59:29 -04:00 |
PySimpleGUI
|
f4394b2c21
|
Added close parameter to Window.read
|
2020-04-21 12:41:38 -04:00 |
PySimpleGUI
|
0f92dc6252
|
Release 0.37.0
|
2020-04-15 20:46:32 -04:00 |
PySimpleGUI
|
1d81aac839
|
Fix for Graph element. Struggled after adding the new SvgSubcontainer widget
|
2020-04-14 15:39:25 -04:00 |
PySimpleGUI
|
ec1212526b
|
Fix for extra tab. Changed SvgGroup for SvgSubcontainer
|
2020-04-12 12:08:03 -04:00 |
PySimpleGUI
|
b5925a987d
|
print methods for Multiline elements, fix in move figure.
|
2020-03-06 13:16:18 -05:00 |
PySimpleGUI
|
501dd59194
|
Graph.draw_text - Convert Text to string, fix for flickering when using Image element
|
2020-03-01 13:32:14 -05:00 |
PySimpleGUI
|
29e8e0c239
|
Update readme.md
|
2020-02-26 11:09:05 -05:00 |
PySimpleGUI
|
8336bf3519
|
Fix for MultilineOutput not autoscrolling. Added print_to_element function.
|
2020-02-22 19:07:28 -05:00 |
PySimpleGUI
|
336ebe1070
|
Release 0.36.0
|
2020-02-20 20:18:14 -05:00 |
PySimpleGUI
|
23ce1bb6af
|
Fix for Image element not loading following a finalize.
|
2020-02-19 14:03:54 -05:00 |
PySimpleGUI
|
b62ad7cc1b
|
Removed set_layout_orientation call from Text element. Was crashing following Remi update.
|
2020-02-18 20:43:42 -05:00 |
PySimpleGUI
|
564e12a871
|
Release 0.35.0
|
2020-01-16 22:35:27 -05:00 |
PySimpleGUI
|
0ef4bdab7b
|
Fix for sliders, etc
|
2020-01-14 12:25:51 -05:00 |
PySimpleGUI
|
04ab2f5d1c
|
Release 0.34.0
|
2019-12-24 15:09:37 -05:00 |
PySimpleGUI
|
d7c0688382
|
Typo in new delimiter variable
|
2019-12-04 19:37:33 -05:00 |
PySimpleGUI
|
50dfbba145
|
BROWSE_FILES_DELIMETER global used to control the delimeter file BrowseFiles button
|
2019-12-04 19:25:04 -05:00 |
PySimpleGUI
|
4287ae2745
|
Release 0.33.0 Tons of themes, autoscroll parm for multiline output
|
2019-11-17 20:25:30 -05:00 |
PySimpleGUI
|
16f739e762
|
Fix for autoscrolling of Multiline and Output elements
|
2019-11-08 12:28:07 -05:00 |
PySimpleGUI
|
7e6069a16b
|
Release 0.31.0
|
2019-11-06 18:31:04 -05:00 |
PySimpleGUI
|
523596197a
|
Added back the Output Element
|
2019-11-06 11:12:56 -05:00 |
PySimpleGUI
|
a2443c63ad
|
Fixed flicker problem!!! Updated all of the PySimpleGUIWeb demos
|
2019-10-30 14:35:01 -04:00 |
PySimpleGUI
|
cb0747bd40
|
Merge pull request #2088 from PySimpleGUI/Dev-latest
Tried to fix loading of image file problem.
|
2019-10-17 15:17:41 -04:00 |
PySimpleGUI
|
ae525a9abd
|
Tried to fix loading of image file problem.
|
2019-10-17 15:17:13 -04:00 |
PySimpleGUI
|
8bcb3255ea
|
Merge pull request #2070 from PySimpleGUI/Dev-latest
Dev latest
|
2019-10-12 14:04:06 -04:00 |
PySimpleGUI
|
fa8de0e8f1
|
version bump
|
2019-10-12 14:02:44 -04:00 |
PySimpleGUI
|
c70999be76
|
Fixed problem of multiline out having no return value
|
2019-10-12 14:01:18 -04:00 |
PySimpleGUI
|
c8617888af
|
Merge pull request #2054 from PySimpleGUI/Dev-latest
Dev latest
|
2019-10-07 18:09:13 -04:00 |
PySimpleGUI
|
b9640649fe
|
Version bump for prior changes
|
2019-10-07 18:08:55 -04:00 |
PySimpleGUI
|
18ce3337e6
|
Fix for flickering image in OpenCV demos!!!!
|
2019-10-07 18:08:06 -04:00 |
PySimpleGUI
|
eba31e79e7
|
Merge pull request #1975 from PySimpleGUI/Dev-latest
The text parm of the Text element is now OPTIONAL. The default is ''.
|
2019-09-16 16:01:35 -04:00 |
MikeTheWatchGuy
|
97db1d9cd4
|
The text parm of the Text element is now OPTIONAL. The default is ''.
|
2019-09-16 16:01:03 -04:00 |
PySimpleGUI
|
eb7eb5b7cf
|
Merge pull request #1953 from PySimpleGUI/Dev-latest
NEW Element metadata (Element.metadata)
|
2019-09-10 15:50:11 -04:00 |
MikeTheWatchGuy
|
4b6a574cff
|
NEW Element metadata (Element.metadata)
|
2019-09-10 15:49:49 -04:00 |
PySimpleGUI
|
7fd3686a3c
|
Merge pull request #1918 from PySimpleGUI/Dev-latest
Dev latest
|
2019-09-03 20:17:15 -04:00 |