0e9d5157bdAdded support for right click menus to checkbox, radio, spin, progress meter, tabgroup, spin (never noticed they weren't hooked up!) If an element doesn't have the parm on the init, it will now automatically inherit from the Window. Reformatted a couple of the Docstrings to see how they're going to look before doing the entire file.
PySimpleGUI
2021-07-18 13:55:43 -0400
Merge pull request #4501 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-05 12:54:43 -0400
5e1f29cf40cprint, Multline.print, Debug print all take a color string parm. Added ability for the color string to be a single color representing the text color only.
PySimpleGUI
2021-07-05 12:54:22 -0400
Merge pull request #4498 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-05 07:35:01 -0400
9c435e9cbcAdded Kill Application button to the popup_error_with_traceback since it's possible to get into loop forcing user kill everything using task manager. Not good... much better now!
PySimpleGUI
2021-07-05 07:34:44 -0400
0ebf12954eBetter docstring description for icon in Window and set_options. Describes a Base64 encoded GIF as the most portable icon.
PySimpleGUI
2021-07-04 15:07:08 -0400
Merge pull request #4491 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-03 17:22:37 -0400
93633b4a95Changed Sizegrip to not expand the row that it's on. Fixed custom titlebar detection, fixed updating Image with size of None.
PySimpleGUI
2021-07-03 17:22:17 -0400
3b00016ddbRenamed the cursor demo. Included example of turning off the cursor entirely at the element and the window level.
PySimpleGUI
2021-07-02 15:04:30 -0400
Merge pull request #4476 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-28 15:15:32 -0400
30c9241898Fix for Menu item disabled with a shortcut char in the item. Was off by one (still have off by one bugs?? WHEN will I ever learn if not by now?)
PySimpleGUI
2021-06-28 15:15:13 -0400
Merge pull request #4469 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-27 19:36:56 -0400
7d2201bfedButtonMenu changes and fixes - set default font, allow menu definition to be not set in update, fixed missing colors when updating menu
PySimpleGUI
2021-06-27 19:36:36 -0400
Merge pull request #4467 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-26 18:21:49 -0400
1c1db88f58WTG Tanay in polishing up the final parts... Shows matched lines with selecting which line to edit. Limits matched line length to 500 chars to weed out the bytestring matches
PySimpleGUI
2021-06-26 18:20:20 -0400
Merge pull request #4427 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-18 08:19:27 -0400
1157234d36Updated Output Element's docstring to explain Multiline is the superior choice. It's a start at getting new users to use the Multiline. The Cookbook needs updating, etc.
PySimpleGUI
2021-06-18 08:19:11 -0400
Merge pull request #4420 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-17 08:10:24 -0400
ad3ab1e623New popup - popup_error_with_traceback. Better line length handling in error popup, removed setting active background for button menus (maybe should put it back... we'll see), Set highlight thickness to 0 if pad is 0 for ButtonMenus, copy menu definitions so original isn't modified
PySimpleGUI
2021-06-17 08:10:05 -0400
Merge pull request #4400 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-13 08:07:27 -0400
b8a13bd54eFocus the filter input field when starting. Shows python interpreter version that will be used to launch programs. Added a PANE between the 2 main columns. Set a minimum size for the window. Rerouting cprint directly in the layout now.
PySimpleGUI
2021-06-13 08:07:13 -0400
Merge pull request #4397 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-12 16:18:57 -0400
d65cd68abffix for popup get file and folder without history, support for expand for Table and other elements inside a frame
PySimpleGUI
2021-06-12 16:18:42 -0400
Merge pull request #4394 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-12 11:20:11 -0400
b39da7adadpopup_get_file - HISTORY feature added! Replaced prints in packer function because can cause errors if strout has been rerouted, Combo no longer resizes on update if no size if given, combo added to the default focus list of elements
PySimpleGUI
2021-06-12 11:19:52 -0400