Commit Graph

2874 Commits

Author SHA1 Message Date
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
PySimpleGUI 950b04241b
Merge pull request #2038 from PySimpleGUI/Dev-latest
Fix for crash in PopupGetFile if clicking cancel with no_window set t…
2019-09-30 21:13:01 -04:00
PySimpleGUI d068c2d54e Fix for crash in PopupGetFile if clicking cancel with no_window set to True 2019-09-30 21:12:40 -04:00
PySimpleGUI e8819d26d1
Merge pull request #2035 from PySimpleGUI/Dev-latest
Removed support for PyQt5
2019-09-29 17:17:21 -04:00
PySimpleGUI f8cd963503 Removed support for PyQt5 2019-09-29 17:16:59 -04:00
PySimpleGUI 8165095ed6
Merge pull request #2028 from PySimpleGUI/Dev-latest
New element method for button rebinding. Bind destination should be E…
2019-09-26 19:47:19 -04:00
PySimpleGUI d1d48a17b2 New element method for button rebinding. Bind destination should be Element.ButtonReboundCallback. 2019-09-26 19:46:58 -04:00
PySimpleGUI 18c672d131
Merge pull request #2026 from PySimpleGUI/Dev-latest
Fix for Print crash. Added get_size, hide_row, unhide_row for all ele…
2019-09-26 17:03:50 -04:00
PySimpleGUI f1b5aa29d3 Fix for Print crash. Added get_size, hide_row, unhide_row for all elements. 2019-09-26 17:03:18 -04:00
PySimpleGUI 802cae6f23
Merge pull request #2022 from PySimpleGUI/Dev-latest
Cleanup imports
2019-09-25 16:33:52 -04:00
PySimpleGUI 392c5a94d3 Cleanup imports 2019-09-25 15:24:54 -04:00
PySimpleGUI 16e30c2610
Merge pull request #2018 from PySimpleGUI/Dev-latest
Implemented background color for Menus
2019-09-24 17:01:55 -04:00
PySimpleGUI 830ed2a526 Implemented background color for Menus 2019-09-24 17:01:35 -04:00
PySimpleGUI d7df9254cc
Merge pull request #2013 from PySimpleGUI/Dev-latest
New demo program that simulates callbacks using a dictionary
2019-09-23 12:10:35 -04:00
PySimpleGUI 8f6db74f83 New demo program that simulates callbacks using a dictionary 2019-09-23 12:10:10 -04:00
PySimpleGUI 892b535fe7
Merge pull request #2012 from PySimpleGUI/Dev-latest
Added new User Defined Element function, lots of comments
2019-09-21 15:18:32 -04:00