Commit Graph

3276 Commits

Author SHA1 Message Date
PySimpleGUI b945be6680 Table - measure row height if one isn't specified 2020-03-01 15:29:18 -05:00
PySimpleGUI 0356c3e260 Table - better column sizing based on font used 2020-03-01 15:23:30 -05:00
PySimpleGUI 45c58c57e8 Multiline - moved cursor to end before appending when updating and appending 2020-03-01 13:48:10 -05:00
PySimpleGUI e01a720a5f Move cursor to end when default text added to Multline 2020-03-01 13:44:42 -05:00
PySimpleGUI 501dd59194 Graph.draw_text - Convert Text to string, fix for flickering when using Image element 2020-03-01 13:32:14 -05:00
PySimpleGUI c656a4542e TabGroup - add autonumbered key, timeit_summary decorator, more info added about versions 2020-03-01 13:31:14 -05:00
PySimpleGUI 0f5182c576 Window.read with close parameter 2020-02-26 11:21:40 -05:00
PySimpleGUI 29e8e0c239 Update readme.md 2020-02-26 11:09:05 -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 136ac37d42 Changed how the parameter list works 2020-02-24 14:56:53 -05:00
PySimpleGUI 9f0159c546 Fixed how args are built with lists 2020-02-24 14:53:34 -05:00
PySimpleGUI 8406758d1c Demo program to show how shell_with_animation works 2020-02-24 14:15:48 -05:00
PySimpleGUI 6982c4078d New shell_with_animation function to help long-running operations 2020-02-24 14:12:09 -05:00
PySimpleGUI 40e823e2dd popup_notify, removed TRANSPARENT_BUTTON 2020-02-24 10:33:17 -05:00
PySimpleGUI 5b89f08714 New multithreaded demo 2020-02-24 09:10:42 -05:00
PySimpleGUI ec77e94358 Added Image.update_animation_no_buffering 2020-02-23 12:23:57 -05:00
PySimpleGUI 8336bf3519 Fix for MultilineOutput not autoscrolling. Added print_to_element function. 2020-02-22 19:07:28 -05:00
PySimpleGUI 336ebe1070 Release 0.36.0 2020-02-20 20:18:14 -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 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