adce90b322New Matplotlib demo based on Template that allows changing Matplotlib Style and PySimpleGUI Theme to see what matches
PySimpleGUI
2020-09-26 12:39:21 -0400
957fd84055Added ability to change Matplotlib Style
PySimpleGUI
2020-09-26 12:38:49 -0400
Merge pull request #3397 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-09-19 06:25:21 -0400
5ca53d7825Added user_settings_delete_filename, tweaked a few other user_settings behaviors... it's getting there....
PySimpleGUI
2020-09-19 06:24:57 -0400
Merge pull request #3381 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-09-15 07:21:25 -0400
51b5de94eeecho_stdout_stderr parm added to multiline and output, added Dark Brown 7 theme, changed getting filename
PySimpleGUI
2020-09-15 07:08:46 -0400
Merge pull request #3376 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-09-12 08:54:00 -0400
4c2ad59ecaA "Table Driven" version. Uses a single dictionary to define all of the details needed to make the GUI and launch the commandline program
PySimpleGUI
2020-09-12 08:53:40 -0400
Merge pull request #3364 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-09-05 06:45:51 -0400
ce5310b00dRemoved highlight thickness for buttons so that focus can be seen, new themes DarkGrey10 11 12 13, sdk help window now named main_sdk_help()
PySimpleGUI
2020-09-05 06:45:02 -0400
Merge pull request #3338 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-08-25 11:53:11 -0400
b086edb26dChanged toplevel create to not have a parent (was changed a couple of releases ago and causes problems now), made 1-line progress meter windows no closable usintg X
PySimpleGUI
2020-08-25 11:52:50 -0400
Merge pull request #3336 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-08-25 06:40:42 -0400
6b7e875b7bDo not close the hidden master window when no other windows left open. Always keep around after first created.
PySimpleGUI
2020-08-25 06:40:19 -0400
Merge pull request #3332 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-08-23 17:22:25 -0400
ef3a54a8b1Added Window.force_focus. Force focus when no-titlebar window, changed how main test window is created, New test harness features - collapse tabs and change theme
PySimpleGUI
2020-08-23 17:22:05 -0400
Merge pull request #3325 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-08-22 15:27:34 -0400
8066b0edd5Fix for Calendar Button
PySimpleGUI
2020-08-22 15:27:07 -0400
bac5a938ebTheme 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.
PySimpleGUI
2020-08-22 07:57:27 -0400
Merge pull request #3306 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-08-18 07:24:14 -0400
f1ab730d3dFixed error in grab anywhere. Was setting root.x to none and then later trying to perform subtraction when moving causing exception
PySimpleGUI
2020-08-18 07:22:39 -0400
Merge pull request #3300 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-08-17 10:52:06 -0400
068a881662Statusbar now fills the row correctly.
PySimpleGUI
2020-08-17 10:51:38 -0400
804b968b68vtop, vcenter, vbottom - pin-like layout helper functions that will align the element to the top, center, or bottom of the row it is on
PySimpleGUI
2020-08-17 06:48:12 -0400
Merge pull request #3299 from PySimpleGUI/Dev-latest
PySimpleGUI
2020-08-17 06:25:11 -0400
413a521c89Added vertical_alignment to pin func. Can use to align elements easier than Column but with a 1-pixel penalty
PySimpleGUI
2020-08-17 06:24:48 -0400