Commit Graph

4266 Commits

Author SHA1 Message Date
PySimpleGUI 8066b0edd5 Fix for Calendar Button 2020-08-22 15:27:07 -04:00
PySimpleGUI bac5a938eb Theme progress bar bug fix when swapping themes. Now uses DEFAULT_PROGRESS_BAR_COMPUTE to indicate colors will be made from other parts of the theme. Hopefully little side effects but may have bigger effect than desired. Added expand_x & expand_y to Column to more easily justify elements. 2020-08-22 07:57:27 -04:00
PySimpleGUI c37d227772
Merge pull request #3322 from PySimpleGUI/Dev-latest
Added back left arrow symbol, tclversion_detailed exposed
2020-08-21 13:54:02 -04:00
PySimpleGUI 56c30e4933 Added back left arrow symbol, tclversion_detailed exposed 2020-08-21 13:53:41 -04:00
PySimpleGUI 4466b4d117
Merge pull request #3321 from PySimpleGUI/Dev-latest
Added the custom titlebar so that the window can be moved by that tit…
2020-08-21 13:12:05 -04:00
PySimpleGUI b8344a5778 Added the custom titlebar so that the window can be moved by that titlebar. 2020-08-21 13:11:36 -04:00
PySimpleGUI b70b3362d1
Merge pull request #3319 from PySimpleGUI/Dev-latest
Right click menu for StatusBar.  grab parameter for Column element
2020-08-20 19:27:05 -04:00
PySimpleGUI 52a1f78047 Right click menu for StatusBar. grab parameter for Column element 2020-08-20 19:26:43 -04:00
PySimpleGUI 3af08ebc27
Merge pull request #3318 from PySimpleGUI/Dev-latest
grab parameter added to Text element
2020-08-20 18:15:23 -04:00
PySimpleGUI 0180c3a80e grab parameter added to Text element 2020-08-20 18:15:02 -04:00
PySimpleGUI 359711972b
Merge pull request #3316 from PySimpleGUI/Dev-latest
Made vtop, vcenter, vbottom capable of taking a single element or an …
2020-08-20 14:35:00 -04:00
PySimpleGUI ccfcb8f063 Made vtop, vcenter, vbottom capable of taking a single element or an entire row. 2020-08-20 14:34:33 -04:00
PySimpleGUI ee7b59e0d8
Create config.yml 2020-08-20 10:42:13 -04:00
PySimpleGUI e0af9ffe58
Merge pull request #3314 from PySimpleGUI/Dev-latest
New Custom Titlebar showing multiple color combinations
2020-08-20 07:42:12 -04:00
PySimpleGUI 4806dacf48 New Custom Titlebar showing multiple color combinations 2020-08-20 07:41:52 -04:00
PySimpleGUI d6d7123f20
Merge pull request #3307 from PySimpleGUI/Dev-latest
Added a LOT of popup tests to help test features that may have troubl…
2020-08-18 08:50:09 -04:00
PySimpleGUI 46ec413811 Added a LOT of popup tests to help test features that may have trouble on Mac or Linux 2020-08-18 08:49:00 -04:00
PySimpleGUI 1d94ecc3ea
Merge pull request #3306 from PySimpleGUI/Dev-latest
Fixed error in grab anywhere. Was setting root.x to none and then lat…
2020-08-18 07:24:14 -04:00
PySimpleGUI f1ab730d3d Fixed error in grab anywhere. Was setting root.x to none and then later trying to perform subtraction when moving causing exception 2020-08-18 07:22:39 -04:00
PySimpleGUI 0885e340de
Merge pull request #3305 from PySimpleGUI/Dev-latest
Added disabled button to theme previewer in case you're using disable…
2020-08-18 06:47:36 -04:00
PySimpleGUI d868227145 Added disabled button to theme previewer in case you're using disabled buttons in your GUI 2020-08-18 06:47:15 -04:00
PySimpleGUI fae8d89b20
Merge pull request #3304 from PySimpleGUI/Dev-latest
Added a "Kill All & Exit" so you can click once and all Python progra…
2020-08-18 06:38:20 -04:00
PySimpleGUI e4781e2a6f Added a "Kill All & Exit" so you can click once and all Python programs go away, including this one. 2020-08-18 06:37:59 -04:00
PySimpleGUI 623a39c448
Merge pull request #3301 from PySimpleGUI/Dev-latest
New statusbar demo to accompany change to StatusBar element.
2020-08-17 11:49:29 -04:00
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