Commit Graph

  • 4fa64cd7c9 New emojis! PySimpleGUI 2022-01-16 06:19:50 -0500
  • 5d1cc3e75e
    Merge pull request #5097 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-15 17:35:05 -0500
  • 3aa82075a9 Checking in some accumulated changes - Added Sizegrip, window now resizable, show open files, filter checkbox for Python processes, Edit Me right click menu PySimpleGUI 2022-01-15 17:34:49 -0500
  • d0f341c77e
    Merge pull request #5096 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-15 08:56:44 -0500
  • 40757180b5 Fix for enable_events for Spin element. Changed how the event is generated. Need to determine manual entry of value still PySimpleGUI 2022-01-15 08:56:08 -0500
  • 75f788b724
    Merge pull request #5094 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-14 12:40:09 -0500
  • 3994c03d53 Updated to use the exapand_x and expand_y parms. Uses a transparent color and added "edit me" feature PySimpleGUI 2022-01-14 12:39:56 -0500
  • 81dbe26323
    Merge pull request #5093 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-14 12:27:27 -0500
  • 33cb849656 Added Window Location Finder code from the demo program PySimpleGUI 2022-01-14 12:27:14 -0500
  • 7c2fab9768
    Merge pull request #5092 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-14 12:13:05 -0500
  • 7410eadff5 New Justification and Alignment recipe, changed to use the theme calls, mentioned the psgcompiler project PySimpleGUI 2022-01-14 12:12:46 -0500
  • 0e11a12c67
    Merge pull request #5085 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-11 11:27:41 -0500
  • 091db79c56 Added Udemy info to main(). PySimpleGUI 2022-01-11 11:27:25 -0500
  • 9972f0bb4b
    Merge pull request #5082 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-09 21:08:15 -0500
  • 5468b68a03 Changed all element.update methods to inform user that helpful function "pin" is needed when using visibility. PySimpleGUI 2022-01-09 21:07:36 -0500
  • 9cb517b2be
    Merge pull request #5080 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-09 09:30:11 -0500
  • 49013fbbbf Slider.update fix... PySimpleGUI 2022-01-09 09:29:57 -0500
  • db87816370 Fixed Slider.update so that the range is applied first PySimpleGUI 2022-01-09 09:28:48 -0500
  • 6c0d1fb54f
    Merge pull request #5074 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-07 13:07:15 -0500
  • 209e2d25d0 Added OptionMenu to the list of tkinter Widgets that are ignored for grab anywhere feature PySimpleGUI 2022-01-07 13:06:58 -0500
  • a039df2bfe
    Merge pull request #5068 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-06 11:32:13 -0500
  • f523e511d9 Swapped out Output element for Multiline. Includes the Titilebar, CustomMenubar, Sizegrip and standard "Edit Me" and "Versions" right click setting and numerous smaller changes PySimpleGUI 2022-01-06 11:31:54 -0500
  • ef3746cb06 set_options - new parm disable_modal_windows provides ability to disable modal setting for all windows including popups PySimpleGUI 2022-01-06 11:29:03 -0500
  • 0e2aeb3f3d
    Merge pull request #5067 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-05 16:39:08 -0500
  • 3c356d31c2 Release 4.56.0 PySimpleGUI 2022-01-05 16:38:48 -0500
  • 2307862656
    Merge pull request #5065 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-04 13:58:30 -0500
  • acaae54a1a Enable Text class methods to be called prior to any windows being created: string_width_in_pixels, char_height_in_pixels, char_width_in_pixels. Removed destruction of hidden master root from popup_get_file & popup_get_folder (was old code) PySimpleGUI 2022-01-04 13:58:13 -0500
  • 922fb8ae62
    Merge pull request #5061 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-03 13:07:46 -0500
  • 7dd1094c6c Replaced documentation banner PySimpleGUI 2022-01-03 13:07:36 -0500
  • db7e27e451
    Merge pull request #5059 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-01 13:14:43 -0500
  • 0623072ecf An additional location for explaining how Element.update works with Window.read and Window.refresh. PySimpleGUI 2022-01-01 13:14:26 -0500
  • b0a00d413e
    Merge pull request #5058 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-01 13:00:02 -0500
  • 02e1cb6ad4 Design Pattern 2B - point out the update calls are not shown in the window until Window.read or Window.refresh are called. PySimpleGUI 2022-01-01 12:59:43 -0500
  • d99bc24b8c
    Merge pull request #5057 from PySimpleGUI/Dev-latest PySimpleGUI 2022-01-01 12:57:03 -0500
  • 9c80a060e2 Docstring changes for all Element.update methods to indicate that the change will not be visible until Window.refresh or Window.read is called PySimpleGUI 2022-01-01 12:56:41 -0500
  • 1660834083
    Merge pull request #5050 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-25 12:59:31 -0500
  • 4712041ee1 Fix for set_options - was not checking for True for dpi_awareness PySimpleGUI 2021-12-25 12:59:12 -0500
  • 9610a95cb4
    Merge pull request #5044 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-21 16:17:07 -0500
  • 745f693901 Layout reuse error wording change, execute_get_results checks for ValueError now PySimpleGUI 2021-12-21 16:16:49 -0500
  • 23c5296d81
    Merge pull request #5043 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-20 16:49:40 -0500
  • 783d6d4169 Added back banners after temp removal.... PySimpleGUI 2021-12-20 16:49:24 -0500
  • 9f7e487ca6
    Merge pull request #5042 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-20 16:23:15 -0500
  • d357ba16ac Revert "Addition of banner" PySimpleGUI 2021-12-20 16:22:33 -0500
  • 9602473342 Revert "Added banner" PySimpleGUI 2021-12-20 16:22:25 -0500
  • 316c826cdb
    Merge pull request #5029 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-16 05:46:24 -0500
  • 7b06c24f14 Added banner PySimpleGUI 2021-12-16 05:46:05 -0500
  • fe195c19c6 Addition of banner PySimpleGUI 2021-12-16 05:41:34 -0500
  • 48332b4d3f
    Merge pull request #5027 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-15 10:13:55 -0500
  • 8d21555f28 Fixed normal (non-ttk) button wraplen PySimpleGUI 2021-12-15 10:13:36 -0500
  • c6432eb28f
    Merge pull request #5026 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-15 07:01:20 -0500
  • 9022fd22de TTK Button wraplen and padding height changes PySimpleGUI 2021-12-15 07:00:59 -0500
  • 504a6b8ba8
    Merge pull request #5023 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-14 10:58:40 -0500
  • 800e1c84dc UserSettings.delete_entry - replaced simple print with the standard popup error with traceback.... yes, this means I'm working on the UserSettings lesson... PySimpleGUI 2021-12-14 10:58:19 -0500
  • 265ff4be35
    Merge pull request #5021 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-11 13:02:45 -0500
  • 77ab50248b Deleting old files that are not used and could be confusing PySimpleGUI 2021-12-11 13:02:27 -0500
  • 838a09831a
    Merge pull request #5020 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-10 14:40:03 -0500
  • 0f32cac724 Added buy me a coffee to sponsor button PySimpleGUI 2021-12-10 14:39:49 -0500
  • aded606c44
    Merge pull request #5019 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-10 14:37:13 -0500
  • 047016e633 Updated sponsor info PySimpleGUI 2021-12-10 14:36:58 -0500
  • 9bc7b29f06
    Merge pull request #5012 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-06 08:52:54 -0500
  • 3845f0de66 Fixed logging github issue problem with overall and python years swapped PySimpleGUI 2021-12-06 08:52:41 -0500
  • 9cd77e76f3
    Merge pull request #5008 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-05 15:19:44 -0500
  • 421b8fddf2 Fix in sdk_help - the Titlebar and MenubarCustom caused problems if trying to view in the summary mode because they're not classes PySimpleGUI 2021-12-05 15:19:31 -0500
  • 596503a97a
    Merge pull request #5006 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-04 15:30:30 -0500
  • ad6a8a7142 ButtonMenu - new image_source parm for creation. New update parms - image_source, image_size, image_subsample - enables the initial image to be changed to a new one PySimpleGUI 2021-12-04 15:30:12 -0500
  • f80a2246c3
    Merge pull request #5004 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-03 17:33:39 -0500
  • 668835bb7f Graph - motion_events parm added as a quick experiment. PySimpleGUI 2021-12-03 17:33:25 -0500
  • e429b3d7e8
    Merge pull request #5002 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-03 14:22:14 -0500
  • cd35367c7f Addition of col0 heading for Tree element. Fix for Tables that have more headers specified than actual data PySimpleGUI 2021-12-03 14:21:54 -0500
  • 46cc463189
    Merge pull request #4999 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-02 15:54:34 -0500
  • 0551835488 Tree element - always make col 0 be left justified. Better auto-size for column widths PySimpleGUI 2021-12-02 15:54:13 -0500
  • bf8d940805
    Merge pull request #4996 from PySimpleGUI/Dev-latest PySimpleGUI 2021-12-01 16:20:39 -0500
  • 2d6d4f6e68 Tree element - set the row height based on the font used in the Tree PySimpleGUI 2021-12-01 16:20:26 -0500
  • 95c99b722c
    Merge pull request #4993 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-30 12:11:08 -0500
  • f8a8e5bba0 Don't print the error message about wm_overrideredirect while hiding the hidden master root if running on a Mac PySimpleGUI 2021-11-30 12:10:52 -0500
  • 8715e36910
    Merge pull request #4989 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-29 18:44:15 -0500
  • fe8737dba4 Table element - better column width sizing for the row number column as well as other column when the header is wider than the data. PySimpleGUI 2021-11-29 18:43:56 -0500
  • 1b0bbb2d52
    Merge pull request #4983 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-28 17:30:33 -0500
  • 2162ebcb8a New Table Element parm - right_click_selects (see docstring), bug fix Col elem was not correctly checking background color of None or COLOR_SYSTEM_DEFAULT PySimpleGUI 2021-11-28 17:30:15 -0500
  • 2a84d92488
    Merge pull request #4980 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-25 14:12:40 -0500
  • de8e046a18 Fixed docstring for Table, added Text.print but may remove. Checked in the latest documentation for readthedocs PySimpleGUI 2021-11-25 14:12:25 -0500
  • ac0b474ed9 Combo element - addition of button_background_color and button_arrow_color PySimpleGUI 2021-11-24 19:18:10 -0500
  • 717940abb2
    Merge pull request #4971 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-19 14:35:09 -0500
  • 46876bdacb Refresh of demo to use coding conventions for keys, make portable filenames. It's an old demo that's not been updated in a couple of years PySimpleGUI 2021-11-19 14:34:54 -0500
  • 1b08c99809
    Merge pull request #4970 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-19 13:58:45 -0500
  • f9da3350a5 Update of section on "settings" to reference the newer User Settings APIs PySimpleGUI 2021-11-19 13:58:23 -0500
  • 22d5c58c12
    Merge pull request #4969 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-19 09:45:15 -0500
  • f2ab3b7c82 Removal of import of site. Added pad to Sizegrip element. PySimpleGUI 2021-11-19 09:44:59 -0500
  • 1ed6e56c86
    Merge pull request #4966 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-16 08:47:12 -0500
  • f92df8c419 psgresizer demo updated both in Demo Programs and in the new standalone repo as well as on PyPI PySimpleGUI 2021-11-16 08:46:47 -0500
  • d7e6b2db0e
    Merge pull request #4961 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-13 14:36:03 -0500
  • 9b8b33636d Added Window.move_to_center, disable debugger when pip installing from github, better error reporting when a problem with layout detected PySimpleGUI 2021-11-13 14:35:45 -0500
  • c6a175ac5e
    Merge pull request #4952 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-10 13:37:27 -0500
  • d84ee84caf A quick "refresh"... user bsawlor (thank you!) pointed out a float crash. Sliders return floats now and thus needs casting in this demo. PySimpleGUI 2021-11-10 13:37:11 -0500
  • 9c2f547f31
    Merge pull request #4951 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-10 12:04:52 -0500
  • cf2f99c8d8 SDK Reference - changed to inspect.getfullargspec because inspect.getargspec is not supported in 3.11 PySimpleGUI 2021-11-10 12:04:35 -0500
  • db85e48b9f
    Merge pull request #4949 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-10 06:54:04 -0500
  • 3621ba71e7 Added stdin parm to execute_command_subprocess. It sends stdin to DEVNULL by default. This enables PySimpleGUI programs that launch other programs to be turned into EXE files. Also set the closed-attempted flag when creating windows so that 8.6.11 MAC-specific (I hope) problem can be tested more easily PySimpleGUI 2021-11-10 06:53:40 -0500
  • 6bfdc69e9c
    Merge pull request #4943 from PySimpleGUI/Dev-latest PySimpleGUI 2021-11-07 13:48:54 -0500
  • 2286e8ac55 Release 4.55.1 PySimpleGUI 2021-11-07 13:48:38 -0500