PySimpleGUI
|
31b8f42586
|
Fix for BrowseFiles button, added range to Slider update
|
2019-11-04 14:56:39 -05:00 |
PySimpleGUI
|
a42240cad9
|
Merge pull request #2092 from PySimpleGUI/Dev-latest
Added 5 extra pixels to window size when creating to stop clipping fr…
|
2019-10-20 09:17:22 -04:00 |
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
|
e8819d26d1
|
Merge pull request #2035 from PySimpleGUI/Dev-latest
Removed support for PyQt5
|
2019-09-29 17:17:21 -04:00 |
PySimpleGUI
|
f8cd963503
|
Removed support for PyQt5
|
2019-09-29 17:16:59 -04:00 |
PySimpleGUI
|
16e30c2610
|
Merge pull request #2018 from PySimpleGUI/Dev-latest
Implemented background color for Menus
|
2019-09-24 17:01:55 -04:00 |
PySimpleGUI
|
830ed2a526
|
Implemented background color for Menus
|
2019-09-24 17:01:35 -04:00 |
PySimpleGUI
|
eba31e79e7
|
Merge pull request #1975 from PySimpleGUI/Dev-latest
The text parm of the Text element is now OPTIONAL. The default is ''.
|
2019-09-16 16: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 |
PySimpleGUI
|
eb7eb5b7cf
|
Merge pull request #1953 from PySimpleGUI/Dev-latest
NEW Element metadata (Element.metadata)
|
2019-09-10 15:50:11 -04:00 |
MikeTheWatchGuy
|
4b6a574cff
|
NEW Element metadata (Element.metadata)
|
2019-09-10 15:49:49 -04:00 |
PySimpleGUI
|
51514bf859
|
Merge pull request #1933 from PySimpleGUI/Dev-latest
Official 0.28.0 Release
|
2019-09-06 11:31:21 -04:00 |
MikeTheWatchGuy
|
b483e18004
|
Official 0.28.0 Release
|
2019-09-06 11:31:01 -04:00 |
PySimpleGUI
|
7fd3686a3c
|
Merge pull request #1918 from PySimpleGUI/Dev-latest
Dev latest
|
2019-09-03 20:17:15 -04:00 |
MikeTheWatchGuy
|
5183dc0175
|
Can "call" Window in order to "Read" the window
|
2019-09-03 20:13:02 -04:00 |
PySimpleGUI
|
497d332496
|
Merge pull request #1894 from PySimpleGUI/Dev-latest
Fix for file types conversion. Must not have ';;' on the end of the …
|
2019-08-29 14:37:13 -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 |
PySimpleGUI
|
79dcafa85f
|
Merge pull request #1882 from PySimpleGUI/Dev-latest
Dev latest
|
2019-08-26 19:12:33 -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
|
0e1a079255
|
Merge pull request #1856 from PySimpleGUI/Dev-latest
Dev latest
|
2019-08-21 19:45:39 -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
|
f5e4410b14
|
Merge pull request #1854 from PySimpleGUI/Dev-latest
Dev latest
|
2019-08-21 18:35:38 -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
|
5cb39d5b47
|
Merge pull request #1826 from PySimpleGUI/Dev-latest
New capability! __getitem__ added to all ports of PySimpleGUI. Enabl…
|
2019-08-17 11:03:54 -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
|
7c0d2329a6
|
Merge pull request #1801 from PySimpleGUI/Dev-latest
Lots of doc updates. The recent Tab and TabGroup changes
|
2019-08-10 22:44:34 -04:00 |
MikeTheWatchGuy
|
28c7c35ac0
|
Lots of doc updates. The recent Tab and TabGroup changes
|
2019-08-10 22:44:14 -04:00 |
MikeTheWatchGuy
|
cad420723c
|
Merge pull request #1796 from PySimpleGUI/Dev-latest
Renamed GetCurrentIndex to GetCurrentlySelectedTabIndex
|
2019-08-08 16:28:24 -04:00 |
MikeTheWatchGuy
|
0e7e72b56d
|
Renamed GetCurrentIndex to GetCurrentlySelectedTabIndex
|
2019-08-08 16:27:32 -04:00 |
MikeTheWatchGuy
|
2f2b2de9b8
|
Merge pull request #1795 from PySimpleGUI/Dev-latest
Addition of TabGroup.GetCurrentIndex to tkinter port. Renamed in Qt …
|
2019-08-08 16:23:17 -04:00 |
MikeTheWatchGuy
|
7dda23eef3
|
Addition of TabGroup.GetCurrentIndex to tkinter port. Renamed in Qt port
|
2019-08-08 16:22:54 -04:00 |
MikeTheWatchGuy
|
29a1743104
|
Merge pull request #1792 from PySimpleGUI/Dev-latest
Addition of SelectTab and GetCurrent methods to the TabGroup Element
|
2019-08-07 19:25:11 -04:00 |
MikeTheWatchGuy
|
3f752f9c0d
|
Addition of SelectTab and GetCurrent methods to the TabGroup Element
|
2019-08-07 19:24:43 -04:00 |
MikeTheWatchGuy
|
6267f25354
|
Merge pull request #1734 from PySimpleGUI/Dev-latest
Added default icon to System Tray if none is set by user.
|
2019-07-24 14:34:56 -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
|
373e49f45d
|
Merge pull request #1733 from PySimpleGUI/Dev-latest
Added ability to set default selected values for Listbox element
|
2019-07-24 09:42:06 -04:00 |
MikeTheWatchGuy
|
8b9bc0e22b
|
Added ability to set default selected values for Listbox element
|
2019-07-24 09:41:44 -04:00 |
MikeTheWatchGuy
|
0a12b701d4
|
Merge pull request #1732 from PySimpleGUI/Dev-latest
Dev latest
|
2019-07-24 08:29:02 -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
|
4b0cfccbcc
|
Merge pull request #1727 from PySimpleGUI/Dev-latest
Fix for Table.Update losing the table's headers. Fix for problem whe…
|
2019-07-23 20:29:00 -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
|
290c7948bd
|
Merge pull request #1688 from PySimpleGUI/Dev-latest
Fix bug that crashes code if 2 keys are the same.
|
2019-07-15 18:05:51 -04:00 |
MikeTheWatchGuy
|
0fbee9dde6
|
Fix bug that crashes code if 2 keys are the same.
|
2019-07-15 18:05:27 -04:00 |
MikeTheWatchGuy
|
48ab0a511d
|
Merge pull request #1681 from PySimpleGUI/Dev-latest
Added Radio Button enable_events code. Will get event when radio sele…
|
2019-07-12 14:56:10 -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 |
cclauss
|
b2ba8acb34
|
Use ==/!= to compare str literals
|
2019-06-25 23:01:02 +02:00 |
MikeTheWatchGuy
|
b78fc60115
|
Listbox, Combobox, Spinner returns values supplied to it instead of strings.
|
2019-06-23 12:30:42 -04:00 |