Commit Graph

1963 Commits

Author SHA1 Message Date
MikeTheWatchGuy f993e785bd Re-checkin of the docs 2019-03-16 19:12:43 -04:00
MikeTheWatchGuy 9f41de1c31
Delete index.md 2019-03-16 19:03:22 -04:00
MikeTheWatchGuy 74f95dffe1
Update index.md 2019-03-16 18:48:26 -04:00
MikeTheWatchGuy 20551847af
Rolling back to a January version 2019-03-16 18:43:24 -04:00
MikeTheWatchGuy 890516b1a8
Delete tutorial.md 2019-03-16 18:39:45 -04:00
MikeTheWatchGuy 4e3260017d
Delete architecture.md 2019-03-16 18:39:34 -04:00
MikeTheWatchGuy 5269cd1c94
Delete PySimpleGUI 1-minute Cookbook 9-30.pdf 2019-03-16 18:39:22 -04:00
MikeTheWatchGuy 603de95c21
Delete cookbook.md 2019-03-16 18:38:14 -04:00
MikeTheWatchGuy 2b3d790e09
Delete index failing.md 2019-03-16 18:38:00 -04:00
MikeTheWatchGuy fb39c30fe4
Merge pull request #1224 from PySimpleGUI/Dev-latest
Trying to solve failing docs
2019-03-16 18:36:18 -04:00
MikeTheWatchGuy 6359c642e0 Trying to solve failing docs 2019-03-16 18:35:58 -04:00
MikeTheWatchGuy d1cc208c77
Merge pull request #1223 from PySimpleGUI/Dev-latest
Dev latest
2019-03-16 17:13:53 -04:00
MikeTheWatchGuy a74b603a86 Enabled a default title in PopupGetFolder if one isn't specified 2019-03-16 17:13:34 -04:00
MikeTheWatchGuy c7fcd50632 Enabled PopupAnimated to show file based GIFs, Added default title to be message in PopupGetFolder 2019-03-16 17:12:27 -04:00
MikeTheWatchGuy 4131da5f6e Cookbook and Readme Updates 2019-03-15 14:23:53 -04:00
PySimpleGUI 3f227db4c8
Update issue templates 2019-03-15 10:36:43 -04:00
MikeTheWatchGuy 54c0c1aa7d
Merge pull request #1221 from PySimpleGUI/Dev-latest
Release 0.18.0, Updated Demo Programs
2019-03-15 10:04:20 -04:00
MikeTheWatchGuy f7e563c81b Release 0.18.0, Updated Demo Programs 2019-03-15 10:03:43 -04:00
MikeTheWatchGuy 8d84838c5a
Merge pull request #1220 from PySimpleGUI/Dev-latest
Dev latest
2019-03-14 22:29:38 -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 6e99142692
Merge pull request #1219 from PySimpleGUI/Dev-latest
Dev latest
2019-03-14 12:52:16 -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 d5162b5b09
Merge pull request #1218 from PySimpleGUI/Dev-latest
Table Support! (limited).  Release 0.16.0
2019-03-13 22:33:38 -04:00
MikeTheWatchGuy f7f1c0fba3 Table Support! (limited). Release 0.16.0 2019-03-13 22:21:18 -04:00
MikeTheWatchGuy fe0edf7076
Merge pull request #1217 from PySimpleGUI/Dev-latest
Table - Limited support, removed CloseButton from internally made win…
2019-03-13 20:53:29 -04:00
MikeTheWatchGuy 22c3696e5a Table - Limited support, removed CloseButton from internally made windows like popup 2019-03-13 20:53:01 -04:00
MikeTheWatchGuy ffbe34b9b5
Merge pull request #1214 from PySimpleGUI/Dev-latest
Removed comment code that fails in 2.7
2019-03-09 15:09:48 -05:00
MikeTheWatchGuy 2340b1e82b Removed comment code that fails in 2.7 2019-03-09 15:09:13 -05:00
MikeTheWatchGuy 817e3d175d
Merge pull request #1213 from PySimpleGUI/Dev-latest
Added tons of comments, new itertools use, uses 3 threads now
2019-03-09 12:32:23 -05:00
MikeTheWatchGuy bed31c7580 Added tons of comments, new itertools use, uses 3 threads now 2019-03-09 12:31:45 -05:00
MikeTheWatchGuy e7ea944cd0
Merge pull request #1212 from PySimpleGUI/Dev-latest
Catching up version 2.7 to 3.0 PySimpleGUI
2019-03-09 10:46:38 -05:00
MikeTheWatchGuy 1b88993244 Catching up version 2.7 to 3.0 PySimpleGUI 2019-03-09 10:46:11 -05:00
MikeTheWatchGuy fef3fea9c9
Merge pull request #1209 from PySimpleGUI/Dev-latest
Release 0.23.0
2019-03-08 10:56:01 -05:00
MikeTheWatchGuy bed651be17 Release 0.23.0 2019-03-08 10:55:28 -05:00
MikeTheWatchGuy 3a0e204e86
Merge pull request #1208 from PySimpleGUI/Dev-latest
Added ability to control autoscroll using Update
2019-03-07 11:03:37 -05:00
MikeTheWatchGuy e68278b948 Added ability to control autoscroll using Update 2019-03-07 11:03:08 -05:00
MikeTheWatchGuy b21874227f
Merge pull request #1203 from PySimpleGUI/Dev-latest
Dev latest
2019-03-06 10:58:30 -05:00
MikeTheWatchGuy 673f5f68a0 Added check for None when setting icon using SetOptions 2019-03-06 10:57:35 -05:00
MikeTheWatchGuy 5d03a00f0b
Merge pull request #1198 from deajan/wx-icon-fix
Allow customized icon to work with SetOptions
2019-03-06 10:28:18 -05:00
MikeTheWatchGuy 1b47aceba8
Merge pull request #1202 from PySimpleGUI/Dev-latest
More changes to Radio Buttons
2019-03-05 12:55:06 -05:00
MikeTheWatchGuy c9d7c9c425 More changes to Radio Buttons 2019-03-05 12:54:35 -05:00
MikeTheWatchGuy e5a4d255be
Merge pull request #1201 from PySimpleGUI/Dev-latest
Dev latest
2019-03-05 11:26:36 -05: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 e93b1b91da
Merge pull request #1200 from PySimpleGUI/Dev-latest
Added ability for Radio Buttons to span Columns
2019-03-05 10:40:47 -05:00
MikeTheWatchGuy 59988dd430 Added ability for Radio Buttons to span Columns 2019-03-05 10:40:04 -05:00
Orsiris de Jong a5dd4ebf99
Allow customized icon to work with SetOptions 2019-03-05 14:31:20 +01:00