Commit Graph

1617 Commits

Author SHA1 Message Date
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 8b8ee28aa2
Merge pull request #1012 from MikeTheWatchGuy/Dev-latest
Release 0.4.0
2018-12-30 13:47:21 -05:00
MikeTheWatchGuy e38bd93059 Release 0.4.0 2018-12-30 13:46:50 -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 8c2f55e768
Merge pull request #1008 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-30 10:49:57 -05:00
MikeTheWatchGuy 6013da9390 Window - set location, manually set size 2018-12-30 10:31:41 -05:00
MikeTheWatchGuy 3a819477d7 Windows - No titlebar and grab anywhere are done! Created a single App so event loops are for a single app. Text colors, Autoclose windows 2018-12-30 10:09:54 -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 3748454b7d Release 3.21 2018-12-28 21:16:45 -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 dae8970929
Merge pull request #998 from MikeTheWatchGuy/Dev-latest
Element padding funcs, fonts! Text Update, tooltips,
2018-12-28 19:20:46 -05:00
MikeTheWatchGuy 1c3ecff4c0 Element padding funcs, fonts! Text Update, tooltips, 2018-12-28 19:17:04 -05:00
MikeTheWatchGuy 0128a3abc4
Merge pull request #997 from MikeTheWatchGuy/Dev-latest
Window.Maximize() method
2018-12-28 16:26:58 -05:00
MikeTheWatchGuy 5058542795 Window.Maximize() method 2018-12-28 16:26:27 -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 75fd551722 Close buttons implemented, auto-clode implemented 2018-12-28 11:30:45 -05:00
MikeTheWatchGuy aff7a5cb38
Merge pull request #993 from MikeTheWatchGuy/Dev-latest
Release 0.3.0
2018-12-27 18:30:48 -05:00
MikeTheWatchGuy d8f66b1d4a Release 0.3.0 2018-12-27 18:27:00 -05:00
MikeTheWatchGuy 073a1ebed6
Merge pull request #992 from MikeTheWatchGuy/Dev-latest
Buttons work!  Reads return results! Non-blocking reads...
2018-12-27 18:07:00 -05:00
MikeTheWatchGuy f20e7bd4d4 Turned off inspection tool 2018-12-27 18:06:49 -05:00
MikeTheWatchGuy 5e557c3269 Buttons work! Reads return results! Non-blocking reads... 2018-12-27 18:02:31 -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 1d7ab28ec9 All any type of flie for icon, included default icon, 2018-12-27 09:10:24 -05:00
MikeTheWatchGuy 4bf42ef6b4 Fix for unable to set bar color in one line progress meter 2018-12-27 09:09:26 -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 f6eb081c25
Merge pull request #989 from MikeTheWatchGuy/Dev-latest
Switched to using filename in example
2018-12-26 17:16:39 -05:00
MikeTheWatchGuy 7b0fd820d8 Switched to using filename in example 2018-12-26 17:16:23 -05:00
MikeTheWatchGuy ba6b9875b4
Merge pull request #988 from MikeTheWatchGuy/Dev-latest
0.2.0 release
2018-12-26 16:56:12 -05:00
MikeTheWatchGuy e2ded5ef51 0.2.0 release 2018-12-26 16:55:00 -05:00
MikeTheWatchGuy 7165f00232
Merge pull request #987 from MikeTheWatchGuy/Dev-latest
Initial Check-in
2018-12-26 16:51:25 -05:00
MikeTheWatchGuy eead09a9e4 Initial Check-in 2018-12-26 16:44:32 -05:00
MikeTheWatchGuy d8fa584f65
Merge pull request #986 from MikeTheWatchGuy/Dev-latest
Initial checkin
2018-12-26 15:12:17 -05:00
MikeTheWatchGuy 983d710bd9 Initial checkin 2018-12-26 15:11:40 -05:00
MikeTheWatchGuy 17cb26f3ab
Merge pull request #984 from MikeTheWatchGuy/Dev-latest
Detect and report when message clicked, better base64 support
2018-12-26 13:45:14 -05:00