Commit Graph

  • eeb95398e0 Added a function around the functional example PySimpleGUI 2023-05-29 10:21:17 -0400
  • b62648aa23 Expanded class wrapper demo to explain it's not a recommended design pattern. When initially released there was no explanation accompanying the code. PySimpleGUI 2023-05-29 10:19:32 -0400
  • 79a3b85e73 Automated Update! PySimpleGUI 2023-05-25 17:30:21 +0000
  • e5d0c3d471 Automated Update! PySimpleGUI 2023-05-24 17:30:18 +0000
  • 935285f715
    Merge pull request #6384 from PySimpleGUI/Dev-latest PySimpleGUI 2023-05-21 19:39:33 -0400
  • 955a7cba07 Additional of release notes for 4.60.5 dot release posted to PyPI PySimpleGUI 2023-05-21 19:39:16 -0400
  • e7b380ee7e Show Critical upgrade service messages. Removed the extra upgrade from github button from tab. PySimpleGUI 2023-05-21 19:38:07 -0400
  • ca66e38c99
    Merge pull request #6383 from PySimpleGUI/Dev-latest PySimpleGUI 2023-05-20 08:30:50 -0400
  • 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 PySimpleGUI 2023-05-20 08:30:26 -0400
  • 3952e1a438
    Merge pull request #6382 from PySimpleGUI/Dev-latest PySimpleGUI 2023-05-18 12:05:22 -0400
  • 440a34888f Addition of right click menu erase, save image and display of crosshairs PySimpleGUI 2023-05-18 12:05:07 -0400
  • 003a03dfeb
    Merge pull request #6380 from PySimpleGUI/Dev-latest PySimpleGUI 2023-05-16 12:52:52 -0400
  • f3a7e10ce0 Added check for None and COLOR_SYSTEM_DEFAULT to fix a crash problem PySimpleGUI 2023-05-16 12:52:36 -0400
  • db1f02af2f
    Merge pull request #6377 from PySimpleGUI/Dev-latest PySimpleGUI 2023-05-14 12:22:52 -0400
  • fe41f3cd1f New Udemy Coupon PySimpleGUI 2023-05-14 12:22:32 -0400
  • d7c24da2bf Automated Update! PySimpleGUI 2023-05-12 17:30:17 +0000
  • 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 PySimpleGUI 2023-05-11 15:37:47 -0400
  • 74098a440b
    Merge pull request #6370 from PySimpleGUI/Dev-latest PySimpleGUI 2023-05-09 09:21:30 -0400
  • 43c49380a2 Custom Titlebar - Support for disable close, disable resizing, disable minimize. Better distro support and display of information from Upgrade Service PySimpleGUI 2023-05-09 09:21:12 -0400
  • def60b9ba8
    Merge pull request #6356 from PySimpleGUI/Dev-latest PySimpleGUI 2023-04-26 16:29:39 -0400
  • 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. PySimpleGUI 2023-04-26 16:29:09 -0400
  • ee794099bf
    Merge pull request #6354 from PySimpleGUI/Dev-latest PySimpleGUI 2023-04-26 09:47:28 -0400
  • cb0da5887d Changed enter_submits to True so that the bind_return_key works correctly. PySimpleGUI 2023-04-26 09:47:14 -0400
  • fe7fbcbc44
    Merge pull request #6350 from PySimpleGUI/Dev-latest PySimpleGUI 2023-04-22 10:13:50 -0400
  • fb5fdbdd5c Moved update animation call to after check for window closed. Was getting an error because attempt to update animation was happening after window was closed PySimpleGUI 2023-04-22 10:13:36 -0400
  • 041c5ba4e6
    Merge pull request #6348 from PySimpleGUI/Dev-latest PySimpleGUI 2023-04-21 18:25:25 -0400
  • 71c50d40b4 Fix for Input Elements unresponsive on MacOS 13.2.1 Ventura when no-titlebar is enabled PySimpleGUI 2023-04-21 18:25:09 -0400
  • 5efbff1cb8 Automated Update! PySimpleGUI 2023-04-21 17:30:19 +0000
  • a78498fcca
    Merge pull request #6347 from PySimpleGUI/Dev-latest PySimpleGUI 2023-04-21 07:00:12 -0400
  • f06fcdc0a6 Window threading changed so that end_key is now optional. BE CAREFUL when leaving it out as you won't be backward compatible. PySimpleGUI 2023-04-21 06:59:52 -0400
  • 982cb755ba Automated Update! PySimpleGUI 2023-04-20 17:30:22 +0000
  • 8b4e19a0cd Automated Update! PySimpleGUI 2023-04-19 17:30:25 +0000
  • 8729971855
    Update issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md PySimpleGUI 2023-04-18 06:27:38 -0400
  • cdba184ed8
    Merge pull request #6339 from PySimpleGUI/Dev-latest PySimpleGUI 2023-04-18 03:58:29 -0400
  • ad3465d9ba Changed Radio activeforeground to be same as text color so mouseover won't change color (previously did this for the Checkbox element) PySimpleGUI 2023-04-18 03:58:16 -0400
  • 0bcd49a1b7
    Merge pull request #6330 from PySimpleGUI/Dev-latest PySimpleGUI 2023-04-11 07:24:10 -0400
  • f1cd369302 New Udemy Coupon. Fix for bug in and better info in Watermark PySimpleGUI 2023-04-11 07:23:53 -0400
  • ad76b5deeb New Udemy Coupon PySimpleGUI 2023-04-11 07:22:47 -0400
  • 635baca3cd Automated Update! PySimpleGUI 2023-03-27 17:30:35 +0000
  • 74c1f7b337 Automated Update! PySimpleGUI 2023-03-25 17:30:34 +0000
  • 5052aece6a Automated Update! PySimpleGUI 2023-03-17 17:30:25 +0000
  • 4fe61e42d2 Automated Update! PySimpleGUI 2023-03-16 17:30:23 +0000
  • 5b784253f5 Automated Update! PySimpleGUI 2023-03-15 17:30:30 +0000
  • 15e56bd47d
    Merge pull request #6303 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-13 06:32:43 -0400
  • f97de3468b Fixed typo in coupon at top of SDK reference. Picked up the changes for GitHub's readme. PySimpleGUI 2023-03-13 06:32:31 -0400
  • e902230468
    Merge pull request #6302 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-13 06:17:53 -0400
  • d8d5227240 New Udemy Coupon added PySimpleGUI 2023-03-13 06:17:36 -0400
  • 2eed0afaeb New SDK call ref with net set_ibeam_color method added. New Udemy Coupon added to docs PySimpleGUI 2023-03-13 06:16:07 -0400
  • a10d9d3430
    Merge pull request #6301 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-13 05:55:15 -0400
  • 07f772c680 Applied the Input I-Beam color fix to Multiline and Spin elements. Added new method set_ibeam_color as another way to set this color (in addition to set_cursor) so that it's more explicit PySimpleGUI 2023-03-13 05:54:59 -0400
  • fcd03f4b6f
    Merge pull request #6298 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-12 08:39:29 -0400
  • a22884e2e3 Fixed problem where the insert cursor (I-beam) was being set to the theme's color not the color indicated by the individual Input element. PySimpleGUI 2023-03-12 08:39:17 -0400
  • d72a7672c1
    Merge pull request #6287 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-09 05:49:58 -0500
  • 3507b2708b Added nightlight thickness parm to Checkbox so focus ring thickness can be controlled when creating element PySimpleGUI 2023-03-09 05:49:42 -0500
  • cd7967fe4a
    Merge pull request #6286 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-09 05:43:37 -0500
  • 4d02f3a515 Combo.update - added text and background color. Also made font parm work correctly with the dropdown list. (TRICKY!) PySimpleGUI 2023-03-09 05:43:20 -0500
  • 3e0ade9797
    Merge pull request #6285 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-07 20:14:23 -0500
  • 3b7a17f6b6 Demo Program to show new Watermark features PySimpleGUI 2023-03-07 20:14:08 -0500
  • 27e073b03c
    Merge pull request #6279 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-06 14:21:22 -0500
  • d447633ec3 Fixed Mac crash due to "Bold" font modifier in watermark feature PySimpleGUI 2023-03-06 14:21:06 -0500
  • 15af7b7d06
    Merge pull request #6277 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-06 09:01:35 -0500
  • c24d8b6b87 New Global Settings Feature - Window watermarking.... Use global settings window to control or force on/off when making a window. PySimpleGUI 2023-03-06 09:00:57 -0500
  • f0eab8c1bd
    Merge pull request #6268 from PySimpleGUI/Dev-latest PySimpleGUI 2023-03-01 12:11:59 -0500
  • 8bd030f1a1 Changed Checkbox to not change color on mouseover on Linux. Added the optional window data row for internal texting ONLY PySimpleGUI 2023-03-01 12:10:23 -0500
  • 34b935a196
    Merge pull request #6266 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-28 06:28:15 -0500
  • efa236369f New Demo Program - CPU Utilization shown on a very nice VU Meter Graphic PySimpleGUI 2023-02-28 06:27:57 -0500
  • af9794b2c2
    Merge pull request #6261 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-25 13:21:39 -0500
  • 8e6fa8100a New Demo Program - Table with checkmarks PySimpleGUI 2023-02-25 13:21:26 -0500
  • 4a5f2d2907
    Merge pull request #6258 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-24 08:58:55 -0500
  • 8f74aa5c8d Picking up the latest Multiline & Output element feature that's on GitHub - new parameter autoscroll_only_at_bottom PySimpleGUI 2023-02-24 08:58:41 -0500
  • ba0e5fed78 Addition of Timer API calls PySimpleGUI 2023-02-24 08:58:02 -0500
  • 3275279f9c Addition of Timer API Calls PySimpleGUI 2023-02-24 08:57:48 -0500
  • 0cf29cc20f Addition of Timer API Calls section PySimpleGUI 2023-02-24 08:57:26 -0500
  • fdbdd18120
    Merge pull request #6257 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-24 04:51:39 -0500
  • 73c692ebcc Added autoscroll_only_at_bottom to Output element too PySimpleGUI 2023-02-24 04:51:25 -0500
  • 5ae9d3c88a
    Merge pull request #6256 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-24 04:37:50 -0500
  • ad67fe233e Added autoscroll_only_at_bottom parameter to Multiline element PySimpleGUI 2023-02-24 04:37:37 -0500
  • 83bdad20f8
    Merge pull request #6252 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-23 12:01:45 -0500
  • 1ae844e7fc Picked up docstring changes for Window.timer_start in the call reference PySimpleGUI 2023-02-23 12:01:31 -0500
  • 2de8770897
    Merge pull request #6251 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-23 12:00:41 -0500
  • 2cc5b70aed Added the variable name constants EVENT_TIMER and TIMER_KEY to the Window.start_timer docstring PySimpleGUI 2023-02-23 12:00:25 -0500
  • 2a4831ac63
    Merge pull request #6250 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-23 11:56:35 -0500
  • 86afe5ae57 Changed Output Element in call reference. Previously was steering users away from Output Element and to use Multiline instead. Now that the Output element is based directly on Multiline, this recommendation is no longer needed. PySimpleGUI 2023-02-23 11:56:20 -0500
  • 6b9cb23b6d
    Merge pull request #6249 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-23 11:52:08 -0500
  • c4e37eff04 Addition of the Window Timer API Calls currently on GitHub PySimpleGUI 2023-02-23 11:51:55 -0500
  • 62eb1f5781
    Merge pull request #6245 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-21 11:59:12 -0500
  • 98f383bffb Ooops... forgot to bump version number PySimpleGUI 2023-02-21 11:58:59 -0500
  • 25ed11c581
    Merge pull request #6244 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-21 11:46:45 -0500
  • 57528fdb5c Changed layout error message (added "sometimes" to description)) PySimpleGUI 2023-02-21 11:46:31 -0500
  • 6aabac7637
    Merge pull request #6242 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-19 14:58:04 -0500
  • c8da36c9e3 changed TabGroup.get to use the same method as the values dictionary does that was just added in prior check-in PySimpleGUI 2023-02-19 14:57:49 -0500
  • 3a7d72354a
    Merge pull request #6241 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-19 14:05:10 -0500
  • f07d658e87 Fixed problem with TabGroup not identifying the currently active tab in the Values Dictionary is the label is blank on the Tab PySimpleGUI 2023-02-19 14:04:56 -0500
  • c88bd1f2ec Automated Update! PySimpleGUI 2023-02-14 18:30:24 +0000
  • a3936a60a9
    Merge pull request #6231 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-13 18:00:34 -0500
  • 83745112a6 Tree Element - new parameter click_toggles_select PySimpleGUI 2023-02-13 18:00:20 -0500
  • c963e86d3e Automated Update! PySimpleGUI 2023-02-12 18:30:19 +0000
  • 8f76e053f0
    Merge pull request #6225 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-12 11:52:47 -0500
  • 282559db46 Removed second print on Mac for Alpha 0.99 patch PySimpleGUI 2023-02-12 11:52:33 -0500
  • 185d0997bb
    Merge pull request #6224 from PySimpleGUI/Dev-latest PySimpleGUI 2023-02-11 13:59:09 -0500