Commit Graph

6121 Commits

Author SHA1 Message Date
PySimpleGUI 61efe57572 Demo of popup_error_with_traceback (that I thought was checked in 2 years ago but wasn't...) 2024-01-24 10:31:40 -05:00
PySimpleGUI 0798171e73 New News Emoji 2024-01-23 15:47:49 -05:00
PySimpleGUI aae672824c Ooops... forgot to update the Udemy coupon in the readme too. 2023-11-26 17:23:25 -05:00
PySimpleGUI bf4630ec65 Bumped the version number (forgot to with the Udemy coupon) 2023-11-25 12:57:17 -05:00
PySimpleGUI a2cd9fb702 New Udemy Coupon Code 2023-11-25 12:53:49 -05:00
PySimpleGUI 05939b2725 Make the multiple open demo program more useful 2023-11-23 14:28:24 -05:00
PySimpleGUI e949083fda Fixed docstring for execute_command_subprocess. The command description was incorrect 2023-11-13 13:15:23 -05:00
PySimpleGUI cb39c58f98 One more change to sizer so that it uses pad instead of size. 2023-10-29 13:23:16 -04:00
PySimpleGUI 85f3f472f7 Added doctring and destroy previous right click menu to set_right_click_menu AND Changed Sizer element to use Canvas instead of Column element 2023-10-29 13:10:57 -04:00
PySimpleGUI bed18263e6 New udemy coupon. 2023-10-27 12:13:19 -04:00
PySimpleGUI 1ee5a7f9d2 Update readthedocs.yml 2023-10-27 11:49:01 -04:00
PySimpleGUI 0f16031512 New yaml file for readthedocs 2023-10-27 11:47:21 -04:00
PySimpleGUI f78e4913a2 New Udemy Coupon Code 2023-10-27 11:36:53 -04:00
PySimpleGUI fe31a0a7ed Fixed numpy deprecated problems. Checking in improvement made long ago buit forgot to check in 2023-10-16 08:57:47 -04:00
PySimpleGUI 7f485c5f78 Remove extra space accidently added (learned you can put spaces after periods in Python?) 2023-10-05 16:26:20 -04:00
PySimpleGUI 3776730709 Replaced PIL's deprecated constant ANTIALIAS with LANCZOS 2023-10-05 16:11:51 -04:00
PySimpleGUI ddebd7a5c6 Added init for _mouse_offset_x and y in case tkinter doesn't call the mouse down callback 2023-10-05 15:03:52 -04:00
PySimpleGUI 5f8735d1f3 Fix for grab anywhere window movement and control+left_mouse_drag. Window move smoother, including the Move-All-Windows feature. Thank you JASON for the help! 2023-10-02 13:12:48 -04:00
PySimpleGUI 2470d10afc New Udemy coupons... added earlier but forgot to post to GitHub 2023-10-02 09:52:10 -04:00
PySimpleGUI 4504ea77c3 New Udemy Coupon 2023-09-21 16:09:33 -04:00
PySimpleGUI ed128a36f5 fixed bool instead of string in doctring 2023-08-31 12:24:21 -04:00
PySimpleGUI 3907e7636e Added Added no_buffering option to popup_animated 2023-08-31 12:18:43 -04:00
PySimpleGUI 0459adac69 Made Table Element Header mouse-over and clicked be the inverse of the normal header colors. Makes for a much nicer experience 2023-08-28 07:09:38 -04:00
PySimpleGUI 0b6eb6d5b3 Rebuilt the call reference based on new set_index_color parms 2023-08-21 17:33:27 -04:00
PySimpleGUI 77ea65b8de Added highlight colors to the set_index_color method. Parms highlight_text_color & highlight_background_color control changing the highlight colors 2023-08-21 17:31:08 -04:00
PySimpleGUI 393050c1ae New Udemy Coupon. Added Listbox.set_index_color and Listbox.select_index to the SDK Call Reference 2023-08-20 17:20:05 -04:00
PySimpleGUI 2ece7d4ad5 Added Listbox.select_index and Listbox.set_index_color 2023-08-19 11:53:08 -04:00
PySimpleGUI 1d3126f884 Fixed spelling errors... resuse should have been reuse 2023-08-16 09:34:58 -04:00
PySimpleGUI c51d670956 Fixed bug in Button.update. Corrected when activeforeground and activebackground are set. Removing them in version above was a mistake 2023-08-14 12:22:12 -04:00
PySimpleGUI f292d757de Fixed bug in Button.update. Was setting the activeforeground and activebackground which broke the mouseover or mouse press colors 2023-08-13 11:47:16 -04:00
PySimpleGUI 854bdccdd3 Allow window resizing when in single photo mode. Updated the PIL resizing to much more recent resizing code. 2023-08-10 12:44:33 -04:00
PySimpleGUI 5035d24f2c Addition of black2 theme, Fix typo of text in _widget_was_created 2023-07-31 12:31:59 -04:00
PySimpleGUI aaf391508c New tagline. Updated call reference using newest docstrings 2023-07-12 17:20:56 -04:00
PySimpleGUI 2ce3c7f75e Changed Table click events to be generated on Button Release instead of Button (down) 2023-07-04 08:50:08 -04:00
PySimpleGUI 3de64e7d99 Another try at correcting the Table.get docstring 2023-07-03 18:49:55 -04:00
PySimpleGUI d97777b262 Corrected the Table.get docstring to reflect that it returns a list of ints 2023-07-03 18:47:04 -04:00
PySimpleGUI 891b0a5b36 Changed Python GUIs for Humans to just GUIs for Humans 2023-06-23 10:36:02 -04:00
PySimpleGUI 130d5492f0 Fix for popup_get_file when using no_window=True. Now returns None if cancelled or window closed 2023-06-19 11:23:02 -04:00
PySimpleGUI 549330d0aa New Udemy Coupon 2023-06-14 12:42:47 -04:00
PySimpleGUI 8004b258a9 Fix for crash when no headings specified for a table by casting values into strings 2023-06-13 17:42:20 -04:00
PySimpleGUI 4a883851e6 Fix in pinning demo 2023-06-09 06:31:15 -04:00
PySimpleGUI 0ff0efa3c6 Fix for Combo.update background color changing incorrect widget setting. 2023-05-29 11:31:21 -04:00
PySimpleGUI eeb95398e0 Added a function around the functional example 2023-05-29 10:21:17 -04:00
PySimpleGUI b62648aa23 Expanded class wrapper demo to explain it's not a recommended design pattern. When initially released there was no explanation accompanying the code. 2023-05-29 10:19:32 -04:00
PySimpleGUI 955a7cba07 Additional of release notes for 4.60.5 dot release posted to PyPI 2023-05-21 19:39:16 -04:00
PySimpleGUI e7b380ee7e Show Critical upgrade service messages. Removed the extra upgrade from github button from tab. 2023-05-21 19:38:07 -04:00
PySimpleGUI d368af0547 Only enable the Mac alpha channel 0.99 patch when tkinter version is 8.6.12. This will help 8.6.13 and later systems with window quality 2023-05-20 08:30:26 -04:00
PySimpleGUI 440a34888f Addition of right click menu erase, save image and display of crosshairs 2023-05-18 12:05:07 -04:00
PySimpleGUI f3a7e10ce0 Added check for None and COLOR_SYSTEM_DEFAULT to fix a crash problem 2023-05-16 12:52:36 -04:00
PySimpleGUI fe41f3cd1f New Udemy Coupon 2023-05-14 12:22:32 -04:00