Commit Graph

2930 Commits

Author SHA1 Message Date
MikeTheWatchGuy afb6edf56b Updated patterns 2019-09-15 21:26:33 -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 d05ebd4670
Merge pull request #1970 from PySimpleGUI/Dev-latest
Removed Mac button color restriction
2019-09-14 18:27:13 -04:00
MikeTheWatchGuy 1ac74790a0 Removed Mac button color restriction 2019-09-14 18:26:48 -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 d9ab48bda0
Merge pull request #1967 from PySimpleGUI/Dev-latest
force flag added to ChangeLookAndFeel
2019-09-13 20:33:22 -04:00
MikeTheWatchGuy 3954eacfdc force flag added to ChangeLookAndFeel 2019-09-13 20:31:52 -04:00
PySimpleGUI a7349ac7ad
Merge pull request #1961 from PySimpleGUI/Dev-latest
Dev latest
2019-09-11 17:23:06 -04:00
MikeTheWatchGuy f6954506f7 ver bump for metadata addition 2019-09-11 17:22:40 -04:00
MikeTheWatchGuy 888808b1f4 Metadata! Added to everything.... all elements, all element constructors, Window too 2019-09-11 17:21:43 -04:00
PySimpleGUI 571cdffe51
Merge pull request #1957 from PySimpleGUI/Dev-latest
Final
2019-09-10 19:18:14 -04:00
MikeTheWatchGuy e5b5ca7bbb Final 2019-09-10 19:17:53 -04:00
PySimpleGUI a2c1974e2f
Merge pull request #1956 from PySimpleGUI/Dev-latest
3rd draft
2019-09-10 19:10:16 -04:00
MikeTheWatchGuy 763da2a4dd 3rd draft 2019-09-10 19:09:45 -04:00
PySimpleGUI 9c528545ab
Merge pull request #1955 from PySimpleGUI/Dev-latest
Draft 2-2
2019-09-10 16:56:51 -04:00
MikeTheWatchGuy 7b154acc94 Draft 2-2 2019-09-10 16:56:30 -04:00
PySimpleGUI c2377537df
Merge pull request #1954 from PySimpleGUI/Dev-latest
Draft 2
2019-09-10 16:49:40 -04:00
MikeTheWatchGuy a056d4846f Draft 2 2019-09-10 16:49:20 -04:00
PySimpleGUI eb7eb5b7cf
Merge pull request #1953 from PySimpleGUI/Dev-latest
NEW Element metadata (Element.metadata)
2019-09-10 15:50:11 -04:00
MikeTheWatchGuy 4b6a574cff NEW Element metadata (Element.metadata) 2019-09-10 15:49:49 -04:00
PySimpleGUI d200066180
Merge pull request #1952 from PySimpleGUI/Dev-latest
Make layout use +=
2019-09-10 13:54:57 -04:00
MikeTheWatchGuy 9602f8f7c4 Make layout use += 2019-09-10 13:54:33 -04:00
PySimpleGUI 4745bc1439
Merge pull request #1949 from PySimpleGUI/Dev-latest
More edits.  Addition of List Comprehension example, busy screenshot
2019-09-09 20:10:00 -04:00
MikeTheWatchGuy 9288b02adb More edits. Addition of List Comprehension example, busy screenshot 2019-09-09 20:09:42 -04:00
PySimpleGUI 81ee619077
Merge pull request #1948 from PySimpleGUI/Dev-latest
Typos
2019-09-09 18:53:25 -04:00
MikeTheWatchGuy 0d6f02c101 Typos 2019-09-09 18:53:03 -04:00
PySimpleGUI 808c994379
Merge pull request #1947 from PySimpleGUI/Dev-latest
Typos
2019-09-09 18:39:54 -04:00
MikeTheWatchGuy 57dba7a2f7 Typos 2019-09-09 18:39:36 -04:00
PySimpleGUI 40ed95b1dc
Merge pull request #1946 from PySimpleGUI/Dev-latest
Posting for reviews
2019-09-09 18:25:04 -04:00
MikeTheWatchGuy a9463a1f14 Posting for reviews 2019-09-09 18:24:36 -04:00
PySimpleGUI 8410bd9822
Merge pull request #1945 from PySimpleGUI/Dev-latest
Tried to tighten up the banners again
2019-09-09 13:31:39 -04:00
MikeTheWatchGuy dbe4e1f19b Tried to tighten up the banners again 2019-09-09 13:31:17 -04:00
PySimpleGUI d7178d483d
Merge pull request #1943 from PySimpleGUI/Dev-latest
Fixed Column scrolling, again.  New test function == main function
2019-09-08 14:35:47 -04:00
MikeTheWatchGuy 88222455f9 Fixed Column scrolling, again. New test function == main function 2019-09-08 14:35:31 -04:00
PySimpleGUI 367ae73f9e
Merge pull request #1941 from PySimpleGUI/Dev-latest
Dev latest
2019-09-08 11:07:13 -04:00
MikeTheWatchGuy 2e27926e97 Jump Start added 2019-09-08 11:06:56 -04:00
MikeTheWatchGuy 385c2020f0 Readme creator update to match latest releases. Component parts of Readme 2019-09-08 10:54:13 -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 51514bf859
Merge pull request #1933 from PySimpleGUI/Dev-latest
Official 0.28.0 Release
2019-09-06 11:31:21 -04:00
MikeTheWatchGuy b483e18004 Official 0.28.0 Release 2019-09-06 11:31:01 -04:00
PySimpleGUI b50be69c9d
Merge pull request #1932 from PySimpleGUI/Dev-latest
Official 4.4.1 & 2.4.1 releases
2019-09-06 11:09:21 -04:00
MikeTheWatchGuy ad394dc6a8 Official 4.4.1 & 2.4.1 releases 2019-09-06 11:09:01 -04:00
PySimpleGUI 3a4f8d8c88
Merge pull request #1931 from PySimpleGUI/Dev-latest
Official 2.4 + patch 2.4.1 for expansion problem
2019-09-06 11:03:17 -04:00
MikeTheWatchGuy 9479c66490 Official 2.4 + patch 2.4.1 for expansion problem 2019-09-06 11:02:57 -04:00
PySimpleGUI 44e5a829e1
Merge pull request #1930 from PySimpleGUI/Dev-latest
Release 4.4.1 -turned off auto expansion
2019-09-06 10:53:26 -04:00
MikeTheWatchGuy e4463ca1eb Release 4.4.1 -turned off auto expansion 2019-09-06 10:52:33 -04:00
PySimpleGUI 327987e370
Merge pull request #1928 from PySimpleGUI/Dev-latest
Dev latest
2019-09-05 10:48:53 -04:00