Commit Graph

4870 Commits

Author SHA1 Message Date
PySimpleGUI 31eaaec236
Merge pull request #4038 from PySimpleGUI/Dev-latest
scrollbar parm added to Multiline Element
2021-03-12 11:55:47 -05:00
PySimpleGUI 501b175c34 scrollbar parm added to Multiline Element 2021-03-12 11:55:31 -05:00
PySimpleGUI 0f575b191b
Merge pull request #4037 from PySimpleGUI/Dev-latest
execute_editor will add " " around filenames if there are spaces in t…
2021-03-12 11:41:51 -05:00
PySimpleGUI 63098232a4 execute_editor will add " " around filenames if there are spaces in the filename and if running on windows and there are no quotes 2021-03-12 11:41:35 -05:00
PySimpleGUI 9351054956
Merge pull request #4035 from PySimpleGUI/Dev-latest
Themes - replace user requested name "gray" with "grey" (FINALLY I ca…
2021-03-12 08:36:38 -05:00
PySimpleGUI 0a802852e8 Themes - replace user requested name "gray" with "grey" (FINALLY I can stop guessing wrong by making both right!) 2021-03-12 08:36:20 -05:00
PySimpleGUI 911ee7e4b3
Merge pull request #4034 from PySimpleGUI/Dev-latest
plus logo
2021-03-11 13:24:24 -05:00
PySimpleGUI f746068d16 plus logo 2021-03-11 13:24:08 -05:00
PySimpleGUI a383b9d579
Merge pull request #4033 from PySimpleGUI/Dev-latest
Added a custom titlebar
2021-03-11 09:07:57 -05:00
PySimpleGUI 8a3e33c70e Added a custom titlebar 2021-03-11 09:07:42 -05:00
PySimpleGUI a91ba7fef6
Merge pull request #4032 from PySimpleGUI/Dev-latest
Added ability to change light/dark. Image changed to be nothing when …
2021-03-11 08:57:17 -05:00
PySimpleGUI eb0ec49ef4 Added ability to change light/dark. Image changed to be nothing when animation isn't playing. Made the buttons 1/2 the size using subsample. 2021-03-11 08:57:00 -05:00
PySimpleGUI 753b4d6964
Merge pull request #4031 from PySimpleGUI/Dev-latest
Change how bind events modify tuple keys. Fixed subsample problem in …
2021-03-11 08:28:32 -05:00
PySimpleGUI 0279a53b81 Change how bind events modify tuple keys. Fixed subsample problem in button update. fixed update_animation to get frame count correct. popup_animated returns False if problem updating the popup happened 2021-03-11 08:28:17 -05:00
PySimpleGUI f2cb8a4411
Merge pull request #4028 from PySimpleGUI/Dev-latest
New Demo - Material "feel".  Very simple window that's has elements c…
2021-03-10 11:55:24 -05:00
PySimpleGUI 6a546330f8 New Demo - Material "feel". Very simple window that's has elements centered 2021-03-10 11:55:09 -05:00
PySimpleGUI 3834faffc3
Merge pull request #4025 from PySimpleGUI/Dev-latest
More checks for COLOR_SYSTEM_DEFAULT, changed GreenTan theme to use b…
2021-03-09 12:59:12 -05:00
PySimpleGUI ce80b7d0b3 More checks for COLOR_SYSTEM_DEFAULT, changed GreenTan theme to use black rather than the system default value, some cleanup of debugger 2021-03-09 12:58:53 -05:00
PySimpleGUI 7656d105c9
Merge pull request #4024 from PySimpleGUI/Dev-latest
Removed note about ignore case not working... it is working now.  Add…
2021-03-09 09:14:59 -05:00
PySimpleGUI 369f6d9818 Removed note about ignore case not working... it is working now. Added code to enable user to Cancel from choosing a line to edit 2021-03-09 09:14:40 -05:00
PySimpleGUI 30f0c70be0
Merge pull request #4021 from PySimpleGUI/Dev-latest
Renaming the demo browser to be more obvious
2021-03-09 07:12:55 -05:00
PySimpleGUI 2301652dd9 Renaming the demo browser to be more obvious 2021-03-09 07:12:31 -05:00
PySimpleGUI aa03d3e72b
Merge pull request #4017 from PySimpleGUI/Dev-latest
Better global theme support. Moved the line number to the front of th…
2021-03-07 18:48:43 -05:00
PySimpleGUI d27b337902 Better global theme support. Moved the line number to the front of the output 2021-03-07 18:48:26 -05:00
PySimpleGUI adcaa2280c
Merge pull request #4016 from PySimpleGUI/Dev-latest
Updated demo to use newer coding guidelines, better key format
2021-03-07 13:02:00 -05:00
PySimpleGUI 923723f7a7 Updated demo to use newer coding guidelines, better key format 2021-03-07 13:01:42 -05:00
PySimpleGUI f3d9566e21
Merge pull request #4014 from PySimpleGUI/Dev-latest
Emojis
2021-03-07 02:50:20 -05:00
PySimpleGUI 62fbb19bbd Emojis 2021-03-07 02:49:26 -05:00
PySimpleGUI ab77fcfe9d
Merge pull request #4013 from PySimpleGUI/Dev-latest
Removed the importing of individual elements. Simplified and added mo…
2021-03-06 23:53:40 -05:00
PySimpleGUI 55424278ba Removed the importing of individual elements. Simplified and added more comments 2021-03-06 23:53:21 -05:00
PySimpleGUI 96f343c725
Merge pull request #4006 from PySimpleGUI/Dev-latest
Updated Theme addition, Buttons with images, Script launcher, Progres…
2021-03-04 14:44:05 -05:00
PySimpleGUI 42a7f5999b Updated Theme addition, Buttons with images, Script launcher, ProgressBar, Math, Compound Element, removed calling Finalize 2021-03-04 14:43:49 -05:00
PySimpleGUI 3874d9d821
Merge pull request #4005 from PySimpleGUI/Dev-latest
For cookbook
2021-03-04 14:35:43 -05:00
PySimpleGUI 91a16084fb For cookbook 2021-03-04 14:35:28 -05:00
PySimpleGUI d6412a3b60
Merge pull request #4004 from PySimpleGUI/Dev-latest
Cookbook image
2021-03-04 14:32:47 -05:00
PySimpleGUI 3bb3878ed2 Cookbook image 2021-03-04 14:32:31 -05:00
PySimpleGUI 17f8a6f327
Merge pull request #4003 from PySimpleGUI/Dev-latest
Cookbook image
2021-03-04 14:10:51 -05:00
PySimpleGUI bba3f9df3c Cookbook image 2021-03-04 14:10:33 -05:00
PySimpleGUI 5634b14736
Merge pull request #4002 from PySimpleGUI/Dev-latest
Cookbook image
2021-03-04 14:03:34 -05:00
PySimpleGUI 458b218e56 Cookbook image 2021-03-04 14:03:19 -05:00
PySimpleGUI 5480e7cef6
Merge pull request #4001 from PySimpleGUI/Dev-latest
new image for cookbook
2021-03-04 13:32:35 -05:00
PySimpleGUI 5b6a8fa6e7 new image for cookbook 2021-03-04 13:32:15 -05:00
PySimpleGUI 78f916928f
Merge pull request #4000 from PySimpleGUI/Dev-latest
New demo on how to add your own custom theme and then use it
2021-03-04 12:31:59 -05:00
PySimpleGUI 8dcfed8bc9 New demo on how to add your own custom theme and then use it 2021-03-04 12:31:42 -05:00
PySimpleGUI 17faff6f47
Merge pull request #3998 from PySimpleGUI/Dev-latest
Dev latest
2021-03-03 16:10:53 -05:00
PySimpleGUI e2c98a26ac Release 4.35.0 2021-03-03 16:10:27 -05:00
PySimpleGUI 6401ef34dd New Demo with the PySimpleGUI Helpers 2021-03-03 16:07:08 -05:00
PySimpleGUI 62f7b39602 Release 4.35.0 2021-03-03 16:06:54 -05:00
PySimpleGUI f629505170
Merge pull request #3997 from PySimpleGUI/Dev-latest
Immediately apply global theme changes (for all future window creations)
2021-03-03 11:51:17 -05:00
PySimpleGUI 72c4484629 Immediately apply global theme changes (for all future window creations) 2021-03-03 11:50:56 -05:00