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 |
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 |