Merge pull request #5097 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-01-15 17:35:05 -0500
3aa82075a9Checking in some accumulated changes - Added Sizegrip, window now resizable, show open files, filter checkbox for Python processes, Edit Me right click menu
PySimpleGUI
2022-01-15 17:34:49 -0500
Merge pull request #5096 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-01-15 08:56:44 -0500
40757180b5Fix for enable_events for Spin element. Changed how the event is generated. Need to determine manual entry of value still
PySimpleGUI
2022-01-15 08:56:08 -0500
Merge pull request #5092 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-01-14 12:13:05 -0500
7410eadff5New Justification and Alignment recipe, changed to use the theme calls, mentioned the psgcompiler project
PySimpleGUI
2022-01-14 12:12:46 -0500
Merge pull request #5082 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-01-09 21:08:15 -0500
5468b68a03Changed all element.update methods to inform user that helpful function "pin" is needed when using visibility.
PySimpleGUI
2022-01-09 21:07:36 -0500
Merge pull request #5068 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-01-06 11:32:13 -0500
f523e511d9Swapped out Output element for Multiline. Includes the Titilebar, CustomMenubar, Sizegrip and standard "Edit Me" and "Versions" right click setting and numerous smaller changes
PySimpleGUI
2022-01-06 11:31:54 -0500
ef3746cb06set_options - new parm disable_modal_windows provides ability to disable modal setting for all windows including popups
PySimpleGUI
2022-01-06 11:29:03 -0500
Merge pull request #5065 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-01-04 13:58:30 -0500
acaae54a1aEnable Text class methods to be called prior to any windows being created: string_width_in_pixels, char_height_in_pixels, char_width_in_pixels. Removed destruction of hidden master root from popup_get_file & popup_get_folder (was old code)
PySimpleGUI
2022-01-04 13:58:13 -0500
Merge pull request #5058 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-01-01 13:00:02 -0500
02e1cb6ad4Design Pattern 2B - point out the update calls are not shown in the window until Window.read or Window.refresh are called.
PySimpleGUI
2022-01-01 12:59:43 -0500
Merge pull request #5057 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-01-01 12:57:03 -0500
9c80a060e2Docstring changes for all Element.update methods to indicate that the change will not be visible until Window.refresh or Window.read is called
PySimpleGUI
2022-01-01 12:56:41 -0500
Merge pull request #5023 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-12-14 10:58:40 -0500
800e1c84dcUserSettings.delete_entry - replaced simple print with the standard popup error with traceback.... yes, this means I'm working on the UserSettings lesson...
PySimpleGUI
2021-12-14 10:58:19 -0500
Merge pull request #5008 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-12-05 15:19:44 -0500
421b8fddf2Fix in sdk_help - the Titlebar and MenubarCustom caused problems if trying to view in the summary mode because they're not classes
PySimpleGUI
2021-12-05 15:19:31 -0500
Merge pull request #5006 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-12-04 15:30:30 -0500
ad6a8a7142ButtonMenu - new image_source parm for creation. New update parms - image_source, image_size, image_subsample - enables the initial image to be changed to a new one
PySimpleGUI
2021-12-04 15:30:12 -0500
Merge pull request #5002 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-12-03 14:22:14 -0500
cd35367c7fAddition of col0 heading for Tree element. Fix for Tables that have more headers specified than actual data
PySimpleGUI
2021-12-03 14:21:54 -0500
Merge pull request #4993 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-30 12:11:08 -0500
f8a8e5bba0Don't print the error message about wm_overrideredirect while hiding the hidden master root if running on a Mac
PySimpleGUI
2021-11-30 12:10:52 -0500
Merge pull request #4989 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-29 18:44:15 -0500
fe8737dba4Table element - better column width sizing for the row number column as well as other column when the header is wider than the data.
PySimpleGUI
2021-11-29 18:43:56 -0500
Merge pull request #4983 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-28 17:30:33 -0500
2162ebcb8aNew Table Element parm - right_click_selects (see docstring), bug fix Col elem was not correctly checking background color of None or COLOR_SYSTEM_DEFAULT
PySimpleGUI
2021-11-28 17:30:15 -0500
Merge pull request #4980 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-25 14:12:40 -0500
de8e046a18Fixed docstring for Table, added Text.print but may remove. Checked in the latest documentation for readthedocs
PySimpleGUI
2021-11-25 14:12:25 -0500
ac0b474ed9Combo element - addition of button_background_color and button_arrow_color
PySimpleGUI
2021-11-24 19:18:10 -0500
Merge pull request #4971 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-19 14:35:09 -0500
46876bdacbRefresh of demo to use coding conventions for keys, make portable filenames. It's an old demo that's not been updated in a couple of years
PySimpleGUI
2021-11-19 14:34:54 -0500
Merge pull request #4961 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-13 14:36:03 -0500
9b8b33636dAdded Window.move_to_center, disable debugger when pip installing from github, better error reporting when a problem with layout detected
PySimpleGUI
2021-11-13 14:35:45 -0500
Merge pull request #4952 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-10 13:37:27 -0500
d84ee84cafA quick "refresh"... user bsawlor (thank you!) pointed out a float crash. Sliders return floats now and thus needs casting in this demo.
PySimpleGUI
2021-11-10 13:37:11 -0500
Merge pull request #4949 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-11-10 06:54:04 -0500
3621ba71e7Added stdin parm to execute_command_subprocess. It sends stdin to DEVNULL by default. This enables PySimpleGUI programs that launch other programs to be turned into EXE files. Also set the closed-attempted flag when creating windows so that 8.6.11 MAC-specific (I hope) problem can be tested more easily
PySimpleGUI
2021-11-10 06:53:40 -0500