Merge pull request #1874 from PySimpleGUI/Dev-latest
PySimpleGUI
2019-08-24 18:29:48 -0400
0b3c93fe5cAdded Table.Get as a dummy function as to match the new Get method in the Qt port. Returns the last table provided. Editing is not yet available.
MikeTheWatchGuy
2019-08-24 18:29:28 -0400
Merge pull request #1873 from PySimpleGUI/Dev-latest
PySimpleGUI
2019-08-24 17:59:55 -0400
d3da31110fTable Element - Fix for columns going nuts when getting near the headers with a mouse! PLEASE be fixed!
MikeTheWatchGuy
2019-08-24 17:59:35 -0400
Merge pull request #1864 from PySimpleGUI/Dev-latest
PySimpleGUI
2019-08-22 16:36:47 -0400
769ae81746Fixed layout issues. Made Column element special. It can have a justification specified on it
MikeTheWatchGuy
2019-08-22 16:36:27 -0400
f76cfcdcebNew parameter for Columns - justification. Justifies the Column and the row it's on to this setting
MikeTheWatchGuy
2019-08-22 16:05:40 -0400
Merge pull request #1858 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-08-22 01:23:28 -0400
979da6faabLOTS of new error checks. Warning if trying to "re-use" layout, All Element.Update methods checked for unfinalized windows.
MikeTheWatchGuy
2019-08-22 01:23:07 -0400
Merge pull request #1851 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-08-20 16:21:53 -0400
e68fb12145Removed SetFocus from all Elements except for the base Element class. MOVED all of the PEP8 renaming to inside each class
MikeTheWatchGuy
2019-08-20 16:21:17 -0400
Merge pull request #1848 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-08-20 15:12:22 -0400
054690d5b4PEP8-ify!!! All of the user accessable methods and funcs now have a lower-case version! Wild how it's done
MikeTheWatchGuy
2019-08-20 15:11:46 -0400
Merge pull request #1839 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-08-19 13:23:11 -0400
6a69aa44a0HUGE 2.7 update. It's finally caught up to the 4.0 level of 3.x port
MikeTheWatchGuy
2019-08-19 13:22:47 -0400
75d46987ddDoc strings, finalize parameter in Window element, fix for not using initial_folder for PopupGetFile
MikeTheWatchGuy
2019-08-19 13:21:34 -0400
Merge pull request #1832 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-08-18 16:11:20 -0400
593a64225cAdded __call__ method to Elements. WOW! Removed many of the __del__ methods. Hope it doesn't BREAK BADLY!
MikeTheWatchGuy
2019-08-18 16:10:49 -0400
Merge pull request #1826 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-08-17 11:03:54 -0400
40abc2e20aNew capability! __getitem__ added to all ports of PySimpleGUI. Enables skipping the FindElement call
MikeTheWatchGuy
2019-08-17 11:03:36 -0400
Merge pull request #1824 from PySimpleGUI/Dev-latest
MikeTheWatchGuy
2019-08-16 19:06:18 -0400
fa6f4cc1ceRemoved some whitespace
MikeTheWatchGuy
2019-08-16 19:05:53 -0400
22a6634331Added `Tearoff ` property to Element to stop crash if trying to use a submenu in a right click menu. Fixup of some docstrings that were causing issues
MikeTheWatchGuy
2019-08-16 19:05:18 -0400