Commit Graph

3543 Commits

Author SHA1 Message Date
PySimpleGUI d480899721 More docstring fixes. no_titlebar parameter for one_line_progress_meter, renamed demo file 2020-03-23 23:17:04 -04:00
PySimpleGUI c732d90266
Merge pull request #2711 from PySimpleGUI/Dev-latest
Test to see how new readme looks
2020-03-22 17:00:06 -04:00
PySimpleGUI b21de56c99 Test to see how new readme looks 2020-03-22 16:59:44 -04:00
PySimpleGUI 8465fb7224
Merge pull request #2689 from PySimpleGUI/Dev-latest
Changes for newest docstrings
2020-03-08 19:29:28 -04:00
PySimpleGUI a53c04e0cf Changes for newest docstrings 2020-03-08 19:29:03 -04:00
PySimpleGUI 0252c089d4
Merge pull request #2685 from PySimpleGUI/Dev-latest
MORE DocStrings
2020-03-06 19:49:22 -05:00
PySimpleGUI 03aaa144a3 MORE DocStrings 2020-03-06 19:48:44 -05:00
PySimpleGUI e135d3a161
Merge pull request #2684 from PySimpleGUI/Dev-latest
print methods for Multiline elements, fix in move figure.
2020-03-06 13:16:40 -05:00
PySimpleGUI b5925a987d print methods for Multiline elements, fix in move figure. 2020-03-06 13:16:18 -05:00
PySimpleGUI d7c9cd52b6
Merge pull request #2683 from PySimpleGUI/Dev-latest
Check for image is bytes in Image.Update. Was crashing trying to get …
2020-03-06 13:10:03 -05:00
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