Commit Graph

112 Commits

Author SHA1 Message Date
MikeTheWatchGuy f55bad148b Fix for wrapping text element correctly. Demo program updates. 2019-06-04 10:17:04 -04:00
MikeTheWatchGuy cfce279303 New Demos to show off debuggers! Renamed one demo program 2019-06-01 21:34:03 -04:00
MikeTheWatchGuy f2ac7d37bb Rework of Demo Debugger Integration + New Demo Debugger Button (experimental only) 2019-06-01 20:48:55 -04:00
MikeTheWatchGuy dcc4e86b9a Made the debugger launchable from a button 2019-05-25 12:34:33 -04:00
MikeTheWatchGuy 2c01c06580 Added window close at end to cleanup 2019-05-25 12:09:37 -04:00
MikeTheWatchGuy 9ab44d7e48 More Comments 2019-05-25 11:43:11 -04:00
MikeTheWatchGuy 4d756d58cb Refresh of debugger 2019-05-24 23:52:35 -04:00
MikeTheWatchGuy cf02da33c9 Added missing init call 2019-05-24 22:28:39 -04:00
MikeTheWatchGuy 7348cb67ba Release 3.30. New PySimpleGUIdebugger release to PyPI 2019-05-24 21:04:15 -04:00
MikeTheWatchGuy bf762e12b9 PySimpleGUI Debugger! Initial checkin 2019-05-24 08:51:17 -04:00
MikeTheWatchGuy a903936436 A lot of changes for the better! 2019-05-21 15:31:14 -04:00
MikeTheWatchGuy 8f939ebd91 New Demo Program - GUI interface to REPL + Watch list for variables and expressions 2019-05-20 11:16:59 -04:00
MikeTheWatchGuy 7f2d2e5ce8 Fix was needed to remove the -dl option. Dunno why, but now it works. 2019-05-20 10:49:23 -04:00
MikeTheWatchGuy e670157f71 Nioce colored blocks to show which bits of work are being executed 2019-05-19 10:33:58 -04:00
MikeTheWatchGuy c3c25bfd83 New Hello World Demos 2019-05-18 07:46:20 -04:00
MikeTheWatchGuy a37911616f
Merge branch 'master' into Dev-latest 2019-05-15 09:02:10 -04:00
MikeTheWatchGuy 0072cef950 Better coments. Uses "Work ID" concept 2019-05-15 08:58:03 -04:00
MikeTheWatchGuy 6acdac5a96 Better commenting and message passing with "Work ID" checks 2019-05-15 08:56:56 -04:00
MikeTheWatchGuy 8c20619b2a More cleanup. Added Popup button and code. Location strings 2019-05-14 20:59:12 -04:00
MikeTheWatchGuy d0ebb2bfa2 typo 2019-05-14 19:45:18 -04:00
MikeTheWatchGuy ce3abed7d1 Big assed comments 2019-05-14 19:40:16 -04:00
MikeTheWatchGuy 3ce0e8e300 Lots of comments 2019-05-14 17:40:30 -04:00
MikeTheWatchGuy e3286ae1f1 Added counter to demo 2019-05-14 14:38:56 -04:00
MikeTheWatchGuy 2887887385 New Demo program showing long tasks 2019-05-14 14:23:30 -04:00
MikeTheWatchGuy 73f0ebe02a Correctly handle transparent rectangles. Make Crosswork demo run on Web. 2019-05-09 10:12:38 -04:00
MikeTheWatchGuy f52f188b4f Option to run on PySimpleGUI or PySimpleGUIWeb, Added Slider display 2019-05-08 14:52:56 -04:00
MikeTheWatchGuy f898c60497 Updated to show 3 different frameworks work the same 2019-04-30 19:35:50 -04:00
MikeTheWatchGuy f3387fa186 Removed up and down arrows 2019-04-28 14:50:18 -04:00
MikeTheWatchGuy fc7a382af1 Added Output Element to window demonstraint multiple threads printing 2019-04-28 14:50:03 -04:00
MikeTheWatchGuy 5479f8cce9 NEW demo programs using PyGame 2019-04-28 14:47:26 -04:00
MikeTheWatchGuy e9128d5aa0 Added 2 players to game, added walls to demos 2019-04-28 12:31:47 -04:00
MikeTheWatchGuy 1af8de64f0 Initial Check-in 2019-04-26 11:32:21 -04:00
MikeTheWatchGuy c83d83eece Make tkinter version the default 2019-04-25 09:59:10 -04:00
MikeTheWatchGuy 25785a14b7 Reworked bouncing balls to have a kick 2019-04-24 20:20:39 -04:00
MikeTheWatchGuy 3c52eeb9ad Initial Checkin of pymunk 2D graphics demo 2019-04-22 19:22:56 -04:00
MikeTheWatchGuy 89e711984a Fixes to run on Remi 2019-04-20 18:39:59 -04:00
MikeTheWatchGuy 938f956aba Initial Checkin of Button Toggle Demo 2019-04-18 17:00:16 -04:00
MikeTheWatchGuy ebb7e7ec23 Brought up to date 2019-04-05 20:26:05 -04:00
MikeTheWatchGuy 2a43ed65ca Added a repl.it link to the top. 2019-04-05 11:41:53 -04:00
MikeTheWatchGuy da3176fb20 Initial Checkin of new callback demo 2019-04-04 14:39:02 -04:00
MikeTheWatchGuy 646966177f Made Window 1 a blocking Read 2019-03-31 10:25:13 -04:00
MikeTheWatchGuy 41d5b26cd1 A Next/Previoius design patttern 2019-03-31 10:04:33 -04:00
MikeTheWatchGuy a2df052a70 New table demo that uses a generated table rather than reading it 2019-03-19 11:53:03 -04:00
MikeTheWatchGuy 2340b1e82b Removed comment code that fails in 2.7 2019-03-09 15:09:13 -05:00
MikeTheWatchGuy bed31c7580 Added tons of comments, new itertools use, uses 3 threads now 2019-03-09 12:31:45 -05:00
MikeTheWatchGuy 305bcb3671
Revert "Allow custom icon to work via SetOptions" 2019-03-05 08:01:19 -05:00
MikeTheWatchGuy 4cdcda44ad
Merge pull request #1191 from PySimpleGUI/Dev-latest
Dev latest
2019-03-02 17:44:34 -05:00
MikeTheWatchGuy 1c46c3456b Process multiple messages at one time, timing changes 2019-03-02 17:43:47 -05:00
MikeTheWatchGuy 30342b7bea Compacted thread startup 2019-03-02 14:32:20 -05:00
MikeTheWatchGuy 23fc85d423
Merge pull request #1189 from PySimpleGUI/Dev-latest
New design pattern
2019-03-02 13:32:11 -05:00