Merge pull request #4360 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-06-03 16:34:52 -0400
4aa0b642c6Added collapse button to the the Open GitHub Issue so the upper potion of window can be hidden, thus making it not as tall.
PySimpleGUI
2021-06-03 16:34:33 -0400
Merge pull request #4346 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-31 15:42:27 -0400
6349c5d818Another desktop widget. This one is a simple counter (needed something to count up to a goal and this filled the need)
PySimpleGUI
2021-05-31 15:42:05 -0400
edfb83c2beAdded some whitespace to make things more readable
PySimpleGUI
2021-05-31 15:41:31 -0400
Merge pull request #4339 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-28 15:30:34 -0400
8dd2bfcdb0cwd is automatically set to the folder of the application being launched when execute_py_file is called with cwd=None
PySimpleGUI
2021-05-28 15:29:25 -0400
Merge pull request #4326 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-26 10:28:09 -0400
04853a1873Use Window metadata for count of packages. Better theme use for "X" on row. Bigger fonts. May be the last polish post.
PySimpleGUI
2021-05-26 10:27:46 -0400
Merge pull request #4311 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-23 20:08:23 -0400
b8dd1f0c00Multiline new parms expand_x, expand_y removes need to do an expand call. Debug print window now resizable. popup_scrolled now resizable. A BUNCH of docstring changes.
PySimpleGUI
2021-05-23 20:07:56 -0400
Merge pull request #4310 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-23 16:38:57 -0400
1186dca8adAdded Window.ding(). Added more error information when a "Finalize is needed" error happens. Traceback added to all finalize needed errors so that user can be taken to the error.
PySimpleGUI
2021-05-23 16:38:41 -0400
Merge pull request #4304 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-22 16:32:44 -0400
e49204855eRemoved Sizegrip images and uses built-in Sizegrip instead. This will keep things native and is more SIMPLE. Added Element.grab_anywhere_exclude to exclude a specific element from the grab_anywhere feature. Great for Graph elements where you want to capture the drag events.
PySimpleGUI
2021-05-22 16:32:26 -0400
Merge pull request #4300 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-20 15:07:20 -0400
a1c1ba463aReplaced old MenubarCustom with the new one built into PySimpleGUI
PySimpleGUI
2021-05-20 15:07:05 -0400
dd25e39d13Finishing up the MenubarCustom - docstrings, color settings, etc.... Done is being officially declared....
PySimpleGUI
2021-05-20 15:06:27 -0400
Merge pull request #4296 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-20 10:59:56 -0400
ec83092de3Addition of MenubarCustom "element" for use with the CustomTitlebar. Without this it's not possible to have a custom titlebar and a menubar. It is a must-have thing. Improved the location of menus that are torn off.
PySimpleGUI
2021-05-20 10:42:01 -0400
Merge pull request #4294 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-19 20:52:41 -0400
8d4fc14416Sizegrip element - parm change to grip_image that can be a bytestring or a filename, new SIZE_GRIP_WHITE_BASE64 constant
PySimpleGUI
2021-05-19 20:52:27 -0400
Merge pull request #4293 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-19 14:00:27 -0400
1bb22307f5New Sizegrip Element. FIX for grab_anywhere! Now sliders, scrollbars, multiline, input elements will no longer move the window.
PySimpleGUI
2021-05-19 14:00:12 -0400
Merge pull request #4285 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-15 09:35:55 -0400
ed11316f18Added bind_return_key to Combo. Note that it works like the Listbox bind_return_key in that the Combo's key is the event returned.
PySimpleGUI
2021-05-15 09:35:36 -0400