Commit Graph

3932 Commits

Author SHA1 Message Date
PySimpleGUI 2bf98cfe12
Merge pull request #2217 from PySimpleGUI/Dev-latest
Dev latest
2019-11-19 11:25:48 -05:00
PySimpleGUI 2cfd2f19b1 Update with PEP8 read call. 2019-11-19 11:25:27 -05:00
PySimpleGUI 79e02c5726 Rename and rework of 2 multithreaded demos 2019-11-19 11:24:50 -05:00
PySimpleGUI 719f579283
Merge pull request #2216 from PySimpleGUI/Dev-latest
Demo of integrating imwatchingyou with PySimpleGUIQt
2019-11-18 23:19:11 -05:00
PySimpleGUI 9a7d7ac259 Demo of integrating imwatchingyou with PySimpleGUIQt 2019-11-18 23:18:47 -05:00
PySimpleGUI 46984450a5
Merge pull request #2215 from PySimpleGUI/Dev-latest
Lots more about colors, creating your own themes
2019-11-18 22:18:11 -05:00
PySimpleGUI a0b783c8bb Lots more about colors, creating your own themes 2019-11-18 22:17:34 -05:00
PySimpleGUI 4955f6e07c
Merge pull request #2214 from PySimpleGUI/Dev-latest
A mini-excel table.  Uses arrow keys to navigate. Can click header to…
2019-11-18 12:48:47 -05:00
PySimpleGUI 363533ca0a A mini-excel table. Uses arrow keys to navigate. Can click header to sort by column 2019-11-18 12:48:12 -05:00
PySimpleGUI 1488930b8d
Merge pull request #2211 from PySimpleGUI/Dev-latest
Added tab position support - not as many options as tkinter version. …
2019-11-17 20:58:51 -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 dba5af63dd
Merge pull request #2210 from PySimpleGUI/Dev-latest
Release 0.33.0  Tons of themes, autoscroll parm for multiline output
2019-11-17 20:25:51 -05:00
PySimpleGUI 4287ae2745 Release 0.33.0 Tons of themes, autoscroll parm for multiline output 2019-11-17 20:25:30 -05:00
PySimpleGUI f4c0398900
Merge pull request #2208 from PySimpleGUI/Dev-latest
Release 0.14.0 - lots of Themes
2019-11-17 20:15:16 -05:00
PySimpleGUI 67303fe1b1 Release 0.14.0 - lots of Themes 2019-11-17 20:14:50 -05:00
PySimpleGUI af154d79b1
Merge pull request #2207 from PySimpleGUI/Dev-latest
Reworked the look and feel preivew, browser, new table simulation wit…
2019-11-17 18:01:00 -05:00
PySimpleGUI 34d8b3c9d1 Reworked the look and feel preivew, browser, new table simulation with arrow keyskkkkkkkkkk 2019-11-17 18:00:35 -05:00
PySimpleGUI 9e0ba99c5f
Merge pull request #2206 from PySimpleGUI/Dev-latest
Release 0.30.0
2019-11-16 15:30:46 -05:00
PySimpleGUI ca35f72ad6 Release 0.30.0 2019-11-16 15:30:26 -05:00
PySimpleGUI 9833ada179
Merge pull request #2205 from PySimpleGUI/Dev-latest
New demo showing how to create an Excel-like table and use arrow keys…
2019-11-16 13:21:38 -05:00
PySimpleGUI 64b6ef95f5 New demo showing how to create an Excel-like table and use arrow keys to move around 2019-11-16 13:21:10 -05:00
PySimpleGUI 51f6fcf87a
Merge pull request #2204 from PySimpleGUI/Dev-latest
Dev latest
2019-11-16 04:35:55 -05:00
PySimpleGUI a7faf9c1e9 Release 4.6.0 2019-11-16 04:35:30 -05:00
PySimpleGUI a6e79ae018 Release 4.6.0 2019-11-16 04:25:25 -05:00
PySimpleGUI a86c9a1aad
Merge pull request #2203 from PySimpleGUI/Dev-latest
Removing the docs_html folder as I don't know what it did and it appe…
2019-11-15 22:49:25 -05:00
PySimpleGUI bd06f809c3 Removing the docs_html folder as I don't know what it did and it appears to be old info. 2019-11-15 22:49:02 -05:00
PySimpleGUI 736c5c9e09
Merge pull request #2202 from PySimpleGUI/Dev-latest
change_look_and_feel - if a completely incorrect string passed in, th…
2019-11-15 22:39:49 -05:00
PySimpleGUI 64025392c5 change_look_and_feel - if a completely incorrect string passed in, then a completley random color theme will be used instead. 2019-11-15 22:39:00 -05:00
PySimpleGUI 68b7e6dec0
Merge pull request #2201 from PySimpleGUI/Dev-latest
Theme renumbering
2019-11-15 20:46:34 -05:00
PySimpleGUI 6883a81297 Theme renumbering 2019-11-15 20:46:14 -05:00
PySimpleGUI 3dd6428d51
Merge pull request #2200 from PySimpleGUI/Dev-latest
Added deiconify to window.Normal, but having some Linux problems on M…
2019-11-15 20:26:26 -05:00
PySimpleGUI 14c5f9ade2 Added deiconify to window.Normal, but having some Linux problems on Mint. Renamed a lot of themes. Added more doc strings 2019-11-15 20:25:08 -05:00
PySimpleGUI a27a80f7d0
Merge pull request #2199 from PySimpleGUI/Dev-latest
Removed use of CloseButton for popups that return values.  Still have…
2019-11-15 14:39:14 -05:00
PySimpleGUI a8c3ac1beb Removed use of CloseButton for popups that return values. Still have a possible bug in normal popup that uses CloseButton 2019-11-15 14:38:55 -05:00
PySimpleGUI 26f2e98f3d
Merge pull request #2198 from PySimpleGUI/Dev-latest
Added new member variable for Table Element - table_frame - has the F…
2019-11-15 14:31:03 -05:00
PySimpleGUI e5dc2c45e3 Added new member variable for Table Element - table_frame - has the Frame Widget that the table is withihn 2019-11-15 14:30:42 -05:00
PySimpleGUI a437af2e35
Merge pull request #2197 from PySimpleGUI/Dev-latest
Added a LOT of new look and feel themes. Theme previewer, "Fuzzy" the…
2019-11-15 13:41:47 -05:00
PySimpleGUI a4bd658ad9 Added a LOT of new look and feel themes. Theme previewer, "Fuzzy" theme l;ookup, 2019-11-15 13:41:25 -05:00
PySimpleGUI d0e0443e6b
Merge pull request #2194 from PySimpleGUI/Dev-latest
Theme Maker initial checkin
2019-11-15 10:01:26 -05:00
PySimpleGUI 3c790b8a81 Theme Maker initial checkin 2019-11-15 10:00:49 -05:00
PySimpleGUI a7a5f0dc25
Merge pull request #2189 from PySimpleGUI/Dev-latest
Default value for combobox bug - was checking bool instead of checkin…
2019-11-14 14:03:10 -05:00
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