Commit Graph

4242 Commits

Author SHA1 Message Date
PySimpleGUI d051a22a89 New statusbar demo to accompany change to StatusBar element. 2020-08-17 11:48:56 -04:00
PySimpleGUI 17b3b48309
Merge pull request #3300 from PySimpleGUI/Dev-latest
Dev latest
2020-08-17 10:52:06 -04:00
PySimpleGUI 068a881662 Statusbar now fills the row correctly. 2020-08-17 10:51:38 -04:00
PySimpleGUI 804b968b68 vtop, vcenter, vbottom - pin-like layout helper functions that will align the element to the top, center, or bottom of the row it is on 2020-08-17 06:48:12 -04:00
PySimpleGUI f84330ef30
Merge pull request #3299 from PySimpleGUI/Dev-latest
Added vertical_alignment to pin func.  Can use to align elements easi…
2020-08-17 06:25:11 -04:00
PySimpleGUI 413a521c89 Added vertical_alignment to pin func. Can use to align elements easier than Column but with a 1-pixel penalty 2020-08-17 06:24:48 -04:00
PySimpleGUI c5f9fabaa2
Merge pull request #3297 from PySimpleGUI/Dev-latest
Added vertical_alignment parameter to Frame
2020-08-16 16:10:06 -04:00
PySimpleGUI 17ae59bc9c Added vertical_alignment parameter to Frame 2020-08-16 16:09:48 -04:00
PySimpleGUI bf960bd250
Merge pull request #3296 from PySimpleGUI/Dev-latest
Fix for element justification in columns.  New Column parameter - ver…
2020-08-16 15:27:56 -04:00
PySimpleGUI a48810db73 Fix for element justification in columns. New Column parameter - vertical_alignment 2020-08-16 15:27:38 -04:00
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