Merge pull request #4616 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-08-11 12:12:33 -0400
0cfbf39ebcNew parm to Multililne... rstrip defaults to True. If True, the value returned from window.read and Multiline.get will have the whitespace stripped from the right side.
PySimpleGUI
2021-08-11 12:12:17 -0400
Merge pull request #4599 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-08-08 13:14:22 -0400
9d39fad480Renamed postit to 3-line postit. Added new postit with expanded right click menu (a fuller desktop widget)
PySimpleGUI
2021-08-08 13:14:08 -0400
Merge pull request #4584 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-08-04 16:47:14 -0400
a1d40b5307Call Window.set_icon earlier in the window creation process so that it is before the update_idletasks call. added no_button parm to one_line_progress_meter
PySimpleGUI
2021-08-04 16:46:56 -0400
Merge pull request #4583 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-08-04 14:19:46 -0400
7db04f627dMac no titlebar - If running 8.6.10+ then the patch will NOT be applied regardless of setting in global settings.
PySimpleGUI
2021-08-04 14:19:27 -0400
Merge pull request #4571 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-31 16:52:27 -0400
3c826c70beChanged if the alpha channel set to 0 during window creation happens on the Mac. If the no titlebar patch is enabled, then the alpha won't be set)
PySimpleGUI
2021-07-31 16:52:10 -0400
Merge pull request #4568 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-31 14:46:47 -0400
6387bb8923Removed the recently added test for Mac so that the SECOND of the wm_overriderediects is restored like it was last week.
PySimpleGUI
2021-07-31 14:46:26 -0400
Merge pull request #4563 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-29 13:35:39 -0400
35259d58cfSet Table Element's treeview widget's stretch setting to be same as the expand_x paramter. Added a key onto the Sizegrip element.
PySimpleGUI
2021-07-29 13:35:22 -0400
Merge pull request #4553 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-25 08:17:36 -0400
52c5f43e04Shrunk size of Test Harness significantly. It's always a battle to get it to fit on small screens. Currently 690x670, down from 770 x 780
PySimpleGUI
2021-07-25 08:17:01 -0400
Merge pull request #4548 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-24 14:57:42 -0400
568bf6239bAdded a right click menu to the Window class so that portions of the window that don't have elements can still be right clicked
PySimpleGUI
2021-07-24 14:57:25 -0400
Merge pull request #4547 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-24 12:43:11 -0400
eff3dec028Added echo_stdout to Debug Print (Print or easy_print). This option is already part of the Multiline element. Adding the parameter simply extends the capability back to the user so that they can use it if desired. Default is False. To use set both do_not_reroute_stdout to False and echo_stdout to True
PySimpleGUI
2021-07-24 12:42:53 -0400
Merge pull request #4546 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-24 11:18:30 -0400
52dc961b5aRemoved sizegrip so that it can run on older versions of PySimpleGUI. Also removed the change where expand_x, the newly added option on several elements, is removed.
PySimpleGUI
2021-07-24 10:53:20 -0400
Merge pull request #4544 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-23 16:47:11 -0400
7718772420Set cursor color to be the same as the input text color for - Input, Multiline, Output, Combo, Spin elements
PySimpleGUI
2021-07-23 16:43:13 -0400
Merge pull request #4537 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-22 09:51:54 -0400
d211bd8977docstrings: font made clearer by listing all available styles, descriptions and parms line up. ALL ELEMENTS got an expand_x and expand_y parameters in their constructor! No more needing to call expand after window is created. It can now be done entirely in the layout definition. Yeah! GitHub Issue GUI changed to remove calls to expand
PySimpleGUI
2021-07-22 09:51:30 -0400
Merge pull request #4534 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-21 10:18:22 -0400
128b18e4cdMade window expandable, keep the filter in place so that refreshes filter immediately, added edit me option. Sizegrip added.
PySimpleGUI
2021-07-21 10:18:06 -0400
Merge pull request #4528 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-19 15:38:48 -0400
6b3d5a1be5Updated info on icons, fixed problem with missing types causing corrupt entry, changed FindElement to find_element
PySimpleGUI
2021-07-19 15:38:33 -0400
Merge pull request #4526 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-07-19 10:16:12 -0400
c424c3c771Reformatted all docstrings so that the parameter description and type are aligned. The code itself, help output and the sdk reference window look better.
PySimpleGUI
2021-07-19 10:15:53 -0400