Commit Graph

6854 Commits

Author SHA1 Message Date
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 a39e180d13
Merge pull request #6473 from PySimpleGUI/Dev-latest
Allow window resizing when in single photo mode.  Updated the PIL res…
2023-08-10 12:45:21 -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 73a1b085ee
Merge pull request #6460 from PySimpleGUI/Dev-latest
Addition of black2 theme, Fix typo of text in _widget_was_created
2023-07-31 12:32:21 -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 3c3312f5a2
Merge pull request #6444 from PySimpleGUI/Dev-latest
New tagline.  Updated call reference using newest docstrings
2023-07-12 17:21:12 -04:00
PySimpleGUI aaf391508c New tagline. Updated call reference using newest docstrings 2023-07-12 17:20:56 -04:00
PySimpleGUI 76e4071239
Merge pull request #6436 from PySimpleGUI/Dev-latest
Changed Table click events to be generated on Button Release instead …
2023-07-04 08:50:24 -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 415f55c3a7
Merge pull request #6435 from PySimpleGUI/Dev-latest
Another try at correcting the Table.get docstring
2023-07-03 18:50:08 -04:00
PySimpleGUI 3de64e7d99 Another try at correcting the Table.get docstring 2023-07-03 18:49:55 -04:00
PySimpleGUI e41be1c157
Merge pull request #6434 from PySimpleGUI/Dev-latest
Corrected the Table.get docstring to reflect that it returns a list o…
2023-07-03 18:47:20 -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 884d49a14f Automated Update! 2023-06-25 17:30:19 +00:00
PySimpleGUI 05d22968ae
Merge pull request #6425 from PySimpleGUI/Dev-latest
Changed Python GUIs for Humans to just GUIs for Humans
2023-06-23 10:36:20 -04:00
PySimpleGUI 891b0a5b36 Changed Python GUIs for Humans to just GUIs for Humans 2023-06-23 10:36:02 -04:00
PySimpleGUI 0fd1e011a1
Merge pull request #6421 from PySimpleGUI/Dev-latest
Fix for popup_get_file when using no_window=True. Now returns None if…
2023-06-19 11:23:16 -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 c11e950415
Merge pull request #6412 from PySimpleGUI/Dev-latest
New Udemy Coupon
2023-06-14 12:43:08 -04:00
PySimpleGUI 549330d0aa New Udemy Coupon 2023-06-14 12:42:47 -04:00
PySimpleGUI 654c2d2930
Merge pull request #6410 from PySimpleGUI/Dev-latest
Fix for crash when no headings specified for a table by casting value…
2023-06-13 17:42:34 -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 7f22061c3f
Merge pull request #6405 from PySimpleGUI/Dev-latest
Fix in pinning demo
2023-06-09 06:31:31 -04:00
PySimpleGUI 4a883851e6 Fix in pinning demo 2023-06-09 06:31:15 -04:00
PySimpleGUI d3372dda27
Merge pull request #6397 from PySimpleGUI/Dev-latest
Fix for Combo.update background color changing incorrect widget setting.
2023-05-29 11:31:38 -04:00
PySimpleGUI 0ff0efa3c6 Fix for Combo.update background color changing incorrect widget setting. 2023-05-29 11:31:21 -04:00
PySimpleGUI 8b16f3183c
Merge pull request #6396 from PySimpleGUI/Dev-latest
Dev latest
2023-05-29 10:21:35 -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 79a3b85e73 Automated Update! 2023-05-25 17:30:21 +00:00
PySimpleGUI e5d0c3d471 Automated Update! 2023-05-24 17:30:18 +00:00
PySimpleGUI 935285f715
Merge pull request #6384 from PySimpleGUI/Dev-latest
Dev latest
2023-05-21 19:39:33 -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 ca66e38c99
Merge pull request #6383 from PySimpleGUI/Dev-latest
Only enable the Mac alpha channel 0.99 patch when tkinter version is …
2023-05-20 08:30:50 -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 3952e1a438
Merge pull request #6382 from PySimpleGUI/Dev-latest
Addition of right click menu erase, save image and display of crosshairs
2023-05-18 12:05:22 -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 003a03dfeb
Merge pull request #6380 from PySimpleGUI/Dev-latest
Added check for None and COLOR_SYSTEM_DEFAULT to fix a crash problem
2023-05-16 12:52:52 -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 db1f02af2f
Merge pull request #6377 from PySimpleGUI/Dev-latest
Dev latest
2023-05-14 12:22:52 -04:00
PySimpleGUI fe41f3cd1f New Udemy Coupon 2023-05-14 12:22:32 -04:00
PySimpleGUI d7c24da2bf Automated Update! 2023-05-12 17:30:17 +00:00
PySimpleGUI 2e6b74f0f1 Input element - fix for bug with text color & logic wasn't quite right with the "read for disabled" stuff in the update as well as when making window 2023-05-11 15:37:47 -04:00
PySimpleGUI 74098a440b
Merge pull request #6370 from PySimpleGUI/Dev-latest
Custom Titlebar - Support for disable close, disable resizing, disabl…
2023-05-09 09:21:30 -04:00
PySimpleGUI 43c49380a2 Custom Titlebar - Support for disable close, disable resizing, disable minimize. Better distro support and display of information from Upgrade Service 2023-05-09 09:21:12 -04:00
PySimpleGUI def60b9ba8
Merge pull request #6356 from PySimpleGUI/Dev-latest
Added formatted_datetime_now function for easy formatting current dat…
2023-04-26 16:29:39 -04:00
PySimpleGUI 7cf4c102fe Added formatted_datetime_now function for easy formatting current date and time. Added code for Intelligent Upgrade Service but not enabling any popups while testing. Added timer_stop_usec that returns timer value in microseconds. 2023-04-26 16:29:09 -04:00
PySimpleGUI ee794099bf
Merge pull request #6354 from PySimpleGUI/Dev-latest
Changed enter_submits to True so that the bind_return_key works corre…
2023-04-26 09:47:28 -04:00
PySimpleGUI cb0da5887d Changed enter_submits to True so that the bind_return_key works correctly. 2023-04-26 09:47:14 -04:00