Commit Graph

3932 Commits

Author SHA1 Message Date
PySimpleGUI ec1212526b Fix for extra tab. Changed SvgGroup for SvgSubcontainer 2020-04-12 12:08:03 -04:00
PySimpleGUI 814ab5e139
Merge pull request #2802 from PySimpleGUI/Dev-latest
import typing.  Docstrings now showing up correctly in PyCharm
2020-04-10 14:12:04 -04:00
PySimpleGUI 71306dc46c import typing. Docstrings now showing up correctly in PyCharm 2020-04-10 14:11:41 -04:00
PySimpleGUI 4e15162a6f
Merge pull request #2790 from PySimpleGUI/Dev-latest
Incorrectly setting spin DefaultValue variable if not set in Update.
2020-04-07 19:32:52 -04:00
PySimpleGUI a714157d8a Incorrectly setting spin DefaultValue variable if not set in Update. 2020-04-07 19:32:28 -04:00
PySimpleGUI d9db48e130
Merge pull request #2786 from PySimpleGUI/Dev-latest
Fix for scollable columns when scrolling over ComboBoxes
2020-04-07 16:13:30 -04:00
PySimpleGUI 9352a8425c Fix for scollable columns when scrolling over ComboBoxes 2020-04-07 16:13:02 -04:00
PySimpleGUI 41b6396021
Merge pull request #2780 from PySimpleGUI/Dev-latest
Newest version of Ruud's upgrade from GitHub
2020-04-06 16:30:29 -04:00
PySimpleGUI 08aa764b9b Newest version of Ruud's upgrade from GitHub 2020-04-06 16:30:03 -04:00
PySimpleGUI 7a9807dffb
Merge pull request #2779 from PySimpleGUI/Dev-latest
Made import use PySimpleGUI instead of web, removed the shortcut from…
2020-04-06 14:59:43 -04:00
PySimpleGUI f7f3fc915a Made import use PySimpleGUI instead of web, removed the shortcut from menus for easier reading 2020-04-06 14:59:23 -04:00
PySimpleGUI 204e5b2edd
Update Demo_OpenCV_4_Line_Program.py 2020-04-06 14:57:25 -04:00
PySimpleGUI 99915bbfdc
Merge pull request #2778 from PySimpleGUI/Dev-latest
Added a menubar with a setting item
2020-04-06 11:08:36 -04:00
PySimpleGUI 0c9b691780 Added a menubar with a setting item 2020-04-06 10:41:53 -04:00
PySimpleGUI 42ef5529f5
Merge pull request #2777 from PySimpleGUI/Dev-latest
Removed very old tutorial
2020-04-05 21:14:32 -04:00
PySimpleGUI 1642d5d14e Removed very old tutorial 2020-04-05 21:14:10 -04:00
PySimpleGUI 3fb01d4534
Merge pull request #2776 from PySimpleGUI/Dev-latest
New Recipe - Settings Load / Save
2020-04-05 17:52:27 -04:00
PySimpleGUI 1843cd5d40 New Recipe - Settings Load / Save 2020-04-05 17:51:59 -04:00
PySimpleGUI e09d5834a3
Merge pull request #2775 from PySimpleGUI/Dev-latest
Initial settings demo program check-in
2020-04-05 15:34:27 -04:00
PySimpleGUI 08387b91e3 Initial settings demo program check-in 2020-04-05 15:33:57 -04:00
PySimpleGUI 52acec4799
Merge pull request #2774 from PySimpleGUI/Dev-latest
Scrollable Column Experimental Changes
2020-04-05 12:39:07 -04:00
PySimpleGUI 3f4734c102 Scrollable Column Experimental Changes 2020-04-05 12:38:41 -04:00
PySimpleGUI f3f981828b
Merge pull request #2773 from PySimpleGUI/Dev-latest
Fixed TabGroup border width
2020-04-04 11:54:52 -04:00
PySimpleGUI 8342019002 Fixed TabGroup border width 2020-04-04 11:54:12 -04:00
PySimpleGUI 9715a4a874
Merge pull request #2772 from PySimpleGUI/Dev-latest
Release 0.32.0
2020-04-04 10:51:11 -04:00
PySimpleGUI 5816ebc59e Release 0.32.0 2020-04-04 10:50:43 -04:00
PySimpleGUI a3c6c6a27b
Merge pull request #2770 from PySimpleGUI/Dev-latest
Printing section
2020-04-03 20:56:50 -04:00
PySimpleGUI 5434c7e0c7 Printing section 2020-04-03 20:56:32 -04:00
PySimpleGUI bff20d3508
Merge pull request #2769 from PySimpleGUI/Dev-latest
Another go at the scollable column (this time for sure!)
2020-04-03 18:13:04 -04:00
PySimpleGUI 7530ed0a89 Another go at the scollable column (this time for sure!) 2020-04-03 18:12:32 -04:00
PySimpleGUI 1b5828a37f
Merge pull request #2767 from PySimpleGUI/Dev-latest
back out part of scrolled column fix as it was scrolling everything i…
2020-04-03 15:31:00 -04:00
PySimpleGUI 20435d98b1 back out part of scrolled column fix as it was scrolling everything in the window when wheel used 2020-04-03 15:23:06 -04:00
PySimpleGUI 7e431993ef
Merge pull request #2766 from PySimpleGUI/Dev-latest
New autoscroll parameter added to Multiline.print.  FIX FOR SCOLLING …
2020-04-03 15:11:06 -04:00
PySimpleGUI 52547ec58b New autoscroll parameter added to Multiline.print. FIX FOR SCOLLING COLUMNS 2020-04-03 15:10:35 -04:00
PySimpleGUI c8afbb6708 Fixed tkiner misspelling 2020-04-02 21:16:43 -04:00
PySimpleGUI b440e70186
Merge pull request #2763 from PySimpleGUI/Dev-latest
Set the parent window in call to askcolor (color chooser)
2020-04-02 12:57:27 -04:00
PySimpleGUI 2d3d09ad44 Set the parent window in call to askcolor (color chooser) 2020-04-02 12:57:02 -04:00
PySimpleGUI 16e36ea88b
Merge pull request #2761 from PySimpleGUI/Dev-latest
Removed check for 'Exit'
2020-04-02 10:58:12 -04:00
PySimpleGUI 070cc6ebcc Removed check for 'Exit' 2020-04-02 10:57:47 -04:00
PySimpleGUI 9cd0a12bd7
Merge pull request #2760 from PySimpleGUI/Dev-latest
enable_events recipe updated
2020-04-02 10:54:50 -04:00
PySimpleGUI 74bc125992 enable_events recipe updated 2020-04-02 10:54:15 -04:00
PySimpleGUI 868e9e49b6
Merge pull request #2759 from PySimpleGUI/Dev-latest
Picking back up the updates.... more recipes
2020-04-02 10:48:08 -04:00
PySimpleGUI 026d91fde1 Picking back up the updates.... more recipes 2020-04-02 10:47:42 -04:00
PySimpleGUI a22c4b688d
Merge pull request #2757 from PySimpleGUI/Dev-latest
Added year up/down to calendar popup (Thanks Ruud!!)
2020-04-01 12:11:18 -04:00
PySimpleGUI 9d992d4175 Added year up/down to calendar popup (Thanks Ruud!!) 2020-04-01 12:10:36 -04:00
PySimpleGUI 693c069011
Merge pull request #2753 from PySimpleGUI/Dev-latest
Removed finalize... not needed
2020-03-31 19:03:35 -04:00
PySimpleGUI 2fe3c047fe Removed finalize... not needejd 2020-03-31 18:50:45 -04:00
PySimpleGUI 629cdafb22
Merge pull request #2752 from PySimpleGUI/Dev-latest
NEW demo program - Fourier Transform.  Updated Calendar demo
2020-03-31 18:17:03 -04:00
PySimpleGUI 3c7525dd3b NEW demo program - Fourier Transform. Updated Calendar demo 2020-03-31 18:16:37 -04:00
PySimpleGUI a47a6eb78b
Merge pull request #2751 from PySimpleGUI/Dev-latest
More date popup work... will eventually get there....
2020-03-31 14:36:08 -04:00