Commit graph

831 commits

Author SHA1 Message Date
PySimpleGUI
c7e8db4982 NEw parameter "k" added to al Elements. Will be used as key just like key can be used. The iehy is ano fohee 2020-06-29 23:13:34 -04:00
PySimpleGUI
dd3992b549 Removed calls to wm_overrideredirect if platform is a Mac 2020-06-29 21:38:14 -04:00
PySimpleGUI
0e33955b2c Added work-around code for the tkinter 8.6.9 treeview color bug 2020-06-29 14:29:24 -04:00
PySimpleGUI
5423588bb0 Check for window not yet created in window methods and show error popup 2020-06-29 09:50:45 -04:00
PySimpleGUI
89269893ce Added warnings in several Windows methods to check to see if finalized. 2020-06-29 07:18:00 -04:00
PySimpleGUI
6ed8a4d429 Release 4.22.0 2020-06-28 10:33:02 -04:00
PySimpleGUI
3441c740a4 Docstring fixes. More cprint fun! Can have optional window and key parameters 2020-06-28 09:26:19 -04:00
PySimpleGUI
c42d957329 Release 4.21.0 2020-06-27 15:38:17 -04:00
PySimpleGUI
baf339ad4e cprint - c / colors parameter can be tuple or a string with format "text on text" 2020-06-27 12:38:21 -04:00
PySimpleGUI
81ccd9d54e Addition of cprint functionality! Fun stuff!! 2020-06-27 11:56:25 -04:00
PySimpleGUI
3a9e8683d7 InputText - new paramters - border_width, readonly, disabled_readonly_background_color, disabled_readonly_text_color 2020-06-27 06:22:32 -04:00
PySimpleGUI
7b4586f91d Removed old Python 2 imports. Excluded Separator elements from having keys autoassigned 2020-06-26 08:53:31 -04:00
PySimpleGUI
5e0810dced Changed Graph Element's "UP" event to add either a string or a new member if a tuple is the graph's key 2020-06-25 08:19:28 -04:00
PySimpleGUI
9c0cbd4360 Fix in GitHub upgrade code. Only deletes repositories with "-" at end of name. Was deleting ALL packages that started with pysimplegui. 2020-06-24 06:58:46 -04:00
PySimpleGUI
73aa0676b6 Removed extra copy of VisibilityChanged method. 2020-06-24 05:06:59 -04:00
PySimpleGUI
3c0a851cd5 Automatically add keys for Tables and Trees 2020-06-23 06:51:03 -04:00
PySimpleGUI
8a86b566ef one_line_progress_meter - key parameter now defaults. No need to specify if you have only ONE meter going. 2020-06-23 06:08:13 -04:00
PySimpleGUI
54ecaf8acf More info on Window.get_screen_size added to docstring. Changed Tuple[int, int] to (int,int) in docstrings. 2020-06-21 07:26:48 -04:00
PySimpleGUI
6505a3b9d5 Added color parameter to Separator elements. Defaults to theme's text color 2020-06-17 11:01:23 -04:00
PySimpleGUI
578ccf90ad Added keys to separators 2020-06-17 10:17:56 -04:00
PySimpleGUI
347bacc316 Added Element.set_vscroll_position, NEW HorizontalSeparator element, initial folder used for no_window popup_get_folder, default path used now in no-window version of popup_get_file 2020-06-17 09:59:26 -04:00
PySimpleGUI
fbf1a627fa Changed Radio.update (again) so that clearing only clears the individual radio button. (Forgot about reset_group) 2020-06-16 13:19:53 -04:00
PySimpleGUI
46ee5a17e9 Added VSeparator (VSeperator was a spelling error... both are available so take your pick) 2020-06-14 04:59:05 -04:00
PySimpleGUI
1516dd3bc7 LOTS of docstring updates (thank you nngogol!!!!) 2020-06-11 11:09:51 -04:00
PySimpleGUI
92684054ba theme_add_new - can add your own themes easier 2020-06-09 15:17:54 -04:00
PySimpleGUI
fdbd8d700a Release 4.20.0 2020-06-06 16:46:09 -04:00
PySimpleGUI
e469e67cca Correctly padding table and trees (was 0,0), Added detailed tkinter version number display to test harness 2020-06-02 21:01:29 -04:00
PySimpleGUI
9037c60dec Added Pane support to Window.find_element_with_focus 2020-05-25 09:06:58 -04:00
PySimpleGUI
f24300a1fc Fix for Menu.update losing the original font setting. 2020-05-25 06:44:11 -04:00
PySimpleGUI
a511bb8688 Set ButtonMenu font for menus to be same as the button font 2020-05-25 06:29:37 -04:00
PySimpleGUI
a95fccad69 Ability to have multiple different progress bar styles, fix tearoff menu problem, added title to Tab.update, Combox drop-down now sets font 2020-05-24 19:06:24 -04:00
PySimpleGUI
b06d460e2d Docstring fixup 2020-05-20 07:24:24 -04:00
PySimpleGUI
21aefacec3 Made typing module optional so Raspberry Pi users are not forced to install it 2020-05-19 20:04:51 -04:00
PySimpleGUI
8a94d6a143 Option added to set_options to change the default tooltip font. If not specified, no font is added when tooltip is created. 2020-05-19 11:24:43 -04:00
PySimpleGUI
9a16b766c4 Fix for Multiline color tags bug. Changed logic to not use any tags when no colors. 2020-05-18 22:07:40 -04:00
PySimpleGUI
96bd7b3064 Fixed get folder dialog for Mac users. Removed parent window. 2020-05-17 05:51:19 -04:00
PySimpleGUI
269ffbe91f Fixed menu tearoff not working (weird no one reported... dunno what happened) 2020-05-14 22:45:08 -04:00
PySimpleGUI
da4305a352 Removed resetting of stdout if a flush is performed 2020-05-11 15:43:01 -04:00
PySimpleGUI
1f0344824c Added Window.set_title 2020-05-08 05:16:06 -04:00
PySimpleGUI
8173d384e4 Release 4.19.0 2020-05-05 08:45:19 -04:00
PySimpleGUI
6aabbe5432 Better multiline multi-colored tag handling, addition of WIN_CLOSE & WINDOW_CLOSED 2020-05-04 20:49:45 -04:00
PySimpleGUI
1ffd8b41d6 Docstring changes, constanct variables for window closed event, check for valid theme names 2020-05-01 10:09:23 -04:00
PySimpleGUI
1db1da0152 Coupole of docstring fixes 2020-04-14 07:28:27 -04:00
PySimpleGUI
9cdd2b0e54 Removed f-string, try block around subprocess import - needed for 3.4 support on the Pi 2020-04-12 21:27:05 -04:00
PySimpleGUI
71306dc46c import typing. Docstrings now showing up correctly in PyCharm 2020-04-10 14:11:41 -04:00
PySimpleGUI
a714157d8a Incorrectly setting spin DefaultValue variable if not set in Update. 2020-04-07 19:32:28 -04:00
PySimpleGUI
9352a8425c Fix for scollable columns when scrolling over ComboBoxes 2020-04-07 16:13:02 -04:00
PySimpleGUI
08aa764b9b Newest version of Ruud's upgrade from GitHub 2020-04-06 16:30:03 -04:00
PySimpleGUI
3f4734c102 Scrollable Column Experimental Changes 2020-04-05 12:38:41 -04:00
PySimpleGUI
8342019002 Fixed TabGroup border width 2020-04-04 11:54:12 -04:00