Commit Graph

3643 Commits

Author SHA1 Message Date
PySimpleGUI 9c5d49d7b4 Fixed to work with latest PySimpleGUI. Used really old code! Still needs version 0.8.7 of Chatterbot 2020-12-20 17:15:37 -05:00
PySimpleGUI e84ef76b36 Update Demo Screenshots.md 2020-12-17 20:30:30 -05:00
PySimpleGUI 768ec9fe9e Update Demo Screenshots.md 2020-12-17 11:10:49 -05:00
PySimpleGUI 97b0b05d6f New screenshots doc 2020-12-17 09:59:26 -05:00
PySimpleGUI e76fb137bd Adding Japanexe readme to readthedocs as a tab 2020-12-09 08:13:58 -05:00
PySimpleGUI fc18adecd1 Not needed. 2020-12-07 10:01:48 -05:00
PySimpleGUI de4c48fea2 Window margin variable supported but tricky, margin default changed to (0,0), fix in DrawCircle, styles change for ComboBox, frame color now defaults to light gray (gainsboro), 2020-11-29 16:42:53 -05:00
PySimpleGUI a013ad6f14 Settings window location. Moved settings file to OS settings folder, right click menu 2020-11-28 07:18:18 -05:00
PySimpleGUI 3f3b98d951 Rollback of None changes 2020-11-28 06:11:35 -05:00
PySimpleGUI a1f5d9571d Frame with padding. Frame now has frame_color parameter. 2020-11-27 17:22:45 -05:00
PySimpleGUI d826038b2e Fixed compare with (None, JNone) and type comparisons 2020-11-25 13:43:29 -05:00
PySimpleGUI 570251a3d7 Funding section in readme. 2020-11-24 07:43:48 -05:00
PySimpleGUI dac6b73045 Make gauge update immediately in 1 jump 2020-11-23 16:43:26 -05:00
PySimpleGUI 1b4c63e15c Initial Checkin - A desktop widget that is the same as grid of bar graphs but done with Gauges 2020-11-23 15:39:00 -05:00
PySimpleGUI 0d611430ca fill_color added to draw_arv 2020-11-23 14:46:37 -05:00
PySimpleGUI e6ba93e3a8 Demos using Gauge class 2020-11-23 09:49:41 -05:00
PySimpleGUI 5d026e972e Addition of CLOSE_ATTEMPTED_EVENT, WIN_X_EVENT and enable_close_attempted_event addd to Window. 2020-11-23 09:40:57 -05:00
PySimpleGUI 9e3efbd082 Added key_dict property. 2020-11-21 16:55:18 -05:00
PySimpleGUI dcc557c642 Added "Register" button to setup window. Will open a browser so you can register 2020-11-18 16:15:32 -05:00
PySimpleGUI 9e073de007 Removed "faking timeout" print as it can happen when auto-close window closes. Changed how a couple Windows methods are renamed. 2020-11-18 15:27:46 -05:00
PySimpleGUI b9a28a74b7 Weather Widget released as a demo (previously only available in another Repo) 2020-11-18 15:25:54 -05:00
PySimpleGUI aa08b84187 Release 4.32.1 2020-11-17 14:06:37 -05:00
PySimpleGUI 47e2322684 Release 4.32.0 2020-11-17 13:49:15 -05:00
PySimpleGUI e397f9707a Release 4.32.0 2020-11-17 13:45:54 -05:00
PySimpleGUI d85a9b74da If window is autoclose and being finalize, then don't start the autoclose until finalize is complete 2020-11-17 13:14:24 -05:00
PySimpleGUI 136469d382 UserSettings initialized check 2020-11-17 09:03:52 -05:00
PySimpleGUI 4f07076d28 Right Click Menu colors and font parameters added to Window 2020-11-16 13:29:36 -05:00
PySimpleGUI d67a999d05 Refactored adding right click menu, sped up reads with timeouts, fix for right click menus 2020-11-15 19:50:43 -05:00
PySimpleGUI 80cfdbcf3d Check for COLOR_SYSTEM_DEFAULT in Button.update 2020-11-15 18:56:40 -05:00
PySimpleGUI 4b79837cb7 Fix for case-mismatch. Made search string all lower. Changed how Linux python command is launched. Added defaults to User Settings. 2020-11-15 15:19:17 -05:00
PySimpleGUI a4d86304a8 Changed Menu and ButtonMenu default colors & font. Changed names in ConvertFlexToTK 2020-11-15 13:51:42 -05:00
PySimpleGUI 382cfc4157 Changed (significantly) to use the new User Settings API to store all of the credentials and search history 2020-11-13 14:47:41 -05:00
PySimpleGUI 1ec6e6b1ff Release 4.31.0 2020-11-13 11:57:13 -05:00
PySimpleGUI 9e4bf95b33 Added last value chosen for combo, popup with dictionary info. 2020-11-13 11:54:39 -05:00
PySimpleGUI 3ef927cdfe New Demo showing class interface for User Settings 2020-11-13 11:54:04 -05:00
PySimpleGUI ba01cb31c5 Changed adding key and saving behavior for User Settings. 2020-11-12 20:31:25 -05:00
PySimpleGUI de5783cdb7 Added UserSettings delete item interface... makes interface look much more like a dictionary by allowing syntax ---> del settings['item'] 2020-11-12 18:35:07 -05:00
PySimpleGUI 9611a4fd08 Renamed UserSettings singleton variable. Added _ to UserSettings.compute_filename to make it private. 2020-11-12 18:08:09 -05:00
PySimpleGUI d53fdcbfc8 Added option for enabling the Mac no_titlebar patch (err... hack) 2020-11-12 17:18:52 -05:00
PySimpleGUI 3e1a24671c Window.read() check to see if queued thread event prior to doing anything else. 2020-11-11 15:34:00 -05:00
PySimpleGUI a131e53c2a Multline docstring fix for stderr 2020-11-11 11:38:52 -05:00
PySimpleGUI 6be471e8af Added readme to docs folder so that readthedocs will pick it up. 2020-11-11 10:04:13 -05:00
PySimpleGUI 3f9a296987 Initial check-in of multi-threaded & multi-window write_event_value call. 2020-11-11 09:43:59 -05:00
PySimpleGUI 4d42356103 Check event_values thread Queue first in read_all_windows 2020-11-10 14:36:28 -05:00
PySimpleGUI 160ed35e13 Added color paramters for ButtonMenu. Can now set colors like recently added to MenuBar 2020-11-09 10:58:50 -05:00
PySimpleGUI f97bb3ade2 Menubar colors 2020-11-09 08:41:29 -05:00
PySimpleGUI ba552e31bd Renamed UserSettings get_entry and set_entry to just get and set like dictionaries. 2020-11-08 11:03:34 -05:00
PySimpleGUI 43a26779f3 User Setting fix for initial load 2020-11-08 10:03:43 -05:00
PySimpleGUI bf086ebdb6 Added UserSettings.set_default_value(). Added more docstrings. 2020-11-08 09:00:28 -05:00
PySimpleGUI 397137e455 Opened up the UserSettings object for users 2020-11-07 12:57:53 -05:00