Commit graph

3433 commits

Author SHA1 Message Date
PySimpleGUI
d750afcdbf Check for image is bytes in Image.Update. Was crashing trying to get width. Changed upgrade code to use utllib version! Nice! 2020-03-06 13:09:19 -05:00
PySimpleGUI
35d8321c7d
Merge pull request #2681 from PySimpleGUI/Dev-latest
upgrade parameter
2020-03-05 21:06:38 -05:00
PySimpleGUI
8b9ddf404c upgrade parameter 2020-03-05 21:06:18 -05:00
PySimpleGUI
c85ce326bf
Merge pull request #2680 from PySimpleGUI/Dev-latest
"upgrade" command line parameter
2020-03-05 20:54:09 -05:00
PySimpleGUI
af4a76f763 "upgrade" command line parameter 2020-03-05 20:53:37 -05:00
PySimpleGUI
6487f2bed1
Merge pull request #2679 from PySimpleGUI/Dev-latest
Debugger stack frame changed (still not working most likely).  The la…
2020-03-05 20:32:43 -05:00
PySimpleGUI
84cafb1397 Debugger stack frame changed (still not working most likely). The last of the docstring changes 2020-03-05 20:32:05 -05:00
PySimpleGUI
31b175460a
Merge pull request #2678 from PySimpleGUI/Dev-latest
More upgrade utility changes
2020-03-05 17:22:08 -05:00
PySimpleGUI
70cc3cba76 More upgrade utility changes 2020-03-05 17:21:29 -05:00
PySimpleGUI
3639dfc33c
Merge pull request #2677 from PySimpleGUI/Dev-latest
New version of upgrade utility.  LOTS more doctrings from my good fri…
2020-03-05 16:59:30 -05:00
PySimpleGUI
b7986234e0 New version of upgrade utility. LOTS more doctrings from my good friend nngogol 2020-03-05 16:59:03 -05:00
PySimpleGUI
337ba2bc17
Merge pull request #2676 from PySimpleGUI/Dev-latest
Simplified the code. Removed need for at a flag.  Shortened quite a bit.
2020-03-05 16:18:50 -05:00
PySimpleGUI
4f7fd7b643 Simplified the code. Removed need for at a flag. Shortened quite a bit. 2020-03-05 16:18:28 -05:00
PySimpleGUI
6532e78ee6
Merge pull request #2675 from PySimpleGUI/Dev-latest
fix for missing padding on invisible elems, STARTED lots of docstring…
2020-03-05 08:35:58 -05:00
PySimpleGUI
79e00db4cc fix for missing padding on invisible elems, STARTED lots of docstrings changes. Renamed print_to_element 2020-03-05 08:34:25 -05:00
PySimpleGUI
f5ccb0e522
Merge pull request #2672 from PySimpleGUI/Dev-latest
Multiline colors fixed (broke when fixing another problem), added Mul…
2020-03-04 19:08:54 -05:00
PySimpleGUI
305ce7529b Multiline colors fixed (broke when fixing another problem), added Multiline, MultilineOutput print method. Renamed print_to_element to be internal only 2020-03-04 19:08:24 -05:00
PySimpleGUI
dac3e6698e
Merge pull request #2668 from PySimpleGUI/Dev-latest
Dev latest
2020-03-03 17:58:57 -05:00
PySimpleGUI
8895fe7876 Typo 2020-03-03 17:58:34 -05:00
PySimpleGUI
4dc9f5c438 Multiline.update - readonly parameter addition 2020-03-03 17:55:37 -05:00
PySimpleGUI
79286bb5b2
Merge pull request #2667 from PySimpleGUI/Dev-latest
NEW Multiline.print method - same as print_to_element.  More tweaks t…
2020-03-03 11:52:02 -05:00
PySimpleGUI
76053a7a17 NEW Multiline.print method - same as print_to_element. More tweaks to the upgrade from GitHub function 2020-03-03 11:51:13 -05:00
PySimpleGUI
f04cbc98b1
Update issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md 2020-03-03 10:18:58 -05:00
PySimpleGUI
d0e52a6276
Update issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md 2020-03-03 10:15:23 -05:00
PySimpleGUI
b75f501ce7
Merge pull request #2662 from PySimpleGUI/Dev-latest
Dev latest
2020-03-01 16:09:00 -05:00
PySimpleGUI
efbe687c27 More upgrade utility work 2020-03-01 16:08:36 -05:00
PySimpleGUI
bf1ae9942c Addition of an upgrade from GitHub button to the test harness 2020-03-01 16:06:46 -05:00
PySimpleGUI
1596b8ee13
Merge pull request #2661 from PySimpleGUI/Dev-latest
Table - measure row height if one isn't specified
2020-03-01 15:29:45 -05:00
PySimpleGUI
b945be6680 Table - measure row height if one isn't specified 2020-03-01 15:29:18 -05:00
PySimpleGUI
d75d4be10a
Merge pull request #2660 from PySimpleGUI/Dev-latest
Table - better column sizing based on font used
2020-03-01 15:24:10 -05:00
PySimpleGUI
0356c3e260 Table - better column sizing based on font used 2020-03-01 15:23:30 -05:00
PySimpleGUI
15445538e8
Merge pull request #2659 from PySimpleGUI/Dev-latest
Multiline - moved cursor to end  before appending when updating and a…
2020-03-01 13:48:37 -05:00
PySimpleGUI
45c58c57e8 Multiline - moved cursor to end before appending when updating and appending 2020-03-01 13:48:10 -05:00
PySimpleGUI
ba7fdeaee5
Merge pull request #2658 from PySimpleGUI/Dev-latest
Move cursor to end when default text added to Multiline
2020-03-01 13:45:09 -05:00
PySimpleGUI
e01a720a5f Move cursor to end when default text added to Multline 2020-03-01 13:44:42 -05:00
PySimpleGUI
97d62bdba3
Merge pull request #2657 from PySimpleGUI/Dev-latest
Dev latest
2020-03-01 13:32:36 -05:00
PySimpleGUI
501dd59194 Graph.draw_text - Convert Text to string, fix for flickering when using Image element 2020-03-01 13:32:14 -05:00
PySimpleGUI
c656a4542e TabGroup - add autonumbered key, timeit_summary decorator, more info added about versions 2020-03-01 13:31:14 -05:00
PySimpleGUI
7d4aa67084
Merge pull request #2645 from PySimpleGUI/Dev-latest
Window.read with close parameter
2020-02-26 11:22:03 -05:00
PySimpleGUI
0f5182c576 Window.read with close parameter 2020-02-26 11:21:40 -05:00
PySimpleGUI
b341a6638f
Merge pull request #2644 from PySimpleGUI/Dev-latest
Update readme.md
2020-02-26 11:12:59 -05:00
PySimpleGUI
29e8e0c239 Update readme.md 2020-02-26 11:09:05 -05:00
PySimpleGUI
8069d4f62a
Merge pull request #2636 from PySimpleGUI/Dev-latest
Correctly adjust the output from the shell output by trimming off the…
2020-02-24 15:41:34 -05:00
PySimpleGUI
cbe60e7da5 Correctly adjust the output from the shell output by trimming off the beginning and ending chars 2020-02-24 15:40:38 -05:00
PySimpleGUI
7b4784bd0b
Merge pull request #2634 from PySimpleGUI/Dev-latest
Changed how the parameter list works
2020-02-24 14:57:14 -05:00
PySimpleGUI
136ac37d42 Changed how the parameter list works 2020-02-24 14:56:53 -05:00
PySimpleGUI
801d27b3c0
Merge pull request #2633 from PySimpleGUI/Dev-latest
Fixed how args are built with lists
2020-02-24 14:54:02 -05:00
PySimpleGUI
9f0159c546 Fixed how args are built with lists 2020-02-24 14:53:34 -05:00
PySimpleGUI
242c340210
Merge pull request #2632 from PySimpleGUI/Dev-latest
Demo program to show how shell_with_animation works
2020-02-24 14:16:09 -05:00
PySimpleGUI
8406758d1c Demo program to show how shell_with_animation works 2020-02-24 14:15:48 -05:00