Commit Graph

3966 Commits

Author SHA1 Message Date
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
PySimpleGUI f32888a9c7
Merge pull request #2561 from PySimpleGUI/Dev-latest
Listbox.get
2020-02-01 11:36:36 -05:00
PySimpleGUI 0b7ca7d294 Listboix.get 2020-02-01 11:35:42 -05:00
PySimpleGUI ab65c65711
Merge pull request #2558 from PySimpleGUI/Dev-latest
Columns are now scrollable
2020-01-31 09:23:42 -05:00
PySimpleGUI acef3604c2 Columns are now scrollable 2020-01-31 09:22:17 -05:00
PySimpleGUI 3695584920
Merge pull request #2554 from PySimpleGUI/Dev-latest
Checked for autoscroll
2020-01-30 10:18:31 -05:00
PySimpleGUI e5dd64ad57 Checked for autoscroll 2020-01-30 10:18:08 -05:00
PySimpleGUI 1cd63198ad
Merge pull request #2553 from PySimpleGUI/Dev-latest
Multiline.update - move cursor to end if appending new data.  This is…
2020-01-30 10:13:44 -05:00
PySimpleGUI 8d868523ec Multiline.update - move cursor to end if appending new data. This is the same as an "autoscroll". 2020-01-30 10:13:23 -05:00
PySimpleGUI 1689b66456
Merge pull request #2550 from PySimpleGUI/Dev-latest
Added print_to_element
2020-01-28 09:57:06 -05:00
PySimpleGUI d83e723502 Added print_to_element 2020-01-28 09:56:42 -05:00
PySimpleGUI ef3eb81a0e
Merge pull request #2549 from PySimpleGUI/Dev-latest
print_to_element - used to "print" to a multiline element
2020-01-28 09:51:37 -05:00
PySimpleGUI 808866c443 print_to_element - used to "print" to a multiline element 2020-01-28 09:51:13 -05:00
PySimpleGUI 33f713f098
Merge pull request #2545 from PySimpleGUI/Dev-latest
Demo - Matplotlib with toolbar embedded into GUI
2020-01-27 06:47:18 -05:00
PySimpleGUI 1bf54c3d27 Demo - Matplotlib with toolbar embedded into GUI 2020-01-27 06:46:54 -05:00
PySimpleGUI 0c6bc9784c
Merge pull request #2544 from PySimpleGUI/Dev-latest
New Demo showing using invisble input elements as target
2020-01-27 06:19:53 -05:00
PySimpleGUI 094622e5be New Demo showing using invisble input elements as target 2020-01-27 06:19:32 -05:00
PySimpleGUI 65c5f06e62
Merge pull request #2541 from PySimpleGUI/Dev-latest
Addd Image.Widget, return correct value when manual entry into ComboBox
2020-01-24 17:00:43 -05:00
PySimpleGUI 4590dbc7ff Addd Image.Widget, return correct value when manual entry into ComboBox 2020-01-24 17:00:21 -05:00
PySimpleGUI ed544bc9c1
Merge pull request #2535 from PySimpleGUI/Dev-latest
Fixed wasn't returning window when creating popup. Made a main func i…
2020-01-22 16:22:10 -05:00
PySimpleGUI 7a7513e00d Fixed wasn't returning window when creating popup. Made a main func instead of a flat program structure 2020-01-22 16:21:46 -05:00
PySimpleGUI 6fedd0e7d5
Merge pull request #2528 from PySimpleGUI/Dev-latest
Graph.draw_polygon added
2020-01-20 10:05:07 -05:00
PySimpleGUI fa103b7246 Graph.draw_polygon added 2020-01-20 10:04:46 -05:00
PySimpleGUI 2f8494ce4a
Merge pull request #2523 from PySimpleGUI/Dev-latest
Dev latest
2020-01-18 08:21:23 -05:00
PySimpleGUI 576c453e3e Added a new line/wall with caused some interesting interactions 2020-01-18 08:21:01 -05:00
PySimpleGUI 0e0a6c437c Made fade-in-duration a parameter. Added docstrings 2020-01-17 15:28:28 -05:00