Commit Graph

  • 40aec7c1d7 New Demo Program - A simple VLC based media player PySimpleGUI 2019-10-30 14:35:22 -0400
  • a2443c63ad Fixed flicker problem!!! Updated all of the PySimpleGUIWeb demos PySimpleGUI 2019-10-30 14:35:01 -0400
  • 13501d2083
    Merge pull request #2116 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-29 05:14:44 -0400
  • f0e1642437 New demo program! Displays a fade in/out Notification Window with an Icon PySimpleGUI 2019-10-29 05:14:18 -0400
  • 8b4c031924
    Merge pull request #2113 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-27 09:08:45 -0400
  • 10c77bceb6 Version number bump PySimpleGUI 2019-10-27 09:08:25 -0400
  • 470cd7ef35
    Merge pull request #2112 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-27 09:07:59 -0400
  • 7d9486eb27 Merge branch 'Dev-latest' of https://github.com/MikeTheWatchGuy/PySimpleGUI into Dev-latest PySimpleGUI 2019-10-27 09:07:22 -0400
  • ca16fbc4e6 Added text, background colors to Input element update, added value parm to Frame element update, Window deletes self when close called (risky???) PySimpleGUI 2019-10-27 09:07:15 -0400
  • ac518d39ed
    Merge pull request #2099 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-23 16:25:46 -0400
  • 0451468460
    Merge branch 'master' into Dev-latest PySimpleGUI 2019-10-23 16:12:18 -0400
  • 7f52778bcc Major update of all demo programs to use new PEP8 bindings, etc PySimpleGUI 2019-10-23 16:10:03 -0400
  • a42240cad9
    Merge pull request #2092 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-20 09:17:22 -0400
  • 3f7c87c562 Added 5 extra pixels to window size when creating to stop clipping from happening. Was at 5 pixels, changed to 10. PySimpleGUI 2019-10-19 10:18:57 -0400
  • cb0747bd40
    Merge pull request #2088 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-17 15:17:41 -0400
  • ae525a9abd Tried to fix loading of image file problem. PySimpleGUI 2019-10-17 15:17:13 -0400
  • 7d9917ff44
    Merge pull request #2076 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-14 09:44:29 -0400
  • 915e07a075 Combo no longer defaults to first value PySimpleGUI 2019-10-14 09:44:05 -0400
  • 126ad571bb
    Merge pull request #2073 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-13 15:14:37 -0400
  • 2c53a593fe Refresh of Graph Element demos PySimpleGUI 2019-10-13 15:14:17 -0400
  • 52e9852c4f Fix for Radio Buttons not being correct after loading from disk, Experimental Finalize that calls read(timeout=1) PySimpleGUI 2019-10-13 15:13:42 -0400
  • 8bcb3255ea
    Merge pull request #2070 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-12 14:04:06 -0400
  • fa8de0e8f1 version bump PySimpleGUI 2019-10-12 14:02:44 -0400
  • c70999be76 Fixed problem of multiline out having no return value PySimpleGUI 2019-10-12 14:01:18 -0400
  • 737bfc7b4c
    Merge pull request #2062 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-08 21:15:22 -0400
  • f157131a73 Fix bad link to demos, Latest PySimpleGUI calls. PySimpleGUI 2019-10-08 21:15:00 -0400
  • 796c69f088
    Merge pull request #2060 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-08 17:58:36 -0400
  • f8543f8713 Update PySimpleGUIWx.py PySimpleGUI 2019-10-08 17:58:12 -0400
  • c8617888af
    Merge pull request #2054 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-07 18:09:13 -0400
  • b9640649fe Version bump for prior changes PySimpleGUI 2019-10-07 18:08:55 -0400
  • 18ce3337e6 Fix for flickering image in OpenCV demos!!!! PySimpleGUI 2019-10-07 18:08:06 -0400
  • ccc3021268
    Merge pull request #2053 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-07 16:37:20 -0400
  • 7f1584d97e Refreshed Menu Demo PySimpleGUI 2019-10-07 16:37:01 -0400
  • f3330e858c
    Merge pull request #2051 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-06 17:06:38 -0400
  • b9a161acc5 New Element method!! expand(expand_x, expand_y). Paramters are bools. PySimpleGUI 2019-10-06 17:06:18 -0400
  • 0ece721182
    Merge pull request #2046 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-02 23:29:29 -0400
  • 48eea5464c Create Demo_Column_And_Frames.py PySimpleGUI 2019-10-02 23:29:07 -0400
  • 1e4e6612f1
    Merge pull request #2045 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-02 23:12:11 -0400
  • 5cb8fe18c1 Enable SetGlobalIcon to be a base64 byte string in addition to a filename. Fixed window icon logic to choose correct default PySimpleGUI 2019-10-02 23:11:50 -0400
  • 4a356a6fa6
    Merge pull request #2044 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-02 21:14:57 -0400
  • 91fe043c11 Updated Timer Demos and added 4-line OpenCV demo PySimpleGUI 2019-10-02 21:13:58 -0400
  • b37ff7b86e
    Merge pull request #2040 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-01 09:22:51 -0400
  • f50a9a0bf4 Version 0.13.0 (finally) Released PySimpleGUI 2019-10-01 09:22:24 -0400
  • 950b04241b
    Merge pull request #2038 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-30 21:13:01 -0400
  • d068c2d54e Fix for crash in PopupGetFile if clicking cancel with no_window set to True PySimpleGUI 2019-09-30 21:12:40 -0400
  • e8819d26d1
    Merge pull request #2035 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-29 17:17:21 -0400
  • f8cd963503 Removed support for PyQt5 PySimpleGUI 2019-09-29 17:16:59 -0400
  • 8165095ed6
    Merge pull request #2028 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-26 19:47:19 -0400
  • d1d48a17b2 New element method for button rebinding. Bind destination should be Element.ButtonReboundCallback. PySimpleGUI 2019-09-26 19:46:58 -0400
  • 18c672d131
    Merge pull request #2026 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-26 17:03:50 -0400
  • f1b5aa29d3 Fix for Print crash. Added get_size, hide_row, unhide_row for all elements. PySimpleGUI 2019-09-26 17:03:18 -0400
  • 802cae6f23
    Merge pull request #2022 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-25 16:33:52 -0400
  • 392c5a94d3 Cleanup imports PySimpleGUI 2019-09-25 15:24:54 -0400
  • 16e30c2610
    Merge pull request #2018 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-24 17:01:55 -0400
  • 830ed2a526 Implemented background color for Menus PySimpleGUI 2019-09-24 17:01:35 -0400
  • d7df9254cc
    Merge pull request #2013 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-23 12:10:35 -0400
  • 8f6db74f83 New demo program that simulates callbacks using a dictionary PySimpleGUI 2019-09-23 12:10:10 -0400
  • 892b535fe7
    Merge pull request #2012 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-21 15:18:32 -0400
  • 04ebf34d21 Added new User Defined Element function, lots of comments PySimpleGUI 2019-09-21 15:18:12 -0400
  • d2128692e7
    Merge pull request #2011 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-21 14:59:47 -0400
  • 8adb35e0e2 Renamed function PySimpleGUI 2019-09-21 14:59:29 -0400
  • ffbd61e89c
    Merge pull request #2010 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-21 14:56:37 -0400
  • 6c8ddbd93c Updated to use the more "modern constructs". Changed how keys are named. PySimpleGUI 2019-09-21 14:56:17 -0400
  • 2cf84deda4
    Merge pull request #2009 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-20 17:31:22 -0400
  • f7deaadf97 Refreshing demos. Updating to use newer techniques PySimpleGUI 2019-09-20 17:31:00 -0400
  • e5e1021516 Discovered OLD code! Was using ReadButton! PySimpleGUI 2019-09-20 16:59:15 -0400
  • 8ffd832ead
    Merge pull request #2008 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-20 13:49:41 -0400
  • 1d4ca6696f Now sets TKrootDestroyed when user closes window. window.get_screen_dimensions will call get_screen_size is window was closed / destroyed PySimpleGUI 2019-09-20 13:49:10 -0400
  • 0eef532517
    Merge pull request #2007 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-20 13:15:07 -0400
  • d3a146d436 New Class Method. Window.get_screen_size() returns tuple. Can be called any time. No previous window needed. PySimpleGUI 2019-09-20 13:14:45 -0400
  • cf4cf63b2f
    Merge pull request #2006 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-20 13:10:09 -0400
  • 627fda3ae0 Forgot version bump PySimpleGUI 2019-09-20 13:09:48 -0400
  • d4940296f1 Fixed bug / typo. Was in the middle of making a change and had not finished it before checking in! DOH!! PySimpleGUI 2019-09-20 13:08:58 -0400
  • 5f34a27f7a
    Merge pull request #2003 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-20 11:32:43 -0400
  • 338b16652d Added Element.set_size method enabling the resizing of any element. Removed import * restriction PySimpleGUI 2019-09-20 11:32:21 -0400
  • 7178dd4466
    Merge pull request #1995 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-19 15:52:45 -0400
  • 86805e9ebe Simplified code PySimpleGUI 2019-09-19 15:52:26 -0400
  • 4cb97d2226
    Merge pull request #1993 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-19 13:33:15 -0400
  • 3b24d8921e Update of ALL Matplotlib demos so they run on 3.1. Brought up to date too. PySimpleGUI 2019-09-19 13:32:25 -0400
  • 6f02fb4a54 Updated, removed the force_toplevel in Window as it doesn't seem to be needed anymore. PySimpleGUI 2019-09-19 11:57:11 -0400
  • 2ca670569b
    Merge pull request #1992 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-19 11:25:02 -0400
  • ec78bd3327 Updated to work with 3.1.1 PySimpleGUI 2019-09-19 11:24:40 -0400
  • 79ab02742f
    Merge pull request #1991 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-19 09:59:35 -0400
  • 0248d6e968 Comment out import of Typing module PySimpleGUI 2019-09-19 09:59:14 -0400
  • ec1380f5a8
    Merge pull request #1989 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-18 20:16:04 -0400
  • 7e972b5277 cleanup to more recent constructs PySimpleGUI 2019-09-18 20:15:45 -0400
  • 96438e10d6
    Merge pull request #1988 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-18 20:08:18 -0400
  • ef138509ac Updated to work with Matplotlib 3.1.1 PySimpleGUI 2019-09-18 20:07:57 -0400
  • 26a20b663f
    Merge pull request #1987 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-18 12:32:48 -0400
  • 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. PySimpleGUI 2019-09-18 12:32:28 -0400
  • 7e38d2f041
    Merge pull request #1983 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-17 12:36:39 -0400
  • 3db33ab659 Addition of Material1 and Material2 "Look and Feel Settings" MikeTheWatchGuy 2019-09-17 12:36:20 -0400
  • 074b273ee1
    Merge pull request #1978 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-16 19:18:15 -0400
  • 0126b3230e Changed mac button settings to crazy values MikeTheWatchGuy 2019-09-16 19:17:54 -0400
  • 89c7cc5fcc
    Merge pull request #1977 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-16 18:19:15 -0400
  • 8bbb704608 Changed Mac to use standard colors. No more restriction on look and feel MikeTheWatchGuy 2019-09-16 18:18:55 -0400
  • eba31e79e7
    Merge pull request #1975 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-16 16:01:35 -0400
  • 97db1d9cd4 The text parm of the Text element is now OPTIONAL. The default is ''. MikeTheWatchGuy 2019-09-16 16:01:03 -0400
  • caeec0ccfe
    Merge pull request #1974 from PySimpleGUI/Dev-latest PySimpleGUI 2019-09-16 15:41:14 -0400
  • abb0918dbd Version bump MikeTheWatchGuy 2019-09-16 15:40:53 -0400