Commit Graph

399 Commits

Author SHA1 Message Date
PySimpleGUI adce90b322 New Matplotlib demo based on Template that allows changing Matplotlib Style and PySimpleGUI Theme to see what matches 2020-09-26 12:39:21 -04:00
PySimpleGUI 957fd84055 Added ability to change Matplotlib Style 2020-09-26 12:38:49 -04:00
PySimpleGUI 6f9a92ba75 Spelling errors. Changed to dark theme 2020-09-25 18:12:21 -04:00
PySimpleGUI 8d987a7d3d New Demo - Base64 Shaded Buttons 2020-09-25 14:11:14 -04:00
PySimpleGUI 7232fd2337 Added a tuple example for button right click 2020-09-20 15:54:37 -04:00
PySimpleGUI e48dabe7f2 Dark Grey 9 theme, slight change to error display when trying to kill self. 2020-09-18 13:04:01 -04:00
PySimpleGUI 7e4af56bdf Demo of "PyCharm Me" Button 2020-08-27 18:16:11 -04:00
PySimpleGUI 2bd81e5d9f Removed f-strings so can run on the Pi (3.4) 2020-08-25 17:25:40 -04:00
PySimpleGUI c97234af84 Uses new grab and expand parameters. Requires 4.28.0.20 and later 2020-08-22 16:16:31 -04:00
PySimpleGUI b8344a5778 Added the custom titlebar so that the window can be moved by that titlebar. 2020-08-21 13:11:36 -04:00
PySimpleGUI 4806dacf48 New Custom Titlebar showing multiple color combinations 2020-08-20 07:41:52 -04:00
PySimpleGUI e4781e2a6f Added a "Kill All & Exit" so you can click once and all Python programs go away, including this one. 2020-08-18 06:37:59 -04:00
PySimpleGUI d051a22a89 New statusbar demo to accompany change to StatusBar element. 2020-08-17 11:48:56 -04:00
PySimpleGUI 4f2ec52c26 New demo - custom titlebar running as async 2020-08-14 12:57:10 -04:00
PySimpleGUI 3261b96d46 Changed use of keyword "k" to key for better portability to older versions of PySimpleGUI. More example titlebar color setups 2020-08-13 19:58:48 -04:00
PySimpleGUI 1b1ca99275 New demo - restart a window(recreates a window) 2020-08-13 15:00:08 -04:00
PySimpleGUI 07c56e9ada Changed titlebar to use the theme's button colors 2020-08-13 09:26:52 -04:00
PySimpleGUI 7a5cfcd251 Docstrings, comments 2020-08-12 11:02:17 -04:00
PySimpleGUI 005c18f775 Support for titles in the taskbar icon 2020-08-12 10:58:09 -04:00
PySimpleGUI 29fb6fc76d Addition of minimize 2020-08-12 10:28:03 -04:00
PySimpleGUI 091b42fcd8 New demo showing a custom titlebar, uses new dark grey 9 theme 2020-08-12 07:57:24 -04:00
PySimpleGUI 27be46ecab Set button background colors correctly so they blend with theme. 2020-08-11 09:12:51 -04:00
PySimpleGUI 15dce8d14b New demo - Image Viewer 2020-08-10 08:37:57 -04:00
PySimpleGUI b30ab55d97 More options and feedback. 2020-08-09 09:14:55 -04:00
PySimpleGUI e785dc79a4 Fixed comment about checking for window closed 2020-08-07 07:34:51 -04:00
PySimpleGUI f0b590098e Added ablity to re-open window 2 if closed. Also made windows use input events so updates are made as soon as characters entered 2020-08-07 07:32:28 -04:00
PySimpleGUI 54924e017d Multiple windows active & visible at the same time 2020-08-07 07:14:58 -04:00
PySimpleGUI 9f1d609bd6 Fixed crash when Window2 is closed. 2020-08-07 06:48:14 -04:00
PySimpleGUI 68f99f6bae Cleanup selection collapse demo 2020-08-05 08:43:19 -04:00
PySimpleGUI 32f1e46b0c Renamed Collapsible Section Demo 2020-08-04 12:17:32 -04:00
PySimpleGUI faf62e136c New demo - collapsable sections 2020-08-04 12:14:50 -04:00
PySimpleGUI 82baa86150 Pin demo update 2020-08-03 16:01:05 -04:00
PySimpleGUI 92c15169ca Demo of element pinning capability 2020-08-03 15:59:10 -04:00
PySimpleGUI 00c9e37300 NEW Technique... add a 1 pixel size(0,0) canvas to a row and the row will shrink when others made invisible 2020-08-03 15:24:07 -04:00
PySimpleGUI a93e600b4f New Demo that shows bouncing balls on your desktop. Uses the latest GitHub release of PySimpleGUI 2020-08-02 08:17:55 -04:00
PySimpleGUI e20cbab042 New version of the drawing and dragging demo that uses 2 windows. One is a floating palette of operations 2020-08-01 11:13:45 -04:00
PySimpleGUI a72c48ecc2 New Python-only process killer demo program 2020-07-30 14:02:05 -04:00
PySimpleGUI b8289c7360 All multi-window design patterns updated to use the new read_all_windows() call. 2020-07-30 08:13:54 -04:00
PySimpleGUI 102e61cdab Added PySimpleGUIQt as the secondary (commented out) import 2020-07-29 10:21:02 -04:00
PySimpleGUI d2102c8b17 Added location parameter so that launchers can place these widgets at any location on multiple screens 2020-07-28 04:11:25 -04:00
PySimpleGUI 8fc47b964a Replaced one multi-window design pattern with new read_all_windows 2020-07-27 06:58:17 -04:00
PySimpleGUI c89fbc271f New demo showing multiple windows to achieve a background image effect 2020-07-25 22:37:41 -04:00
PySimpleGUI 7731b07f1f changed convert_to_bytes function to use a context manager for better memory management 2020-07-25 17:45:19 -04:00
PySimpleGUI c2eda23948 Replaced file with in-file base64 image 2020-07-24 19:19:41 -04:00
PySimpleGUI f6e60b31b3 Simple demo to launch the "sg.main()" function. Good for getting to the upgrade and other utilities 2020-07-24 06:01:48 -04:00
PySimpleGUI 5a2d1a6c77 Renamed the dark theme previewer demo 2020-07-23 17:25:38 -04:00
PySimpleGUI 432603bd82 Updated the Toggle-Button demo to use new color formats 2020-07-23 16:14:24 -04:00
PySimpleGUI 110e5a0daf Removed cprint from thread. Added dummy button 2020-07-18 15:36:12 -04:00
PySimpleGUI 04dfa364d5 Changed multi-threaded demos to use new Window.write_event_value method 2020-07-18 13:42:32 -04:00
PySimpleGUI d7f062f77c New Multi-threaded demo - requires GitHub version of PySimpleGUI.py 2020-07-16 16:21:40 -04:00