PySimpleGUI
|
3f7c87c562
|
Added 5 extra pixels to window size when creating to stop clipping from happening. Was at 5 pixels, changed to 10.
|
2019-10-19 10:18:57 -04:00 |
PySimpleGUI
|
f8cd963503
|
Removed support for PyQt5
|
2019-09-29 17:16:59 -04:00 |
PySimpleGUI
|
830ed2a526
|
Implemented background color for Menus
|
2019-09-24 17:01:35 -04:00 |
MikeTheWatchGuy
|
97db1d9cd4
|
The text parm of the Text element is now OPTIONAL. The default is ''.
|
2019-09-16 16:01:03 -04:00 |
MikeTheWatchGuy
|
4b6a574cff
|
NEW Element metadata (Element.metadata)
|
2019-09-10 15:49:49 -04:00 |
MikeTheWatchGuy
|
b483e18004
|
Official 0.28.0 Release
|
2019-09-06 11:31:01 -04:00 |
MikeTheWatchGuy
|
5183dc0175
|
Can "call" Window in order to "Read" the window
|
2019-09-03 20:13:02 -04:00 |
MikeTheWatchGuy
|
1d193651fe
|
Fix for file types conversion. Must not have ';;' on the end of the last item.
|
2019-08-29 14:36:10 -04:00 |
MikeTheWatchGuy
|
76f64b7d02
|
Changed version up to another release number
|
2019-08-26 19:12:02 -04:00 |
MikeTheWatchGuy
|
9050d97391
|
PEP8 Bindings! New character to pixel conversion for multiline type of elements. Removed the __del__ methods and other unneeded code. Renamed some private methods & functions to start with _,
|
2019-08-26 19:10:40 -04:00 |
MikeTheWatchGuy
|
5227126ef1
|
Fix in Get
|
2019-08-21 19:45:18 -04:00 |
MikeTheWatchGuy
|
5149a2c2a6
|
Added Table.Get method
|
2019-08-21 19:44:30 -04:00 |
MikeTheWatchGuy
|
bd42001803
|
Added finalize parm to Window, PEP8 names for Window methods, ability to "call" an element
|
2019-08-21 18:33:51 -04:00 |
MikeTheWatchGuy
|
40abc2e20a
|
New capability! __getitem__ added to all ports of PySimpleGUI. Enables skipping the FindElement call
|
2019-08-17 11:03:36 -04:00 |
MikeTheWatchGuy
|
28c7c35ac0
|
Lots of doc updates. The recent Tab and TabGroup changes
|
2019-08-10 22:44:14 -04:00 |
MikeTheWatchGuy
|
0e7e72b56d
|
Renamed GetCurrentIndex to GetCurrentlySelectedTabIndex
|
2019-08-08 16:27:32 -04:00 |
MikeTheWatchGuy
|
7dda23eef3
|
Addition of TabGroup.GetCurrentIndex to tkinter port. Renamed in Qt port
|
2019-08-08 16:22:54 -04:00 |
MikeTheWatchGuy
|
3f752f9c0d
|
Addition of SelectTab and GetCurrent methods to the TabGroup Element
|
2019-08-07 19:24:43 -04:00 |
MikeTheWatchGuy
|
fad0d69682
|
Added default icon to System Tray if none is set by user.
|
2019-07-24 14:34:34 -04:00 |
MikeTheWatchGuy
|
8b9bc0e22b
|
Added ability to set default selected values for Listbox element
|
2019-07-24 09:41:44 -04:00 |
MikeTheWatchGuy
|
bdf0fab6bd
|
Forgot versio bump
|
2019-07-24 08:28:39 -04:00 |
MikeTheWatchGuy
|
e4fae9ba65
|
Fixed missing key in PopupGetText
|
2019-07-24 08:28:01 -04:00 |
MikeTheWatchGuy
|
07c6e665f6
|
Fix for Table.Update losing the table's headers. Fix for problem when duplicate key found. Had to make a string from key
|
2019-07-23 20:28:42 -04:00 |
MikeTheWatchGuy
|
0fbee9dde6
|
Fix bug that crashes code if 2 keys are the same.
|
2019-07-15 18:05:27 -04:00 |
MikeTheWatchGuy
|
be6ef83563
|
Added Radio Button enable_events code. Will get event when radio selected now.
|
2019-07-12 14:55:41 -04:00 |
MikeTheWatchGuy
|
b78fc60115
|
Listbox, Combobox, Spinner returns values supplied to it instead of strings.
|
2019-06-23 12:30:42 -04:00 |
MikeTheWatchGuy
|
a24b5c6001
|
ComboBox can now contain any kind of item. Actual items returned, not a string version of item.
|
2019-06-22 12:02:31 -04:00 |
MikeTheWatchGuy
|
882002a0a6
|
Added Versio #, Added self.Widget to all Elements, Pixel to Chars cutoff changed from 12 to 15, new Button.Click() method cross ported, New Graph Methods RelocateFigure, DrawRectangle, use Find Element dictionary use, FindElementWithFocus added, Style Changes to Graph Element, newer test harness
|
2019-06-21 14:37:11 -04:00 |
MikeTheWatchGuy
|
83e38e793a
|
Fix for System Tray .Close. Should be calling self.Hide.
|
2019-04-24 13:54:12 -04:00 |
MikeTheWatchGuy
|
fbf6bf9644
|
Implemented the Erase method for Graph Element
|
2019-04-20 18:45:24 -04:00 |
MikeTheWatchGuy
|
03e6310834
|
Mass update for Window Layout Change
|
2019-04-11 18:20:26 -04:00 |
MikeTheWatchGuy
|
ebaeef97b4
|
Relese 0.25.0
|
2019-04-05 15:20:43 -04:00 |
MikeTheWatchGuy
|
9d9d563477
|
Support for Window icon being filename or BASE64!
|
2019-04-04 14:38:46 -04:00 |
MikeTheWatchGuy
|
816a7341c5
|
New shortcut functions Button - B, Btn, Butt. InputText - I. Button Text converted to string when initialized
|
2019-04-02 11:37:16 -04:00 |
MikeTheWatchGuy
|
0747441df6
|
BIG CHANGE do_not_clear defaults to TRUE now :-) Enjoy!
|
2019-03-21 08:42:56 -04:00 |
MikeTheWatchGuy
|
9497ae5e03
|
Fix for crashing when Updating a table, got KeyEventsEnabled attribute error
|
2019-03-19 18:45:56 -04:00 |
MikeTheWatchGuy
|
09c3403f1a
|
Fix for unable to Update Tree Element
|
2019-03-19 17:14:11 -04:00 |
MikeTheWatchGuy
|
51ce329dea
|
Fixed for WindowFlags crassh when using the pyside2 version 5.12.1
|
2019-02-25 14:03:15 -05:00 |
MikeTheWatchGuy
|
85dfc451a9
|
OneLineProgressMeter with text updates
|
2019-02-18 20:10:21 -05:00 |
MikeTheWatchGuy
|
ef0465b3ff
|
Fix for unable to set bold and text color at same time, changed text to pixel scaling from 10,25 to 10,35
|
2019-02-01 17:45:49 -05:00 |
MikeTheWatchGuy
|
9ca72f32ed
|
Tree Element - no longer puts an entry for the Root node (mimics tkinter)
|
2019-01-11 10:39:46 -05:00 |
MikeTheWatchGuy
|
3c3523c656
|
remove print
|
2019-01-11 09:57:22 -05:00 |
MikeTheWatchGuy
|
cb33cd7701
|
Base64 logo, Event when tab changes, icon for Trees can be base64
|
2019-01-11 09:56:37 -05:00 |
MikeTheWatchGuy
|
c6967ef8ed
|
Implemented checkbox.Get() method, Correctly named output.Update method. Was not spelled correctly
|
2019-01-04 17:00:22 -05:00 |
MikeTheWatchGuy
|
5058542795
|
Window.Maximize() method
|
2018-12-28 16:26:27 -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
|
d8d6423892
|
Needed to add 0px border to Graph element style. New Style class for better Style Sheets. Removed icon file exists check
|
2018-12-25 18:01:11 -05:00 |
MikeTheWatchGuy
|
03c48e11df
|
non_blocking parm for scrolled window. New Style Sheet functions
|
2018-12-17 11:35:23 -05:00 |
MikeTheWatchGuy
|
4ca94deea7
|
Debug print no longer re-routes stdout
|
2018-12-16 11:02:56 -05:00 |
MikeTheWatchGuy
|
84c817959d
|
Removed debug print
|
2018-12-16 10:51:30 -05:00 |