Commit Graph

3581 Commits

Author SHA1 Message Date
PySimpleGUI b957d3e757 Removed default value parameter from several user_settings_get_entry to simplify. 2020-10-25 14:49:37 -04:00
PySimpleGUI 9d6275bf0a Convert None default text for Input element to be '' 2020-10-25 14:48:44 -04:00
PySimpleGUI 63ecca6a2f Replaced all globals with user settings 2020-10-25 11:05:40 -04:00
PySimpleGUI 9a4cbbccf8 Added theme to settings 2020-10-24 19:54:18 -04:00
PySimpleGUI 71f121b949 Make everything "settings driven". Has a settings window to set the folders and the programs information 2020-10-24 19:42:37 -04:00
PySimpleGUI 948f25c0e1 Copied over latest themes from the tkinter port 2020-10-24 17:12:37 -04:00
PySimpleGUI 849a4014ed Fixed supress spelling error :-( 2020-10-24 13:54:06 -04:00
PySimpleGUI acfa42a27a Repaired Multiline docstring, new main_get_debug_data function, reformatted look and feel table (shortened code by 930 lines of code!) 2020-10-24 13:15:12 -04:00
PySimpleGUI 4ed30d1a0a A new "silent" command line option will kill all python programs with no window opened except for an auto-closing popup at the end. 2020-10-24 11:24:03 -04:00
PySimpleGUI 732c0bf723 Hooked up the k parameter of elements. Forgot to assign it to keys 2020-10-23 15:28:12 -04:00
PySimpleGUI 56c282538b Added official "Thank you" to @okajun35 2020-10-21 10:53:17 -04:00
PySimpleGUI 8d4d743bfa Addition of link to Japanese version 2020-10-21 10:29:07 -04:00
PySimpleGUI fea999dfc7 Thank you to @okajun35 for the changes!!! WOW THANK YOU! 2020-10-21 10:25:14 -04:00
PySimpleGUI 645ab655a5 New user settings coding convention 2020-10-20 09:50:02 -04:00
PySimpleGUI 88564dcb67 Replaced combo user settings demo with one that uses input and combobox 2020-10-20 09:34:42 -04:00
PySimpleGUI 0b7b0cc340 Added parms to Multline.update docstring 2020-10-20 07:57:43 -04:00
PySimpleGUI d34f2cccad Allow Combo.update to set both readonly and clear disable in same call. 2020-10-19 18:37:10 -04:00
PySimpleGUI 7b7afc2dc2 cprint, mutline.print now autoscrolls 2020-10-19 14:11:04 -04:00
PySimpleGUI a63a0c327a Another __version__ change 2020-10-18 17:08:00 -04:00
PySimpleGUI f7d2ac04f3 New Demo Program! Tkinter colors as swatches 2020-10-18 15:26:02 -04:00
PySimpleGUI 90b02c25e2 Rolled back to original versoin statement 2020-10-18 12:37:39 -04:00
PySimpleGUI 138d905283 Switched __version__ 2020-10-18 12:34:47 -04:00
PySimpleGUI a40a0bdeca Swiched back __version__ in upgrade code too 2020-10-18 12:34:20 -04:00
PySimpleGUI 64e3ba11d5 Switched __version__ back to old definition 2020-10-18 12:25:02 -04:00
PySimpleGUI 1a956a0e12 Changed install to use version instead of __version__.. may take a couple tries.... 2020-10-18 12:15:11 -04:00
PySimpleGUI 40bee69a36 Added Window.set_cursor 2020-10-18 11:31:52 -04:00
PySimpleGUI adfeac2d41 Update PySimpleGUI.py 2020-10-17 14:25:02 -04:00
PySimpleGUI 6231e5876a Redefined __version__ to be the shortened version string 2020-10-17 14:24:24 -04:00
PySimpleGUI b6e972c601 Abliilty to set the icon for popup_get_file when no window option set. 2020-10-17 13:38:14 -04:00
PySimpleGUI 159f8cc92b New Demo - users settings to save prior selections 2020-10-17 10:35:22 -04:00
PySimpleGUI 2652701540 Window title change, sorted the entries before displaying 2020-10-16 14:28:31 -04:00
PySimpleGUI 5843f33d28 Demo - Saving previously entered Combobox entries 2020-10-16 14:06:34 -04:00
PySimpleGUI dbf0bfc297 New Demo - Design pattern for main func, window create, and saving theme from one run to the next 2020-10-16 10:07:10 -04:00
PySimpleGUI 7e05146400 Release 4.30.0 2020-10-15 16:43:32 -04:00
PySimpleGUI f45c18e697 Added theme swatch previewer so that seeing the color values and getting hex values is easier 2020-10-14 19:09:03 -04:00
PySimpleGUI 6aad056e0f New Demo Program - Theme Color Swatches 2020-10-14 09:10:19 -04:00
PySimpleGUI 28eafd6a1a Added a "Pause/Resume" button. 2020-10-13 12:03:25 -04:00
PySimpleGUI 930747a324 New Demo Program - GitHub file copier 2020-10-12 17:24:29 -04:00
PySimpleGUI ea03abb6d0 Changed demo to directly call user_settings within the layout 2020-10-12 17:24:14 -04:00
PySimpleGUI 13ad1c27b1 Update PySimpleGUI.py 2020-10-12 17:19:56 -04:00
PySimpleGUI 8a85024080 Added simple filename save example 2020-10-11 15:49:07 -04:00
PySimpleGUI 92559530bf Focus indicators for Buttons, Checkbox, Radio buttons. Colors are only used in Linux but outline used by all of them. Was disabled months ago. 2020-10-10 17:56:01 -04:00
PySimpleGUI dc2f55dc96 Moved Example 5B inside of Try/Except block in case unpacking isn't supported. 2020-10-10 12:51:44 -04:00
PySimpleGUI 52c8dbf034 New User Settings Demo 2020-10-10 11:17:12 -04:00
PySimpleGUI b90c6baa5d Added examples of combining layout helper function with other elements on a single row 2020-10-10 11:17:00 -04:00
PySimpleGUI f061422898 New vertical layout demo program 2020-10-09 16:15:36 -04:00
PySimpleGUI 56803ec992 Japanese version of Readme 2020-10-08 16:30:14 -04:00
PySimpleGUI 98a60d8aee For Japanese version of Readme 2020-10-08 16:28:35 -04:00
PySimpleGUI d21fa74cff For Japanese version of Readme 2020-10-08 16:19:42 -04:00
PySimpleGUI b431d300ee For Japanese version of readme 2020-10-08 16:16:35 -04:00