Commit Graph

475 Commits

Author SHA1 Message Date
MikeTheWatchGuy 6ee550a8a4
Merge pull request #1076 from PySimpleGUI/Dev-latest
Dev latest
2019-01-13 12:44:54 -05:00
MikeTheWatchGuy c4ba6f35b1 Release 3.22.0 2019-01-13 12:36:52 -05:00
MikeTheWatchGuy a0a3614d66
Merge pull request #1061 from PySimpleGUI/Dev-latest
row_height parameter for Tree Elements
2019-01-10 21:46:00 -05:00
MikeTheWatchGuy e456713a6d row_height parameter for Tree Elements 2019-01-10 21:45:32 -05:00
MikeTheWatchGuy a9a537a96f
Merge pull request #1060 from PySimpleGUI/Dev-latest
Support for icons in Tree Elements! Cool!
2019-01-10 19:37:36 -05:00
MikeTheWatchGuy 493c4a2e6d Support for icons in Tree Elements! Cool! 2019-01-10 19:37:10 -05:00
MikeTheWatchGuy 11334a0ced
Merge pull request #1040 from PySimpleGUI/Dev-latest
Fix for scale not returning float values
2019-01-05 09:51:56 -05:00
MikeTheWatchGuy 0ec5aced50 Fix for scale not returning float values 2019-01-05 09:51:25 -05:00
MikeTheWatchGuy 08382a3b5e
Merge pull request #1034 from PySimpleGUI/Dev-latest
Dev latest
2019-01-04 13:41:42 -05:00
MikeTheWatchGuy b7dfccecd0 Commented out line of code because of Linux compatibility 2019-01-03 19:57:10 -05:00
MikeTheWatchGuy 9c548021d5 Output Element - Visible, Invisible supported 2019-01-03 16:10:37 -05:00
MikeTheWatchGuy 59f866e858 Added ability to change button image size in Button.Update when filename is specified 2019-01-03 12:54:33 -05:00
MikeTheWatchGuy c1ffd5c5ec Enable setting text and background colors for rows 2019-01-03 11:38:33 -05:00
MikeTheWatchGuy 6a6fcd6054 Row colors for Table Element 2019-01-03 11:18:38 -05:00
MikeTheWatchGuy c6f4c8160e
Merge pull request #1022 from deajan/icon-fix
Allow proper propagation of user defined icon in subwindows
2019-01-03 08:38:38 -05:00
MikeTheWatchGuy de26da647b
Merge pull request #1023 from deajan/findElement-allow-none
Allow to silently skip no found elements
2019-01-03 08:37:57 -05:00
MikeTheWatchGuy 8dfaa61d36 Added a few type hints 2019-01-03 08:27:17 -05:00
Orsiris de Jong 5cd4965d2a
Allow to silently skip no found elements 2019-01-03 09:26:12 +01:00
Orsiris de Jong ce669b1ba0
Allow proper propagation of user defined icon in subwindows 2019-01-03 09:22:28 +01:00
MikeTheWatchGuy a9ca26a457
Revert "Fixed default Icon not working for Popups" 2019-01-02 17:18:28 -05:00
MikeTheWatchGuy 59d2f368c2
Merge pull request #1014 from deajan/icon-fix
Fixed default Icon not working for Popups
2019-01-02 09:22:05 -05:00
MikeTheWatchGuy 32f5f83fdb
Merge pull request #1017 from PySimpleGUI/Dev-latest
Dev latest
2019-01-02 09:21:35 -05:00
MikeTheWatchGuy b4c2ab7a5e Default icon encoded as GIF 2019-01-02 09:21:04 -05:00
Orsiris de Jong 8839fce88f
Fixed default Icon not working for Popups
When setting an icon via SetOptions(icon=file), the main window uses that icon, but Popups and sub windows won't unless they're called with icon=None argument.
This propagates the user_defined_icon as default icon, unless otherwise specified.
2019-01-02 11:23:29 +01:00
MikeTheWatchGuy 791b908e17 New way to configure comboboxes (not working) 2019-01-01 14:49:14 -05:00
MikeTheWatchGuy b02518a454
Merge pull request #1011 from MikeTheWatchGuy/Dev-latest
Column element - allow width or heigt to be None so only 1 is set
2018-12-30 12:48:54 -05:00
MikeTheWatchGuy cfeb572c9d Column element - allow width or heigt to be None so only 1 is set 2018-12-30 12:48:32 -05:00
MikeTheWatchGuy 3f833d8b2f
Merge pull request #1010 from MikeTheWatchGuy/Dev-latest
Table horizontal scrollbars - control using vertical_scroll_only (def…
2018-12-30 12:37:43 -05:00
MikeTheWatchGuy 27dc30977a Table horizontal scrollbars - control using vertical_scroll_only (defaults to no horizontal scrollbar) 2018-12-30 12:37:25 -05:00
MikeTheWatchGuy 914b0ce4ff
Merge pull request #1005 from MikeTheWatchGuy/Dev-latest
Columns - continued code on specifying size
2018-12-29 20:01:13 -05:00
MikeTheWatchGuy 1bd1e9a742 Columns - continued code on specifying size 2018-12-29 20:00:49 -05:00
MikeTheWatchGuy 696e642527
Merge pull request #1004 from MikeTheWatchGuy/Dev-latest
New Column capability - specify size
2018-12-29 19:55:06 -05:00
MikeTheWatchGuy b5a8b11487 New Column capability - specify size 2018-12-29 19:54:46 -05:00
MikeTheWatchGuy 5f54c803a4
Merge pull request #1000 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-28 21:17:13 -05:00
MikeTheWatchGuy ae819cb969 Release 3.21 & 1.21 2018-12-28 21:15:10 -05:00
MikeTheWatchGuy 73c6c1ddb8
Merge pull request #999 from MikeTheWatchGuy/Dev-latest
Default base64 icon, ability to set window icon to filename or base64…
2018-12-28 20:35:55 -05:00
MikeTheWatchGuy 58bcf6aadf Default base64 icon, ability to set window icon to filename or base64 image 2018-12-28 20:35:38 -05:00
MikeTheWatchGuy 398ec41b78
Merge pull request #996 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-28 16:13:55 -05:00
MikeTheWatchGuy 6d1dd1b129 Window.Maximize method 2018-12-28 16:13:24 -05:00
MikeTheWatchGuy b3d2b6a99e
Merge pull request #991 from MikeTheWatchGuy/Dev-latest
Changed disabled InputText from disabled to readonly
2018-12-27 15:41:20 -05:00
MikeTheWatchGuy 5843dd499a Changed disabled InputText from disabled to readonly 2018-12-27 15:40:41 -05:00
MikeTheWatchGuy 799d393356
Merge pull request #990 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-27 09:10:55 -05:00
MikeTheWatchGuy 6028014dec Added right click menu to more elements, fix for unable to change color in one_line_meter, attempt to set column, frame sizes, updated doc strings 2018-12-27 09:09:06 -05:00
MikeTheWatchGuy aa4cbc3bbd
Merge pull request #968 from MikeTheWatchGuy/Dev-latest
Right click for text, canvas, graph, column, Table, Tree, Window
2018-12-22 15:04:04 -05:00
MikeTheWatchGuy 16421fa2c4 Right click for text, canvas, graph, column, Table, Tree, Window 2018-12-22 13:01:26 -05:00
MikeTheWatchGuy c0222e760d
Merge pull request #962 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-21 11:06:22 -05:00
MikeTheWatchGuy 9c48c5ba63 ButtonMenu - made return values same as PySimpleGUIQt 2018-12-21 11:06:01 -05:00
MikeTheWatchGuy 326a4ef2a4 NEW ButtonMenu element!, removed file open when setting icon, new combobox styles 2018-12-21 10:43:42 -05:00
MikeTheWatchGuy 8ef3c299f4
Merge pull request #949 from MikeTheWatchGuy/Dev-latest
New DeleteFigure method for Graph Element, fix for 2.7 menus, Non-blo…
2018-12-18 13:13:23 -05:00
MikeTheWatchGuy 69bd3a707e New DeleteFigure method for Graph Element, fix for 2.7 menus, Non-blocking Scrolled Popup 2018-12-18 13:13:06 -05:00
MikeTheWatchGuy a39737ae04
Merge pull request #942 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-17 11:36:11 -05:00
MikeTheWatchGuy 1749f44a49 Debug print no longer re-routes stdout, disable minimize for windows, new DebugPrint implementation 2018-12-16 11:03:45 -05:00
MikeTheWatchGuy 04550ee7c9
Merge pull request #929 from MikeTheWatchGuy/Dev-latest
Pane Element - border_width parameter
2018-12-14 18:27:31 -05:00
MikeTheWatchGuy f256b4331a Pane Element - border_width parameter 2018-12-14 18:25:47 -05:00
MikeTheWatchGuy 79bbbef368
Merge pull request #928 from MikeTheWatchGuy/Dev-latest
Fix for accidental rename of  element to pane
2018-12-14 17:21:26 -05:00
MikeTheWatchGuy c376e1b13a Fix for accidental rename of element to pane 2018-12-14 17:21:06 -05:00
MikeTheWatchGuy f8f7613aa9
Merge pull request #927 from MikeTheWatchGuy/Dev-latest
Ability to make Columns within Panes visible and invisible.  Support …
2018-12-14 17:07:39 -05:00
MikeTheWatchGuy a66b0b07b0 Ability to make Columns within Panes visible and invisible. Support for changing handle_size. 2018-12-14 17:07:00 -05:00
MikeTheWatchGuy 52cb2e6fba
Merge pull request #926 from MikeTheWatchGuy/Dev-latest
Pane Element - Relief support
2018-12-14 15:48:48 -05:00
MikeTheWatchGuy 08778536c6 Pane Element - Relief support 2018-12-14 15:48:32 -05:00
MikeTheWatchGuy 125c9eea1e
Merge pull request #925 from MikeTheWatchGuy/Dev-latest
More features for the Pane Element.. Can read values now.
2018-12-14 15:39:05 -05:00
MikeTheWatchGuy a47c8ec40e More features for the Pane Element.. Can read values now. 2018-12-14 15:38:28 -05:00
MikeTheWatchGuy 57f4cfb894
Merge pull request #923 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-14 13:33:04 -05:00
MikeTheWatchGuy a49bbd2834 NEW Paned Element 2018-12-14 12:29:31 -05:00
MikeTheWatchGuy 5fbca66f69
Merge pull request #918 from MikeTheWatchGuy/Dev-latest
Changed combobox's selected background to gray50
2018-12-13 14:33:18 -05:00
MikeTheWatchGuy ce77a48a02 Changed combobox's selected background to gray50 2018-12-13 14:32:20 -05:00
MikeTheWatchGuy 87c3ba03f7
Merge pull request #916 from MikeTheWatchGuy/Dev-latest
Ability to abort computer to computer game
2018-12-13 11:10:19 -05:00
MikeTheWatchGuy 58e794e281 3.19.1 - Flatten button If border depth==0 no highlights 2018-12-13 10:22:07 -05:00
MikeTheWatchGuy 072fecf761
Merge pull request #904 from MikeTheWatchGuy/Dev-latest
Update PySimpleGUI.py
2018-12-11 15:49:43 -05:00
MikeTheWatchGuy 8366e50d91 Update PySimpleGUI.py
A warning is now printed if platform is a Mac and a button color change is requested
2018-12-11 15:49:22 -05:00
MikeTheWatchGuy 4b476d7d19
Merge pull request #902 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-11 14:12:22 -05:00
MikeTheWatchGuy db7b49f2c3 release 3.18.0 2018-12-11 13:27:54 -05:00
MikeTheWatchGuy b7e41cb198
Merge pull request #899 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-10 18:51:08 -05:00
MikeTheWatchGuy 9e10666af1 Use classmethod instead of static method for Window, EasyPrint no longer uses global variable, EasyPrint re-open window if closed 2018-12-10 18:50:42 -05:00
MikeTheWatchGuy 50b9469206
Merge pull request #885 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-09 13:39:56 -05:00
MikeTheWatchGuy e6f8dd05b5 Get method for Spin 2018-12-09 13:39:27 -05:00
MikeTheWatchGuy e57db04c83
Merge pull request #877 from MikeTheWatchGuy/Dev-latest
Table Element Update - added new num_rows parm.  Removed the _my_wind…
2018-12-08 15:02:00 -05:00
MikeTheWatchGuy c8b4bec9bf Table Element Update - added new num_rows parm. Removed the _my_windows global variable. Using static class variables instead 2018-12-08 15:01:29 -05:00
MikeTheWatchGuy 2a64b170ec
Merge pull request #876 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-08 13:28:52 -05:00
MikeTheWatchGuy 646222b87f Set Focus for Listbox, element_padding parm for Window, Window.CurrentLocation() 2018-12-08 12:57:30 -05:00
MikeTheWatchGuy 9c3f9d4688
Merge pull request #874 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-07 20:26:09 -05:00
MikeTheWatchGuy 42aae0eafc New DrawImage method for Graph Element! 2018-12-07 20:23:53 -05:00
MikeTheWatchGuy 369b88bada
Merge pull request #867 from MikeTheWatchGuy/Dev-latest
new Slider parameter - disable_number_display - turns off the numeric…
2018-12-07 08:34:44 -05:00
MikeTheWatchGuy 84517d7e0b new Slider parameter - disable_number_display - turns off the numeric display. enable_events and click events for Image Element 2018-12-06 15:39:36 -05:00
MikeTheWatchGuy 479f21da07
Merge pull request #862 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-06 11:46:52 -05:00
MikeTheWatchGuy 88abf75fa7 Visibility option for ALL elements! Ability to set the default error button color using SetOptions 2018-12-06 11:42:40 -05:00
MikeTheWatchGuy c00668f6bd
Merge pull request #857 from MikeTheWatchGuy/Dev-latest
visible parameter for InputText and Text, backing in the change for L…
2018-12-05 20:09:00 -05:00
MikeTheWatchGuy 4b44df50eb visible parameter for InputText and Text, backing in the change for LayoutAndRead 2018-12-05 20:08:32 -05:00
MikeTheWatchGuy 4e970f0e4e
Merge pull request #851 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-05 11:29:26 -05:00
MikeTheWatchGuy 180be467a4 Set focus for Button 2018-12-04 21:29:41 -05:00
MikeTheWatchGuy b45948051d
Merge pull request #848 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-04 18:06:38 -05:00
MikeTheWatchGuy 2464135a38 Visible parm added to Column and Frame elements, renamed InputCombo to Combo for class definition 2018-12-04 17:50:47 -05:00
MikeTheWatchGuy 483f4ae536
Merge pull request #835 from MikeTheWatchGuy/Dev-latest
Release 3.17.0
2018-12-02 14:37:30 -05:00
MikeTheWatchGuy c371aa68eb Release 3.17.0 2018-12-02 14:28:52 -05:00
MikeTheWatchGuy c66237b0e0
Merge pull request #833 from MikeTheWatchGuy/Dev-latest
New row_height parameter for Table elements
2018-12-02 11:57:06 -05:00
MikeTheWatchGuy 1d61838e0f New row_height parameter for Table elements 2018-12-02 11:56:45 -05:00
MikeTheWatchGuy 052abec94e
Merge pull request #827 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-01 21:40:40 -05:00
MikeTheWatchGuy 6225a34f0a Removed prints 2018-12-01 18:30:51 -05:00
MikeTheWatchGuy c86bab397e
Merge pull request #825 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-01 18:25:30 -05:00
MikeTheWatchGuy bfc9a050d2 MULTIWINDOW support copied over from Qt to stop accidental None returns, new Input Update parm - select, 2018-11-30 13:46:22 -05:00