Commit Graph

  • 62f905eacd More doc strings MikeTheWatchGuy 2019-07-15 21:17:07 -0400
  • 290c7948bd
    Merge pull request #1688 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-15 18:05:51 -0400
  • 0fbee9dde6 Fix bug that crashes code if 2 keys are the same. MikeTheWatchGuy 2019-07-15 18:05:27 -0400
  • 1667ce5a4f
    Merge pull request #1687 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-15 17:25:51 -0400
  • 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! MikeTheWatchGuy 2019-07-15 17:25:27 -0400
  • 15473f5e29
    Merge pull request #1682 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-12 16:21:21 -0400
  • ae48656c64 Major update to docs! MikeTheWatchGuy 2019-07-12 16:21:02 -0400
  • 48ab0a511d
    Merge pull request #1681 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-12 14:56:10 -0400
  • be6ef83563 Added Radio Button enable_events code. Will get event when radio selected now. MikeTheWatchGuy 2019-07-12 14:55:41 -0400
  • 87e5bbb486
    Merge pull request #1676 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-10 17:16:14 -0400
  • af461df1a0 FINALLY completed the Window class doc strings! MikeTheWatchGuy 2019-07-10 17:15:51 -0400
  • 69342202b2
    Merge pull request #1675 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-10 15:12:34 -0400
  • 007c23494b More docstrings, renamed functions MikeTheWatchGuy 2019-07-10 15:12:16 -0400
  • 294102b360
    Merge pull request #1673 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-09 14:14:51 -0400
  • 462a4f4385 Changed how image is created before updating the Image Element. Now is 1 line of code. MikeTheWatchGuy 2019-07-09 14:14:27 -0400
  • decb5c520e
    Merge pull request #1672 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-09 13:09:45 -0400
  • 474917b50b Multithreaded for doing long tasks Demo MikeTheWatchGuy 2019-07-09 13:09:25 -0400
  • 08f0febf4d
    Merge pull request #1671 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-08 18:36:19 -0400
  • b16782c39d Made slider active. Moving it causes video playbcack to begin at new location indicated by slider. Cleaned up code a little. MikeTheWatchGuy 2019-07-08 18:35:47 -0400
  • 0457b86964
    Merge pull request #1667 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-06 14:49:52 -0400
  • 8037c4eb91 More Docstring Work - concentrated on Window class MikeTheWatchGuy 2019-07-06 14:49:22 -0400
  • dab3f1f1f3 LOTS of new doc strings. Renamed some functions to begin with _. Window.Show, ReadNonBlocking, Added giant licensing info MikeTheWatchGuy 2019-07-06 11:51:03 -0400
  • d16fa56df3
    Merge pull request #1663 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-04 10:57:15 -0400
  • 9adb0e3691 New option ENABLE_TK_WINDOWS. If True, will not use hidden master window. Had to add a lot of try statements to get it to work MikeTheWatchGuy 2019-07-04 10:56:53 -0400
  • 6711ffb1dd
    Merge pull request #1660 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-03 17:40:52 -0400
  • 28175a99e6 Allow set_to_index in the Listbox.Update call to be both an int and a list. Also officially added "Warnings" using the "Warnings" package. MikeTheWatchGuy 2019-07-03 17:40:23 -0400
  • 19cb027e7b
    Merge pull request #1656 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-07-02 19:10:31 -0400
  • b9614eef9f LOTS of doc strings. Newest readme based on doc strings MikeTheWatchGuy 2019-07-02 19:10:12 -0400
  • 0e29b59ad0
    Merge pull request #1649 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-29 11:25:40 -0400
  • 78e35619ff Newly generated documents from the latest 4.1.0.3 code and latest doc generator MikeTheWatchGuy 2019-06-29 11:23:06 -0400
  • bdd7b255cb
    Merge pull request #1648 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-28 21:21:49 -0400
  • 8220b8c9e2 Finished Input Tesxt doc strings. Removed the Up Arrow character from comments. MikeTheWatchGuy 2019-06-28 21:21:27 -0400
  • 4aebfe6095
    Merge pull request #1647 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-28 16:56:51 -0400
  • 7499d3f989 Fix for crash when opening window twice with ComboBoxes MikeTheWatchGuy 2019-06-28 16:56:25 -0400
  • 8478b97037
    Merge pull request #1645 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-27 23:54:59 -0400
  • 1290b01d60 Filled in doc strings (much more to go!) MikeTheWatchGuy 2019-06-27 23:54:36 -0400
  • 6a8032062d
    Merge pull request #1643 from kreegahbundolo/master MikeTheWatchGuy 2019-06-27 20:42:47 -0400
  • dd341d6c73
    Merge pull request #1644 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-27 18:20:20 -0400
  • 94ac5b33eb NEW Pong program that ONLY uses PySimpleGUI calls. Previously cheated and worked directly with Canvas in tkinter. Not anymore! Also runs on PySimpleGUIWeb and should run on PySimpleGUIQt soon MikeTheWatchGuy 2019-06-27 18:19:57 -0400
  • f7db14f842 Made it work on Linux by changing the SDL_VIDEODRIVER setting. Åge Strand 2019-06-27 09:13:40 +0200
  • a1c29f6b48
    Merge pull request #1642 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-26 22:09:50 -0400
  • 4601d62f47 More docstring changes!!! MikeTheWatchGuy 2019-06-26 22:09:28 -0400
  • 8ab6506de8
    Merge pull request #1637 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-26 11:44:22 -0400
  • 52a7c0a0a3 Removed ambigious variable. Made a simulated GPIO class if platform is windows. MikeTheWatchGuy 2019-06-26 11:43:36 -0400
  • b32e62c28a
    Merge pull request #1636 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-26 11:13:19 -0400
  • ad100b8e75 Changed bad if statements that were using 'is' and made '==' instead. MikeTheWatchGuy 2019-06-26 11:09:42 -0400
  • e59b0060b6
    Merge pull request #1631 from cclauss/identity-is-not-equality-in-python MikeTheWatchGuy 2019-06-25 21:10:12 -0400
  • 23dfb5f7cc Delete index_worked.md MikeTheWatchGuy 2019-06-25 21:06:42 -0400
  • c5493079be
    Merge pull request #1580 from novel-yet-trivial/patch-1 MikeTheWatchGuy 2019-06-25 20:05:04 -0400
  • b2ba8acb34 Use ==/!= to compare str literals cclauss 2019-06-25 22:46:32 +0200
  • 6680820360
    Merge pull request #1628 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-25 13:12:10 -0400
  • 7acfad658a Bumped version by 1 more digit so that it's 4 digits long. When posting to PyPI, will post only 3 digits MikeTheWatchGuy 2019-06-25 13:11:48 -0400
  • 8a48d404f8
    Merge pull request #1627 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-25 13:07:56 -0400
  • 0be9e54183 Refresh of System Tray Issue Watcher running on Wx. MikeTheWatchGuy 2019-06-25 13:07:23 -0400
  • b75c04eaf1 Refresh of the Issue Watcher Wx based system tray demo MikeTheWatchGuy 2019-06-25 13:06:13 -0400
  • e36266ae38
    Merge pull request #1625 from cclauss/patch-1 MikeTheWatchGuy 2019-06-25 12:55:55 -0400
  • 5e23cf0810
    Merge pull request #1626 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-25 12:46:51 -0400
  • f40c4c2710 Changed Listbox.Update(set_to_index) so that all selections are cleared prior to new select MikeTheWatchGuy 2019-06-25 12:46:22 -0400
  • 012ff9a9eb
    import time for access to time.time() on line 94 cclauss 2019-06-25 17:30:32 +0200
  • 99a697726b
    Merge pull request #1622 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-24 12:11:24 -0400
  • 614de21718 New readme from generator MikeTheWatchGuy 2019-06-24 12:10:22 -0400
  • a640b5b2ca
    Merge pull request #1619 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 16:33:39 -0400
  • db4a8430c3 Put back section removed. Removed end tag MikeTheWatchGuy 2019-06-23 16:33:22 -0400
  • 9f0224b3ae
    Merge pull request #1618 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 16:29:20 -0400
  • f71ffdd1e9 Added back deleted parts. Removed tag at end MikeTheWatchGuy 2019-06-23 16:28:50 -0400
  • 5412b88c82
    Merge pull request #1617 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 16:27:00 -0400
  • c15cd4e39c Hacked up doc to make smaller (TEST ONLY!) MikeTheWatchGuy 2019-06-23 16:26:42 -0400
  • a46dff761d
    Merge pull request #1616 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 16:21:31 -0400
  • 9814de9928 Newet generateed readme MikeTheWatchGuy 2019-06-23 16:20:55 -0400
  • 7909e77d9c
    Merge pull request #1615 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 15:59:45 -0400
  • c106901d99 Removed some comments to see if I get more content MikeTheWatchGuy 2019-06-23 15:59:23 -0400
  • 118f7436a5
    Merge pull request #1614 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 15:51:03 -0400
  • 7b8296b698 Fix for tables - were messed up in PyCharm MikeTheWatchGuy 2019-06-23 15:50:37 -0400
  • e83f541e93
    Merge pull request #1613 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 15:14:44 -0400
  • 8837475a70 latest generator MikeTheWatchGuy 2019-06-23 15:14:24 -0400
  • 0fe13549d6
    Merge pull request #1612 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 15:10:43 -0400
  • a85349c051 Latest updates from generator MikeTheWatchGuy 2019-06-23 15:10:24 -0400
  • 9faadf1bf8
    Merge pull request #1611 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 14:33:47 -0400
  • aaf3ee761d Checkin from new doc generation MikeTheWatchGuy 2019-06-23 14:33:25 -0400
  • 8238fc74d8
    Merge pull request #1610 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 14:26:20 -0400
  • 6ddbbfd21d
    Delete index.md MikeTheWatchGuy 2019-06-23 14:26:04 -0400
  • cd3bc873a6
    Delete index.md MikeTheWatchGuy 2019-06-23 14:24:36 -0400
  • f2aebb3970 Using new generator with latest code MikeTheWatchGuy 2019-06-23 14:21:26 -0400
  • d8f62ccc46 New doc generator was used MikeTheWatchGuy 2019-06-23 14:12:42 -0400
  • 7f0c44e4e4
    Merge pull request #1608 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-23 12:31:04 -0400
  • b78fc60115 Listbox, Combobox, Spinner returns values supplied to it instead of strings. MikeTheWatchGuy 2019-06-23 12:30:42 -0400
  • 3a211dc4e3
    Merge pull request #1605 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-22 13:10:25 -0400
  • f382823810 Combobox - Enable return of original value AND also hand entered values if permitted. Spinner returns supplied value rather than string MikeTheWatchGuy 2019-06-22 13:10:05 -0400
  • 7de8f40b72
    Merge pull request #1604 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-22 12:03:02 -0400
  • a24b5c6001 ComboBox can now contain any kind of item. Actual items returned, not a string version of item. MikeTheWatchGuy 2019-06-22 12:02:31 -0400
  • 89bf807617 Combo - return actual value user supplied when reading. Fix in debugger showing objects, new ComboBox method - GetSelectedItemsIndexes - returns list of indexes currently selected items MikeTheWatchGuy 2019-06-22 11:43:06 -0400
  • 62604298a9
    Merge pull request #1603 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-22 10:59:55 -0400
  • 4f0cc1936b Initial check-in MikeTheWatchGuy 2019-06-22 10:59:24 -0400
  • 432034a472
    Merge pull request #1602 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-21 14:37:31 -0400
  • 882002a0a6 Added Versio #, Added self.Widget to all Elements, Pixel to Chars cutoff changed from 12 to 15, new Button.Click() method cross ported, New Graph Methods RelocateFigure, DrawRectangle, use Find Element dictionary use, FindElementWithFocus added, Style Changes to Graph Element, newer test harness MikeTheWatchGuy 2019-06-21 14:37:11 -0400
  • 32a6d1dc93
    Merge pull request #1599 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-20 09:59:27 -0400
  • 704da3f274 New float_values in Graph Element signals to return float values instead of ints MikeTheWatchGuy 2019-06-20 09:59:08 -0400
  • 42c35a5fb2
    Merge pull request #1598 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-20 09:13:34 -0400
  • ee230a6a62 New version variable, fixed problem not returning None on error in FindElement MikeTheWatchGuy 2019-06-20 09:13:02 -0400
  • 2d25a9905b
    Merge pull request #1595 from PySimpleGUI/Dev-latest MikeTheWatchGuy 2019-06-19 20:57:19 -0400