Commit Graph

2611 Commits

Author SHA1 Message Date
MikeTheWatchGuy e9128d5aa0 Added 2 players to game, added walls to demos 2019-04-28 12:31:47 -04:00
MikeTheWatchGuy d21e2a0310
Merge pull request #1349 from PySimpleGUI/Dev-latest
Dev latest
2019-04-26 11:32:50 -04:00
MikeTheWatchGuy 1af8de64f0 Initial Check-in 2019-04-26 11:32:21 -04:00
MikeTheWatchGuy 647df41a4d Release 0.25.0 2019-04-25 18:07:05 -04:00
MikeTheWatchGuy 9389982c8a
Merge pull request #1346 from PySimpleGUI/Dev-latest
Dev latest
2019-04-25 17:29:36 -04:00
MikeTheWatchGuy 25818a77c8 Fix for DrawImage! Can now draw both file and base64! 2019-04-25 17:28:56 -04:00
MikeTheWatchGuy c83d83eece Make tkinter version the default 2019-04-25 09:59:10 -04:00
MikeTheWatchGuy 4ede81edaf
Merge pull request #1341 from PySimpleGUI/Dev-latest
Reworked bouncing balls to have a kick
2019-04-24 20:21:07 -04:00
MikeTheWatchGuy 25785a14b7 Reworked bouncing balls to have a kick 2019-04-24 20:20:39 -04:00
MikeTheWatchGuy 9e3ad69455
Merge pull request #1340 from PySimpleGUI/Dev-latest
Dev latest
2019-04-24 13:55:28 -04:00
MikeTheWatchGuy ffaba464aa Release 0.26 type fixed. Removed version from front off file. 2019-04-24 13:55:06 -04:00
MikeTheWatchGuy 83e38e793a Fix for System Tray .Close. Should be calling self.Hide. 2019-04-24 13:54:12 -04:00
MikeTheWatchGuy 09adafe935
Merge pull request #1337 from PySimpleGUI/Dev-latest
Dev latest
2019-04-23 19:31:32 -04:00
MikeTheWatchGuy a1696a2f02 Release 0.24.0 2019-04-23 19:31:10 -04:00
MikeTheWatchGuy ffe93c0692 Adds RelocateFigure 2019-04-23 14:11:42 -04:00
MikeTheWatchGuy 791cba2229
Merge pull request #1335 from PySimpleGUI/Dev-latest
Dev latest
2019-04-23 11:12:07 -04:00
MikeTheWatchGuy bb4cf86e95 Added Up, Down, Left, Right buttons 2019-04-23 11:11:34 -04:00
MikeTheWatchGuy 527cefff62 Fix for DrawRectangle. Added Up, Down, Left, Right buttons 2019-04-23 11:09:41 -04:00
MikeTheWatchGuy a57d995717
Merge pull request #1334 from PySimpleGUI/Dev-latest
Dev latest
2019-04-22 19:24:55 -04:00
MikeTheWatchGuy d34d5612b4 Initial checkin of pymunk 2D graphics integration 2019-04-22 19:24:05 -04:00
MikeTheWatchGuy 3c52eeb9ad Initial Checkin of pymunk 2D graphics demo 2019-04-22 19:22:56 -04:00
MikeTheWatchGuy e5305422ce
Merge pull request #1333 from PySimpleGUI/Dev-latest
Dev latest
2019-04-22 18:47:52 -04:00
MikeTheWatchGuy ade14f9456 readme.md updated from https://stackedit.io/ 2019-04-22 18:46:54 -04:00
MikeTheWatchGuy 151c418abf readme.md updated from https://stackedit.io/ 2019-04-22 18:46:26 -04:00
MikeTheWatchGuy dc1d1428ee readme.md updated from https://stackedit.io/ 2019-04-22 18:44:47 -04:00
MikeTheWatchGuy ee38171235 readme.md updated from https://stackedit.io/ 2019-04-22 18:43:11 -04:00
MikeTheWatchGuy 9a31632ce2 readme.md updated from https://stackedit.io/ 2019-04-22 18:41:33 -04:00
MikeTheWatchGuy fe9d880e75 docs/index.md updated from https://stackedit.io/ 2019-04-22 18:39:55 -04:00
MikeTheWatchGuy bb9cefd0e4 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-04-22 18:39:48 -04:00
MikeTheWatchGuy cb36472a9a PySimpleGUIQt/readme.md updated from https://stackedit.io/ 2019-04-22 18:39:46 -04:00
MikeTheWatchGuy 2dfe77da2e PySimpleGUIWx/readme.md updated from https://stackedit.io/ 2019-04-22 18:39:43 -04:00
MikeTheWatchGuy ae67c29924 readme.md updated from https://stackedit.io/ 2019-04-22 18:39:41 -04:00
MikeTheWatchGuy ca0352589a More graphing primitive work 2019-04-21 20:12:37 -04:00
MikeTheWatchGuy deb1f0aee1 New RelocateFigure method for Graph Element 2019-04-21 20:11:53 -04:00
MikeTheWatchGuy 23c6e89c8b Release 0.23.0 PySimpleGUIWeb 2019-04-21 16:06:39 -04:00
MikeTheWatchGuy f4bb4e8519
Merge pull request #1331 from PySimpleGUI/Dev-latest
Changed Image Element to use SuperImage class
2019-04-20 20:50:18 -04:00
MikeTheWatchGuy 6a8680db8b Changed Image Element to use SuperImage class 2019-04-20 20:49:55 -04:00
MikeTheWatchGuy 2911aab379
Merge pull request #1330 from PySimpleGUI/Dev-latest
Implemented the Erase method for Graph Element
2019-04-20 18:45:55 -04:00
MikeTheWatchGuy fbf6bf9644 Implemented the Erase method for Graph Element 2019-04-20 18:45:24 -04:00
MikeTheWatchGuy d2e2abd03e
Merge pull request #1329 from PySimpleGUI/Dev-latest
Dev latest
2019-04-20 18:41:44 -04:00
MikeTheWatchGuy 2875ebf23e Graph element added!! 2019-04-20 18:41:21 -04:00
MikeTheWatchGuy 89e711984a Fixes to run on Remi 2019-04-20 18:39:59 -04:00
MikeTheWatchGuy 7ede786584
Merge pull request #1326 from PySimpleGUI/Dev-latest
Horizontal Separater Element added!
2019-04-19 17:52:32 -04:00
MikeTheWatchGuy b16af75760 Horizontal Separater Element added! 2019-04-19 17:39:24 -04:00
MikeTheWatchGuy 18885771e1
Merge pull request #1325 from PySimpleGUI/Dev-latest
Added VerticalSeparator Element!
2019-04-19 16:50:29 -04:00
MikeTheWatchGuy d4cd447163 Added VerticalSeparator Element! 2019-04-19 16:49:13 -04:00
MikeTheWatchGuy f408170d94
Merge pull request #1321 from PySimpleGUI/Dev-latest
Initial Checkin of Button Toggle Demo
2019-04-18 17:00:49 -04:00
MikeTheWatchGuy 938f956aba Initial Checkin of Button Toggle Demo 2019-04-18 17:00:16 -04:00
MikeTheWatchGuy faafdb914b
Merge pull request #1317 from PySimpleGUI/Dev-latest
Dev latest
2019-04-16 11:20:17 -04:00
MikeTheWatchGuy 2fdb70b4dc Mass release of all ports 2019-04-16 11:19:57 -04:00