Commit Graph

3691 Commits

Author SHA1 Message Date
PySimpleGUI 8069d4f62a
Merge pull request #2636 from PySimpleGUI/Dev-latest
Correctly adjust the output from the shell output by trimming off the…
2020-02-24 15:41:34 -05:00
PySimpleGUI cbe60e7da5 Correctly adjust the output from the shell output by trimming off the beginning and ending chars 2020-02-24 15:40:38 -05:00
PySimpleGUI 7b4784bd0b
Merge pull request #2634 from PySimpleGUI/Dev-latest
Changed how the parameter list works
2020-02-24 14:57:14 -05:00
PySimpleGUI 136ac37d42 Changed how the parameter list works 2020-02-24 14:56:53 -05:00
PySimpleGUI 801d27b3c0
Merge pull request #2633 from PySimpleGUI/Dev-latest
Fixed how args are built with lists
2020-02-24 14:54:02 -05:00
PySimpleGUI 9f0159c546 Fixed how args are built with lists 2020-02-24 14:53:34 -05:00
PySimpleGUI 242c340210
Merge pull request #2632 from PySimpleGUI/Dev-latest
Demo program to show how shell_with_animation works
2020-02-24 14:16:09 -05:00
PySimpleGUI 8406758d1c Demo program to show how shell_with_animation works 2020-02-24 14:15:48 -05:00
PySimpleGUI 95f26c8c17
Merge pull request #2631 from PySimpleGUI/Dev-latest
New shell_with_animation function to help long-running operations
2020-02-24 14:12:52 -05:00
PySimpleGUI 6982c4078d New shell_with_animation function to help long-running operations 2020-02-24 14:12:09 -05:00
PySimpleGUI 4c37c32d58
Merge pull request #2630 from PySimpleGUI/Dev-latest
popup_notify, removed TRANSPARENT_BUTTON
2020-02-24 10:33:49 -05:00
PySimpleGUI 40e823e2dd popup_notify, removed TRANSPARENT_BUTTON 2020-02-24 10:33:17 -05:00
PySimpleGUI 63be01993a
Merge pull request #2629 from PySimpleGUI/Dev-latest
New multithreaded demo
2020-02-24 09:11:37 -05:00
PySimpleGUI 5b89f08714 New multithreaded demo 2020-02-24 09:10:42 -05:00
PySimpleGUI 23f42c7840
Merge pull request #2626 from PySimpleGUI/Dev-latest
Added Image.update_animation_no_buffering
2020-02-23 12:24:26 -05:00
PySimpleGUI ec77e94358 Added Image.update_animation_no_buffering 2020-02-23 12:23:57 -05:00
PySimpleGUI 4ab6dd892a
Merge pull request #2625 from PySimpleGUI/Dev-latest
Fix for MultilineOutput not autoscrolling. Added print_to_element fun…
2020-02-22 19:08:16 -05:00
PySimpleGUI 8336bf3519 Fix for MultilineOutput not autoscrolling. Added print_to_element function. 2020-02-22 19:07:28 -05:00
PySimpleGUI d8f0155aee
Merge pull request #2622 from PySimpleGUI/Dev-latest
Release 0.36.0
2020-02-20 20:18:38 -05:00
PySimpleGUI 336ebe1070 Release 0.36.0 2020-02-20 20:18:14 -05:00
PySimpleGUI c0d1c992e3
Merge pull request #2620 from PySimpleGUI/Dev-latest
Dev latest
2020-02-20 16:09:24 -05:00
PySimpleGUI f4e488061a Release 4.16.0 2020-02-20 16:08:55 -05:00
PySimpleGUI b2c39d77d7 Release 4.16.0 2020-02-20 16:08:12 -05:00
PySimpleGUI 4139a54425
Merge pull request #2618 from PySimpleGUI/Dev-latest
Element.set_size - retry height failure using length instead
2020-02-19 15:32:40 -05:00
PySimpleGUI 7ea32009d7 Element.set_size - retry height failure using length instead 2020-02-19 15:32:14 -05:00
PySimpleGUI 4cabafc115
Merge pull request #2616 from PySimpleGUI/Dev-latest
Fix for Image element not loading following a finalize.
2020-02-19 14:05:13 -05:00
PySimpleGUI 23ce1bb6af Fix for Image element not loading following a finalize. 2020-02-19 14:03:54 -05:00
PySimpleGUI 46d04512de
Merge pull request #2615 from PySimpleGUI/Dev-latest
Restructured window.read so that the close is done extrnally to the m…
2020-02-19 13:13:35 -05:00
PySimpleGUI 85cef1713b Restructured window.read so that the close is done extrnally to the main read call. 2020-02-19 13:13:07 -05:00
PySimpleGUI 109b874712
Merge pull request #2613 from PySimpleGUI/Dev-latest
Dev latest
2020-02-18 20:44:35 -05:00
PySimpleGUI b62ad7cc1b Removed set_layout_orientation call from Text element. Was crashing following Remi update. 2020-02-18 20:43:42 -05:00
PySimpleGUI 0cbddfc980 New Checkbox.Update parameters for setting the colors 2020-02-13 20:17:11 -05:00
PySimpleGUI 5959bcecce
Merge pull request #2595 from PySimpleGUI/Dev-latest
Added test to show using Tab.select()
2020-02-10 12:06:40 -05:00
PySimpleGUI 9308bb3504 Added test to show using Tab.select() 2020-02-10 12:06:15 -05:00
PySimpleGUI 3dd0aa3c09
Merge pull request #2594 from PySimpleGUI/Dev-latest
Fix for visible being ignored when creating Text Element
2020-02-10 10:50:13 -05:00
PySimpleGUI 6a9dc696c0 Fix for visible being ignored when creatring Text Element 2020-02-10 10:49:49 -05:00
PySimpleGUI 15f3ed6383
Merge pull request #2593 from PySimpleGUI/Dev-latest
Addition of font to Menu - sets the font inside the menu itself
2020-02-10 10:44:01 -05:00
PySimpleGUI 99c32cff27 Addition of font to Menu - sets the font inside the menu itself 2020-02-10 10:43:41 -05:00
PySimpleGUI 594fac65b1
Merge pull request #2590 from PySimpleGUI/Dev-latest
System Tray feature addition
2020-02-09 16:00:05 -05:00
PySimpleGUI 174176daf4 System Tray feature addition 2020-02-09 15:59:38 -05:00
PySimpleGUI 8c910188b1
Merge pull request #2588 from PySimpleGUI/Dev-latest
Window.read gets a new "close" parameter (thinking of renaming to clo…
2020-02-08 14:09:59 -05:00
PySimpleGUI c64c689d20 Window.read gets a new "close" parameter (thinking of renaming to close_window) 2020-02-08 14:09:39 -05:00
PySimpleGUI 751abed990
Merge pull request #2581 from PySimpleGUI/Dev-latest
Window.element_list added. Image defaults to filename='' if nothing s…
2020-02-07 14:03:10 -05:00
PySimpleGUI 9f0299375f Window.element_list added. Image defaults to filename='' if nothing specified 2020-02-07 14:02:43 -05:00
PySimpleGUI 42fc3c1cd8
Merge pull request #2572 from PySimpleGUI/Dev-latest
Added Element.unbind - removes a previously bound event from an Element
2020-02-03 15:29:44 -05:00
PySimpleGUI d289de61f9 Added Element.unbind - removes a previously bound event from an Element 2020-02-03 15:29:20 -05:00
PySimpleGUI a3402a5be6
Merge pull request #2563 from PySimpleGUI/Dev-latest
Addition of select_mode parameter to Listbox.,update
2020-02-01 11:57:07 -05:00
PySimpleGUI ce1cc28295 Addition of select_mode parameter to Listbox.,update 2020-02-01 11:56:46 -05:00
PySimpleGUI d8919b44cb
Merge pull request #2562 from PySimpleGUI/Dev-latest
Listbox.get
2020-02-01 11:46:10 -05:00
PySimpleGUI c1f87f3825 Listbox.get 2020-02-01 11:45:49 -05:00