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
|
7ea32009d7
|
Element.set_size - retry height failure using length instead
|
2020-02-19 15:32:14 -05:00 |
PySimpleGUI
|
23ce1bb6af
|
Fix for Image element not loading following a finalize.
|
2020-02-19 14:03:54 -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
|
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
|
9308bb3504
|
Added test to show using Tab.select()
|
2020-02-10 12:06:15 -05:00 |
PySimpleGUI
|
6a9dc696c0
|
Fix for visible being ignored when creatring Text Element
|
2020-02-10 10:49:49 -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
|
174176daf4
|
System Tray feature addition
|
2020-02-09 15:59:38 -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
|
9f0299375f
|
Window.element_list added. Image defaults to filename='' if nothing specified
|
2020-02-07 14:02:43 -05:00 |
PySimpleGUI
|
d289de61f9
|
Added Element.unbind - removes a previously bound event from an Element
|
2020-02-03 15:29:20 -05:00 |
PySimpleGUI
|
ce1cc28295
|
Addition of select_mode parameter to Listbox.,update
|
2020-02-01 11:56:46 -05:00 |
PySimpleGUI
|
c1f87f3825
|
Listbox.get
|
2020-02-01 11:45:49 -05:00 |
PySimpleGUI
|
0b7ca7d294
|
Listboix.get
|
2020-02-01 11:35:42 -05:00 |
PySimpleGUI
|
acef3604c2
|
Columns are now scrollable
|
2020-01-31 09:22:17 -05:00 |
PySimpleGUI
|
e5dd64ad57
|
Checked for autoscroll
|
2020-01-30 10:18:08 -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
|
d83e723502
|
Added print_to_element
|
2020-01-28 09:56:42 -05:00 |
PySimpleGUI
|
808866c443
|
print_to_element - used to "print" to a multiline element
|
2020-01-28 09:51:13 -05:00 |
PySimpleGUI
|
1bf54c3d27
|
Demo - Matplotlib with toolbar embedded into GUI
|
2020-01-27 06:46:54 -05:00 |
PySimpleGUI
|
094622e5be
|
New Demo showing using invisble input elements as target
|
2020-01-27 06:19:32 -05:00 |
PySimpleGUI
|
4590dbc7ff
|
Addd Image.Widget, return correct value when manual entry into ComboBox
|
2020-01-24 17:00:21 -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
|
fa103b7246
|
Graph.draw_polygon added
|
2020-01-20 10:04:46 -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
|
b0cf64d485
|
Multiprocessing version of notification window demo
|
2020-01-17 13:17:52 -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
|
564e12a871
|
Release 0.35.0
|
2020-01-16 22:35:27 -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
|
0ef4bdab7b
|
Fix for sliders, etc
|
2020-01-14 12:25:51 -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
|
4a048efdb0
|
Fix for Multline update with no value parameter specified
|
2020-01-13 16:10:23 -05:00 |
PySimpleGUI
|
3ef369cc58
|
Correctly scale draw_pixel
|
2020-01-10 12:24:23 -05:00 |
PySimpleGUI
|
80b1f5fc4d
|
Demo showing how to extend a layout
|
2020-01-10 10:43:09 -05:00 |
PySimpleGUI
|
76e2ec49d9
|
Release 4.15.1
|
2020-01-09 23:25:54 -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
|
9543c68d1a
|
Release 4.15.0
|
2020-01-08 23:01:05 -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
|
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
|
b4529f80af
|
extend_layout
|
2020-01-03 20:51:13 -05:00 |
PySimpleGUI
|
2f8d90efd4
|
extend_layout method. _timeit decorator
|
2020-01-03 19:45:40 -05:00 |
PySimpleGUI
|
962cd61fdc
|
Updated to use actual arrows. Much cleaner looking now.
|
2020-01-02 19:07:59 -05:00 |
PySimpleGUI
|
1504cb8d44
|
NEW DEMO - PyLab integration
|
2020-01-02 13:28:28 -05:00 |
PySimpleGUI
|
090c850eff
|
NEW DEMO! Reddit Searcher
|
2020-01-02 13:09:25 -05:00 |
PySimpleGUI
|
bde1b6dc2c
|
Goodbye Python 2.7. Hello 3!
|
2020-01-01 09:22:26 -05:00 |
PySimpleGUI
|
1da920a1e9
|
Changed theme's "black" and "white" values to hex values.
|
2019-12-31 19:59:55 -05:00 |