Merge pull request #5320 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-04 09:50:10 -0400
07bb93d47fAddition of tooltip_offset parm to set_options call (major hack to get around 8.6.12 problem). Backed out the experiments to try and fix new problem with Ubuntu
PySimpleGUI
2022-04-04 09:49:57 -0400
Merge pull request #5319 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-03 19:14:45 -0400
7dc89ee509Backed out changes accidently checked in that crash on Linux... was experimenting with changes to window creation. The crash was a misspelling of withdraw
PySimpleGUI
2022-04-03 19:14:33 -0400
Merge pull request #5318 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-03 14:28:37 -0400
5f3c4259edRenamed parameter to altnerate_widget for Element._pack_save_settings and Element.,_pack_restore_settings.. Fix for pack_forget_save_seettings (if widget is already invisible then will get an error trying to get the pack_info). Removed use of tkinter's scrolled_text widget (preparing for better scrollbars in the future!!)
PySimpleGUI
2022-04-03 14:27:51 -0400
Merge pull request #5315 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-02 13:03:44 -0400
b3680477c7Added propagate parameter to the Element.bind and Window.bind methods. Indicates whether tkinter should propagate the event to the corresponding element/window or stop with the user callback
PySimpleGUI
2022-04-02 13:03:31 -0400
Merge pull request #5313 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-02 08:57:47 -0400
e575a0b8dcFixed problem with making elements invisible causing the pack settings to be lost. Converted Text, Input, Multiline, StatusBar, Frame, Combo to see if this is the right approach
PySimpleGUI
2022-04-02 08:57:32 -0400
Merge pull request #5307 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-03-28 18:28:07 -0400
53230912a8Switched to using the PySimpleGUI supplied threading capability instead of manually starting the thread
PySimpleGUI
2022-03-28 18:27:50 -0400
Merge pull request #5305 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-03-27 10:06:26 -0400
745f26916dAddition to call reference documentation for new Element focus methods, new Wikndow.widget_to_element, and widget, key properties
PySimpleGUI
2022-03-27 10:06:11 -0400
Merge pull request #5304 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-03-26 12:02:31 -0400
632f85dc08Simplified the Radio, Checkbox, Slider creation by moving the command to a config call rather than having 2 separate widget create calls... determined to learn both Python and tkinter while still living....maybe someday when I grow up I'll be a Python programmer for real....
PySimpleGUI
2022-03-26 12:02:10 -0400
Merge pull request #5302 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-03-26 09:43:48 -0400
9b814f003bAdded key and widget Element properties, new focus methods Element.get_next_focus, Element.get_previous_focus. New Window method Window.widget_to_element
PySimpleGUI
2022-03-26 09:43:32 -0400
Merge pull request #5281 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-03-16 16:13:58 -0400
18cd7f2c7eWindow-specific code that enables the PySimpleGUI icon to be shown rather than the python.exe icon on the taskbar
PySimpleGUI
2022-03-16 16:13:46 -0400
Merge pull request #5277 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-03-16 10:12:14 -0400
47047700ddIf an element is disabled, then don't generate events for it (specifically for Input element in this case)
PySimpleGUI
2022-03-16 10:12:00 -0400
Merge pull request #5266 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-03-11 13:56:34 -0500
37c3afc8caButtonMenu.Click aliased added. Debugger - automatically adds a timeout to read calls if a debug window is open. Still need to handle user-level multi-window support.
PySimpleGUI
2022-03-11 13:56:18 -0500
Merge pull request #5257 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-03-08 10:03:49 -0500
4670576430Reworked to use the newer PySimpleGUI constructs - save window position, thread management, thread communications... it greatly simplified the code cutting the length considerably
PySimpleGUI
2022-03-08 10:03:32 -0500
Merge pull request #5221 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-02-22 13:13:32 -0500
e6c1a14e9fAdded tab to Open GitHub Issue GUI asking about how found PSG....The optional questions have been awesome to read!
PySimpleGUI
2022-02-22 13:13:15 -0500
Merge pull request #5211 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-02-18 16:47:51 -0500
1dbc22c41eRemoved the "Edit Me (This Program)" button since it caused confusion. Right click to choose "Edit me". Advanced mode is not on by default. Added PySimpleGUI version checking to warn about edit features
PySimpleGUI
2022-02-18 13:59:10 -0500