Commit Graph

3039 Commits

Author SHA1 Message Date
PySimpleGUI 37c8349b49 Added line_width to Graph.DrawRectangle. tk.PhotoImage can be passed in data parm to Image.update 2019-11-07 09:50:10 -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 9582d017b0 Fixed missing "," typo 2019-11-05 23:32:34 -05:00
PySimpleGUI 309c9d50e2 Release 4.5.0 2019-11-05 20:01:30 -05:00
PySimpleGUI 460b4c95e2 Pre-release of release 4.5.0 - removed experimental Mac buttons, fix for choosing icons / icons on Linux 2019-11-05 09:36:01 -05:00
PySimpleGUI bcdc930b7a Fixed range parm on Slider.Update. Was only changing if value changed too. Now independent. 2019-11-04 15:05:11 -05:00
PySimpleGUI 31b8f42586 Fix for BrowseFiles button, added range to Slider update 2019-11-04 14:56:39 -05:00
PySimpleGUI a1e77bc18a Quick update to compress a little and changed a couple of PSG coding convention things 2019-10-31 08:31:15 -04:00
PySimpleGUI 919b4622ea Addeed back in the code to change pointer to a hand 2019-10-30 22:44:06 -04:00
PySimpleGUI d9c2596cc4 Added Linux support 2019-10-30 14:48:18 -04:00
PySimpleGUI 40aec7c1d7 New Demo Program - A simple VLC based media player 2019-10-30 14:35:22 -04:00
PySimpleGUI a2443c63ad Fixed flicker problem!!! Updated all of the PySimpleGUIWeb demos 2019-10-30 14:35:01 -04:00
PySimpleGUI f0e1642437 New demo program! Displays a fade in/out Notification Window with an Icon 2019-10-29 05:14:18 -04:00
PySimpleGUI 10c77bceb6 Version number bump 2019-10-27 09:08:25 -04:00
PySimpleGUI 7d9486eb27 Merge branch 'Dev-latest' of https://github.com/MikeTheWatchGuy/PySimpleGUI into Dev-latest 2019-10-27 09:07:22 -04:00
PySimpleGUI ca16fbc4e6 Added text, background colors to Input element update, added value parm to Frame element update, Window deletes self when close called (risky???) 2019-10-27 09:07:15 -04:00
PySimpleGUI 0451468460
Merge branch 'master' into Dev-latest 2019-10-23 16:12:18 -04:00
PySimpleGUI 7f52778bcc Major update of all demo programs to use new PEP8 bindings, etc 2019-10-23 16:10:03 -04:00
PySimpleGUI a42240cad9
Merge pull request #2092 from PySimpleGUI/Dev-latest
Added 5 extra pixels to window size when creating to stop clipping fr…
2019-10-20 09:17:22 -04:00
PySimpleGUI 3f7c87c562 Added 5 extra pixels to window size when creating to stop clipping from happening. Was at 5 pixels, changed to 10. 2019-10-19 10:18:57 -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 7d9917ff44
Merge pull request #2076 from PySimpleGUI/Dev-latest
Combo no longer defaults to first value
2019-10-14 09:44:29 -04:00
PySimpleGUI 915e07a075 Combo no longer defaults to first value 2019-10-14 09:44:05 -04:00
PySimpleGUI 126ad571bb
Merge pull request #2073 from PySimpleGUI/Dev-latest
Dev latest
2019-10-13 15:14:37 -04:00
PySimpleGUI 2c53a593fe Refresh of Graph Element demos 2019-10-13 15:14:17 -04:00
PySimpleGUI 52e9852c4f Fix for Radio Buttons not being correct after loading from disk, Experimental Finalize that calls read(timeout=1) 2019-10-13 15:13:42 -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 737bfc7b4c
Merge pull request #2062 from PySimpleGUI/Dev-latest
Fix bad link to demos, Latest PySimpleGUI calls.
2019-10-08 21:15:22 -04:00
PySimpleGUI f157131a73 Fix bad link to demos, Latest PySimpleGUI calls. 2019-10-08 21:15:00 -04:00
PySimpleGUI 796c69f088
Merge pull request #2060 from PySimpleGUI/Dev-latest
Update PySimpleGUIWx.py
2019-10-08 17:58:36 -04:00
PySimpleGUI f8543f8713 Update PySimpleGUIWx.py 2019-10-08 17:58:12 -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 ccc3021268
Merge pull request #2053 from PySimpleGUI/Dev-latest
Refreshed Menu Demo
2019-10-07 16:37:20 -04:00
PySimpleGUI 7f1584d97e Refreshed Menu Demo 2019-10-07 16:37:01 -04:00
PySimpleGUI f3330e858c
Merge pull request #2051 from PySimpleGUI/Dev-latest
New Element method!!  expand(expand_x, expand_y).  Paramters are bools.
2019-10-06 17:06:38 -04:00
PySimpleGUI b9a161acc5 New Element method!! expand(expand_x, expand_y). Paramters are bools. 2019-10-06 17:06:18 -04:00
PySimpleGUI 0ece721182
Merge pull request #2046 from PySimpleGUI/Dev-latest
Create Demo_Column_And_Frames.py
2019-10-02 23:29:29 -04:00
PySimpleGUI 48eea5464c Create Demo_Column_And_Frames.py 2019-10-02 23:29:07 -04:00
PySimpleGUI 1e4e6612f1
Merge pull request #2045 from PySimpleGUI/Dev-latest
Enable SetGlobalIcon to be a base64 byte string in addition to a file…
2019-10-02 23:12:11 -04:00
PySimpleGUI 5cb8fe18c1 Enable SetGlobalIcon to be a base64 byte string in addition to a filename. Fixed window icon logic to choose correct default 2019-10-02 23:11:50 -04:00
PySimpleGUI 4a356a6fa6
Merge pull request #2044 from PySimpleGUI/Dev-latest
Updated Timer Demos and added 4-line OpenCV demo
2019-10-02 21:14:57 -04:00
PySimpleGUI 91fe043c11 Updated Timer Demos and added 4-line OpenCV demo 2019-10-02 21:13:58 -04:00
PySimpleGUI b37ff7b86e
Merge pull request #2040 from PySimpleGUI/Dev-latest
Version 0.13.0 (finally) Released
2019-10-01 09:22:51 -04:00
PySimpleGUI f50a9a0bf4 Version 0.13.0 (finally) Released 2019-10-01 09:22:24 -04:00