Commit Graph

3022 Commits

Author SHA1 Message Date
PySimpleGUI 8adb35e0e2 Renamed function 2019-09-21 14:59:29 -04:00
PySimpleGUI ffbd61e89c
Merge pull request #2010 from PySimpleGUI/Dev-latest
Updated to use the more "modern constructs". Changed how keys are named.
2019-09-21 14:56:37 -04:00
PySimpleGUI 6c8ddbd93c Updated to use the more "modern constructs". Changed how keys are named. 2019-09-21 14:56:17 -04:00
PySimpleGUI 2cf84deda4
Merge pull request #2009 from PySimpleGUI/Dev-latest
Dev latest
2019-09-20 17:31:22 -04:00
PySimpleGUI f7deaadf97 Refreshing demos. Updating to use newer techniques 2019-09-20 17:31:00 -04:00
PySimpleGUI e5e1021516 Discovered OLD code! Was using ReadButton! 2019-09-20 16:59:15 -04:00
PySimpleGUI 8ffd832ead
Merge pull request #2008 from PySimpleGUI/Dev-latest
Now sets TKrootDestroyed when user closes window. window.get_screen_d…
2019-09-20 13:49:41 -04:00
PySimpleGUI 1d4ca6696f Now sets TKrootDestroyed when user closes window. window.get_screen_dimensions will call get_screen_size is window was closed / destroyed 2019-09-20 13:49:10 -04:00
PySimpleGUI 0eef532517
Merge pull request #2007 from PySimpleGUI/Dev-latest
New Class Method.  Window.get_screen_size() returns tuple. Can be cal…
2019-09-20 13:15:07 -04:00
PySimpleGUI d3a146d436 New Class Method. Window.get_screen_size() returns tuple. Can be called any time. No previous window needed. 2019-09-20 13:14:45 -04:00
PySimpleGUI cf4cf63b2f
Merge pull request #2006 from PySimpleGUI/Dev-latest
Dev latest
2019-09-20 13:10:09 -04:00
PySimpleGUI 627fda3ae0 Forgot version bump 2019-09-20 13:09:48 -04:00
PySimpleGUI d4940296f1 Fixed bug / typo. Was in the middle of making a change and had not finished it before checking in! DOH!! 2019-09-20 13:08:58 -04:00
PySimpleGUI 5f34a27f7a
Merge pull request #2003 from PySimpleGUI/Dev-latest
Added Element.set_size method enabling the resizing of any element.  …
2019-09-20 11:32:43 -04:00
PySimpleGUI 338b16652d Added Element.set_size method enabling the resizing of any element. Removed import * restriction 2019-09-20 11:32:21 -04:00
PySimpleGUI 7178dd4466
Merge pull request #1995 from PySimpleGUI/Dev-latest
Simplified code
2019-09-19 15:52:45 -04:00
PySimpleGUI 86805e9ebe Simplified code 2019-09-19 15:52:26 -04:00
PySimpleGUI 4cb97d2226
Merge pull request #1993 from PySimpleGUI/Dev-latest
Dev latest
2019-09-19 13:33:15 -04:00
PySimpleGUI 3b24d8921e Update of ALL Matplotlib demos so they run on 3.1. Brought up to date too. 2019-09-19 13:32:25 -04:00
PySimpleGUI 6f02fb4a54 Updated, removed the force_toplevel in Window as it doesn't seem to be needed anymore. 2019-09-19 11:57:11 -04:00
PySimpleGUI 2ca670569b
Merge pull request #1992 from PySimpleGUI/Dev-latest
Updated to work with 3.1.1
2019-09-19 11:25:02 -04:00
PySimpleGUI ec78bd3327 Updated to work with 3.1.1 2019-09-19 11:24:40 -04:00
PySimpleGUI 79ab02742f
Merge pull request #1991 from PySimpleGUI/Dev-latest
Comment out import of Typing module
2019-09-19 09:59:35 -04:00
PySimpleGUI 0248d6e968 Comment out import of Typing module 2019-09-19 09:59:14 -04:00
PySimpleGUI ec1380f5a8
Merge pull request #1989 from PySimpleGUI/Dev-latest
cleanup to more recent constructs
2019-09-18 20:16:04 -04:00
PySimpleGUI 7e972b5277 cleanup to more recent constructs 2019-09-18 20:15:45 -04:00
PySimpleGUI 96438e10d6
Merge pull request #1988 from PySimpleGUI/Dev-latest
Updated to work with Matplotlib 3.1.1
2019-09-18 20:08:18 -04:00
PySimpleGUI ef138509ac Updated to work with Matplotlib 3.1.1 2019-09-18 20:07:57 -04:00
PySimpleGUI 26a20b663f
Merge pull request #1987 from PySimpleGUI/Dev-latest
Block import * attempts. Added metadata doc string to all elements, n…
2019-09-18 12:32:48 -04:00
PySimpleGUI 0e691b7875 Block import * attempts. Added metadata doc string to all elements, new parameter in InputText.Update - move_cursor_to. Added border_width to Text element since it can have a relief. 2019-09-18 12:32:28 -04:00
PySimpleGUI 7e38d2f041
Merge pull request #1983 from PySimpleGUI/Dev-latest
Addition of Material1 and Material2 "Look and  Feel Settings"
2019-09-17 12:36:39 -04:00
MikeTheWatchGuy 3db33ab659 Addition of Material1 and Material2 "Look and Feel Settings" 2019-09-17 12:36:20 -04:00
PySimpleGUI 074b273ee1
Merge pull request #1978 from PySimpleGUI/Dev-latest
Changed mac button settings to crazy values
2019-09-16 19:18:15 -04:00
MikeTheWatchGuy 0126b3230e Changed mac button settings to crazy values 2019-09-16 19:17:54 -04:00
PySimpleGUI 89c7cc5fcc
Merge pull request #1977 from PySimpleGUI/Dev-latest
Changed Mac to use standard colors. No more restriction on look and feel
2019-09-16 18:19:15 -04:00
MikeTheWatchGuy 8bbb704608 Changed Mac to use standard colors. No more restriction on look and feel 2019-09-16 18:18:55 -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 caeec0ccfe
Merge pull request #1974 from PySimpleGUI/Dev-latest
Dev latest
2019-09-16 15:41:14 -04:00
MikeTheWatchGuy abb0918dbd Version bump 2019-09-16 15:40:53 -04:00
MikeTheWatchGuy 81abc21cf9 Title not a string check removed from Window, Element Justification fix for columns, etc. MAC FIX - using highlightbackground for background 2019-09-16 15:40:12 -04:00
PySimpleGUI 1ebfed3f06
Merge pull request #1972 from PySimpleGUI/Dev-latest
Updated patterns
2019-09-15 21:26:53 -04:00
MikeTheWatchGuy afb6edf56b Updated patterns 2019-09-15 21:26:33 -04:00
PySimpleGUI a3b6b973e2
Merge pull request #1971 from PySimpleGUI/Dev-latest
New demo program to enable you to quickly test out the different look…
2019-09-14 20:25:35 -04:00
MikeTheWatchGuy f0f4dcb92e New demo program to enable you to quickly test out the different look and feel settings 2019-09-14 20:25:17 -04:00
PySimpleGUI d05ebd4670
Merge pull request #1970 from PySimpleGUI/Dev-latest
Removed Mac button color restriction
2019-09-14 18:27:13 -04:00
MikeTheWatchGuy 1ac74790a0 Removed Mac button color restriction 2019-09-14 18:26:48 -04:00
PySimpleGUI e8f8d16e5a
Merge pull request #1969 from PySimpleGUI/Dev-latest
New demo program - demonstrates how to make a "rubber band" rectangle…
2019-09-14 11:36:41 -04:00
MikeTheWatchGuy 9e62a74af5 New demo program - demonstrates how to make a "rubber band" rectangle where you click and drag to draw it 2019-09-14 11:36:20 -04:00
PySimpleGUI d9ab48bda0
Merge pull request #1967 from PySimpleGUI/Dev-latest
force flag added to ChangeLookAndFeel
2019-09-13 20:33:22 -04:00