Commit Graph

3932 Commits

Author SHA1 Message Date
PySimpleGUI 3feadf4448 Col alias, added theme_add_new, 2020-07-18 19:52:58 -04:00
PySimpleGUI ef52d9b54f New k parm for all elements, new button color format "on", expand dummy method for portability, Multiline write_only parm, error popup for widget not finalized,cprint(need to update again however), popup removed use of older CloseButton, image added to popups, docstring fix for *args, 2020-07-18 19:52:19 -04:00
PySimpleGUI 2684d7834a Added theme_add_new, added Multiline write_only parm 2020-07-18 19:46:30 -04:00
PySimpleGUI 5624f8ae14
Merge pull request #3160 from PySimpleGUI/Dev-latest
Dev latest
2020-07-18 15:37:15 -04:00
PySimpleGUI 110e5a0daf Removed cprint from thread. Added dummy button 2020-07-18 15:36:12 -04:00
PySimpleGUI e6d0eca440 Release 4.26.0 2020-07-18 15:34:48 -04:00
PySimpleGUI 8b809bde2e
Merge pull request #3159 from PySimpleGUI/Dev-latest
Dev latest
2020-07-18 13:43:28 -04:00
PySimpleGUI 530e28a048 Moved creation of the thread strvar to window create time instead of being done by the thread itself. 2020-07-18 13:43:02 -04:00
PySimpleGUI 04dfa364d5 Changed multi-threaded demos to use new Window.write_event_value method 2020-07-18 13:42:32 -04:00
PySimpleGUI 2fa210ec2d
Merge pull request #3156 from PySimpleGUI/Dev-latest
Release 4.25.0
2020-07-17 14:24:09 -04:00
PySimpleGUI 934cea5881 Release 4.25.0 2020-07-17 14:23:47 -04:00
PySimpleGUI 89f5a8d7a7
Merge pull request #3152 from PySimpleGUI/Dev-latest
Force previous tooltip to close when new one is shown
2020-07-17 08:09:42 -04:00
PySimpleGUI e8e7104477 Force previous tooltip to close when new one is shown 2020-07-17 08:09:22 -04:00
PySimpleGUI df55893298
Merge pull request #3151 from PySimpleGUI/Dev-latest
New Multi-threaded demo - requires GitHub version of PySimpleGUI.py
2020-07-16 16:22:01 -04:00
PySimpleGUI d7f062f77c New Multi-threaded demo - requires GitHub version of PySimpleGUI.py 2020-07-16 16:21:40 -04:00
PySimpleGUI 083c98de38
Merge pull request #3150 from PySimpleGUI/Dev-latest
NEW Window.write_event_value method - use for thread communications w…
2020-07-16 15:27:09 -04:00
PySimpleGUI 07e8c0737b NEW Window.write_event_value method - use for thread communications with Windows (consider it a beta) 2020-07-16 15:26:47 -04:00
PySimpleGUI 7485f1d191
Merge pull request #3144 from PySimpleGUI/Dev-latest
Removed selecting the first entry for combo if updated with new values
2020-07-13 13:56:57 -04:00
PySimpleGUI 492468f0cb Removed selecting the first entry for combo if updated with new values 2020-07-13 13:56:35 -04:00
PySimpleGUI cc49d75251
Merge pull request #3142 from PySimpleGUI/Dev-latest
modal option added to Window.  New parameters for theme_previewer
2020-07-13 09:25:03 -04:00
PySimpleGUI bc23667d55 modal option added to Window. New parameters for theme_previewer 2020-07-13 09:24:41 -04:00
PySimpleGUI e300ac7199
Merge pull request #3139 from PySimpleGUI/Dev-latest
Made all popups modal by default.  Added modal parameter to all of th…
2020-07-12 13:44:09 -04:00
PySimpleGUI af81d67046 Made all popups modal by default. Added modal parameter to all of them except non-blocking (animations) 2020-07-12 13:43:48 -04:00
PySimpleGUI d7dd9f4541
Merge pull request #3137 from PySimpleGUI/Dev-latest
Added Window.make_modal, modal parm added to popup
2020-07-12 12:58:16 -04:00
PySimpleGUI 59c713c9df Added Window.make_modal, modal parm added to popup 2020-07-12 12:57:57 -04:00
PySimpleGUI 4b1039568f
Merge pull request #3136 from PySimpleGUI/Dev-latest
New version of the _fixed_map function that handles previously define…
2020-07-12 12:45:57 -04:00
PySimpleGUI 887863c481 New version of the _fixed_map function that handles previously defined styles better 2020-07-12 12:45:38 -04:00
PySimpleGUI 50ba1d9811
Merge pull request #3135 from PySimpleGUI/Dev-latest
New table and tree selected row colors based on the theme.
2020-07-12 10:08:23 -04:00
PySimpleGUI dfd15dd8b9 New table and tree selected row colors based on the theme. 2020-07-12 10:08:04 -04:00
PySimpleGUI b400445e84
Merge pull request #3134 from PySimpleGUI/Dev-latest
Dev latest
2020-07-11 12:16:50 -04:00
PySimpleGUI a5c40a71b9 Version bump... forgot 2020-07-11 12:16:27 -04:00
PySimpleGUI 8f97c5bf4a Table & Tree Elements - new parameter selected_row_color. Table & Tree Color fix for 8.6.9 is now enabled by default again. 2020-07-11 12:16:03 -04:00
PySimpleGUI 18b59aa7ab
Merge pull request #3131 from PySimpleGUI/Dev-latest
Made Multiline print, cprint, and re-routed print use the autoscroll …
2020-07-10 10:57:40 -04:00
PySimpleGUI 5b998af8d5 Made Multiline print, cprint, and re-routed print use the autoscroll setting for the Multiline element 2020-07-10 10:57:18 -04:00
PySimpleGUI 91aabdee18
Merge pull request #3130 from PySimpleGUI/Dev-latest
Added reroute_cprint parameter to Multiline
2020-07-09 13:44:14 -04:00
PySimpleGUI cb5c0cc69f Added reroute_cprint parameter to Multiline 2020-07-09 13:43:50 -04:00
PySimpleGUI d7dc261d41
Merge pull request #3129 from PySimpleGUI/Dev-latest
Multiline Element - 2 new parameters to reroute stdout and stderr to …
2020-07-09 10:28:04 -04:00
PySimpleGUI 34700fc3c5 Multiline Element - 2 new parameters to reroute stdout and stderr to this element 2020-07-09 10:27:44 -04:00
PySimpleGUI 1886621fb7
Merge pull request #3128 from PySimpleGUI/Dev-latest
Output element will now automatically refresh the parent window after…
2020-07-09 10:08:46 -04:00
PySimpleGUI ff2fe2a7ab Output element will now automatically refresh the parent window after every write. Added refresh to Multiline Update if elment has refresh configured 2020-07-09 09:55:32 -04:00
PySimpleGUI 66f026fbe2
Merge pull request #3126 from PySimpleGUI/Dev-latest
New PIL Image Viewer that will also resize images and runs on Qt too
2020-07-09 05:47:00 -04:00
PySimpleGUI 78917db9bc New PIL Image Viewer that will also resize images and runs on Qt too 2020-07-09 05:46:41 -04:00
PySimpleGUI a48b1fb34e
Merge pull request #3125 from PySimpleGUI/Dev-latest
Dev latest
2020-07-09 05:32:19 -04:00
PySimpleGUI e89f479125 shortcut for cprint rather than using sg.cprint. 2020-07-09 05:31:15 -04:00
PySimpleGUI b9a7bfe237 Fix for missing k paramter in FileBrowse button 2020-07-09 05:30:44 -04:00
PySimpleGUI 587cb5f3a5 Multiline - new auto_refresh parameter, new reroute_stdout_to_here, reroute_stderr_to_here, restore_stdout, restore_stderr methods. 2020-07-08 17:01:23 -04:00
PySimpleGUI 54f3d7400e
Merge pull request #3122 from PySimpleGUI/Dev-latest
A new way to generate Matplotlib graphs. Uses PIL to resize drawings …
2020-07-08 09:01:36 -04:00
PySimpleGUI c724cf9d63 A new way to generate Matplotlib graphs. Uses PIL to resize drawings so a grid of graphs can be displayed easily. 2020-07-08 09:01:13 -04:00
PySimpleGUI 49599ace05
Merge pull request #3118 from PySimpleGUI/Dev-latest
Updated Matplotlib Template Program
2020-07-07 17:53:06 -04:00
PySimpleGUI c48dd18d5e Updated Matplotlib Template Program 2020-07-07 17:52:39 -04:00