Merge pull request #1687 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-07-15 17:25:51 -0400
9a970dba70Added parent window to all of the File Browse calls to tkinter so that the icon from the window is displayed. Added lots of doc strings...more to go!
MikeTheWatchGuy
2019-07-15 17:25:27 -0400
Merge pull request #1671 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-07-08 18:36:19 -0400
b16782c39dMade slider active. Moving it causes video playbcack to begin at new location indicated by slider. Cleaned up code a little.
MikeTheWatchGuy
2019-07-08 18:35:47 -0400
Merge pull request #1667 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-07-06 14:49:52 -0400
8037c4eb91More Docstring Work - concentrated on Window class
MikeTheWatchGuy
2019-07-06 14:49:22 -0400
dab3f1f1f3LOTS of new doc strings. Renamed some functions to begin with _. Window.Show, ReadNonBlocking, Added giant licensing info
MikeTheWatchGuy
2019-07-06 11:51:03 -0400
Merge pull request #1663 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-07-04 10:57:15 -0400
9adb0e3691New option ENABLE_TK_WINDOWS. If True, will not use hidden master window. Had to add a lot of try statements to get it to work
MikeTheWatchGuy
2019-07-04 10:56:53 -0400
Merge pull request #1660 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-07-03 17:40:52 -0400
28175a99e6Allow set_to_index in the Listbox.Update call to be both an int and a list. Also officially added "Warnings" using the "Warnings" package.
MikeTheWatchGuy
2019-07-03 17:40:23 -0400
Merge pull request #1644 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-06-27 18:20:20 -0400
94ac5b33ebNEW Pong program that ONLY uses PySimpleGUI calls. Previously cheated and worked directly with Canvas in tkinter. Not anymore! Also runs on PySimpleGUIWeb and should run on PySimpleGUIQt soon
MikeTheWatchGuy
2019-06-27 18:19:57 -0400
f7db14f842Made it work on Linux by changing the SDL_VIDEODRIVER setting.
Åge Strand
2019-06-27 09:13:40 +0200
Merge pull request #1628 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-06-25 13:12:10 -0400
7acfad658aBumped version by 1 more digit so that it's 4 digits long. When posting to PyPI, will post only 3 digits
MikeTheWatchGuy
2019-06-25 13:11:48 -0400
Merge pull request #1605 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-06-22 13:10:25 -0400
f382823810Combobox - Enable return of original value AND also hand entered values if permitted. Spinner returns supplied value rather than string
MikeTheWatchGuy
2019-06-22 13:10:05 -0400
Merge pull request #1604 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-06-22 12:03:02 -0400
a24b5c6001ComboBox can now contain any kind of item. Actual items returned, not a string version of item.
MikeTheWatchGuy
2019-06-22 12:02:31 -0400
89bf807617Combo - return actual value user supplied when reading. Fix in debugger showing objects, new ComboBox method - GetSelectedItemsIndexes - returns list of indexes currently selected items
MikeTheWatchGuy
2019-06-22 11:43:06 -0400
Merge pull request #1602 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-06-21 14:37:31 -0400
882002a0a6Added Versio #, Added self.Widget to all Elements, Pixel to Chars cutoff changed from 12 to 15, new Button.Click() method cross ported, New Graph Methods RelocateFigure, DrawRectangle, use Find Element dictionary use, FindElementWithFocus added, Style Changes to Graph Element, newer test harness
MikeTheWatchGuy
2019-06-21 14:37:11 -0400