Commit Graph

233 Commits

Author SHA1 Message Date
PySimpleGUI 305ce7529b Multiline colors fixed (broke when fixing another problem), added Multiline, MultilineOutput print method. Renamed print_to_element to be internal only 2020-03-04 19:08:24 -05:00
PySimpleGUI 8895fe7876 Typo 2020-03-03 17:58:34 -05:00
PySimpleGUI 4dc9f5c438 Multiline.update - readonly parameter addition 2020-03-03 17:55:37 -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 0f5182c576 Window.read with close parameter 2020-02-26 11:21:40 -05:00
PySimpleGUI 6a9dc696c0 Fix for visible being ignored when creatring Text Element 2020-02-10 10:49: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 4590dbc7ff Addd Image.Widget, return correct value when manual entry into ComboBox 2020-01-24 17:00:21 -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 5404c2f91e Release 0.31.0 2019-12-24 12:58:11 -05:00
PySimpleGUI 4f7a53bbf8 Buttons are now 3D and animate (why did it take SO long to discover this problem?) 2019-12-16 11:52:24 -05:00
PySimpleGUI 4b650b556f Drag and Drop support for Multiline Input 2019-12-11 15:01:52 -05:00
PySimpleGUI 924ba36cbe Addeed background color to multiline element update 2019-12-01 15:55:13 -05:00
PySimpleGUI e369398a9c New Demo - Custom Color Chooser 2019-11-30 15:23:03 -05:00
PySimpleGUI a026100ef6 Better error checking and hints for bad layouts, Multi-Colored Multiline Elements!, port variable 2019-11-27 15:47:06 -05:00
PySimpleGUI 80febf4349 New demo! Using Matplotlib with PySimpleGUIQt (2 window solution) 2019-11-21 11:10:21 -05:00
PySimpleGUI 2cfd2f19b1 Update with PEP8 read call. 2019-11-19 11:25:27 -05:00
PySimpleGUI 9a7d7ac259 Demo of integrating imwatchingyou with PySimpleGUIQt 2019-11-18 23:18:47 -05:00
PySimpleGUI 0cbd60625e Added tab position support - not as many options as tkinter version. Only top, bottom, left, right are used but others can be specified 2019-11-17 20:58:29 -05:00
PySimpleGUI ca35f72ad6 Release 0.30.0 2019-11-16 15:30:26 -05:00
PySimpleGUI 31b8f42586 Fix for BrowseFiles button, added range to Slider update 2019-11-04 14:56:39 -05:00
PySimpleGUI a42240cad9
Merge pull request #2092 from PySimpleGUI/Dev-latest
Added 5 extra pixels to window size when creating to stop clipping fr…
2019-10-20 09:17:22 -04:00
PySimpleGUI 3f7c87c562 Added 5 extra pixels to window size when creating to stop clipping from happening. Was at 5 pixels, changed to 10. 2019-10-19 10:18:57 -04:00
PySimpleGUI e8819d26d1
Merge pull request #2035 from PySimpleGUI/Dev-latest
Removed support for PyQt5
2019-09-29 17:17:21 -04:00
PySimpleGUI f8cd963503 Removed support for PyQt5 2019-09-29 17:16:59 -04:00
PySimpleGUI 16e30c2610
Merge pull request #2018 from PySimpleGUI/Dev-latest
Implemented background color for Menus
2019-09-24 17:01:55 -04:00
PySimpleGUI 830ed2a526 Implemented background color for Menus 2019-09-24 17:01:35 -04:00
PySimpleGUI eba31e79e7
Merge pull request #1975 from PySimpleGUI/Dev-latest
The text parm of the Text element is now OPTIONAL. The default is ''.
2019-09-16 16:01:35 -04:00
MikeTheWatchGuy 97db1d9cd4 The text parm of the Text element is now OPTIONAL. The default is ''. 2019-09-16 16:01:03 -04:00
PySimpleGUI eb7eb5b7cf
Merge pull request #1953 from PySimpleGUI/Dev-latest
NEW Element metadata (Element.metadata)
2019-09-10 15:50:11 -04:00
MikeTheWatchGuy 4b6a574cff NEW Element metadata (Element.metadata) 2019-09-10 15:49:49 -04:00
PySimpleGUI 51514bf859
Merge pull request #1933 from PySimpleGUI/Dev-latest
Official 0.28.0 Release
2019-09-06 11:31:21 -04:00
MikeTheWatchGuy b483e18004 Official 0.28.0 Release 2019-09-06 11:31:01 -04:00
PySimpleGUI 7fd3686a3c
Merge pull request #1918 from PySimpleGUI/Dev-latest
Dev latest
2019-09-03 20:17:15 -04:00
MikeTheWatchGuy 5183dc0175 Can "call" Window in order to "Read" the window 2019-09-03 20:13:02 -04:00
PySimpleGUI 497d332496
Merge pull request #1894 from PySimpleGUI/Dev-latest
Fix for file types conversion.  Must not have ';;' on the end of the …
2019-08-29 14:37:13 -04:00
MikeTheWatchGuy 1d193651fe Fix for file types conversion. Must not have ';;' on the end of the last item. 2019-08-29 14:36:10 -04:00
PySimpleGUI 79dcafa85f
Merge pull request #1882 from PySimpleGUI/Dev-latest
Dev latest
2019-08-26 19:12:33 -04:00
MikeTheWatchGuy 76f64b7d02 Changed version up to another release number 2019-08-26 19:12:02 -04:00
MikeTheWatchGuy 9050d97391 PEP8 Bindings! New character to pixel conversion for multiline type of elements. Removed the __del__ methods and other unneeded code. Renamed some private methods & functions to start with _, 2019-08-26 19:10:40 -04:00
MikeTheWatchGuy 0e1a079255
Merge pull request #1856 from PySimpleGUI/Dev-latest
Dev latest
2019-08-21 19:45:39 -04:00
MikeTheWatchGuy 5227126ef1 Fix in Get 2019-08-21 19:45:18 -04:00
MikeTheWatchGuy 5149a2c2a6 Added Table.Get method 2019-08-21 19:44:30 -04:00
MikeTheWatchGuy f5e4410b14
Merge pull request #1854 from PySimpleGUI/Dev-latest
Dev latest
2019-08-21 18:35:38 -04:00
MikeTheWatchGuy bd42001803 Added finalize parm to Window, PEP8 names for Window methods, ability to "call" an element 2019-08-21 18:33:51 -04:00