Merge pull request #4262 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-09 15:52:20 -0400
97e72e509eNew Demo - Execute Py - shows link between global setting of interpreter and the exec API call execute_py_file
PySimpleGUI
2021-05-09 15:52:04 -0400
Merge pull request #4261 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-08 10:50:43 -0400
9fa57daba2Some new symbols, docstring updates to better explain the expand layout and contents_changed calls, text that the Global button setting isn't implemented yet.
PySimpleGUI
2021-05-08 10:50:25 -0400
Merge pull request #4243 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-05-02 10:47:25 -0400
b0084a2d75A little cleanup
PySimpleGUI
2021-05-02 10:46:31 -0400
3ccd004865New Demo - Dispatchers - from the Udemy course
PySimpleGUI
2021-05-02 10:46:19 -0400
abf98c4a56Better doctring for read_all_windows. Some stuff for Custom Titlebars, but not ready yet. Start of some ttk global settings (also partial)
PySimpleGUI
2021-05-01 17:11:42 -0400
Merge pull request #4236 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-29 16:21:30 -0400
48530f123bFix for scrollable column still scrolling despite contents being smaller than what should require scrollbars
PySimpleGUI
2021-04-29 16:20:38 -0400
Merge pull request #4227 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-25 20:48:01 -0400
c9fb11362aReworked the main() GUI to be smaller. Completely re-worked the Issue GUI Help since it was massive, lots of ttk button changes dealing with color, changes to run on 3.4, docstring fixes, s parm added to TabGroup, using error popup for bad button color (may result in a recursive error), and more fun things....
PySimpleGUI
2021-04-25 20:47:46 -0400
Merge pull request #4224 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-24 16:36:49 -0400
fc095fadccFix for extend_layout when a scrollable column is used. New Right Click Menu constant that is an Exit entry only.
PySimpleGUI
2021-04-24 16:36:30 -0400
5f6857571dSupport for double-clicking filenames - Choose the action from the settings
PySimpleGUI
2021-04-24 13:26:22 -0400
Merge pull request #4219 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-23 16:41:47 -0400
68a86b8163Fix for another problem with color 123456789. Added theme GrayGrayGray to get a completely gray window.
PySimpleGUI
2021-04-23 16:41:23 -0400
Merge pull request #4202 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-21 10:46:23 -0400
482d5f7597Fixed key error, fixed problem with events from elements with no metadata
PySimpleGUI
2021-04-21 10:33:31 -0400
d3b9a6b9d4Addition of mouseover_colors (so TTK buttons don't look so ugly by default) - many weird things about this feature that need to be explained (UGH), Checkbox.get returns bool now, bug fixed with debug window, Dummy button closes window in a better way,
PySimpleGUI
2021-04-21 10:32:56 -0400
Merge pull request #4197 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-19 16:32:06 -0400
ee93134da3Fix for Graph Element dragging complete that was caused when the RealtimeButton problem was fixed. Title parameter for popup_menu now correctly used
PySimpleGUI
2021-04-19 16:31:43 -0400
Merge pull request #4181 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-14 15:49:03 -0400
834cfc5051Addition of size parm to TabGroup element, changed when butono keys are set to fix a problem that happened with RealtimeButtons, error popup added to bad button highlight colors, error popup added for bad button images
PySimpleGUI
2021-04-14 15:48:41 -0400
Merge pull request #4164 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-08 23:13:28 -0400
3d4ac6dc7fNew Window paramter right_click_menu_selected_colors - dual color string or tuple to indicate color to be used for the menu_popup., title added to popup_menu
PySimpleGUI
2021-04-08 23:13:00 -0400
Merge pull request #4153 from PySimpleGUI/Dev-latest
PySimpleGUI
2021-04-06 16:12:04 -0400
07d1218b75Fix for RealtimeButton, framework_version - a new variable for all ports, MENU_RIGHT_CLICK_EDITME_EXIT - a pre-defined simple right click menu
PySimpleGUI
2021-04-06 16:10:14 -0400