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 |
PySimpleGUI
|
0cd8712b35
|
Merge pull request #2522 from PySimpleGUI/Dev-latest
Multiprocessing version of notification window demo
|
2020-01-17 13:18:13 -05:00 |
PySimpleGUI
|
b0cf64d485
|
Multiprocessing version of notification window demo
|
2020-01-17 13:17:52 -05:00 |
PySimpleGUI
|
252a97cad7
|
Merge pull request #2521 from PySimpleGUI/Dev-latest
Updated to use newest methods such as setting cursor and removing all…
|
2020-01-17 12:49:11 -05:00 |
PySimpleGUI
|
9093da4795
|
Updated to use newest methods such as setting cursor and removing all sleeps.
|
2020-01-17 12:48:51 -05:00 |
PySimpleGUI
|
be2c5d5224
|
Merge pull request #2517 from PySimpleGUI/Dev-latest
Release 0.35.0
|
2020-01-16 22:36:04 -05:00 |
PySimpleGUI
|
564e12a871
|
Release 0.35.0
|
2020-01-16 22:35:27 -05:00 |
PySimpleGUI
|
2e972bd6e0
|
Merge pull request #2513 from PySimpleGUI/Dev-latest
Removed f-string for 3.5 compat. Added lots of popuperrors for bad la…
|
2020-01-15 11:15:09 -05:00 |
PySimpleGUI
|
023c158a6c
|
Removed f-string for 3.5 compat. Added lots of popuperrors for bad layout detection of container elements.
|
2020-01-15 11:14:45 -05:00 |
PySimpleGUI
|
b2feb736de
|
Merge pull request #2508 from PySimpleGUI/Dev-latest
Fix for sliders, etc
|
2020-01-14 12:26:16 -05:00 |
PySimpleGUI
|
0ef4bdab7b
|
Fix for sliders, etc
|
2020-01-14 12:25:51 -05:00 |
PySimpleGUI
|
75ec3f360d
|
Merge pull request #2505 from PySimpleGUI/Dev-latest
All justification parameters can be shortned to 1 character, Fixed de…
|
2020-01-13 23:32:18 -05:00 |
PySimpleGUI
|
2d9c690353
|
All justification parameters can be shortned to 1 character, Fixed debug window not closing with quit button correctly
|
2020-01-13 23:31:53 -05:00 |
PySimpleGUI
|
09287afefe
|
Merge pull request #2503 from PySimpleGUI/Dev-latest
Fix for Multiline update with no value parameter specified
|
2020-01-13 16:10:49 -05:00 |
PySimpleGUI
|
4a048efdb0
|
Fix for Multline update with no value parameter specified
|
2020-01-13 16:10:23 -05:00 |
PySimpleGUI
|
56ef311581
|
Merge pull request #2497 from PySimpleGUI/Dev-latest
Correctly scale draw_pixel
|
2020-01-10 12:24:47 -05:00 |
PySimpleGUI
|
3ef369cc58
|
Correctly scale draw_pixel
|
2020-01-10 12:24:23 -05:00 |
PySimpleGUI
|
85d24298b9
|
Merge pull request #2495 from PySimpleGUI/Dev-latest
Demo showing how to extend a layout
|
2020-01-10 10:50:25 -05:00 |
PySimpleGUI
|
80b1f5fc4d
|
Demo showing how to extend a layout
|
2020-01-10 10:43:09 -05:00 |
PySimpleGUI
|
75abaa3948
|
Merge pull request #2493 from PySimpleGUI/Dev-latest
Release 4.15.1
|
2020-01-09 23:26:15 -05:00 |
PySimpleGUI
|
76e2ec49d9
|
Release 4.15.1
|
2020-01-09 23:25:54 -05:00 |
PySimpleGUI
|
398ae76575
|
Merge pull request #2490 from PySimpleGUI/Dev-latest
fix for Listbox.Update not using string version of values, Graph.chan…
|
2020-01-09 11:59:40 -05:00 |
PySimpleGUI
|
14b661648e
|
fix for Listbox.Update not using string version of values, Graph.change_coordinates addition
|
2020-01-09 11:59:21 -05:00 |
PySimpleGUI
|
f1713e53f8
|
Merge pull request #2489 from PySimpleGUI/Dev-latest
Release 4.15.0
|
2020-01-08 23:01:34 -05:00 |
PySimpleGUI
|
9543c68d1a
|
Release 4.15.0
|
2020-01-08 23:01:05 -05:00 |
PySimpleGUI
|
ca66dcbf23
|
Merge pull request #2486 from PySimpleGUI/Dev-latest
New theme_text_element_background_color function, Fix for closing deb…
|
2020-01-08 17:36:28 -05:00 |
PySimpleGUI
|
c51edc7719
|
New theme_text_element_background_color function, Fix for closing debug window with an X when running a non-blocking window, added keep on top to internal calls to popup_error,
|
2020-01-08 17:36:04 -05:00 |
PySimpleGUI
|
9798d8ea5b
|
Merge pull request #2474 from PySimpleGUI/Dev-latest
Changed warning about layout reuse to indicate Element Reuse instead.…
|
2020-01-04 23:23:25 -05:00 |
PySimpleGUI
|
370c01e783
|
Changed warning about layout reuse to indicate Element Reuse instead. Added a delete method for Output Element
|
2020-01-04 23:23:00 -05:00 |
PySimpleGUI
|
479d588b0f
|
Merge pull request #2472 from PySimpleGUI/Dev-latest
extend_layout
|
2020-01-03 20:51:36 -05:00 |
PySimpleGUI
|
b4529f80af
|
extend_layout
|
2020-01-03 20:51:13 -05:00 |
PySimpleGUI
|
d959f4ff27
|
Merge pull request #2471 from PySimpleGUI/Dev-latest
extend_layout method. _timeit decorator
|
2020-01-03 19:47:35 -05:00 |
PySimpleGUI
|
2f8d90efd4
|
extend_layout method. _timeit decorator
|
2020-01-03 19:45:40 -05:00 |
PySimpleGUI
|
ded9bdbd20
|
Merge pull request #2465 from PySimpleGUI/Dev-latest
Updated to use actual arrows. Much cleaner looking now.
|
2020-01-02 19:08:24 -05:00 |
PySimpleGUI
|
962cd61fdc
|
Updated to use actual arrows. Much cleaner looking now.
|
2020-01-02 19:07:59 -05:00 |