Commit Graph

  • 2c68c2fc55 Fixed a number of things with changing the list of files. Includes .pyw files now PySimpleGUI 2021-02-02 11:29:26 -0500
  • b73da4ed09
    Merge pull request #3864 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-01 20:38:19 -0500
  • 56640fc11d Fixed bad call PySimpleGUI 2021-02-01 20:37:56 -0500
  • 02939d92a3
    Merge pull request #3863 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-01 18:21:05 -0500
  • 763347ea15 Faster search within files, keep history of previously chosen folders. PySimpleGUI 2021-02-01 18:20:46 -0500
  • 11ed2d91f5
    Merge pull request #3862 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-01 17:19:54 -0500
  • 525af97ad9 Match the current code on GitHub so that new features and parameters are documented. Note that it may differ from what's currently on PyPI PySimpleGUI 2021-02-01 17:17:30 -0500
  • 4c62d703e9 Addition of available bindings. Removed old popup calls PySimpleGUI 2021-02-01 17:16:25 -0500
  • c4b31a2dfd
    Merge pull request #3861 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-01 15:08:48 -0500
  • 5332b056fe Added missing make_square function... big ooops. PySimpleGUI 2021-02-01 15:08:13 -0500
  • 74df7abc7b
    Merge pull request #3860 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-31 22:47:09 -0500
  • 3997cb9151 Add extension. Chr0nicT 2021-01-31 22:40:21 -0500
  • 9a287180cf Upload screenshots and README Chr0nicT 2021-01-31 22:37:47 -0500
  • ef7b146596 Getting up to date.... PySimpleGUI 2021-01-31 13:27:17 -0500
  • 55119433dc
    Merge pull request #3856 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-30 19:16:16 -0500
  • 9efd1a44aa Indicate when stdout/stderr restored in Multilne.restore, added the alias parms b,t,c, colors to the multiline.print so that it matches cprint PySimpleGUI 2021-01-30 19:15:53 -0500
  • 6a90390f44
    Merge pull request #3855 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-30 19:10:25 -0500
  • 921bed7832 Make backwards compatible with older PySimpleGUI versions PySimpleGUI 2021-01-30 19:09:20 -0500
  • 2d76ec8c54
    Merge pull request #3854 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-30 18:28:58 -0500
  • f9b3c9aa49 NEW demo - Project File Searcher Launcher - point to the top of a project tree and it'll find all py files, can search the names and the contents, edit and run. PySimpleGUI 2021-01-30 18:28:09 -0500
  • 9b656d35e7 set encoding="utf8" so that can have special chars in files. ..otherwhise reads fail, Added quotes around strings to run, PySimpleGUI 2021-01-30 18:24:45 -0500
  • 2b6ce7590e set encoding="utf8" so that can have special chars in files. ..otherwhise reads fail PySimpleGUI 2021-01-30 18:23:56 -0500
  • a5f074d235
    Merge pull request #3853 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-30 16:37:56 -0500
  • f883506703 Catching up the readme creator stuff PySimpleGUI 2021-01-30 16:37:27 -0500
  • 9040d9df60
    Merge pull request #3852 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-30 15:11:04 -0500
  • 0a6b64dc11 Addition of tkinter events, catching up with the generated version PySimpleGUI 2021-01-30 15:10:08 -0500
  • 5066cbbc69
    Merge pull request #3851 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-30 14:42:39 -0500
  • 108d5308dc Fixed up indentation problems... merged back from Jason PySimpleGUI 2021-01-30 14:42:09 -0500
  • d42a0ccfc4 Fixed syntax error PySimpleGUI 2021-01-30 14:34:42 -0500
  • 39695563d1
    Merge pull request #3848 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-28 22:38:40 -0500
  • 9dbbd60c0c Fixed bug in execute_subprocess_nonblocking when bad command passed in PySimpleGUI 2021-01-28 22:38:17 -0500
  • ffd86889e0
    Merge pull request #3847 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-28 14:38:40 -0500
  • 9d5c37c00b Global settings window, theme_global(), new set_options parm PySimpleGUI 2021-01-28 14:38:20 -0500
  • c1f0f558b6 Refactor... get defaults for theme and editor from global PySimpleGUI settings PySimpleGUI 2021-01-28 14:37:14 -0500
  • 4fc3d10f05
    Merge pull request #3844 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-27 21:38:55 -0500
  • 0673d71ae5 Moved user_settings API default paths to top. Added set_option parm for user_settings default path to override OS default, global PySimpleGUI settings path for truly global settings PySimpleGUI 2021-01-27 21:38:18 -0500
  • df3e2b9286
    Merge pull request #3841 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-27 11:58:00 -0500
  • 6366e1f0ed Clear fileter, find fields PySimpleGUI 2021-01-27 11:57:36 -0500
  • 0a1f515937 Remove unused program PySimpleGUI 2021-01-27 11:57:18 -0500
  • 25e7f0364b Fix for Debug button color, addition of execute_subprocess_nonblocking(), PySimpleGUI 2021-01-27 11:56:53 -0500
  • 4dfdfe9eaa
    Update for some code not indented correctly. Jason Yang 2021-01-26 17:57:05 +0800
  • 4378dfece7
    Update sample codes not indented correctly. Jason Yang 2021-01-26 17:39:12 +0800
  • bea372f51d
    Merge pull request #3830 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-24 15:33:30 -0500
  • b59c52029f Added message that window will take a few moments to create. PySimpleGUI 2021-01-24 13:34:00 -0500
  • c036f5cef4
    Merge pull request #3829 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-24 13:25:03 -0500
  • 30af17a137 New icon so can tell diff between the "Demo Copy" from the "Demo Browse" PySimpleGUI 2021-01-24 13:24:45 -0500
  • 7e02a75113
    Merge pull request #3828 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-24 13:08:47 -0500
  • 9e3837cb86 Display number of files found PySimpleGUI 2021-01-24 13:08:24 -0500
  • c2d72439df
    Merge pull request #3827 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-24 11:20:28 -0500
  • 58687eded9 Initial checkin of PIL Demo PySimpleGUI 2021-01-24 11:20:11 -0500
  • 078c414a2e
    Merge pull request #3826 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-23 21:49:55 -0500
  • ef280e95af Allow theme names to have spaces PySimpleGUI 2021-01-23 21:49:38 -0500
  • 721b38e998
    Merge pull request #3825 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-23 18:41:41 -0500
  • 20cc794029 Fix for popup_get_file - wasn't passing the default_extension correctly PySimpleGUI 2021-01-23 18:40:50 -0500
  • 46954e6aec
    Merge pull request #3824 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-23 16:10:07 -0500
  • 75ad75cfd2 SDK help function sorting PySimpleGUI 2021-01-23 16:09:47 -0500
  • cd4f1a02f1
    Merge pull request #3820 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-21 20:25:36 -0500
  • 75ce508be7 files_delimiter added to FilesBrowse button & popup_get_file, metadata docstring addedf to several button and a few more docstring fixups, call popup instead of Popup in the variant forms of popup PySimpleGUI 2021-01-21 20:24:42 -0500
  • 588d8f6f06
    Merge pull request #3817 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-20 19:58:14 -0500
  • 85a2531888 Shifted ordering so that the PEP8 compliant functions are presented first PySimpleGUI 2021-01-20 19:57:57 -0500
  • 3656b78a81
    Merge pull request #3816 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-20 16:46:04 -0500
  • 307c2eedbc Expanded SDK Help with function search - find all functions containing a string PySimpleGUI 2021-01-20 16:45:41 -0500
  • 560fa24e1f
    Merge pull request #3815 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-19 13:34:54 -0500
  • 8a795264f6 Minor typo PySimpleGUI 2021-01-19 13:34:28 -0500
  • 92291b0094 SDK Help - detailed parms & defaults for init & update shown in summary view. "help" command line option to how the sdk help window PySimpleGUI 2021-01-19 13:34:16 -0500
  • c4cc3297dd
    Merge pull request #3809 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-18 15:13:38 -0500
  • 560e9d7be3 Copied buy me a coffee to the top.... need more visibility. It DOES HELP... the project has quite a negative cashflow and all donations go right into the project. PySimpleGUI 2021-01-18 15:13:16 -0500
  • e37978bdbf
    Merge pull request #3808 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-18 15:08:53 -0500
  • f56b1e7fd1 Set the default demo programs path to "." since likely running from the folder with all the demos in it PySimpleGUI 2021-01-18 15:08:34 -0500
  • 1bb571776f
    Merge pull request #3807 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-18 14:43:53 -0500
  • be146822c2 Release 4.34.0 PySimpleGUI 2021-01-18 14:43:33 -0500
  • b8d68e32a6
    Merge pull request #3802 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-17 16:30:44 -0500
  • 020532c8fb New demo program - Demo Program Browser - Browser, launch, edit demo programs PySimpleGUI 2021-01-17 16:30:27 -0500
  • e8bfec1cd2
    Merge pull request #3800 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-17 13:04:34 -0500
  • fcb3cc7bde Metadata property added to call ref. Checkin of the latest readme_creator files PySimpleGUI 2021-01-17 13:04:15 -0500
  • 0fee135a86
    Merge pull request #3799 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-17 12:45:28 -0500
  • faa701e3de Made Window.metadata and SystemTray.metadata also properties PySimpleGUI 2021-01-17 12:45:06 -0500
  • 55871d89bf Element.metadata turned into a property so that it's documented property PySimpleGUI 2021-01-17 12:38:35 -0500
  • d161ef4f8c
    Merge pull request #3798 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-16 17:42:11 -0500
  • 5510fad39e Reorganization of the call reference document. Non-PEP8 compliant methods moved to end of elment method list along with a message to not use them. PySimpleGUI 2021-01-16 17:41:56 -0500
  • 6fd8fb84f2
    Merge pull request #3797 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-16 16:26:12 -0500
  • 64e5e27646 FINALLY swapped the PEP8 and non-PEP8 names so that the defintions are PEP8. Thanks for Chr0nic for the consulting assistance PySimpleGUI 2021-01-16 16:25:15 -0500
  • b38e69fc18
    Merge pull request #3796 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-15 19:45:11 -0500
  • b42890ec19 Added summary mode for SDK help window. Changed font size to fit onto smaller screens PySimpleGUI 2021-01-15 19:44:50 -0500
  • 69e51bed03
    Merge pull request #3790 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-12 15:42:44 -0500
  • 7309527b05 popup_scrolled fix PySimpleGUI 2021-01-12 15:42:13 -0500
  • 2aa3e36525
    Merge pull request #3789 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-12 13:45:36 -0500
  • a0a2ff8e67 Aliases shown in the SDK quick reference PySimpleGUI 2021-01-12 13:45:17 -0500
  • cf7d539124
    Merge pull request #3785 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-11 14:54:50 -0500
  • e4a9b59ca5 Addition of Cursor list and calls. Fix for return types in call reference doc PySimpleGUI 2021-01-11 14:54:14 -0500
  • e179df2257
    Merge pull request #3782 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-10 11:40:13 -0500
  • 8c8a0504ad Fix so that it updates font correctly PySimpleGUI 2021-01-10 11:39:56 -0500
  • f859cc4b12
    Merge pull request #3770 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-04 10:02:13 -0500
  • bddfac2745 Close attempted demo PySimpleGUI 2021-01-04 10:01:54 -0500
  • e6251daa53
    Merge pull request #3766 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-02 16:42:20 -0500
  • ea445e126b Release 4.33.0 (Welcome 2021!!) PySimpleGUI 2021-01-02 16:41:51 -0500
  • 24ebbcca10
    Merge pull request #3765 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-02 13:21:26 -0500
  • b54c6dd8ec Added code and comments to show all 3 ways to create a custom titlebar PySimpleGUI 2021-01-02 13:21:08 -0500
  • 3a21051421
    Merge pull request #3761 from PySimpleGUI/Dev-latest PySimpleGUI 2021-01-01 08:25:52 -0500
  • c279172224 Spin - fix in update. Changed bad state (enable) to normal. PySimpleGUI 2021-01-01 08:25:34 -0500