Commit Graph

  • 2f2b2de9b8
    Merge pull request #1795 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-08 16:23:17 -0400
  • 7dda23eef3 Addition of TabGroup.GetCurrentIndex to tkinter port. Renamed in Qt port MikeTheWatchGuy 2019-08-08 16:22:54 -0400
  • 9db1b9ab04
    Merge pull request #1793 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-07 19:46:18 -0400
  • 6b050707f9 Ver bump MikeTheWatchGuy 2019-08-07 19:45:55 -0400
  • 0976b05ba1 Finally a fix for Column sizes?????? YES! MikeTheWatchGuy 2019-08-07 19:45:17 -0400
  • 29a1743104
    Merge pull request #1792 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-07 19:25:11 -0400
  • 3f752f9c0d Addition of SelectTab and GetCurrent methods to the TabGroup Element MikeTheWatchGuy 2019-08-07 19:24:43 -0400
  • 5c13dc9fa9
    Merge pull request #1791 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-07 19:19:19 -0400
  • ee9dbbaf2b Finally THE Fix that enables multiple windows to work right! MikeTheWatchGuy 2019-08-07 19:18:41 -0400
  • 29eb6ca43b
    Merge pull request #1789 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-06 19:13:40 -0400
  • 2dc0e3aa68 Better display of version number MikeTheWatchGuy 2019-08-06 19:13:18 -0400
  • f5eed75717
    Merge pull request #1788 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-06 19:09:07 -0400
  • 31fc5acb8a Fix suggested by the Remi project so that multiple connections will work properly, plus some additional code that was already being worked on MikeTheWatchGuy 2019-08-06 19:08:46 -0400
  • ca019f1292
    Merge pull request #1787 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-05 17:37:40 -0400
  • 345b91c7f8 More doc work.... MikeTheWatchGuy 2019-08-05 17:37:21 -0400
  • a850d23d3a
    Merge pull request #1786 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-05 16:58:40 -0400
  • d6458df5ab More documentation... specifically on the Graph Element (plus others) MikeTheWatchGuy 2019-08-05 16:58:20 -0400
  • f4267808db
    Merge pull request #1784 from PySimpleGUI/Dev-latest PySimpleGUI 2019-08-05 14:39:02 -0400
  • 332a47754a Graph Element drag mouse button UP events changed. Returns key+UP for drag event when mouse is released MikeTheWatchGuy 2019-08-05 14:38:42 -0400
  • 4bcfbec1d8 Update issue templates PySimpleGUI 2019-08-04 16:54:36 -0400
  • b24899a1ff Update issue templates PySimpleGUI 2019-08-04 16:50:07 -0400
  • f142bdd16f Update issue templates PySimpleGUI 2019-08-04 16:49:13 -0400
  • f2b2fa18b5
    Merge pull request #1783 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-04 15:11:22 -0400
  • 8f5472c40b RELEASE 4.1 MikeTheWatchGuy 2019-08-04 15:04:16 -0400
  • c64f835e37
    Merge pull request #1781 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-04 13:50:26 -0400
  • 0b839ccb70 Docstrings, Warnings added to Window so that bad titles and bad layout types are warned. It's crude but will be helpful. Also first time using this warnings module. Hope it's OK! New Demo Program - invisible elements shows using a column for visibility MikeTheWatchGuy 2019-08-04 13:50:06 -0400
  • 13356d14d6
    Merge pull request #1773 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-02 07:24:05 -0400
  • 01b5dc4a32 Forgot docstring for text_location MikeTheWatchGuy 2019-08-02 07:23:49 -0400
  • 2d38b533dc
    Merge pull request #1772 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-08-02 07:21:42 -0400
  • ffdeaaad8b New text_location parameter for DrawText method of Graph. More docstrings MikeTheWatchGuy 2019-08-02 07:21:23 -0400
  • 5001e6dfef
    Merge pull request #1764 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-31 13:29:51 -0400
  • 6ea3dbed41 Version bump MikeTheWatchGuy 2019-07-31 13:29:28 -0400
  • c48b236bce Added a general "SetFocus" to Element as a "catch all". Utilizes .Widget so hope they all are being set. Added 'Elem' shortcut for FindElement. MikeTheWatchGuy 2019-07-31 13:29:03 -0400
  • f0d3ff2716
    Merge pull request #1754 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-29 17:01:56 -0400
  • b6709c7035 Trying to fix bullet points under "tools" MikeTheWatchGuy 2019-07-29 17:01:35 -0400
  • 902f58cae9
    Merge pull request #1753 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-29 16:53:24 -0400
  • 60c234cfea Trying to fix bullets in tools section MikeTheWatchGuy 2019-07-29 16:52:57 -0400
  • 5931a5805d
    Merge pull request #1752 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-29 16:34:40 -0400
  • 871f30d11f Remove buttons from list of values to save to disk MikeTheWatchGuy 2019-07-29 16:34:13 -0400
  • ff15115610
    Merge pull request #1751 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-29 16:16:58 -0400
  • f01cd760bf All of the section 1 changes plus latest doc strings MikeTheWatchGuy 2019-07-29 16:16:06 -0400
  • b6c0dd89ff
    Merge pull request #1749 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-29 14:31:08 -0400
  • 8be71a9f3a Of course, more docstrings, PLUS moved the title parameter is PopupScrolled to the second position like ALL other Popups are already MikeTheWatchGuy 2019-07-29 14:26:12 -0400
  • 74a7f6f3f0
    Merge pull request #1745 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-27 18:25:28 -0400
  • 0aac91fa70 More readme work in Section 2 MikeTheWatchGuy 2019-07-27 18:24:51 -0400
  • 94b57ea795
    Merge pull request #1744 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-27 12:29:28 -0400
  • 5fe93133ba Changes made to first section. Lots more pretty pictures MikeTheWatchGuy 2019-07-27 12:29:10 -0400
  • 560a7e4dfb
    Merge pull request #1743 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-27 12:20:45 -0400
  • c768942bad More docstrings where added / changed MikeTheWatchGuy 2019-07-27 12:20:20 -0400
  • 2c98255a2d More doc strings! More to go! Getting closer MikeTheWatchGuy 2019-07-27 12:11:32 -0400
  • dd8ec81e27
    Merge pull request #1741 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-26 19:35:38 -0400
  • 959194fb8e Initial Checkin of "readme_creator" folder... the thing that makes the primary readme MikeTheWatchGuy 2019-07-26 19:35:16 -0400
  • dcf89a009f
    Update Readme.md MikeTheWatchGuy 2019-07-25 16:18:43 -0400
  • c1b0804d92
    Merge pull request #1737 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-25 11:15:47 -0400
  • 59bb9a4fc5 Even more doc strings! MikeTheWatchGuy 2019-07-25 11:15:25 -0400
  • 6b52c78f1f
    Merge pull request #1736 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-24 21:57:33 -0400
  • eaa67fc0b9 MORE Docstrings! Table and Tree Elements this time MikeTheWatchGuy 2019-07-24 21:57:01 -0400
  • 6267f25354
    Merge pull request #1734 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-24 14:34:56 -0400
  • fad0d69682 Added default icon to System Tray if none is set by user. MikeTheWatchGuy 2019-07-24 14:34:34 -0400
  • 373e49f45d
    Merge pull request #1733 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-24 09:42:06 -0400
  • 8b9bc0e22b Added ability to set default selected values for Listbox element MikeTheWatchGuy 2019-07-24 09:41:44 -0400
  • 0a12b701d4
    Merge pull request #1732 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-24 08:29:02 -0400
  • bdf0fab6bd Forgot versio bump MikeTheWatchGuy 2019-07-24 08:28:39 -0400
  • e4fae9ba65 Fixed missing key in PopupGetText MikeTheWatchGuy 2019-07-24 08:28:01 -0400
  • 4b0cfccbcc
    Merge pull request #1727 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-23 20:29:00 -0400
  • 07c6e665f6 Fix for Table.Update losing the table's headers. Fix for problem when duplicate key found. Had to make a string from key MikeTheWatchGuy 2019-07-23 20:28:42 -0400
  • 854ec79dc8
    Merge pull request #1722 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-22 22:34:55 -0400
  • 3148c36eaa More updates! Good stuff MikeTheWatchGuy 2019-07-22 22:34:32 -0400
  • 1db7d9ed0d
    Merge pull request #1721 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-22 21:19:31 -0400
  • 36aec6b7c9 MUCH needed update to Cookbook! MikeTheWatchGuy 2019-07-22 21:19:08 -0400
  • 39f8f74d0b
    Merge pull request #1719 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-22 18:31:22 -0400
  • 176b0c9122 Fixed bad examples. Updated readme quite a bit, but a lot more to do! MikeTheWatchGuy 2019-07-22 18:30:56 -0400
  • b4d4c3213a
    Update readme.md MikeTheWatchGuy 2019-07-20 11:50:31 -0400
  • 215cfaf01a
    Merge pull request #1710 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-19 23:52:35 -0400
  • b6b766dfdb 1/2 a shit-ton of doc strings. Completed the Pane and Menu (bar) elements MikeTheWatchGuy 2019-07-19 23:52:03 -0400
  • 8bf4b87fc7
    Merge pull request #1709 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-19 22:33:14 -0400
  • 60fb9c2ac3 Added an example of setting text coloir to white with red background. MikeTheWatchGuy 2019-07-19 22:32:46 -0400
  • b23361bd43
    Merge pull request #1708 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-19 22:31:13 -0400
  • 70adb38fc6 Added correct handling of foreground color for tables (text color) when updating MikeTheWatchGuy 2019-07-19 22:30:50 -0400
  • 288af8288e
    Merge pull request #1707 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-19 22:23:21 -0400
  • b49e17d665 Support for Table Updates for colors (individual row colors and alternating row color) MikeTheWatchGuy 2019-07-19 22:22:49 -0400
  • eae899b612
    Merge pull request #1706 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-19 21:23:00 -0400
  • 6c620efc83 Exposed TOOLTIP_BACKGROUND_COLOR MikeTheWatchGuy 2019-07-19 21:21:55 -0400
  • 912e4068e3 Two new Table.Update parameters - alternating_row_color and row_colors. Addition of doc strings for Table.Update MikeTheWatchGuy 2019-07-19 20:14:37 -0400
  • 45b4e23fa3
    Merge pull request #1705 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-19 19:16:12 -0400
  • d7b3d1e150 Testing Pull Request Template MikeTheWatchGuy 2019-07-19 19:10:21 -0400
  • 891cd8affa
    Create pull_request_template.md PySimpleGUI 2019-07-19 19:08:58 -0400
  • 1a66239a2d
    Merge pull request #1704 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-19 17:30:50 -0400
  • b02032af8b Set the button activebackground color in the Update method. Already doing this when button created. MikeTheWatchGuy 2019-07-19 17:30:29 -0400
  • a4d6b4bf0d
    Merge pull request #1703 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-19 17:04:54 -0400
  • 313d35b177 Addition of user generated toggle button - Thank you ncotrb MikeTheWatchGuy 2019-07-19 17:04:24 -0400
  • 1e12e03c01
    Merge pull request #1696 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-17 11:36:20 -0400
  • 42c4d97920 More.... you guessed it... docstrings! Version 4.1.0.10 MikeTheWatchGuy 2019-07-17 11:35:54 -0400
  • f46bc3d8ea
    Merge pull request #1695 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-17 11:17:36 -0400
  • 8618879a71 Latest and greatest docstrings and cleanup of Readme. Looking GREAT! MikeTheWatchGuy 2019-07-17 11:17:17 -0400
  • 874d79d1c7
    Merge pull request #1692 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-16 17:42:02 -0400
  • 5d7324a251 More doc strings. Added check for background color and made optional for call to Update of Graph Element MikeTheWatchGuy 2019-07-16 17:41:32 -0400
  • e7ccb2c781
    Merge pull request #1691 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-16 15:09:32 -0400
  • ce2d947c30 Fix for Graph.DrawPoint not returning an id. MORE docstrings MikeTheWatchGuy 2019-07-16 15:09:08 -0400
  • dab68f8717
    Merge pull request #1689 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-15 21:17:31 -0400