Commit Graph

5521 Commits

Author SHA1 Message Date
PySimpleGUI 62deb3aa0b Added call to tkroot.update when closing windows. Was needed on Linux to close a debug print window for some weird reason 2021-02-25 13:55:26 -05:00
PySimpleGUI 603b8f9e64
Merge pull request #3958 from PySimpleGUI/Dev-latest
Disable modal windows entirely for Macs
2021-02-24 17:20:26 -05:00
PySimpleGUI 7aa031741e Disable modal windows entirely for Macs 2021-02-24 17:20:10 -05:00
PySimpleGUI babbb9b360
Merge pull request #3957 from PySimpleGUI/Dev-latest
Merged with the "Project Browser" so now only 1 program.
2021-02-24 12:59:45 -05:00
PySimpleGUI a2598828a1 Merged with the "Project Browser" so now only 1 program. 2021-02-24 12:59:02 -05:00
PySimpleGUI d8ad329b85
Merge pull request #3956 from PySimpleGUI/Dev-latest
Advanced mode so will have a single demo browser now.  Will delete th…
2021-02-24 12:54:55 -05:00
PySimpleGUI c88fdc8d2c Advanced mode so will have a single demo browser now. Will delete this one shortly. 2021-02-24 12:54:36 -05:00
PySimpleGUI f781b514df
Update PySimpleGUIQt.py
Not sure why there is a bad import at the top. Manually fixing it.
2021-02-24 12:49:21 -05:00
PySimpleGUI 6bc3a15d73
Merge pull request #3954 from PySimpleGUI/Dev-latest
Check for disabled button in button callbacks.  Set TRANSPARENT_BUTTO…
2021-02-23 15:12:12 -05:00
PySimpleGUI b06127b397 Check for disabled button in button callbacks. Set TRANSPARENT_BUTTON_COLOR when theme changes (not recommended to use, but in case someone is then this is correct way to update), fixes for 3.4 syntax errors, fix for race condition that tried to close a window set to None 2021-02-23 15:11:49 -05:00
PySimpleGUI 9f43706398
Merge pull request #3944 from PySimpleGUI/Dev-latest
Trying to fix the problem with bullet points on ReadTheDocs
2021-02-21 11:27:57 -05:00
PySimpleGUI f6c2756c6c Trying to fix the problem with bullet points on ReadTheDocs 2021-02-21 11:27:43 -05:00
PySimpleGUI 4ab140f8de
Merge pull request #3943 from PySimpleGUI/Dev-latest
One more Linux change.... invoke using python3 rather than python
2021-02-21 10:51:57 -05:00
PySimpleGUI 375dba6071 One more Linux change.... invoke using python3 rather than python 2021-02-21 10:51:01 -05:00
PySimpleGUI 8d6216d2ef
Merge pull request #3942 from PySimpleGUI/Dev-latest
Added the Demo and Project browsers
2021-02-21 10:32:51 -05:00
PySimpleGUI bc68795148 Added the Demo and Project browsers 2021-02-21 10:32:36 -05:00
PySimpleGUI 719e98c92d
Merge pull request #3941 from PySimpleGUI/Dev-latest
More Cookbook Screenshots
2021-02-21 10:16:37 -05:00
PySimpleGUI e463bfe248 More Cookbook Screenshots 2021-02-21 10:16:25 -05:00
PySimpleGUI 2b919af1b9
Merge pull request #3940 from PySimpleGUI/Dev-latest
Dev latest
2021-02-21 10:02:41 -05:00
PySimpleGUI bfee78a127 Fixes for Linux, Addition of "Open Folder" feature. GUI for a couple of other features added but not yet fully implemented, use full path for default demo programs location 2021-02-21 10:02:23 -05:00
PySimpleGUI 208eb55e3f Fixes for Linux. Uses full path for demo folder default now 2021-02-21 10:01:10 -05:00
PySimpleGUI f136babc3e
Merge pull request #3939 from PySimpleGUI/Dev-latest
Fixes so runs correctly on Linux
2021-02-21 08:51:54 -05:00
PySimpleGUI 645dda81ed Fixes so runs correctly on Linux 2021-02-21 08:51:41 -05:00
PySimpleGUI a6f6738e5f
Merge pull request #3938 from PySimpleGUI/Dev-latest
Cookbook image
2021-02-21 08:19:32 -05:00
PySimpleGUI 2a8a2ef3e3 Cookbook image 2021-02-21 08:19:18 -05:00
PySimpleGUI 86421d554a
Merge pull request #3936 from PySimpleGUI/Dev-latest
Demo one_line_progress_meter - a standalone demo for this capability
2021-02-20 07:52:19 -05:00
PySimpleGUI 2974a2353e Demo one_line_progress_meter - a standalone demo for this capability 2021-02-20 07:51:57 -05:00
PySimpleGUI 48a4d9fa20
Merge pull request #3935 from PySimpleGUI/Dev-latest
Added multiple thread window locations
2021-02-19 22:29:39 -05:00
PySimpleGUI 0295d6d761 Added multiple thread window locations 2021-02-19 22:29:25 -05:00
PySimpleGUI 1b38a57c21
Merge pull request #3934 from PySimpleGUI/Dev-latest
New Demo - indirectly call sg.popup from a thread
2021-02-19 22:20:37 -05:00
PySimpleGUI 4daa0a6a52 New Demo - indirectly call sg.popup from a thread 2021-02-19 22:20:20 -05:00
PySimpleGUI b58627926b
Merge pull request #3932 from PySimpleGUI/Dev-latest
Super Simple 2-windows in 25 lines of code
2021-02-19 21:43:07 -05:00
PySimpleGUI 95b2d104e6 Super Simple 2-windows in 25 lines of code 2021-02-19 21:40:49 -05:00
PySimpleGUI c37687f9ca
Merge pull request #3931 from PySimpleGUI/Dev-latest
Width parm added to update for both Combo and Option menu.  This is b…
2021-02-19 19:30:20 -05:00
PySimpleGUI d9f123c884 Width parm added to update for both Combo and Option menu. This is because the values can be changed, then the width may need to be changed, better coloring of OptionMenu, fixed docstrings to reflect size parm correctly for both elements 2021-02-19 19:30:02 -05:00
PySimpleGUI 044e14ac2c
Merge pull request #3930 from PySimpleGUI/Dev-latest
Combo - bug fix in update when default previously specified, OptionMe…
2021-02-19 16:52:44 -05:00
PySimpleGUI 440b8cf8a4 Combo - bug fix in update when default previously specified, OptionMenu no longer sets a default unless explicitly set by user 2021-02-19 16:52:13 -05:00
PySimpleGUI 2e43dc16d7
Merge pull request #3928 from PySimpleGUI/Dev-latest
New Demo - Progress meter simulation
2021-02-19 15:07:15 -05:00
PySimpleGUI fb861d2b0c New Demo - Progress meter simulation 2021-02-19 15:06:54 -05:00
PySimpleGUI 54818afd27
Merge pull request #3922 from PySimpleGUI/Dev-latest
Fix in Spin.update with disabled & readonly, added erase_all option t…
2021-02-17 15:39:46 -05:00
PySimpleGUI ce2dabc42f Fix in Spin.update with disabled & readonly, added erase_all option to Print, Output element no longer used by Debug Print, fixed popup bug with custom buttons, moved path_stem to be private 2021-02-17 15:39:14 -05:00
PySimpleGUI d18b80de27
Merge pull request #3920 from PySimpleGUI/Dev-latest
Demo showing how to generate a popup from a thread
2021-02-17 09:44:27 -05:00
PySimpleGUI a6560f0cea Demo showing how to generate a popup from a thread 2021-02-17 09:43:49 -05:00
PySimpleGUI a72031f2ec
Merge pull request #3910 from PySimpleGUI/Dev-latest
Demo - Change your window's theme
2021-02-14 23:25:49 -05:00
PySimpleGUI 0a85cda909 Demo - Change your window's theme 2021-02-14 23:25:19 -05:00
PySimpleGUI cd4bd819d5
Merge pull request #3909 from PySimpleGUI/Dev-latest
New Demo - Changing Window theme on the fly
2021-02-14 23:22:14 -05:00
PySimpleGUI 4b4eca79ae New Demo - Changing Window theme on the fly 2021-02-14 23:21:52 -05:00
PySimpleGUI 6705e5382d
Merge pull request #3908 from PySimpleGUI/Dev-latest
password_char added to Input.update. Emojis new EMOJI_BASE64 variables
2021-02-14 20:11:00 -05:00
PySimpleGUI 33a3d6d77e password_char added to Input.update. Emojis new EMOJI_BASE64 variables 2021-02-14 20:10:39 -05:00
PySimpleGUI 8724b03368
Merge pull request #3905 from PySimpleGUI/Dev-latest
Removed online processing instructions
2021-02-13 21:42:35 -05:00