Commit Graph

3932 Commits

Author SHA1 Message Date
PySimpleGUI 0fa1329d4f
Merge pull request #3244 from PySimpleGUI/Dev-latest
New demo - collapsible sections
2020-08-04 12:15:22 -04:00
PySimpleGUI faf62e136c New demo - collapsable sections 2020-08-04 12:14:50 -04:00
PySimpleGUI b5c19c294d
Merge pull request #3243 from PySimpleGUI/Dev-latest
Added code to Window.visibility_changed and Column.contents_changed()
2020-08-04 08:37:00 -04:00
PySimpleGUI 143714335d Added code to Window.visibility_changed and Column.contents_changed() 2020-08-04 07:37:17 -04:00
PySimpleGUI 75b9f6e583
Merge pull request #3242 from PySimpleGUI/Dev-latest
Pin demo update
2020-08-03 16:01:24 -04:00
PySimpleGUI 82baa86150 Pin demo update 2020-08-03 16:01:05 -04:00
PySimpleGUI b85e6ad36c
Merge pull request #3241 from PySimpleGUI/Dev-latest
Demo of element pinning capability
2020-08-03 15:59:28 -04:00
PySimpleGUI 92c15169ca Demo of element pinning capability 2020-08-03 15:59:10 -04:00
PySimpleGUI 54abff96d2
Merge pull request #3240 from PySimpleGUI/Dev-latest
Release 4.28.0
2020-08-03 15:54:11 -04:00
PySimpleGUI 523af47883 Release 4.28.0 2020-08-03 15:53:50 -04:00
PySimpleGUI 7334e78933
Merge pull request #3239 from PySimpleGUI/Dev-latest
Added pin function to pin an element's location in a layout
2020-08-03 15:29:11 -04:00
PySimpleGUI 0669a6d62a Added pin function to pin an element's location in a layout 2020-08-03 15:28:50 -04:00
PySimpleGUI e9e533270b
Merge pull request #3238 from PySimpleGUI/Dev-latest
NEW Technique... add a 1 pixel size(0,0) canvas to a row and the row …
2020-08-03 15:24:26 -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 4431b6bca3
Merge pull request #3237 from PySimpleGUI/Dev-latest
border_width parameter for Graph, Canvas. Normally should be 0
2020-08-03 15:22:43 -04:00
PySimpleGUI 271ca7d662 border_width parameter for Graph, Canvas. Normally should be 0 2020-08-03 15:22:23 -04:00
PySimpleGUI a69dcc1583
Merge pull request #3236 from PySimpleGUI/Dev-latest
Fix for background color not set when combo is readonly
2020-08-03 14:06:13 -04:00
PySimpleGUI 61fc824625 Fix for background color not set when combo is readonly 2020-08-03 14:05:53 -04:00
PySimpleGUI 42b674c5e9
Merge pull request #3231 from PySimpleGUI/Dev-latest
Changed color of spinner button to match the background of the spinne…
2020-08-03 08:39:20 -04:00
PySimpleGUI 1f1f1ecd29 Changed color of spinner button to match the background of the spinner (arrow defaults to text color), fix for error reporting of bad element keyt lookups (thanks Ruud!) 2020-08-03 08:39:01 -04:00
PySimpleGUI 5cdb1ff471
Merge pull request #3230 from PySimpleGUI/Dev-latest
Set the combobox's button colors to be the same as the theme's button…
2020-08-03 08:27:35 -04:00
PySimpleGUI a9f1609f44 Set the combobox's button colors to be the same as the theme's button colors 2020-08-03 08:27:16 -04:00
PySimpleGUI 48ce6c669f
Merge pull request #3228 from PySimpleGUI/Dev-latest
Release 4.27.4
2020-08-03 06:02:40 -04:00
PySimpleGUI 6f8b276f42 Release 4.27.4 2020-08-03 06:02:09 -04:00
PySimpleGUI dbb8973c00
Merge pull request #3227 from PySimpleGUI/Dev-latest
Release 4.27.1
2020-08-03 05:35:32 -04:00
PySimpleGUI a629760ce8 Release 4.27.1 2020-08-03 05:35:10 -04:00
PySimpleGUI 89f3905d7a
Merge pull request #3222 from PySimpleGUI/Dev-latest
New Demo that shows bouncing balls on your desktop.  Uses the latest …
2020-08-02 08:18:15 -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 4a6acdbf2e
Merge pull request #3221 from PySimpleGUI/Dev-latest
Support for timeout=0 on read_all_windows (YES!!)
2020-08-02 06:39:27 -04:00
PySimpleGUI be31a0ad80 Support for timeout=0 on read_all_windows (YES!!) 2020-08-02 06:39:05 -04:00
PySimpleGUI 105fbfaa66
Merge pull request #3220 from PySimpleGUI/Dev-latest
Dev latest
2020-08-01 11:14:09 -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 9e9f83c730 Added get_globals function. Added Widget member variable for Column elements 2020-08-01 11:13:11 -04:00
PySimpleGUI 2057c33515
Merge pull request #3218 from PySimpleGUI/Dev-latest
Direction correction for mousewheel on Linux
2020-08-01 07:22:57 -04:00
PySimpleGUI 9a54ec9a50 Direction correction for mousewheel on Linux 2020-08-01 07:22:40 -04:00
PySimpleGUI b99199a16a
Merge pull request #3216 from PySimpleGUI/Dev-latest
Addition of mousewheel for Linux when return keyboard events. Fix for …
2020-08-01 06:59:41 -04:00
PySimpleGUI 7b986d5c85 Addtion of mousewheel for Linux when return keyboard events. Fix for not getting keyboard / mouse events when read all windows 2020-08-01 06:59:14 -04:00
PySimpleGUI 0c019f1605
Merge pull request #3211 from PySimpleGUI/Dev-latest
New Python-only process killer demo program
2020-07-30 14:02:26 -04:00
PySimpleGUI a72c48ecc2 New Python-only process killer demo program 2020-07-30 14:02:05 -04:00
PySimpleGUI 787e3f7f2a
Merge pull request #3210 from PySimpleGUI/Dev-latest
All multi-window design patterns updated to use the new read_all_wind…
2020-07-30 08:14:15 -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 bd28824907
Merge pull request #3207 from PySimpleGUI/Dev-latest
Added PySimpleGUIQt as the secondary (commented out) import
2020-07-29 10:22:09 -04:00
PySimpleGUI 102e61cdab Added PySimpleGUIQt as the secondary (commented out) import 2020-07-29 10:21:02 -04:00
PySimpleGUI 485cd5f3cb
Merge pull request #3203 from PySimpleGUI/Dev-latest
Documented the new Window.write_event_value, new key error recovery
2020-07-28 14:36:45 -04:00
PySimpleGUI b5c0bd735d Documented the new Window.write_event_value, new key error recovery 2020-07-28 14:36:23 -04:00
PySimpleGUI 7c036b1b4a
Merge pull request #3200 from PySimpleGUI/Dev-latest
New justification parameter for Multiline, Multiline.update, cprint
2020-07-28 07:31:35 -04:00
PySimpleGUI fc69d73377 New justification parameter for Multiline, Multiline.update, cprint 2020-07-28 07:30:54 -04:00
PySimpleGUI 4926a7d38b
Merge pull request #3198 from PySimpleGUI/Dev-latest
Recipe - Multiple monitor setup... locating windows on non-primary di…
2020-07-28 04:48:12 -04:00
PySimpleGUI 2d94a7c736 Recipe - Multiple monitor setup... locating windows on non-primary displays. 2020-07-28 04:47:51 -04:00
PySimpleGUI 33ae9b34c8
Merge pull request #3197 from PySimpleGUI/Dev-latest
Added location parameter so that launchers can place these widgets at…
2020-07-28 04:11:45 -04:00