MikeTheWatchGuy
|
9814de9928
|
Newet generateed readme
|
2019-06-23 16:20:55 -04:00 |
MikeTheWatchGuy
|
7909e77d9c
|
Merge pull request #1615 from PySimpleGUI/Dev-latest
Removed some comments to see if I get more content
|
2019-06-23 15:59:45 -04:00 |
MikeTheWatchGuy
|
c106901d99
|
Removed some comments to see if I get more content
|
2019-06-23 15:59:23 -04:00 |
MikeTheWatchGuy
|
118f7436a5
|
Merge pull request #1614 from PySimpleGUI/Dev-latest
Fix for tables - were messed up in PyCharm
|
2019-06-23 15:51:03 -04:00 |
MikeTheWatchGuy
|
7b8296b698
|
Fix for tables - were messed up in PyCharm
|
2019-06-23 15:50:37 -04:00 |
MikeTheWatchGuy
|
e83f541e93
|
Merge pull request #1613 from PySimpleGUI/Dev-latest
latest generator
|
2019-06-23 15:14:44 -04:00 |
MikeTheWatchGuy
|
8837475a70
|
latest generator
|
2019-06-23 15:14:24 -04:00 |
MikeTheWatchGuy
|
0fe13549d6
|
Merge pull request #1612 from PySimpleGUI/Dev-latest
Latest updates from generator
|
2019-06-23 15:10:43 -04:00 |
MikeTheWatchGuy
|
a85349c051
|
Latest updates from generator
|
2019-06-23 15:10:24 -04:00 |
MikeTheWatchGuy
|
9faadf1bf8
|
Merge pull request #1611 from PySimpleGUI/Dev-latest
Checkin from new doc generation
|
2019-06-23 14:33:47 -04:00 |
MikeTheWatchGuy
|
aaf3ee761d
|
Checkin from new doc generation
|
2019-06-23 14:33:25 -04:00 |
MikeTheWatchGuy
|
8238fc74d8
|
Merge pull request #1610 from PySimpleGUI/Dev-latest
Dev latest
|
2019-06-23 14:26:20 -04:00 |
MikeTheWatchGuy
|
6ddbbfd21d
|
Delete index.md
|
2019-06-23 14:26:04 -04:00 |
MikeTheWatchGuy
|
cd3bc873a6
|
Delete index.md
|
2019-06-23 14:24:36 -04:00 |
MikeTheWatchGuy
|
f2aebb3970
|
Using new generator with latest code
|
2019-06-23 14:21:26 -04:00 |
MikeTheWatchGuy
|
d8f62ccc46
|
New doc generator was used
|
2019-06-23 14:12:42 -04:00 |
MikeTheWatchGuy
|
7f0c44e4e4
|
Merge pull request #1608 from PySimpleGUI/Dev-latest
Listbox, Combobox, Spinner returns values supplied to it instead of s…
|
2019-06-23 12:31:04 -04:00 |
MikeTheWatchGuy
|
b78fc60115
|
Listbox, Combobox, Spinner returns values supplied to it instead of strings.
|
2019-06-23 12:30:42 -04:00 |
MikeTheWatchGuy
|
3a211dc4e3
|
Merge pull request #1605 from PySimpleGUI/Dev-latest
Combobox - Enable return of original value AND also hand entered valu…
|
2019-06-22 13:10:25 -04:00 |
MikeTheWatchGuy
|
f382823810
|
Combobox - Enable return of original value AND also hand entered values if permitted. Spinner returns supplied value rather than string
|
2019-06-22 13:10:05 -04:00 |
MikeTheWatchGuy
|
7de8f40b72
|
Merge pull request #1604 from PySimpleGUI/Dev-latest
Dev latest
|
2019-06-22 12:03:02 -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
|
89bf807617
|
Combo - return actual value user supplied when reading. Fix in debugger showing objects, new ComboBox method - GetSelectedItemsIndexes - returns list of indexes currently selected items
|
2019-06-22 11:43:06 -04:00 |
MikeTheWatchGuy
|
62604298a9
|
Merge pull request #1603 from PySimpleGUI/Dev-latest
Initial check-in
|
2019-06-22 10:59:55 -04:00 |
MikeTheWatchGuy
|
4f0cc1936b
|
Initial check-in
|
2019-06-22 10:59:24 -04:00 |
MikeTheWatchGuy
|
432034a472
|
Merge pull request #1602 from PySimpleGUI/Dev-latest
Added Versio #, Added self.Widget to all Elements, Pixel to Chars cut…
|
2019-06-21 14:37: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
|
32a6d1dc93
|
Merge pull request #1599 from PySimpleGUI/Dev-latest
New float_values in Graph Element signals to return float values inst…
|
2019-06-20 09:59:27 -04:00 |
MikeTheWatchGuy
|
704da3f274
|
New float_values in Graph Element signals to return float values instead of ints
|
2019-06-20 09:59:08 -04:00 |
MikeTheWatchGuy
|
42c35a5fb2
|
Merge pull request #1598 from PySimpleGUI/Dev-latest
New version variable, fixed problem not returning None on error in Fi…
|
2019-06-20 09:13:34 -04:00 |
MikeTheWatchGuy
|
ee230a6a62
|
New version variable, fixed problem not returning None on error in FindElement
|
2019-06-20 09:13:02 -04:00 |
MikeTheWatchGuy
|
2d25a9905b
|
Merge pull request #1595 from PySimpleGUI/Dev-latest
Removed the Range demo of progress meter iterable
|
2019-06-19 20:57:19 -04:00 |
MikeTheWatchGuy
|
c99e2e7e76
|
Removed the Range demo of progress meter iterable
|
2019-06-19 20:56:50 -04:00 |
MikeTheWatchGuy
|
a3216a346e
|
Merge pull request #1594 from PySimpleGUI/Dev-latest
Addition of wrapper for OneLineProgressMeter
|
2019-06-19 20:31:34 -04:00 |
MikeTheWatchGuy
|
6a7954b9a7
|
Addition of wrapper for OneLineProgressMeter
|
2019-06-19 20:31:12 -04:00 |
MikeTheWatchGuy
|
16f5d37297
|
Update index.md
|
2019-06-19 16:44:54 -04:00 |
MikeTheWatchGuy
|
67a76be308
|
Merge pull request #1593 from PySimpleGUI/Dev-latest
More attempts at fixing the ReadTheDocs sudden ending
|
2019-06-19 16:33:56 -04:00 |
MikeTheWatchGuy
|
b3307d7255
|
More attempts at fixing the ReadTheDocs sudden ending
|
2019-06-19 16:33:39 -04:00 |
MikeTheWatchGuy
|
8d89320793
|
Merge pull request #1592 from PySimpleGUI/Dev-latest
Removed spaces around all table cells. Changed the Feature List to i…
|
2019-06-19 16:17:46 -04:00 |
MikeTheWatchGuy
|
3e51ab3d76
|
Removed spaces around all table cells. Changed the Feature List to include extra blank line
|
2019-06-19 16:17:27 -04:00 |
MikeTheWatchGuy
|
03346bf728
|
Merge pull request #1591 from PySimpleGUI/Dev-latest
Dev latest
|
2019-06-19 15:26:46 -04:00 |
MikeTheWatchGuy
|
c4530212ca
|
Merge branch 'Dev-latest' of https://github.com/MikeTheWatchGuy/PySimpleGUI into Dev-latest
|
2019-06-19 15:26:26 -04:00 |
MikeTheWatchGuy
|
a604d3e15e
|
Removed spaces from headers in docstrings |Name|Meaning|
|
2019-06-19 15:26:04 -04:00 |
MikeTheWatchGuy
|
a822f504dc
|
Merge pull request #1590 from PySimpleGUI/Dev-latest
Added blank line before "Parameters explained:" before tables
|
2019-06-19 15:12:56 -04:00 |
MikeTheWatchGuy
|
89ec9dfb66
|
Merge branch 'master' into Dev-latest
|
2019-06-19 15:12:49 -04:00 |
MikeTheWatchGuy
|
9fc9efc753
|
Added blank line before "Parameters explained:" before tables
|
2019-06-19 15:11:48 -04:00 |
MikeTheWatchGuy
|
7527b7c34b
|
Update index.md
|
2019-06-19 15:06:24 -04:00 |
MikeTheWatchGuy
|
2672c034a8
|
Merge pull request #1589 from PySimpleGUI/Dev-latest
Release 4.0.0 & 2.0.0
|
2019-06-19 13:15:27 -04:00 |
MikeTheWatchGuy
|
b1ab9868e1
|
Release 4.0.0 & 2.0.0
|
2019-06-19 13:15:03 -04:00 |
MikeTheWatchGuy
|
6b27f50b93
|
Merge pull request #1587 from PySimpleGUI/Dev-latest
Get method for the Radio Element
|
2019-06-19 10:15:46 -04:00 |