Commit Graph

  • d2102c8b17 Added location parameter so that launchers can place these widgets at any location on multiple screens PySimpleGUI 2020-07-28 04:11:25 -0400
  • 7a03f4671a
    Merge pull request #3191 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-27 06:58:38 -0400
  • 8fc47b964a Replaced one multi-window design pattern with new read_all_windows PySimpleGUI 2020-07-27 06:58:17 -0400
  • e207adcb3e
    Merge pull request #3190 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-26 13:24:47 -0400
  • a3357df30a Close window and added try when reading multiple windows with X found PySimpleGUI 2020-07-26 13:24:25 -0400
  • 82bb38e271
    Merge pull request #3189 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-26 10:01:52 -0400
  • 5b1fe16e58 Find the closest match for a key window performing element lookups. More behind the scenes work on multi-window locked moves PySimpleGUI 2020-07-26 10:01:31 -0400
  • be33dc58e8
    Merge pull request #3188 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-25 22:38:21 -0400
  • c89fbc271f New demo showing multiple windows to achieve a background image effect PySimpleGUI 2020-07-25 22:37:41 -0400
  • 1678576eb3
    Merge pull request #3187 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-25 17:45:38 -0400
  • 7731b07f1f changed convert_to_bytes function to use a context manager for better memory management PySimpleGUI 2020-07-25 17:45:19 -0400
  • 21459019bd
    Merge pull request #3186 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-25 17:11:26 -0400
  • 50c7903aa9 Added up/down arrows to event bindings for spinner when enabling events. Multiwindow - Move windows together when locked - controlled via class variable PySimpleGUI 2020-07-25 17:11:09 -0400
  • 8177887495
    Merge pull request #3184 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-25 14:26:44 -0400
  • 4d67b08c2e Key error formatting. Raise by default PySimpleGUI 2020-07-25 14:26:07 -0400
  • b30e31d91f
    Merge pull request #3183 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-25 13:11:36 -0400
  • a24f2a3dac Removed the extra try block. Not needed as cases double exception PySimpleGUI 2020-07-25 13:10:09 -0400
  • 6aa4d7e1f5
    Merge pull request #3181 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-25 10:52:17 -0400
  • 78b9239e12 Turned off raising exception for bad keys by default and make it changeable through set_options. The code is in the popup error now PySimpleGUI 2020-07-25 10:51:58 -0400
  • 1722de9bad
    Merge pull request #3180 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-25 10:02:06 -0400
  • 76cfae8351 Traceback info added to key error popups PySimpleGUI 2020-07-25 10:01:47 -0400
  • d422d49953
    Merge pull request #3178 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-24 19:20:05 -0400
  • c2eda23948 Replaced file with in-file base64 image PySimpleGUI 2020-07-24 19:19:41 -0400
  • c67e2d1f81
    Merge pull request #3177 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-24 17:47:05 -0400
  • 77c6dc7a13 Raise KeyError when key not found in find_element PySimpleGUI 2020-07-24 17:46:41 -0400
  • e2a21f4294
    Merge pull request #3175 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-24 07:02:20 -0400
  • 940bdb26a0 Made Titles of Recipes easier to find by decreasing indent level to one # PySimpleGUI 2020-07-24 07:02:01 -0400
  • 200ef7329a
    Merge pull request #3174 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-24 06:44:39 -0400
  • ab8e8b4a54 Cookbook - Recipe with PIL converter function - VERY VERY useful function PySimpleGUI 2020-07-24 06:44:22 -0400
  • a206f44c47
    Merge pull request #3173 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-24 06:02:07 -0400
  • f6e60b31b3 Simple demo to launch the "sg.main()" function. Good for getting to the upgrade and other utilities PySimpleGUI 2020-07-24 06:01:48 -0400
  • cddb496e36
    Merge pull request #3172 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-23 17:34:46 -0400
  • cbd4d0d8b3 theme_preview - restore previous theme when exiting PySimpleGUI 2020-07-23 17:34:23 -0400
  • c552f9a0c7
    Merge pull request #3171 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-23 17:27:28 -0400
  • 0b13ae8ed0 ProgressBar - can use new color format, combined update_bar with update, search option for theme_preview, theme button in main PySimpleGUI 2020-07-23 17:26:15 -0400
  • 5a2d1a6c77 Renamed the dark theme previewer demo PySimpleGUI 2020-07-23 17:25:38 -0400
  • 796b69e755
    Merge pull request #3170 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-23 16:14:48 -0400
  • 432603bd82 Updated the Toggle-Button demo to use new color formats PySimpleGUI 2020-07-23 16:14:24 -0400
  • 212362ebaf
    Merge pull request #3167 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-22 14:27:27 -0400
  • ab1e305e13 Docstrings for read_all_windows PySimpleGUI 2020-07-22 14:27:02 -0400
  • 807fd88223 read_all_windows experimental release 4.26.0.2 PySimpleGUI 2020-07-22 07:00:33 -0400
  • a0d45d5fe3 Highly experimental read_all_windows version PySimpleGUI 2020-07-22 06:59:07 -0400
  • 94a67c0915
    Merge pull request #3165 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-20 21:02:09 -0400
  • 6ef69c49f8 Alias recipe PySimpleGUI 2020-07-20 21:01:33 -0400
  • 6ab080487b
    Merge pull request #3164 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-19 16:41:25 -0400
  • 4ac42af3ce Added the missing reroute_stdout_to_here, restore, etc call references. PySimpleGUI 2020-07-19 16:40:47 -0400
  • a7463974a6
    Merge pull request #3163 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-19 16:13:14 -0400
  • 1836526787 Updatges to the cprint / printing recipes. New Recipte for "long running operations". Hows how ot use the new Window.write_event_value PySimpleGUI 2020-07-19 16:12:49 -0400
  • d3eb5686be sponsor support PySimpleGUI 2020-07-19 15:49:21 -0400
  • 141df2b778
    Merge pull request #3162 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-18 19:53:19 -0400
  • 3feadf4448 Col alias, added theme_add_new, PySimpleGUI 2020-07-18 19:52:58 -0400
  • ef52d9b54f New k parm for all elements, new button color format "on", expand dummy method for portability, Multiline write_only parm, error popup for widget not finalized,cprint(need to update again however), popup removed use of older CloseButton, image added to popups, docstring fix for *args, PySimpleGUI 2020-07-18 19:52:19 -0400
  • 2684d7834a Added theme_add_new, added Multiline write_only parm PySimpleGUI 2020-07-18 19:46:30 -0400
  • 5624f8ae14
    Merge pull request #3160 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-18 15:37:15 -0400
  • 110e5a0daf Removed cprint from thread. Added dummy button PySimpleGUI 2020-07-18 15:36:12 -0400
  • e6d0eca440 Release 4.26.0 PySimpleGUI 2020-07-18 15:34:48 -0400
  • 8b809bde2e
    Merge pull request #3159 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-18 13:43:28 -0400
  • 530e28a048 Moved creation of the thread strvar to window create time instead of being done by the thread itself. PySimpleGUI 2020-07-18 13:43:02 -0400
  • 04dfa364d5 Changed multi-threaded demos to use new Window.write_event_value method PySimpleGUI 2020-07-18 13:42:32 -0400
  • 2fa210ec2d
    Merge pull request #3156 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-17 14:24:09 -0400
  • 934cea5881 Release 4.25.0 PySimpleGUI 2020-07-17 14:23:47 -0400
  • 89f5a8d7a7
    Merge pull request #3152 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-17 08:09:42 -0400
  • e8e7104477 Force previous tooltip to close when new one is shown PySimpleGUI 2020-07-17 08:09:22 -0400
  • df55893298
    Merge pull request #3151 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-16 16:22:01 -0400
  • d7f062f77c New Multi-threaded demo - requires GitHub version of PySimpleGUI.py PySimpleGUI 2020-07-16 16:21:40 -0400
  • 083c98de38
    Merge pull request #3150 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-16 15:27:09 -0400
  • 07e8c0737b NEW Window.write_event_value method - use for thread communications with Windows (consider it a beta) PySimpleGUI 2020-07-16 15:26:47 -0400
  • 7485f1d191
    Merge pull request #3144 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-13 13:56:57 -0400
  • 492468f0cb Removed selecting the first entry for combo if updated with new values PySimpleGUI 2020-07-13 13:56:35 -0400
  • cc49d75251
    Merge pull request #3142 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-13 09:25:03 -0400
  • bc23667d55 modal option added to Window. New parameters for theme_previewer PySimpleGUI 2020-07-13 09:24:41 -0400
  • e300ac7199
    Merge pull request #3139 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-12 13:44:09 -0400
  • af81d67046 Made all popups modal by default. Added modal parameter to all of them except non-blocking (animations) PySimpleGUI 2020-07-12 13:43:48 -0400
  • d7dd9f4541
    Merge pull request #3137 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-12 12:58:16 -0400
  • 59c713c9df Added Window.make_modal, modal parm added to popup PySimpleGUI 2020-07-12 12:57:57 -0400
  • 4b1039568f
    Merge pull request #3136 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-12 12:45:57 -0400
  • 887863c481 New version of the _fixed_map function that handles previously defined styles better PySimpleGUI 2020-07-12 12:45:38 -0400
  • 50ba1d9811
    Merge pull request #3135 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-12 10:08:23 -0400
  • dfd15dd8b9 New table and tree selected row colors based on the theme. PySimpleGUI 2020-07-12 10:08:04 -0400
  • b400445e84
    Merge pull request #3134 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-11 12:16:50 -0400
  • a5c40a71b9 Version bump... forgot PySimpleGUI 2020-07-11 12:16:27 -0400
  • 8f97c5bf4a Table & Tree Elements - new parameter selected_row_color. Table & Tree Color fix for 8.6.9 is now enabled by default again. PySimpleGUI 2020-07-11 12:16:03 -0400
  • 18b59aa7ab
    Merge pull request #3131 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-10 10:57:40 -0400
  • 5b998af8d5 Made Multiline print, cprint, and re-routed print use the autoscroll setting for the Multiline element PySimpleGUI 2020-07-10 10:57:18 -0400
  • 91aabdee18
    Merge pull request #3130 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-09 13:44:14 -0400
  • cb5c0cc69f Added reroute_cprint parameter to Multiline PySimpleGUI 2020-07-09 13:43:50 -0400
  • d7dc261d41
    Merge pull request #3129 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-09 10:28:04 -0400
  • 34700fc3c5 Multiline Element - 2 new parameters to reroute stdout and stderr to this element PySimpleGUI 2020-07-09 10:27:44 -0400
  • 1886621fb7
    Merge pull request #3128 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-09 10:08:46 -0400
  • ff2fe2a7ab Output element will now automatically refresh the parent window after every write. Added refresh to Multiline Update if elment has refresh configured PySimpleGUI 2020-07-09 09:55:32 -0400
  • 66f026fbe2
    Merge pull request #3126 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-09 05:47:00 -0400
  • 78917db9bc New PIL Image Viewer that will also resize images and runs on Qt too PySimpleGUI 2020-07-09 05:46:41 -0400
  • a48b1fb34e
    Merge pull request #3125 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-09 05:32:19 -0400
  • e89f479125 shortcut for cprint rather than using sg.cprint. PySimpleGUI 2020-07-09 05:31:15 -0400
  • b9a7bfe237 Fix for missing k paramter in FileBrowse button PySimpleGUI 2020-07-09 05:30:44 -0400
  • 587cb5f3a5 Multiline - new auto_refresh parameter, new reroute_stdout_to_here, reroute_stderr_to_here, restore_stdout, restore_stderr methods. PySimpleGUI 2020-07-08 17:01:23 -0400
  • 54f3d7400e
    Merge pull request #3122 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-08 09:01:36 -0400
  • c724cf9d63 A new way to generate Matplotlib graphs. Uses PIL to resize drawings so a grid of graphs can be displayed easily. PySimpleGUI 2020-07-08 09:01:13 -0400
  • 49599ace05
    Merge pull request #3118 from PySimpleGUI/Dev-latest PySimpleGUI 2020-07-07 17:53:06 -0400
  • c48dd18d5e Updated Matplotlib Template Program PySimpleGUI 2020-07-07 17:52:39 -0400