Commit Graph

209 Commits

Author SHA1 Message Date
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 f0e1642437 New demo program! Displays a fade in/out Notification Window with an Icon 2019-10-29 05:14:18 -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 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 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 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 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 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 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 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
PySimpleGUI ec1380f5a8
Merge pull request #1989 from PySimpleGUI/Dev-latest
cleanup to more recent constructs
2019-09-18 20:16:04 -04:00
PySimpleGUI 7e972b5277 cleanup to more recent constructs 2019-09-18 20:15:45 -04:00
PySimpleGUI 96438e10d6
Merge pull request #1988 from PySimpleGUI/Dev-latest
Updated to work with Matplotlib 3.1.1
2019-09-18 20:08:18 -04:00
PySimpleGUI ef138509ac Updated to work with Matplotlib 3.1.1 2019-09-18 20:07:57 -04:00
PySimpleGUI a3b6b973e2
Merge pull request #1971 from PySimpleGUI/Dev-latest
New demo program to enable you to quickly test out the different look…
2019-09-14 20:25:35 -04:00
MikeTheWatchGuy f0f4dcb92e New demo program to enable you to quickly test out the different look and feel settings 2019-09-14 20:25:17 -04:00
PySimpleGUI e8f8d16e5a
Merge pull request #1969 from PySimpleGUI/Dev-latest
New demo program - demonstrates how to make a "rubber band" rectangle…
2019-09-14 11:36:41 -04:00
MikeTheWatchGuy 9e62a74af5 New demo program - demonstrates how to make a "rubber band" rectangle where you click and drag to draw it 2019-09-14 11:36:20 -04:00
PySimpleGUI e98912e0cc
Merge pull request #1939 from PySimpleGUI/Dev-latest
New demo program that shows how to use Graph Element to draw a visual…
2019-09-07 09:20:26 -04:00
MikeTheWatchGuy 7c723133e0 New demo program that shows how to use Graph Element to draw a visualizer for sorts 2019-09-07 09:20:07 -04:00
PySimpleGUI cd9d4c34be
Merge pull request #1927 from PySimpleGUI/Dev-latest
Moved print to event loop
2019-09-05 10:27:39 -04:00
MikeTheWatchGuy 221d376f10 Moved print to event loop 2019-09-05 10:27:19 -04:00
PySimpleGUI 5f27da5a8d
Merge pull request #1923 from PySimpleGUI/Dev-latest
Initial checkin
2019-09-04 16:39:24 -04:00
MikeTheWatchGuy 221e0ab88e Initial checkin 2019-09-04 16:39:01 -04:00
PySimpleGUI bc8bfa9bf8
Merge pull request #1921 from PySimpleGUI/Dev-latest
Multiple Choice Test generated layout added
2019-09-04 12:06:33 -04:00