Commit Graph

4232 Commits

Author SHA1 Message Date
PySimpleGUI a855a0d2de
Merge pull request #3292 from PySimpleGUI/Dev-latest
Changed the overrideredirect check for darwin to a try/except instead…
2020-08-15 14:30:15 -04:00
PySimpleGUI bcc0e62538 Changed the overrideredirect check for darwin to a try/except instead. Added DarkGrey9 theme 2020-08-15 14:29:54 -04:00
PySimpleGUI c48f6bccb6
Merge pull request #3291 from PySimpleGUI/Dev-latest
New demo - custom titlebar running as async
2020-08-14 12:57:31 -04:00
PySimpleGUI 4f2ec52c26 New demo - custom titlebar running as async 2020-08-14 12:57:10 -04:00
PySimpleGUI afeebe2157
Merge pull request #3287 from PySimpleGUI/Dev-latest
Changed use of keyword "k" to key for better portability to older ver…
2020-08-13 20:03:04 -04:00
PySimpleGUI 3261b96d46 Changed use of keyword "k" to key for better portability to older versions of PySimpleGUI. More example titlebar color setups 2020-08-13 19:58:48 -04:00
PySimpleGUI ba6f45abf0
Merge pull request #3285 from PySimpleGUI/Dev-latest
New demo - restart a window(recreates a window)
2020-08-13 15:00:30 -04:00
PySimpleGUI 1b1ca99275 New demo - restart a window(recreates a window) 2020-08-13 15:00:08 -04:00
PySimpleGUI 31db6f4034
Merge pull request #3284 from PySimpleGUI/Dev-latest
No longer delete the tkroot and rows variable when closing window. In…
2020-08-13 10:23:59 -04:00
PySimpleGUI 7a1fcc10be No longer delete the tkroot and rows variable when closing window. Instead set to None 2020-08-13 10:23:37 -04:00
PySimpleGUI 91eb5b1317
Merge pull request #3283 from PySimpleGUI/Dev-latest
Changed titlebar to use the theme's button colors
2020-08-13 09:27:10 -04:00
PySimpleGUI 07c56e9ada Changed titlebar to use the theme's button colors 2020-08-13 09:26:52 -04:00
PySimpleGUI 91cf26925d Revert "Changed to use the theme's button colors for the titlebar"
This reverts commit 76c7685841.
2020-08-13 09:26:15 -04:00
PySimpleGUI 76c7685841 Changed to use the theme's button colors for the titlebar 2020-08-13 09:25:38 -04:00
PySimpleGUI 11e6429eb3 Revert "Update _config.yml"
This reverts commit 8ec3fd6b56.
2020-08-12 16:42:34 -04:00
PySimpleGUI 8ec3fd6b56
Update _config.yml 2020-08-12 16:37:15 -04:00
PySimpleGUI 65522ecc47
Merge pull request #3278 from PySimpleGUI/Dev-latest
Dev latest
2020-08-12 11:02:37 -04:00
PySimpleGUI 7a5cfcd251 Docstrings, comments 2020-08-12 11:02:17 -04:00
PySimpleGUI 005c18f775 Support for titles in the taskbar icon 2020-08-12 10:58:09 -04:00
PySimpleGUI c51bef5d47
Merge pull request #3277 from PySimpleGUI/Dev-latest
Addition of minimize
2020-08-12 10:28:22 -04:00
PySimpleGUI 29fb6fc76d Addition of minimize 2020-08-12 10:28:03 -04:00
PySimpleGUI 62ba8e874e
Merge pull request #3276 from PySimpleGUI/Dev-latest
Dev latest
2020-08-12 07:57:44 -04:00
PySimpleGUI 091b42fcd8 New demo showing a custom titlebar, uses new dark grey 9 theme 2020-08-12 07:57:24 -04:00
PySimpleGUI 023d41eccf Added X symbol and the Dark Grey 8 theme 2020-08-12 07:51:27 -04:00
PySimpleGUI 27be46ecab Set button background colors correctly so they blend with theme. 2020-08-11 09:12:51 -04:00
PySimpleGUI b6e49fabfa
Update issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md 2020-08-10 09:50:23 -04:00
PySimpleGUI 70d52b3503
Update issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md 2020-08-10 09:49:45 -04:00
PySimpleGUI 1717a6f645
Merge pull request #3271 from PySimpleGUI/Dev-latest
New demo - Image Viewer
2020-08-10 08:38:15 -04:00
PySimpleGUI 15dce8d14b New demo - Image Viewer 2020-08-10 08:37:57 -04:00
PySimpleGUI 49a98bfd1a
Merge pull request #3270 from PySimpleGUI/Dev-latest
Dev latest
2020-08-10 08:22:38 -04:00
PySimpleGUI dcf5a371ce Ver bump 2020-08-10 08:22:19 -04:00
PySimpleGUI 7b56d6011f Expand separators correctly. Added some "symbols" 2020-08-10 08:21:52 -04:00
PySimpleGUI e5a8f0ff44
Merge pull request #3265 from PySimpleGUI/Dev-latest
More options and feedback.
2020-08-09 09:15:16 -04:00
PySimpleGUI b30ab55d97 More options and feedback. 2020-08-09 09:14:55 -04:00
PySimpleGUI 0a3c9f9876
Merge pull request #3261 from PySimpleGUI/Dev-latest
Fixed formatting
2020-08-07 08:03:52 -04:00
PySimpleGUI 59933be714 Fixed formatting 2020-08-07 08:03:32 -04:00
PySimpleGUI 1d93cb7e26
Merge pull request #3260 from PySimpleGUI/Dev-latest
Dev latest
2020-08-07 07:35:33 -04:00
PySimpleGUI 63cd2e6659 New read_all_windows Recipe 2020-08-07 07:35:14 -04:00
PySimpleGUI e785dc79a4 Fixed comment about checking for window closed 2020-08-07 07:34:51 -04:00
PySimpleGUI f0b590098e Added ablity to re-open window 2 if closed. Also made windows use input events so updates are made as soon as characters entered 2020-08-07 07:32:28 -04:00
PySimpleGUI ee544a3783
Merge pull request #3259 from PySimpleGUI/Dev-latest
Multiple windows active & visible at the same time
2020-08-07 07:15:17 -04:00
PySimpleGUI 54924e017d Multiple windows active & visible at the same time 2020-08-07 07:14:58 -04:00
PySimpleGUI 3c03054910
Merge pull request #3258 from PySimpleGUI/Dev-latest
Fixed crash when Window2 is closed.
2020-08-07 06:48:34 -04:00
PySimpleGUI 9f1d609bd6 Fixed crash when Window2 is closed. 2020-08-07 06:48:14 -04:00
PySimpleGUI 34bab119e2
Merge pull request #3252 from PySimpleGUI/Dev-latest
Collapsible sections recipe
2020-08-05 16:56:59 -04:00
PySimpleGUI d0e5505c25 Collapsible sections recipe 2020-08-05 16:56:41 -04:00
PySimpleGUI e637054b5d
Merge pull request #3250 from PySimpleGUI/Dev-latest
Cleanup selection collapse demo
2020-08-05 08:44:20 -04:00
PySimpleGUI 68f99f6bae Cleanup selection collapse demo 2020-08-05 08:43:19 -04:00
PySimpleGUI 1c106b159a
Merge pull request #3245 from PySimpleGUI/Dev-latest
Renamed Collapsible Section Demo
2020-08-04 12:17:49 -04:00
PySimpleGUI 32f1e46b0c Renamed Collapsible Section Demo 2020-08-04 12:17:32 -04:00