Commit Graph

  • 8c653861f7 Cleanup demo browser PySimpleGUI 2021-02-27 07:34:00 -0500
  • d627c2246d Unified Demo & Project Browsers - now uses the new PySimpleGUI Exec APIs to launch everything PySimpleGUI 2021-02-27 07:32:51 -0500
  • 45df3d393f
    Merge pull request #3966 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-26 13:15:02 -0500
  • 10db88a88d Debug Print auto refreshes the multiline now. Addition of start of the "EXEC" APIs. Added execute_editor and execute_command_subprocess (BETA) PySimpleGUI 2021-02-26 13:14:43 -0500
  • 2317a31b66
    Merge pull request #3965 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-26 12:17:02 -0500
  • 287e8a6668 Button Colors reworked considerably. Better error checks. Can specify a single color, etc. Addition of new EMOJIS!! Happy release adds happy ones too! Removed commented out f-strings so seaches for them will find none (not allowed in 3.4) PySimpleGUI 2021-02-26 12:16:40 -0500
  • dabc2de49d
    Merge pull request #3964 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-25 19:25:54 -0500
  • 7fc79d8470 Demo of the IGNORE setting when disabling buttons. PySimpleGUI 2021-02-25 19:25:34 -0500
  • 1ab6853579
    Merge pull request #3963 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-25 19:18:01 -0500
  • 433da2b9fa BUTTON_DISABLED_MEANS_IGNORE setting for disabled parameter. Causes button to not generate events. PySimpleGUI 2021-02-25 19:17:40 -0500
  • eae4ad28a2
    Merge pull request #3960 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-25 13:55:48 -0500
  • 62deb3aa0b Added call to tkroot.update when closing windows. Was needed on Linux to close a debug print window for some weird reason PySimpleGUI 2021-02-25 13:55:26 -0500
  • 603b8f9e64
    Merge pull request #3958 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-24 17:20:26 -0500
  • 7aa031741e Disable modal windows entirely for Macs PySimpleGUI 2021-02-24 17:20:10 -0500
  • babbb9b360
    Merge pull request #3957 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-24 12:59:45 -0500
  • a2598828a1 Merged with the "Project Browser" so now only 1 program. PySimpleGUI 2021-02-24 12:59:02 -0500
  • d8ad329b85
    Merge pull request #3956 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-24 12:54:55 -0500
  • c88fdc8d2c Advanced mode so will have a single demo browser now. Will delete this one shortly. PySimpleGUI 2021-02-24 12:54:36 -0500
  • f781b514df
    Update PySimpleGUIQt.py PySimpleGUI 2021-02-24 12:49:21 -0500
  • 6bc3a15d73
    Merge pull request #3954 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-23 15:12:12 -0500
  • b06127b397 Check for disabled button in button callbacks. Set TRANSPARENT_BUTTON_COLOR when theme changes (not recommended to use, but in case someone is then this is correct way to update), fixes for 3.4 syntax errors, fix for race condition that tried to close a window set to None PySimpleGUI 2021-02-23 15:11:49 -0500
  • 9f43706398
    Merge pull request #3944 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-21 11:27:57 -0500
  • f6c2756c6c Trying to fix the problem with bullet points on ReadTheDocs PySimpleGUI 2021-02-21 11:27:43 -0500
  • 4ab140f8de
    Merge pull request #3943 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-21 10:51:57 -0500
  • 375dba6071 One more Linux change.... invoke using python3 rather than python PySimpleGUI 2021-02-21 10:51:01 -0500
  • 8d6216d2ef
    Merge pull request #3942 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-21 10:32:51 -0500
  • bc68795148 Added the Demo and Project browsers PySimpleGUI 2021-02-21 10:32:36 -0500
  • 719e98c92d
    Merge pull request #3941 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-21 10:16:37 -0500
  • e463bfe248 More Cookbook Screenshots PySimpleGUI 2021-02-21 10:16:25 -0500
  • 2b919af1b9
    Merge pull request #3940 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-21 10:02:41 -0500
  • bfee78a127 Fixes for Linux, Addition of "Open Folder" feature. GUI for a couple of other features added but not yet fully implemented, use full path for default demo programs location PySimpleGUI 2021-02-21 10:02:23 -0500
  • 208eb55e3f Fixes for Linux. Uses full path for demo folder default now PySimpleGUI 2021-02-21 10:01:10 -0500
  • f136babc3e
    Merge pull request #3939 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-21 08:51:54 -0500
  • 645dda81ed Fixes so runs correctly on Linux PySimpleGUI 2021-02-21 08:51:41 -0500
  • a6f6738e5f
    Merge pull request #3938 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-21 08:19:32 -0500
  • 2a8a2ef3e3 Cookbook image PySimpleGUI 2021-02-21 08:19:18 -0500
  • 86421d554a
    Merge pull request #3936 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-20 07:52:19 -0500
  • 2974a2353e Demo one_line_progress_meter - a standalone demo for this capability PySimpleGUI 2021-02-20 07:51:57 -0500
  • 48a4d9fa20
    Merge pull request #3935 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-19 22:29:39 -0500
  • 0295d6d761 Added multiple thread window locations PySimpleGUI 2021-02-19 22:29:25 -0500
  • 1b38a57c21
    Merge pull request #3934 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-19 22:20:37 -0500
  • 4daa0a6a52 New Demo - indirectly call sg.popup from a thread PySimpleGUI 2021-02-19 22:20:20 -0500
  • b58627926b
    Merge pull request #3932 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-19 21:43:07 -0500
  • 95b2d104e6 Super Simple 2-windows in 25 lines of code PySimpleGUI 2021-02-19 21:40:49 -0500
  • c37687f9ca
    Merge pull request #3931 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-19 19:30:20 -0500
  • d9f123c884 Width parm added to update for both Combo and Option menu. This is because the values can be changed, then the width may need to be changed, better coloring of OptionMenu, fixed docstrings to reflect size parm correctly for both elements PySimpleGUI 2021-02-19 19:30:02 -0500
  • 044e14ac2c
    Merge pull request #3930 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-19 16:52:44 -0500
  • 440b8cf8a4 Combo - bug fix in update when default previously specified, OptionMenu no longer sets a default unless explicitly set by user PySimpleGUI 2021-02-19 16:52:13 -0500
  • 2e43dc16d7
    Merge pull request #3928 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-19 15:07:15 -0500
  • fb861d2b0c New Demo - Progress meter simulation PySimpleGUI 2021-02-19 15:06:54 -0500
  • 54818afd27
    Merge pull request #3922 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-17 15:39:46 -0500
  • ce2dabc42f Fix in Spin.update with disabled & readonly, added erase_all option to Print, Output element no longer used by Debug Print, fixed popup bug with custom buttons, moved path_stem to be private PySimpleGUI 2021-02-17 15:39:14 -0500
  • d18b80de27
    Merge pull request #3920 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-17 09:44:27 -0500
  • a6560f0cea Demo showing how to generate a popup from a thread PySimpleGUI 2021-02-17 09:43:49 -0500
  • a72031f2ec
    Merge pull request #3910 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-14 23:25:49 -0500
  • 0a85cda909 Demo - Change your window's theme PySimpleGUI 2021-02-14 23:25:19 -0500
  • cd4bd819d5
    Merge pull request #3909 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-14 23:22:14 -0500
  • 4b4eca79ae New Demo - Changing Window theme on the fly PySimpleGUI 2021-02-14 23:21:52 -0500
  • 6705e5382d
    Merge pull request #3908 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-14 20:11:00 -0500
  • 33a3d6d77e password_char added to Input.update. Emojis new EMOJI_BASE64 variables PySimpleGUI 2021-02-14 20:10:39 -0500
  • 8724b03368
    Merge pull request #3905 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-13 21:42:35 -0500
  • b844ac8179 Removed online processing instructions PySimpleGUI 2021-02-13 21:42:18 -0500
  • dda5a8c490
    Merge pull request #3904 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-13 18:15:18 -0500
  • 6964fcb2c2 docstring fix... some new characters.... PySimpleGUI 2021-02-13 18:14:53 -0500
  • 32e2151b21
    Merge pull request #3900 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-12 19:54:27 -0500
  • e8f1cbfe0f Added trough_color parm to Slider PySimpleGUI 2021-02-12 19:54:05 -0500
  • 344a260f65
    Merge pull request #3892 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-11 16:36:11 -0500
  • d19c92ef83 Moved global into a function property, changed the verbose output. PySimpleGUI 2021-02-11 16:35:49 -0500
  • 7cd18e47eb
    Merge pull request #3889 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-10 18:26:37 -0500
  • 7adbc3c742 Added ability to set the circle color for Radio Buttons PySimpleGUI 2021-02-10 18:26:16 -0500
  • 0d1c76a34b
    Merge pull request #3887 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-10 11:01:29 -0500
  • c35c626953 Regular expression searching, verbose mode to see the matches. It's a SOLID tool now! PySimpleGUI 2021-02-10 11:01:07 -0500
  • a2cdbcebef
    Merge pull request #3884 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-09 17:57:45 -0500
  • df203e709c Added ability to set / modify the color of the background of the checkbox itself. Was previously only computed and not settable by user. The parm checkbox_color added to the init and update method. PySimpleGUI 2021-02-09 17:57:24 -0500
  • e7719dc210
    Merge pull request #3883 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-09 07:27:03 -0500
  • a9bb73ece7 Regular expression searching, faster find in file. GREAT tool now! PySimpleGUI 2021-02-09 07:26:45 -0500
  • d8b7dd96e7
    Merge pull request #3879 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-05 19:47:13 -0500
  • 5381042d48 Turned off ehcoing stdout. Was slowing things down a bit too much. PySimpleGUI 2021-02-05 19:46:55 -0500
  • 74535f0287
    Merge pull request #3878 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-05 18:51:12 -0500
  • 3e4b1a73b3 Out with the old, in with the new! Thanks to a new PySimpleGUI team member, Tanay, for help with this one! PySimpleGUI 2021-02-05 18:50:53 -0500
  • a72c9ddf51
    Merge pull request #3875 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-05 10:48:24 -0500
  • 8a859c9e37 Custom icon added PySimpleGUI 2021-02-05 10:48:00 -0500
  • a34377d847
    Merge pull request #3874 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-04 18:37:09 -0500
  • 23d9c900a9 Added live links to online help in SDK help window (awesome feature) PySimpleGUI 2021-02-04 18:36:46 -0500
  • 9a7eef2f6b
    Merge pull request #3873 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-04 13:33:31 -0500
  • a9d6d5913a Added a right click menu that has an "Erase" item. When selected will erase all figures under mouse PySimpleGUI 2021-02-04 13:33:13 -0500
  • e8d43a89a4 Update the graph x,y location when a right click menu item selected. PySimpleGUI 2021-02-04 13:30:46 -0500
  • 59775b847f
    Merge pull request #3872 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-03 15:49:19 -0500
  • 14b868caf2 Corrected key name to use coding conventions. Added right click info. Display the mouse position in text for all graph events. PySimpleGUI 2021-02-03 15:48:59 -0500
  • ed877df74b Fixed graph with user bound events. Was treating the event as a button down which caused drag events. Added a method to only update the coordinates without triggering the drag event PySimpleGUI 2021-02-03 15:48:23 -0500
  • 12cb5ae501
    Merge pull request #3871 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-03 15:23:10 -0500
  • 34e2b3cebf c & colors parm added to debug print, update graph coordinates if get any user bound events PySimpleGUI 2021-02-03 15:22:50 -0500
  • 08823baf07
    Merge pull request #3870 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-03 13:18:09 -0500
  • 04a2825854 New demo to show how to make Multline element input justification correct PySimpleGUI 2021-02-03 13:17:51 -0500
  • 9d4e56dd3b More clear instructions PySimpleGUI 2021-02-03 13:04:06 -0500
  • 08df30b898
    Merge pull request #3869 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-02 15:37:25 -0500
  • e71d0077b5 Expand the row a column is on if the Column has Expand Y set to True PySimpleGUI 2021-02-02 15:37:07 -0500
  • 4e7d4c3e66
    Merge pull request #3867 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-02 11:31:38 -0500
  • be259860da Convert Combo values into a list in case the user passed something that wasn't a list PySimpleGUI 2021-02-02 11:31:21 -0500
  • 8d6abcaa7d
    Merge pull request #3866 from PySimpleGUI/Dev-latest PySimpleGUI 2021-02-02 11:29:42 -0500