Commit Graph

128 Commits

Author SHA1 Message Date
MikeTheWatchGuy 548c69317c Fixed DrawRectangle, still struggleing with DeleteFigure 2019-05-07 15:18:06 -04:00
MikeTheWatchGuy 7200da430a Changed icon from string to bytes (again), changed load function to look at image_Data and determine if need to decode base 64, fix in DrawRectangle, Mouse clicks in Graph Elem, New FindElement technique using new key dict, experiment in trying to catch Remi asserts, 2019-05-05 10:19:00 -04:00
MikeTheWatchGuy d4cd9d7e8d Graph Element mouse stuff (drag and clicks). Expanded Update function parms for backwards compat 2019-05-03 14:25:25 -04:00
MikeTheWatchGuy c3ab73a80d Returns keyboard events! Turned off all logging. Refactored so that first window and following window uses same code 2019-04-30 19:34:28 -04:00
MikeTheWatchGuy 647df41a4d Release 0.25.0 2019-04-25 18:07:05 -04:00
MikeTheWatchGuy 25818a77c8 Fix for DrawImage! Can now draw both file and base64! 2019-04-25 17:28:56 -04:00
MikeTheWatchGuy 25785a14b7 Reworked bouncing balls to have a kick 2019-04-24 20:20:39 -04:00
MikeTheWatchGuy a1696a2f02 Release 0.24.0 2019-04-23 19:31:10 -04:00
MikeTheWatchGuy 527cefff62 Fix for DrawRectangle. Added Up, Down, Left, Right buttons 2019-04-23 11:09:41 -04:00
MikeTheWatchGuy d34d5612b4 Initial checkin of pymunk 2D graphics integration 2019-04-22 19:24:05 -04:00
MikeTheWatchGuy bb9cefd0e4 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-04-22 18:39:48 -04:00
MikeTheWatchGuy ca0352589a More graphing primitive work 2019-04-21 20:12:37 -04:00
MikeTheWatchGuy 23c6e89c8b Release 0.23.0 PySimpleGUIWeb 2019-04-21 16:06:39 -04:00
MikeTheWatchGuy 6a8680db8b Changed Image Element to use SuperImage class 2019-04-20 20:49:55 -04:00
MikeTheWatchGuy 2875ebf23e Graph element added!! 2019-04-20 18:41:21 -04:00
MikeTheWatchGuy 2fdb70b4dc Mass release of all ports 2019-04-16 11:19:57 -04:00
MikeTheWatchGuy 03e6310834 Mass update for Window Layout Change 2019-04-11 18:20:26 -04:00
MikeTheWatchGuy a87a5d0529 Release 0.21.0 2019-04-10 18:42:05 -04:00
MikeTheWatchGuy 5fbb29c82d Output Element done!! Plus more! Release 0.20.0 2019-04-07 19:23:30 -04:00
MikeTheWatchGuy 3feae16aed Merge branch 'Dev-latest' of https://github.com/MikeTheWatchGuy/PySimpleGUI into Dev-latest 2019-04-02 11:37:22 -04:00
MikeTheWatchGuy 816a7341c5 New shortcut functions Button - B, Btn, Butt. InputText - I. Button Text converted to string when initialized 2019-04-02 11:37:16 -04:00
MikeTheWatchGuy e5eb7455c1 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-04-01 17:18:14 -04:00
MikeTheWatchGuy 920cecd897 Release 0.19.0 2019-03-23 17:04:48 -04:00
MikeTheWatchGuy 0747441df6 BIG CHANGE do_not_clear defaults to TRUE now :-) Enjoy! 2019-03-21 08:42:56 -04:00
MikeTheWatchGuy f7e563c81b Release 0.18.0, Updated Demo Programs 2019-03-15 10:03:43 -04:00
MikeTheWatchGuy 97c717d67c Added more to the list of stuff completed 2019-03-14 22:29:09 -04:00
MikeTheWatchGuy a130079059 Initial Checkin 2019-03-14 22:28:49 -04:00
MikeTheWatchGuy b23b48a44f Release 0.17.0 - row_header_text added to Table, lots more work on Tables 2019-03-14 22:25:01 -04:00
MikeTheWatchGuy 65a6edcf50 Completed the Multiline Output Scrolling stuff. Table now returns "selected" row (clicked on row) 2019-03-14 12:51:49 -04:00
MikeTheWatchGuy 56205903c3 Fix for appending text when Updating a Multiline Output Element (thanks Davide!) 2019-03-14 11:11:23 -04:00
MikeTheWatchGuy f7f1c0fba3 Table Support! (limited). Release 0.16.0 2019-03-13 22:21:18 -04:00
MikeTheWatchGuy 22c3696e5a Table - Limited support, removed CloseButton from internally made windows like popup 2019-03-13 20:53:01 -04:00
MikeTheWatchGuy 0a1dabe636 Version 0.15.0 - Turned off multiple instance by default 2019-03-05 11:17:01 -05:00
MikeTheWatchGuy df71cef568 Release 0.13.0 - Adds ability to set the multiple_instance parameter when starting Remi. 2019-03-05 10:54:33 -05:00
MikeTheWatchGuy bcd426684d Release 0.12.0 2019-02-28 11:29:47 -05:00
MikeTheWatchGuy 4fa2a7bfbf Release 0.11.0 2019-02-25 14:57:32 -05:00
MikeTheWatchGuy 03d9c2dde4 Initial check-in of a bunch of demo programs 2019-02-25 12:58:12 -05:00
MikeTheWatchGuy 4c0f0bbabb Update slider range, exposed all Remi startup parameters through window call. 2019-02-24 18:27:32 -05:00
MikeTheWatchGuy bf41ebdf76 Release 0.10.0 Image Element, Update methods for others 2019-02-16 17:12:39 -05:00
MikeTheWatchGuy adfa9d5d21 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-16 16:53:36 -05:00
MikeTheWatchGuy bd99bef130 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-16 16:52:04 -05:00
MikeTheWatchGuy 4520bb6c7c PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-16 16:50:32 -05:00
MikeTheWatchGuy 0aba10d357 Release 0.9.0 2019-02-14 18:50:21 -05:00
MikeTheWatchGuy dfaef4ca14 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-12 16:34:02 -05:00
MikeTheWatchGuy 983a8fb3f8 0.8.0 2019-02-12 16:21:36 -05:00
MikeTheWatchGuy 55210187e8 Window.Hide, Window.UnHide 2019-02-12 16:09:59 -05:00
MikeTheWatchGuy 74876c440d Release 0.8.0 2019-02-08 16:11:50 -05:00
MikeTheWatchGuy bf2da43a48 Multi-window support!! 2019-02-08 16:08:07 -05:00
MikeTheWatchGuy bfd9b750e2 Release 0.7.0 2019-02-03 19:54:00 -05:00
MikeTheWatchGuy 9876eac92a 0.6.0 2019-02-03 11:33:16 -05:00
MikeTheWatchGuy 23c1adb366 Changed Remi port to 0 so will get an open port every time 2019-02-03 11:08:56 -05:00
MikeTheWatchGuy e22c45e85f PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-01 18:17:40 -05:00
MikeTheWatchGuy 8a247dc96a PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-01 18:16:08 -05:00
MikeTheWatchGuy 6153a7e11f PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-01 18:15:33 -05:00
MikeTheWatchGuy 3e981a192d PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-01 18:14:01 -05:00
MikeTheWatchGuy 0d1408a197 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-02-01 18:12:28 -05:00
MikeTheWatchGuy b4eff3ac55 Release 0.5.0 2019-02-01 18:10:32 -05:00
MikeTheWatchGuy ef0465b3ff Fix for unable to set bold and text color at same time, changed text to pixel scaling from 10,25 to 10,35 2019-02-01 17:45:49 -05:00
MikeTheWatchGuy fd2d9c9754 Attempting to embed repl.it as an iframe 2019-01-29 14:59:38 -05:00
MikeTheWatchGuy d721437a00 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-01-26 14:44:47 -05:00
MikeTheWatchGuy 9c3f0d7a46 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-01-26 14:44:28 -05:00
MikeTheWatchGuy 871b441a53 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-01-26 14:42:55 -05:00
MikeTheWatchGuy e69f0d5247 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-01-26 14:36:13 -05:00
MikeTheWatchGuy 0488a5e95e PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-01-26 14:34:40 -05:00
MikeTheWatchGuy 5aaa18fb51 Relase 0.4.0 - Events for all elements, spinner, multiline output with updates, new test harness 2019-01-26 14:31:53 -05:00
MikeTheWatchGuy 9aa57458e7 Merge branch 'Dev-latest' of https://github.com/MikeTheWatchGuy/PySimpleGUI into Dev-latest 2019-01-24 02:39:24 -05:00
MikeTheWatchGuy 5469f5c5a8 Release 0.3.0 2019-01-24 02:39:20 -05:00
MikeTheWatchGuy 3d96a9aad2 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-01-24 02:38:53 -05:00
MikeTheWatchGuy faafaece80 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-01-24 02:38:12 -05:00
MikeTheWatchGuy 40b7a1ab17 New elements - Combo, Checkbox, Listbox, Element padding 2019-01-24 02:33:49 -05:00
MikeTheWatchGuy a71f6b2acc Release 0.2.2 2019-01-23 19:56:57 -05:00
MikeTheWatchGuy 94c48183f0 background color fix. Crashed if you didn't specify a color. Quick spin of release 0.2.1 2019-01-23 18:49:05 -05:00
MikeTheWatchGuy 698849d9b4 Disable element, Release 0.2.0 2019-01-23 16:59:54 -05:00
MikeTheWatchGuy 538e469723 Removed debug print 2019-01-23 16:31:04 -05:00
MikeTheWatchGuy 799a6bd05d Button color, Button font, Text Font, background color, text color, size, justification, tab title, 2019-01-23 16:21:00 -05:00
MikeTheWatchGuy 588f332983 Release 0.1.1 - explaining installation 2019-01-22 11:52:45 -05:00
MikeTheWatchGuy 4d52276478 Release 0.1.0 PySimpleGUIWeb 2019-01-22 11:44:14 -05:00
MikeTheWatchGuy 5a9c36b09c PySimpleGUIWeb initial check in 2019-01-22 11:32:12 -05:00