Commit Graph

3341 Commits

Author SHA1 Message Date
PySimpleGUI d45c054b45 Default value for combobox bug - was checking bool instead of checking for None 2019-11-14 14:02:48 -05:00
PySimpleGUI 90d71a5580
Merge pull request #2187 from PySimpleGUI/Dev-latest
Open up look and feel settings to Macs by changing all colors except …
2019-11-14 13:36:30 -05:00
PySimpleGUI 4023efaacc Open up look and feel settings to Macs by changing all colors except buttons when system is a Mac 2019-11-14 13:36:08 -05:00
PySimpleGUI eeec5a8d37
Merge pull request #2186 from PySimpleGUI/Dev-latest
Dev latest
2019-11-14 12:55:58 -05:00
PySimpleGUI 27a1da4261 New Demo that shows all of the look and feel choices. Runs on all ports (except Wx) 2019-11-14 12:55:37 -05:00
PySimpleGUI 8b2dbc8672 New preview_all_look_and_feel_themes() - shows a window with the different themes and their names 2019-11-14 12:54:34 -05:00
PySimpleGUI e5e69c6517
Merge pull request #2182 from PySimpleGUI/Dev-latest
docstring fixes, more PEP8 bindings - for newer Element methods, fix …
2019-11-13 22:23:02 -05:00
PySimpleGUI 34e397d817 docstring fixes, more PEP8 bindings - for newer Element methods, fix for trough color in sliders, 2019-11-13 22:22:28 -05:00
PySimpleGUI 31b2ee14c1
Merge pull request #2181 from PySimpleGUI/Dev-latest
Look and Feel theme summary Recipe added
2019-11-13 11:40:08 -05:00
PySimpleGUI 8d3752d217 Look and Feel theme summary Recipe added 2019-11-13 11:39:45 -05:00
PySimpleGUI 10bbe97438
Merge pull request #2179 from PySimpleGUI/Dev-latest
Initial Check-in of a PDF version of the main documentation
2019-11-12 18:42:26 -05:00
PySimpleGUI fbc8f552f8 Initial Check-in of a PDF version of the main documentation 2019-11-12 18:41:43 -05:00
PySimpleGUI 6d4c116c85
Merge pull request #2178 from PySimpleGUI/Dev-latest
LOTS of PEP8 methods added!  Getting to be a large document.
2019-11-12 18:27:53 -05:00
PySimpleGUI 504431824c LOTS of PEP8 methods added! Getting to be a large document. 2019-11-12 18:27:30 -05:00
PySimpleGUI c671b1bade
Merge pull request #2177 from PySimpleGUI/Dev-latest
More updates... colors and base64 graphics are the big push in this o…
2019-11-12 12:07:42 -05:00
PySimpleGUI 3067449302 More updates... colors and base64 graphics are the big push in this one... 2019-11-12 12:01:15 -05:00
PySimpleGUI e3aa06128e
Merge pull request #2173 from PySimpleGUI/Dev-latest
Look and feel section
2019-11-10 21:58:12 -05:00
PySimpleGUI c2c8e229b8 Look and feel section 2019-11-10 21:57:48 -05:00
PySimpleGUI 6626fea6b4
Merge pull request #2171 from PySimpleGUI/Dev-latest
Fixed formatting error
2019-11-10 02:05:16 -05:00
PySimpleGUI 6b11aab70b Fixed formatting error 2019-11-10 02:04:56 -05:00
PySimpleGUI 9a4d52c6bf
Merge pull request #2170 from PySimpleGUI/Dev-latest
2 new recipes - Matplotlib with 2 window, Minesweeper style button grid
2019-11-10 01:48:17 -05:00
PySimpleGUI 6f2471372f 2 new recipes - Matplotlib with 2 window, Minesweeper style button grid 2019-11-10 01:47:53 -05:00
PySimpleGUI 5d4bce9c03
Merge pull request #2169 from PySimpleGUI/Dev-latest
Changed indentation of the call reference section so that the heading…
2019-11-09 20:10:45 -05:00
PySimpleGUI 480f25e256 Changed indentation of the call reference section so that the headings show up in TOC on read the docs. 2019-11-09 20:10:21 -05:00
PySimpleGUI c5a7415dbc
Merge pull request #2168 from PySimpleGUI/Dev-latest
The first set of updates using PEP8
2019-11-09 20:04:15 -05:00
PySimpleGUI 72d7c8dd51 The first set of updates using PEP8 2019-11-09 20:03:51 -05:00
PySimpleGUI b7b2c47d09
Merge pull request #2162 from PySimpleGUI/Dev-latest
The latest readme components
2019-11-08 17:32:22 -05:00
PySimpleGUI e9d6b97595 The latest readme components 2019-11-08 17:32:00 -05:00
PySimpleGUI c93e655ba4
Merge pull request #2161 from PySimpleGUI/Dev-latest
Fixed up naming
2019-11-08 13:33:50 -05:00
PySimpleGUI 4f9a0d97fa Fixed up naming 2019-11-08 13:33:29 -05:00
PySimpleGUI bae9f85123
Merge pull request #2160 from PySimpleGUI/Dev-latest
Initial Check in of new Matplotlib Demo
2019-11-08 13:31:50 -05:00
PySimpleGUI b5d4c128a3 Initial Check in of new Matplotlib Demo 2019-11-08 13:31:27 -05:00
PySimpleGUI 8a1591b00f
Merge pull request #2159 from PySimpleGUI/Dev-latest
Fix for converting from file to displayable image
2019-11-08 12:38:37 -05:00
PySimpleGUI 51939eecf3 Fix for converting from file to displayable image 2019-11-08 12:38:12 -05:00
PySimpleGUI 137fa2d0b6
Merge pull request #2158 from PySimpleGUI/Dev-latest
Fix for autoscrolling of Multiline and Output elements
2019-11-08 12:28:29 -05:00
PySimpleGUI 16f739e762 Fix for autoscrolling of Multiline and Output elements 2019-11-08 12:28:07 -05:00
PySimpleGUI f9f2ac0faa
Merge pull request #2153 from PySimpleGUI/Dev-latest
Added line_width to Graph.DrawRectangle.  tk.PhotoImage can be passed…
2019-11-07 09:50:30 -05:00
PySimpleGUI 37c8349b49 Added line_width to Graph.DrawRectangle. tk.PhotoImage can be passed in data parm to Image.update 2019-11-07 09:50:10 -05:00
PySimpleGUI 63008211aa
Merge pull request #2147 from PySimpleGUI/Dev-latest
Release 0.31.0
2019-11-06 18:31:31 -05:00
PySimpleGUI 7e6069a16b Release 0.31.0 2019-11-06 18:31:04 -05:00
PySimpleGUI 8239ceec25
Merge pull request #2145 from PySimpleGUI/Dev-latest
Added back the Output Element
2019-11-06 11:13:19 -05:00
PySimpleGUI 523596197a Added back the Output Element 2019-11-06 11:12:56 -05:00
PySimpleGUI ac208e1b2f
Merge pull request #2142 from PySimpleGUI/Dev-latest
Fixed missing "," typo
2019-11-05 23:33:02 -05:00
PySimpleGUI 9582d017b0 Fixed missing "," typo 2019-11-05 23:32:34 -05:00
PySimpleGUI 5c415e3854
Merge pull request #2140 from PySimpleGUI/Dev-latest
Release 4.5.0
2019-11-05 20:01:50 -05:00
PySimpleGUI 309c9d50e2 Release 4.5.0 2019-11-05 20:01:30 -05:00
PySimpleGUI 23ce3aea6f
Merge pull request #2138 from PySimpleGUI/Dev-latest
Pre-release of release 4.5.0 - removed  experimental Mac buttons, fix…
2019-11-05 09:36:30 -05:00
PySimpleGUI 460b4c95e2 Pre-release of release 4.5.0 - removed experimental Mac buttons, fix for choosing icons / icons on Linux 2019-11-05 09:36:01 -05:00
PySimpleGUI 478a8d4a3d
Merge pull request #2137 from PySimpleGUI/Dev-latest
Fixed range parm on Slider.Update.  Was only changing if value change…
2019-11-04 15:08:17 -05:00
PySimpleGUI bcdc930b7a Fixed range parm on Slider.Update. Was only changing if value changed too. Now independent. 2019-11-04 15:05:11 -05:00