Commit Graph

  • 0e9d5157bd Added support for right click menus to checkbox, radio, spin, progress meter, tabgroup, spin (never noticed they weren't hooked up!) If an element doesn't have the parm on the init, it will now automatically inherit from the Window. Reformatted a couple of the Docstrings to see how they're going to look before doing the entire file. PySimpleGUI 2021-07-18 13:55:43 -0400
  • e0c34bd257
    Merge pull request #4522 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-17 13:23:41 -0400
  • 4b8757c124 Check for file exists in execute_py_file PySimpleGUI 2021-07-17 13:23:22 -0400
  • 08f9bcd39b
    Merge pull request #4521 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-16 14:42:31 -0400
  • 4f4d2879c3 Set cwd='.' is dirname is not found when calling execute_py_file PySimpleGUI 2021-07-16 14:42:12 -0400
  • 624894c519
    Merge pull request #4515 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-11 09:57:42 -0400
  • 48b3028a5e Temporarily enabled Modal Windows on the Mac. Added size info in Frame Element's docstring PySimpleGUI 2021-07-11 09:57:21 -0400
  • 7986cbd153
    Merge pull request #4508 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-08 17:41:56 -0400
  • ad708f7176 Added TabGroup.add_tab PySimpleGUI 2021-07-08 17:41:39 -0400
  • 818e9342ef
    Merge pull request #4506 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-08 08:58:30 -0400
  • 3c2e3bf0a2 Warning on FindElement to get users to migrate PySimpleGUI 2021-07-08 08:58:13 -0400
  • d8a124b42a
    Merge pull request #4505 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-07 15:37:54 -0400
  • f9a9f8a95b one_line_progress_meter gets keep_on_top parameter PySimpleGUI 2021-07-07 15:37:36 -0400
  • df8308b295
    Merge pull request #4501 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-05 12:54:43 -0400
  • 5e1f29cf40 cprint, Multline.print, Debug print all take a color string parm. Added ability for the color string to be a single color representing the text color only. PySimpleGUI 2021-07-05 12:54:22 -0400
  • 9e76638a3c
    Merge pull request #4498 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-05 07:35:01 -0400
  • 9c435e9cbc Added Kill Application button to the popup_error_with_traceback since it's possible to get into loop forcing user kill everything using task manager. Not good... much better now! PySimpleGUI 2021-07-05 07:34:44 -0400
  • 0ebf12954e Better docstring description for icon in Window and set_options. Describes a Base64 encoded GIF as the most portable icon. PySimpleGUI 2021-07-04 15:07:08 -0400
  • 699bc5233d
    Merge pull request #4491 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-03 17:22:37 -0400
  • 93633b4a95 Changed Sizegrip to not expand the row that it's on. Fixed custom titlebar detection, fixed updating Image with size of None. PySimpleGUI 2021-07-03 17:22:17 -0400
  • 624a3c4e8f
    Merge pull request #4490 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-03 14:29:31 -0400
  • e4125886a3 Sort the list of entries PySimpleGUI 2021-07-03 14:29:14 -0400
  • 44c020324a New Demo - Combo File Chooser with history and clear button. PySimpleGUI 2021-07-03 14:25:52 -0400
  • d0078e66dd
    Merge pull request #4486 from PySimpleGUI/Dev-latest PySimpleGUI 2021-07-02 15:05:08 -0400
  • 49bb18e496 Delete Demo_Cursor_Changed_To_Hand.py PySimpleGUI 2021-07-02 15:04:44 -0400
  • 3b00016ddb Renamed the cursor demo. Included example of turning off the cursor entirely at the element and the window level. PySimpleGUI 2021-07-02 15:04:30 -0400
  • 700d668681
    Merge pull request #4481 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-30 10:58:59 -0400
  • c48968b36d Moved visibility setting out of the drawing function for better performance PySimpleGUI 2021-06-30 10:58:41 -0400
  • 35dd8b3df1 New Demos of Matplotlib animated spectrogram - threaded and not threaded PySimpleGUI 2021-06-30 10:58:12 -0400
  • a6d277642e
    Merge pull request #4480 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-29 21:06:30 -0400
  • 3652760508 New Matplotlib using Image Element demo - shows a Spectrogram PySimpleGUI 2021-06-29 21:06:11 -0400
  • 65d847a8c2
    Merge pull request #4476 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-28 15:15:32 -0400
  • 30c9241898 Fix for Menu item disabled with a shortcut char in the item. Was off by one (still have off by one bugs?? WHEN will I ever learn if not by now?) PySimpleGUI 2021-06-28 15:15:13 -0400
  • 125cf9a2b7
    Merge pull request #4470 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-28 08:17:34 -0400
  • 30be7fea45 Added class_ parm to the Toplevel windows for the Linux window title problems PySimpleGUI 2021-06-28 08:17:05 -0400
  • 0b27f28547
    Merge pull request #4469 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-27 19:36:56 -0400
  • 7d2201bfed ButtonMenu changes and fixes - set default font, allow menu definition to be not set in update, fixed missing colors when updating menu PySimpleGUI 2021-06-27 19:36:36 -0400
  • 10b2c5a9b0
    Merge pull request #4467 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-26 18:21:49 -0400
  • 1c1db88f58 WTG Tanay in polishing up the final parts... Shows matched lines with selecting which line to edit. Limits matched line length to 500 chars to weed out the bytestring matches PySimpleGUI 2021-06-26 18:20:20 -0400
  • 2a0d953ea5
    Merge pull request #4466 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-25 18:38:11 -0400
  • 2015846df9 autoscroll parameter added to Multiline.print and cprint PySimpleGUI 2021-06-25 18:37:47 -0400
  • cd73f54dbd
    Merge pull request #4463 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-23 18:03:41 -0400
  • 4490407bc6 Option to show a single image PySimpleGUI 2021-06-23 18:03:23 -0400
  • 7032554d6e
    Merge pull request #4462 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-23 13:52:32 -0400
  • 5c131cda89 New Demo - Integrate with notifypy package PySimpleGUI 2021-06-23 13:52:15 -0400
  • dab49275d3
    Merge pull request #4450 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-21 10:08:09 -0400
  • 8d2b7ee30a Demo program for use with psgtray PySimpleGUI 2021-06-21 10:07:51 -0400
  • 6f8ff9e75a
    Merge pull request #4449 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-21 10:06:42 -0400
  • cbb2be3a65 psgtray - a new System Tray Icon feature for use with tkinter port!! PySimpleGUI 2021-06-21 10:06:25 -0400
  • c56bf51f0d
    Merge pull request #4448 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-21 09:48:35 -0400
  • 436cb397ce Release 4.45.0 PySimpleGUI 2021-06-21 09:48:10 -0400
  • 5965654784
    Merge pull request #4444 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-20 08:24:17 -0400
  • ab9344007a Moved *args in one_line_progress_meter PySimpleGUI 2021-06-20 08:23:59 -0400
  • 5d3b7e1f3c
    Merge pull request #4443 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-20 08:06:23 -0400
  • 5a1cb9c6a5 Switched to ppm format. Changed tkinter specific call to Graph.send_figure_to_back for portability PySimpleGUI 2021-06-20 08:06:07 -0400
  • ba9c74d52e
    Merge pull request #4437 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-19 18:17:07 -0400
  • 8823936fc2 Change to ppm format from png to get better performance PySimpleGUI 2021-06-19 18:16:51 -0400
  • 9f5a51cbb5
    Merge pull request #4432 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-18 18:48:05 -0400
  • 738f2658e4 Combo and Input elements - fixed for readonly state use when disable/enable in update PySimpleGUI 2021-06-18 18:47:48 -0400
  • 7f5fdc0e71
    Merge pull request #4430 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-18 17:06:15 -0400
  • b3598ccb95 Apply no titlebar twice due to a Pi problem that is perhaps on other platforms too PySimpleGUI 2021-06-18 17:05:59 -0400
  • 1a191c7832
    Merge pull request #4427 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-18 08:19:27 -0400
  • 1157234d36 Updated Output Element's docstring to explain Multiline is the superior choice. It's a start at getting new users to use the Multiline. The Cookbook needs updating, etc. PySimpleGUI 2021-06-18 08:19:11 -0400
  • fd0bf10a1c
    Merge pull request #4425 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-17 18:33:38 -0400
  • be32911baf Fix for tearoff menu location after a new menu definition PySimpleGUI 2021-06-17 18:33:18 -0400
  • c28a477577
    Merge pull request #4424 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-17 16:17:04 -0400
  • 7dbb6b4da4 set the title parm in the docstring for popup_error_with_traceback PySimpleGUI 2021-06-17 16:16:47 -0400
  • 6109f4b935
    Merge pull request #4423 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-17 13:49:34 -0400
  • 853887edaa Replaced popup_error with traceback error popups when button colors problems are detected PySimpleGUI 2021-06-17 13:49:11 -0400
  • 320987f379
    Merge pull request #4420 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-17 08:10:24 -0400
  • ad3ab1e623 New popup - popup_error_with_traceback. Better line length handling in error popup, removed setting active background for button menus (maybe should put it back... we'll see), Set highlight thickness to 0 if pad is 0 for ButtonMenus, copy menu definitions so original isn't modified PySimpleGUI 2021-06-17 08:10:05 -0400
  • 82bd910e68
    Merge pull request #4406 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-14 08:41:23 -0400
  • e29e1d20ee docstring update for Window.current_location - mention the titlebar and menubar can affect accuracy PySimpleGUI 2021-06-14 08:41:08 -0400
  • 1b0ed2160a
    Merge pull request #4401 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-13 12:46:08 -0400
  • 8a269efc61 Release 4.44.0 PySimpleGUI 2021-06-13 12:45:50 -0400
  • 9672e577e5
    Merge pull request #4400 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-13 08:07:27 -0400
  • b8a13bd54e Focus the filter input field when starting. Shows python interpreter version that will be used to launch programs. Added a PANE between the 2 main columns. Set a minimum size for the window. Rerouting cprint directly in the layout now. PySimpleGUI 2021-06-13 08:07:13 -0400
  • 9b5469bd3c
    Merge pull request #4398 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-12 18:45:50 -0400
  • a70e030e74 Sizegrip auto-expands row and anchors correctly to right side. PySimpleGUI 2021-06-12 18:45:32 -0400
  • 12354b41cf
    Merge pull request #4397 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-12 16:18:57 -0400
  • d65cd68abf fix for popup get file and folder without history, support for expand for Table and other elements inside a frame PySimpleGUI 2021-06-12 16:18:42 -0400
  • 94c53163b0
    Merge pull request #4396 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-12 15:08:27 -0400
  • 95f4ab7ec0 popup_get_folder also gets a history feature. PySimpleGUI 2021-06-12 15:08:09 -0400
  • c39c7460d1
    Merge pull request #4395 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-12 12:02:51 -0400
  • 25209917df popup_get_file - tooltip for clear button. Show message when clear button clicked. PySimpleGUI 2021-06-12 12:02:33 -0400
  • 675fa90387
    Merge pull request #4394 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-12 11:20:11 -0400
  • b39da7adad popup_get_file - HISTORY feature added! Replaced prints in packer function because can cause errors if strout has been rerouted, Combo no longer resizes on update if no size if given, combo added to the default focus list of elements PySimpleGUI 2021-06-12 11:19:52 -0400
  • 793f0d3e61
    Merge pull request #4391 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-10 13:29:58 -0400
  • e37bfc9861 Removed print accidently left in debugging tags. Cleaned up the color demo. PySimpleGUI 2021-06-10 13:29:40 -0400
  • 4e937b7a1e
    Merge pull request #4390 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-10 10:47:48 -0400
  • ee2a1ba22c Fix for missing font on debug print. Addition of font to Multiline demo program PySimpleGUI 2021-06-10 10:47:31 -0400
  • de0777218c
    Merge pull request #4389 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-10 10:15:01 -0400
  • 00fa20e13b Made expanding Tree element a single operation like other elements. PySimpleGUI 2021-06-10 10:14:43 -0400
  • 65c13b010c
    Merge pull request #4388 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-10 08:19:47 -0400
  • bf8d124b9b font settings - Multiline update & print, cprint, debug print. CLIPBOARD functions get and set PySimpleGUI 2021-06-10 08:19:29 -0400
  • 54783158fa
    Merge pull request #4382 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-08 06:51:03 -0400
  • b7dfe800f1 Fix for Listbox visibility PySimpleGUI 2021-06-08 06:50:46 -0400
  • e3b6d58765
    Merge pull request #4377 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-07 08:43:22 -0400
  • ec47e6d8ce Removed the very old demo programs folder PySimpleGUI 2021-06-07 08:43:05 -0400
  • a52faa7bb8
    Merge pull request #4373 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-06 10:32:48 -0400