Commit Graph

2876 Commits

Author SHA1 Message Date
MikeTheWatchGuy eaa67fc0b9 MORE Docstrings! Table and Tree Elements this time 2019-07-24 21:57:01 -04:00
MikeTheWatchGuy 6267f25354
Merge pull request #1734 from PySimpleGUI/Dev-latest
Added default icon to System Tray if none is set by user.
2019-07-24 14:34:56 -04:00
MikeTheWatchGuy fad0d69682 Added default icon to System Tray if none is set by user. 2019-07-24 14:34:34 -04:00
MikeTheWatchGuy 373e49f45d
Merge pull request #1733 from PySimpleGUI/Dev-latest
Added ability to set default selected values for Listbox element
2019-07-24 09:42:06 -04:00
MikeTheWatchGuy 8b9bc0e22b Added ability to set default selected values for Listbox element 2019-07-24 09:41:44 -04:00
MikeTheWatchGuy 0a12b701d4
Merge pull request #1732 from PySimpleGUI/Dev-latest
Dev latest
2019-07-24 08:29:02 -04:00
MikeTheWatchGuy bdf0fab6bd Forgot versio bump 2019-07-24 08:28:39 -04:00
MikeTheWatchGuy e4fae9ba65 Fixed missing key in PopupGetText 2019-07-24 08:28:01 -04:00
MikeTheWatchGuy 4b0cfccbcc
Merge pull request #1727 from PySimpleGUI/Dev-latest
Fix for Table.Update losing the table's headers.  Fix for problem whe…
2019-07-23 20:29:00 -04:00
MikeTheWatchGuy 07c6e665f6 Fix for Table.Update losing the table's headers. Fix for problem when duplicate key found. Had to make a string from key 2019-07-23 20:28:42 -04:00
MikeTheWatchGuy 854ec79dc8
Merge pull request #1722 from PySimpleGUI/Dev-latest
More updates!  Good stuff
2019-07-22 22:34:55 -04:00
MikeTheWatchGuy 3148c36eaa More updates! Good stuff 2019-07-22 22:34:32 -04:00
MikeTheWatchGuy 1db7d9ed0d
Merge pull request #1721 from PySimpleGUI/Dev-latest
MUCH needed update to Cookbook!
2019-07-22 21:19:31 -04:00
MikeTheWatchGuy 36aec6b7c9 MUCH needed update to Cookbook! 2019-07-22 21:19:08 -04:00
MikeTheWatchGuy 39f8f74d0b
Merge pull request #1719 from PySimpleGUI/Dev-latest
Fixed bad examples.  Updated readme quite a bit, but a lot more to do!
2019-07-22 18:31:22 -04:00
MikeTheWatchGuy 176b0c9122 Fixed bad examples. Updated readme quite a bit, but a lot more to do! 2019-07-22 18:30:56 -04:00
MikeTheWatchGuy b4d4c3213a
Update readme.md 2019-07-20 11:50:31 -04:00
MikeTheWatchGuy 215cfaf01a
Merge pull request #1710 from PySimpleGUI/Dev-latest
1/2 a shit-ton of doc strings.  Completed the Pane and Menu (bar) ele…
2019-07-19 23:52:35 -04:00
MikeTheWatchGuy b6b766dfdb 1/2 a shit-ton of doc strings. Completed the Pane and Menu (bar) elements 2019-07-19 23:52:03 -04:00
MikeTheWatchGuy 8bf4b87fc7
Merge pull request #1709 from PySimpleGUI/Dev-latest
Added an example of setting text coloir to white with red background.
2019-07-19 22:33:14 -04:00
MikeTheWatchGuy 60fb9c2ac3 Added an example of setting text coloir to white with red background. 2019-07-19 22:32:46 -04:00
MikeTheWatchGuy b23361bd43
Merge pull request #1708 from PySimpleGUI/Dev-latest
Added correct handling of foreground color for tables (text color) wh…
2019-07-19 22:31:13 -04:00
MikeTheWatchGuy 70adb38fc6 Added correct handling of foreground color for tables (text color) when updating 2019-07-19 22:30:50 -04:00
MikeTheWatchGuy 288af8288e
Merge pull request #1707 from PySimpleGUI/Dev-latest
Support for Table Updates for colors (individual row colors and alter…
2019-07-19 22:23:21 -04:00
MikeTheWatchGuy b49e17d665 Support for Table Updates for colors (individual row colors and alternating row color) 2019-07-19 22:22:49 -04:00
MikeTheWatchGuy eae899b612
Merge pull request #1706 from PySimpleGUI/Dev-latest
Dev latest
2019-07-19 21:23:00 -04:00
MikeTheWatchGuy 6c620efc83 Exposed TOOLTIP_BACKGROUND_COLOR 2019-07-19 21:21:55 -04:00
MikeTheWatchGuy 912e4068e3 Two new Table.Update parameters - alternating_row_color and row_colors. Addition of doc strings for Table.Update 2019-07-19 20:14:37 -04:00
MikeTheWatchGuy 45b4e23fa3
Merge pull request #1705 from PySimpleGUI/Dev-latest
Testing Pull Request Template
2019-07-19 19:16:12 -04:00
MikeTheWatchGuy d7b3d1e150 Testing Pull Request Template 2019-07-19 19:10:21 -04:00
PySimpleGUI 891cd8affa
Create pull_request_template.md
Instructions for Pull Requests (PLEASE READ BEFORE ANY PULL REQUEST IS MADE)
2019-07-19 19:08:58 -04:00
MikeTheWatchGuy 1a66239a2d
Merge pull request #1704 from PySimpleGUI/Dev-latest
Set the button activebackground color in the Update method. Already d…
2019-07-19 17:30:50 -04:00
MikeTheWatchGuy b02032af8b Set the button activebackground color in the Update method. Already doing this when button created. 2019-07-19 17:30:29 -04:00
MikeTheWatchGuy a4d6b4bf0d
Merge pull request #1703 from PySimpleGUI/Dev-latest
Addition of user generated toggle button - Thank you ncotrb
2019-07-19 17:04:54 -04:00
MikeTheWatchGuy 313d35b177 Addition of user generated toggle button - Thank you ncotrb 2019-07-19 17:04:24 -04:00
MikeTheWatchGuy 1e12e03c01
Merge pull request #1696 from PySimpleGUI/Dev-latest
More.... you guessed it... docstrings!  Version 4.1.0.10
2019-07-17 11:36:20 -04:00
MikeTheWatchGuy 42c4d97920 More.... you guessed it... docstrings! Version 4.1.0.10 2019-07-17 11:35:54 -04:00
MikeTheWatchGuy f46bc3d8ea
Merge pull request #1695 from PySimpleGUI/Dev-latest
Latest and greatest docstrings and cleanup of Readme. Looking GREAT!
2019-07-17 11:17:36 -04:00
MikeTheWatchGuy 8618879a71 Latest and greatest docstrings and cleanup of Readme. Looking GREAT! 2019-07-17 11:17:17 -04:00
MikeTheWatchGuy 874d79d1c7
Merge pull request #1692 from PySimpleGUI/Dev-latest
More doc strings. Added check for background color and made optional …
2019-07-16 17:42:02 -04:00
MikeTheWatchGuy 5d7324a251 More doc strings. Added check for background color and made optional for call to Update of Graph Element 2019-07-16 17:41:32 -04:00
MikeTheWatchGuy e7ccb2c781
Merge pull request #1691 from PySimpleGUI/Dev-latest
Fix for Graph.DrawPoint not returning an id.  MORE docstrings
2019-07-16 15:09:32 -04:00
MikeTheWatchGuy ce2d947c30 Fix for Graph.DrawPoint not returning an id. MORE docstrings 2019-07-16 15:09:08 -04:00
MikeTheWatchGuy dab68f8717
Merge pull request #1689 from PySimpleGUI/Dev-latest
More doc strings
2019-07-15 21:17:31 -04:00
MikeTheWatchGuy 62f905eacd More doc strings 2019-07-15 21:17:07 -04:00
MikeTheWatchGuy 290c7948bd
Merge pull request #1688 from PySimpleGUI/Dev-latest
Fix bug that crashes code if 2 keys are the same.
2019-07-15 18:05:51 -04:00
MikeTheWatchGuy 0fbee9dde6 Fix bug that crashes code if 2 keys are the same. 2019-07-15 18:05:27 -04:00
MikeTheWatchGuy 1667ce5a4f
Merge pull request #1687 from PySimpleGUI/Dev-latest
Added parent window to all of the File Browse calls to tkinter so tha…
2019-07-15 17:25:51 -04:00
MikeTheWatchGuy 9a970dba70 Added parent window to all of the File Browse calls to tkinter so that the icon from the window is displayed. Added lots of doc strings...more to go! 2019-07-15 17:25:27 -04:00
MikeTheWatchGuy 15473f5e29
Merge pull request #1682 from PySimpleGUI/Dev-latest
Major update to docs!
2019-07-12 16:21:21 -04:00