Commit Graph

3720 Commits

Author SHA1 Message Date
PySimpleGUI fcb3cc7bde Metadata property added to call ref. Checkin of the latest readme_creator files 2021-01-17 13:04:15 -05:00
PySimpleGUI faa701e3de Made Window.metadata and SystemTray.metadata also properties 2021-01-17 12:45:06 -05:00
PySimpleGUI 55871d89bf Element.metadata turned into a property so that it's documented property 2021-01-17 12:38:35 -05:00
PySimpleGUI 5510fad39e Reorganization of the call reference document. Non-PEP8 compliant methods moved to end of elment method list along with a message to not use them. 2021-01-16 17:41:56 -05:00
PySimpleGUI 64e5e27646 FINALLY swapped the PEP8 and non-PEP8 names so that the defintions are PEP8. Thanks for Chr0nic for the consulting assistance 2021-01-16 16:25:15 -05:00
PySimpleGUI b42890ec19 Added summary mode for SDK help window. Changed font size to fit onto smaller screens 2021-01-15 19:44:50 -05:00
PySimpleGUI 7309527b05 popup_scrolled fix 2021-01-12 15:42:13 -05:00
PySimpleGUI a0a2ff8e67 Aliases shown in the SDK quick reference 2021-01-12 13:45:17 -05:00
PySimpleGUI e4a9b59ca5 Addition of Cursor list and calls. Fix for return types in call reference doc 2021-01-11 14:54:14 -05:00
PySimpleGUI 8c8a0504ad Fix so that it updates font correctly 2021-01-10 11:39:56 -05:00
PySimpleGUI bddfac2745 Close attempted demo 2021-01-04 10:01:54 -05:00
PySimpleGUI ea445e126b Release 4.33.0 (Welcome 2021!!) 2021-01-02 16:41:51 -05:00
PySimpleGUI b54c6dd8ec Added code and comments to show all 3 ways to create a custom titlebar 2021-01-02 13:21:08 -05:00
PySimpleGUI c279172224 Spin - fix in update. Changed bad state (enable) to normal. 2021-01-01 08:25:34 -05:00
PySimpleGUI 5ad73534dd Custom titlebar (OK, officially sick of this feature). Added Window-level controls, added set_option controls for colors font and icon. I think ALL bases are now covered. PLEASE don't screw up 2020-12-26 16:36:19 -05:00
PySimpleGUI 150f837767 New image 2020-12-26 14:12:08 -05:00
PySimpleGUI 92e78ba665 Demo for the Titlebar element 2020-12-26 10:29:28 -05:00
PySimpleGUI 1bda4e7186 Merry Christmas to the invisible wishers - element.visible added to all elements (note, no longer .Visible). 2020-12-25 11:34:00 -05:00
PySimpleGUI 655af37326 Update screenshots_demos.md 2020-12-24 18:48:42 -05:00
PySimpleGUI 68b3fae058 Update screenshots_demos.md 2020-12-24 18:45:56 -05:00
PySimpleGUI 343db87ae4 Demo Screenshots (nice job Chr0nic) 2020-12-24 18:33:30 -05:00
PySimpleGUI afbd02b551 More custom titlebar. Finally can minimize and restore on Linux. Finally.... 2020-12-24 14:17:23 -05:00
PySimpleGUI e52fa57900 Custom Titlebar, the big docstring Union fix (thank you NNGOGOL!!!), new upgrade function 2020-12-23 15:36:40 -05:00
PySimpleGUI a0a4bc7ab5 Update Logo with text for GitHub Top.png 2020-12-22 15:10:17 -05:00
PySimpleGUI 225eada259 Coimment about installing pymunk 2020-12-20 17:45:16 -05:00
PySimpleGUI 3717b318b0 needed for demo 2020-12-20 17:42:42 -05:00
PySimpleGUI bc4f73510d Updated readme for readthe docs 2020-12-20 17:16:23 -05:00
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