PySimpleGUI
|
77ba1eb26f
|
Merge pull request #6538 from PySimpleGUI/Dev-latest
Dev latest
|
2023-10-05 15:04:43 -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
|
41e137e797
|
Merge pull request #6529 from PySimpleGUI/Dev-latest
New Udemy coupons... added earlier but forgot to post to GitHub
|
2023-10-02 09:52:25 -04:00 |
PySimpleGUI
|
2470d10afc
|
New Udemy coupons... added earlier but forgot to post to GitHub
|
2023-10-02 09:52:10 -04:00 |
PySimpleGUI
|
dee0c81b58
|
Merge pull request #6512 from PySimpleGUI/Dev-latest
Dev latest
|
2023-09-21 16:10:57 -04:00 |
PySimpleGUI
|
4504ea77c3
|
New Udemy Coupon
|
2023-09-21 16:09:33 -04:00 |
PySimpleGUI
|
ce32fe3814
|
Automated Update!
|
2023-09-09 17:30:27 +00:00 |
PySimpleGUI
|
48c7b673c1
|
Automated Update!
|
2023-09-06 17:30:28 +00:00 |
PySimpleGUI
|
ed128a36f5
|
fixed bool instead of string in doctring
|
2023-08-31 12:24:21 -04:00 |
PySimpleGUI
|
ee972660c0
|
Merge pull request #6494 from PySimpleGUI/Dev-latest
Added Added no_buffering option to popup_animated
|
2023-08-31 12:18:58 -04:00 |
PySimpleGUI
|
3907e7636e
|
Added Added no_buffering option to popup_animated
|
2023-08-31 12:18:43 -04:00 |
PySimpleGUI
|
9cf9258835
|
Merge pull request #6488 from PySimpleGUI/Dev-latest
Made Table Element Header mouse-over and clicked be the inverse of th…
|
2023-08-28 07:09:54 -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
|
cf3345303d
|
Automated Update!
|
2023-08-26 17:30:18 +00:00 |
PySimpleGUI
|
5761be84d8
|
Merge pull request #6484 from PySimpleGUI/Dev-latest
Rebuilt the call reference based on new set_index_color parms
|
2023-08-21 17:33:45 -04:00 |
PySimpleGUI
|
0b6eb6d5b3
|
Rebuilt the call reference based on new set_index_color parms
|
2023-08-21 17:33:27 -04:00 |
PySimpleGUI
|
4a5e2316e0
|
Merge pull request #6483 from PySimpleGUI/Dev-latest
Added highlight colors to the set_index_color method. Parms highlight…
|
2023-08-21 17:31:23 -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
|
0f32107272
|
Merge pull request #6482 from PySimpleGUI/Dev-latest
New Udemy Coupon. Added Listbox.set_index_color and Listbox.select_i…
|
2023-08-20 17:20:22 -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
|
31e8c51fba
|
Merge pull request #6481 from PySimpleGUI/Dev-latest
Added Listbox.select_index and Listbox.set_index_color
|
2023-08-19 11:53:22 -04:00 |
PySimpleGUI
|
2ece7d4ad5
|
Added Listbox.select_index and Listbox.set_index_color
|
2023-08-19 11:53:08 -04:00 |
PySimpleGUI
|
c34d28bcd4
|
Merge pull request #6480 from PySimpleGUI/Dev-latest
Fixed spelling errors... resuse should have been reuse
|
2023-08-16 09:35:14 -04:00 |
PySimpleGUI
|
1d3126f884
|
Fixed spelling errors... resuse should have been reuse
|
2023-08-16 09:34:58 -04:00 |
PySimpleGUI
|
81638809c8
|
Merge pull request #6478 from PySimpleGUI/Dev-latest
Fixed bug in Button.update. Corrected when activeforeground and acti…
|
2023-08-14 12:22:29 -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
|
db4fe52ec8
|
Merge pull request #6477 from PySimpleGUI/Dev-latest
Fixed bug in Button.update. Was setting the activeforeground and act…
|
2023-08-13 11:47:30 -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
|
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 |