Commit Graph

2950 Commits

Author SHA1 Message Date
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
PySimpleGUI 04ebf34d21 Added new User Defined Element function, lots of comments 2019-09-21 15:18:12 -04:00
PySimpleGUI d2128692e7
Merge pull request #2011 from PySimpleGUI/Dev-latest
Renamed function
2019-09-21 14:59:47 -04:00
PySimpleGUI 8adb35e0e2 Renamed function 2019-09-21 14:59:29 -04:00
PySimpleGUI ffbd61e89c
Merge pull request #2010 from PySimpleGUI/Dev-latest
Updated to use the more "modern constructs". Changed how keys are named.
2019-09-21 14:56:37 -04:00
PySimpleGUI 6c8ddbd93c Updated to use the more "modern constructs". Changed how keys are named. 2019-09-21 14:56:17 -04:00
PySimpleGUI 2cf84deda4
Merge pull request #2009 from PySimpleGUI/Dev-latest
Dev latest
2019-09-20 17:31:22 -04:00
PySimpleGUI f7deaadf97 Refreshing demos. Updating to use newer techniques 2019-09-20 17:31:00 -04:00
PySimpleGUI e5e1021516 Discovered OLD code! Was using ReadButton! 2019-09-20 16:59:15 -04:00
PySimpleGUI 8ffd832ead
Merge pull request #2008 from PySimpleGUI/Dev-latest
Now sets TKrootDestroyed when user closes window. window.get_screen_d…
2019-09-20 13:49:41 -04:00
PySimpleGUI 1d4ca6696f Now sets TKrootDestroyed when user closes window. window.get_screen_dimensions will call get_screen_size is window was closed / destroyed 2019-09-20 13:49:10 -04:00
PySimpleGUI 0eef532517
Merge pull request #2007 from PySimpleGUI/Dev-latest
New Class Method.  Window.get_screen_size() returns tuple. Can be cal…
2019-09-20 13:15:07 -04:00
PySimpleGUI d3a146d436 New Class Method. Window.get_screen_size() returns tuple. Can be called any time. No previous window needed. 2019-09-20 13:14:45 -04:00
PySimpleGUI cf4cf63b2f
Merge pull request #2006 from PySimpleGUI/Dev-latest
Dev latest
2019-09-20 13:10:09 -04:00
PySimpleGUI 627fda3ae0 Forgot version bump 2019-09-20 13:09:48 -04:00
PySimpleGUI d4940296f1 Fixed bug / typo. Was in the middle of making a change and had not finished it before checking in! DOH!! 2019-09-20 13:08:58 -04:00
PySimpleGUI 5f34a27f7a
Merge pull request #2003 from PySimpleGUI/Dev-latest
Added Element.set_size method enabling the resizing of any element.  …
2019-09-20 11:32:43 -04:00
PySimpleGUI 338b16652d Added Element.set_size method enabling the resizing of any element. Removed import * restriction 2019-09-20 11:32:21 -04:00
PySimpleGUI 7178dd4466
Merge pull request #1995 from PySimpleGUI/Dev-latest
Simplified code
2019-09-19 15:52:45 -04:00
PySimpleGUI 86805e9ebe Simplified code 2019-09-19 15:52:26 -04:00
PySimpleGUI 4cb97d2226
Merge pull request #1993 from PySimpleGUI/Dev-latest
Dev latest
2019-09-19 13:33:15 -04:00
PySimpleGUI 3b24d8921e Update of ALL Matplotlib demos so they run on 3.1. Brought up to date too. 2019-09-19 13:32:25 -04:00
PySimpleGUI 6f02fb4a54 Updated, removed the force_toplevel in Window as it doesn't seem to be needed anymore. 2019-09-19 11:57:11 -04:00
PySimpleGUI 2ca670569b
Merge pull request #1992 from PySimpleGUI/Dev-latest
Updated to work with 3.1.1
2019-09-19 11:25:02 -04:00
PySimpleGUI ec78bd3327 Updated to work with 3.1.1 2019-09-19 11:24:40 -04:00