| 
								
								
									 PySimpleGUI | 5ac740091a | Merge pull request #5317 from PySimpleGUI/Dev-latest Fixed bug in Tree and Table when visible changed in the layout.  Adde… | 2022-04-02 16:02:13 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 6c4dc01f4a | Fixed bug in Tree and Table when visible changed in the layout.  Added Canvas.update method | 2022-04-02 16:01:59 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 7121c20672 | Merge pull request #5316 from PySimpleGUI/Dev-latest Completed switching all elements over to the new way of handling visi… | 2022-04-02 15:04:10 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | ed2bc288ff | Completed switching all elements over to the new way of handling visiblity | 2022-04-02 15:03:58 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | a1f3946d72 | Merge pull request #5315 from PySimpleGUI/Dev-latest Added propagate parameter to the Element.bind and Window.bind methods… | 2022-04-02 13:03:44 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | b3680477c7 | Added 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 | 2022-04-02 13:03:31 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 9f495a0af4 | Merge pull request #5314 from PySimpleGUI/Dev-latest Fixed Text.update - crashing when making invisible | 2022-04-02 09:31:43 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | b60de0368d | Fixed Text.update - crashing when making invisible | 2022-04-02 09:31:28 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 94580d10a4 | Merge pull request #5313 from PySimpleGUI/Dev-latest Fixed problem with making elements invisible causing the pack setting… | 2022-04-02 08:57:47 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | e575a0b8dc | Fixed 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 | 2022-04-02 08:57:32 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | daac07a3b2 | Merge pull request #5311 from PySimpleGUI/Dev-latest New coupon (good for 30 days!) | 2022-04-01 11:13:12 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 789c6f94d7 | New coupon (good for 30 days!) | 2022-04-01 11:11:45 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 238937f0b6 | Merge pull request #5308 from PySimpleGUI/Dev-latest New 5-day coupon code that's lower than usual.... | 2022-03-29 09:19:44 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | eeba57a971 | New 5-day coupon code that's lower than usual.... | 2022-03-29 09:19:30 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 70bb25c8fc | Merge pull request #5307 from PySimpleGUI/Dev-latest Switched to using the PySimpleGUI supplied threading capability inste… | 2022-03-28 18:28:07 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 53230912a8 | Switched to using the PySimpleGUI supplied threading capability instead of  manually starting the thread | 2022-03-28 18:27:50 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 67ae5dba19 | Merge pull request #5305 from PySimpleGUI/Dev-latest Addition to call reference documentation for new Element focus method… | 2022-03-27 10:06:26 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 745f26916d | Addition to call reference documentation for new Element focus methods,  new Wikndow.widget_to_element, and widget, key properties | 2022-03-27 10:06:11 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | a460082c04 | Merge pull request #5304 from PySimpleGUI/Dev-latest Simplified the Radio, Checkbox, Slider creation by moving the command… | 2022-03-26 12:02:31 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 632f85dc08 | Simplified 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.... | 2022-03-26 12:02:10 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 7384f7535e | Merge pull request #5303 from PySimpleGUI/Dev-latest Added back the list of Elements for the Window.__getitem__ docstring. | 2022-03-26 11:08:57 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | ebd6e7d2d3 | Added back the list of Elements for the Window.__getitem__ docstring. | 2022-03-26 11:08:42 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 387b6c3b46 | Merge pull request #5302 from PySimpleGUI/Dev-latest Added key and widget Element properties, new focus methods Element.ge… | 2022-03-26 09:43:48 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 9b814f003b | Added key and widget Element properties, new focus methods Element.get_next_focus, Element.get_previous_focus. New Window method Window.widget_to_element | 2022-03-26 09:43:32 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | a61bd8476c | Merge pull request #5298 from PySimpleGUI/Dev-latest New coupon for Cookbook and call ref. start_thread alias for perform_long_operation | 2022-03-24 13:11:15 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 6f1d1aa673 | New coupon for Cookbook and call ref | 2022-03-24 13:10:45 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 565978061a | Merge pull request #5297 from PySimpleGUI/Dev-latest New coupon | 2022-03-24 11:40:40 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 110c71f6f9 | New coupon | 2022-03-24 11:40:24 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 4debb2daf2 | Merge pull request #5296 from PySimpleGUI/Dev-latest New docstring updates.  New Udemy coupon | 2022-03-24 11:36:43 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | c3946eb835 | New docstring updates.  New Udemy coupon | 2022-03-24 11:36:28 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 3f27df982e | Merge pull request #5292 from PySimpleGUI/Dev-latest Addition of image_source to Button element.  Description of mouse up … | 2022-03-21 08:58:05 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 8d69771f19 | Addition of image_source to Button element.  Description of mouse up event in Graph docstring | 2022-03-21 08:57:51 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 97a0c02e49 | Merge pull request #5289 from PySimpleGUI/Dev-latest Replaced all temp Tk windows with creating the hidden-master-root | 2022-03-19 12:47:09 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | cfc43679ec | Replaced all temp Tk windows with creating the hidden-master-root | 2022-03-19 12:46:36 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | bf9acd7d42 | Merge pull request #5287 from PySimpleGUI/Dev-latest Updated to match local changes I made a long time ago. | 2022-03-18 05:39:11 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 92f7cb8a74 | Updated to match local changes I made a long time ago. | 2022-03-18 05:38:53 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | cefebe5986 | Merge pull request #5281 from PySimpleGUI/Dev-latest Window-specific code that enables the PySimpleGUI icon to be shown ra… | 2022-03-16 16:13:58 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 18cd7f2c7e | Window-specific code that enables the PySimpleGUI icon to be shown rather than the python.exe icon on the taskbar | 2022-03-16 16:13:46 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | a2fe840aaa | Merge pull request #5280 from PySimpleGUI/Dev-latest Fixed docstring for Titlebar Element (incorrectly said icon can be an… | 2022-03-16 16:03:20 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | dc0a05a21e | Fixed docstring for Titlebar Element (incorrectly said icon can be an ICO file) | 2022-03-16 16:03:08 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | e34a21ef04 | Merge pull request #5279 from PySimpleGUI/Dev-latest No longer generates an event if a File/Folder browse operation is can… | 2022-03-16 11:18:18 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | f801e7da73 | No longer generates an event if a File/Folder browse operation is cancelled | 2022-03-16 11:17:53 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | ff95a6a8eb | Merge pull request #5278 from PySimpleGUI/Dev-latest Allow file browse to generate events for disabled elements being filled | 2022-03-16 10:55:36 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | f64444e423 | Allow file browse to generate events for disabled elements being filled | 2022-03-16 10:55:23 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 0f875e2a20 | Merge pull request #5277 from PySimpleGUI/Dev-latest If an element is disabled, then don't generate events for it (specifi… | 2022-03-16 10:12:14 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 47047700dd | If an element is disabled, then don't generate events for it (specifically for Input element in this case) | 2022-03-16 10:12:00 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | be91c46e05 | Merge pull request #5274 from PySimpleGUI/Dev-latest Alias for perform_operation added - start_thread.  Added bind_return_… | 2022-03-15 08:42:17 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 4065e0424e | Alias for perform_operation added - start_thread.  Added bind_return_key option to Spin element. | 2022-03-15 08:42:04 -04:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | c59db9b5c0 | Merge pull request #5266 from PySimpleGUI/Dev-latest ButtonMenu.Click aliased added.  Debugger - automatically adds a time… | 2022-03-11 13:56:34 -05:00 |  | 
				
					
						| 
								
								
									 PySimpleGUI | 37c3afc8ca | ButtonMenu.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. | 2022-03-11 13:56:18 -05:00 |  |