Commit Graph

  • 6e7d267583 Moved clipboard operations to a single function to make event loop cleaner PySimpleGUI 2021-06-06 10:31:54 -0400
  • 4ff43ebca0
    Merge pull request #4372 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-06 10:24:28 -0400
  • f2f0ea99a7 New Demo Program - Multiline Element clipboard operations using a right click menu PySimpleGUI 2021-06-06 10:24:08 -0400
  • 0a656faf35
    Merge pull request #4371 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-05 19:05:25 -0400
  • b8111190d4 New Demo - Threaded Progress Meter PySimpleGUI 2021-06-05 19:05:08 -0400
  • 98fb88f051
    Merge pull request #4369 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-05 10:49:42 -0400
  • f239ab36ba Invert colors of the "Refresh Button" while refresh is happening PySimpleGUI 2021-06-05 10:49:28 -0400
  • 6c2532fce1
    Merge pull request #4367 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-05 09:17:54 -0400
  • 10c03cb689 Comment change PySimpleGUI 2021-06-05 09:17:39 -0400
  • 0420580abd
    Merge pull request #4366 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-05 08:46:23 -0400
  • 4eada1a704 Forgot a debug print removal PySimpleGUI 2021-06-05 08:46:06 -0400
  • 89ae54fa87 Added package description field PySimpleGUI 2021-06-05 08:45:06 -0400
  • 98f51866ba
    Merge pull request #4361 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-04 09:08:11 -0400
  • cae7d9abe6 See through test in test harness changed to be a toggle. PySimpleGUI 2021-06-04 09:07:53 -0400
  • 63804dd3f6
    Merge pull request #4360 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-03 16:34:52 -0400
  • 4aa0b642c6 Added collapse button to the the Open GitHub Issue so the upper potion of window can be hidden, thus making it not as tall. PySimpleGUI 2021-06-03 16:34:33 -0400
  • 46a8223cbc
    Merge pull request #4358 from PySimpleGUI/Dev-latest PySimpleGUI 2021-06-03 11:05:20 -0400
  • 4671509c92 Better Button error handling when Unicode chars are used or if a bad color string is provided. PySimpleGUI 2021-06-03 11:05:02 -0400
  • 9ddfcb5223
    Merge pull request #4350 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-31 19:49:08 -0400
  • 2945202e72 Changed gauge update PySimpleGUI 2021-05-31 19:48:52 -0400
  • 2f64962604
    Merge pull request #4349 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-31 17:40:53 -0400
  • 7cf15a8e6b A new reworked version of pong! PySimpleGUI 2021-05-31 17:40:38 -0400
  • 9baaa14ab2
    Merge pull request #4348 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-31 16:31:51 -0400
  • 09cf44ccd1 popup_get_file - set parent=None when running on Mac so doesn't generate warning message. PySimpleGUI 2021-05-31 16:31:34 -0400
  • 0a92422231
    Merge pull request #4347 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-31 15:55:05 -0400
  • bab87576b2 Set default to be current title PySimpleGUI 2021-05-31 15:54:06 -0400
  • 7aa4bb42ff Couple of fixes for getting location of popups PySimpleGUI 2021-05-31 15:51:26 -0400
  • 3b2615559a
    Merge pull request #4346 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-31 15:42:27 -0400
  • 6349c5d818 Another desktop widget. This one is a simple counter (needed something to count up to a goal and this filled the need) PySimpleGUI 2021-05-31 15:42:05 -0400
  • edfb83c2be Added some whitespace to make things more readable PySimpleGUI 2021-05-31 15:41:31 -0400
  • fd56dbe9fc
    Merge pull request #4340 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-29 16:31:33 -0400
  • 616ec13c9c Had timeout=1 which is a terrible idea (it's old code) PySimpleGUI 2021-05-29 16:31:16 -0400
  • 3e8e999443
    Merge pull request #4339 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-28 15:30:34 -0400
  • 8dd2bfcdb0 cwd is automatically set to the folder of the application being launched when execute_py_file is called with cwd=None PySimpleGUI 2021-05-28 15:29:25 -0400
  • 109ecc28e2
    Merge pull request #4332 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-27 18:47:49 -0400
  • c612ec6b18 New Japanese versions! (THANK YOU @okajun35!!!) PySimpleGUI 2021-05-27 18:47:35 -0400
  • 99b0771ffb
    Merge pull request #4331 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-27 17:34:04 -0400
  • aa95930d04 Added back truncated portion PySimpleGUI 2021-05-27 17:33:48 -0400
  • 7504b90c2c
    Merge pull request #4326 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-26 10:28:09 -0400
  • 04853a1873 Use Window metadata for count of packages. Better theme use for "X" on row. Bigger fonts. May be the last polish post. PySimpleGUI 2021-05-26 10:27:46 -0400
  • 4a0abfd671
    Merge pull request #4323 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-25 15:20:48 -0400
  • d6dbcb7c61 Changed get_versions to be more clear. Exclude canvas from return values. PySimpleGUI 2021-05-25 15:20:31 -0400
  • 1f7b6748ba
    Merge pull request #4322 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-25 14:32:47 -0400
  • 3371d33d08 Added buttons for refresh, add package. Added tooltips PySimpleGUI 2021-05-25 14:32:32 -0400
  • 129d8a3dcb
    Merge pull request #4320 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-25 14:16:36 -0400
  • 3b00d39c3a Improvements to the newer PIL demos PySimpleGUI 2021-05-25 14:16:21 -0400
  • b670662ead New Demo Program - FedEx Package Tracking Desktop Widget PySimpleGUI 2021-05-25 14:15:48 -0400
  • 1dbb1b2d99
    Merge pull request #4318 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-24 15:01:45 -0400
  • a845014317 Minor formatting PySimpleGUI 2021-05-24 15:01:29 -0400
  • 9ec0f18607 New simple Sudoku puzzle demo PySimpleGUI 2021-05-24 14:58:44 -0400
  • 7dbdc26637
    Merge pull request #4316 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-24 10:10:29 -0400
  • 6b17ef7ded Toggle button demo using PIL to draw the button PySimpleGUI 2021-05-24 10:10:03 -0400
  • e68d3005d1 Renamed Postit demo to match others. Use the new multiline expand_x, expand_y. PySimpleGUI 2021-05-24 10:08:06 -0400
  • 1260bda762
    Merge pull request #4315 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-24 09:46:39 -0400
  • 2925d52c69 Fix for ICON_BASE64_LIST having been renamed in PySimpleGUI but not in the demo PySimpleGUI 2021-05-24 09:46:24 -0400
  • 7c8463a65a
    Merge pull request #4312 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-23 20:15:15 -0400
  • d3cb3f74c2 Release 4.43.0 PySimpleGUI 2021-05-23 20:14:46 -0400
  • 4c11f263c3
    Merge pull request #4311 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-23 20:08:23 -0400
  • b8dd1f0c00 Multiline new parms expand_x, expand_y removes need to do an expand call. Debug print window now resizable. popup_scrolled now resizable. A BUNCH of docstring changes. PySimpleGUI 2021-05-23 20:07:56 -0400
  • 3433782079
    Merge pull request #4310 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-23 16:38:57 -0400
  • 1186dca8ad Added Window.ding(). Added more error information when a "Finalize is needed" error happens. Traceback added to all finalize needed errors so that user can be taken to the error. PySimpleGUI 2021-05-23 16:38:41 -0400
  • d48f6dfa7a
    Merge pull request #4309 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-23 16:00:09 -0400
  • 5130a135a1 One more try.... PySimpleGUI 2021-05-23 15:59:55 -0400
  • 6ae15321bb
    Merge pull request #4308 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-23 15:58:12 -0400
  • a2425813f4 Can't believe I left out a significant contributor... fixed my error.... PySimpleGUI 2021-05-23 15:57:59 -0400
  • 1fcbc72826
    Merge pull request #4307 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-23 14:08:05 -0400
  • 06be391d11 Release 4.42.0 PySimpleGUI 2021-05-23 14:07:50 -0400
  • 942ab2617a
    Merge pull request #4306 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-23 10:07:10 -0400
  • 03f57c7979 A little more info about the Demo Programs folder and other project folders.... PySimpleGUI 2021-05-23 10:06:55 -0400
  • 0d0bf4e28a
    Merge pull request #4304 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-22 16:32:44 -0400
  • e49204855e Removed Sizegrip images and uses built-in Sizegrip instead. This will keep things native and is more SIMPLE. Added Element.grab_anywhere_exclude to exclude a specific element from the grab_anywhere feature. Great for Graph elements where you want to capture the drag events. PySimpleGUI 2021-05-22 16:32:26 -0400
  • bd20a9c837
    Merge pull request #4302 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-21 15:44:18 -0400
  • 77dc9041a8 NEW Demos - PIL Rounded Rectangle (thank you Copyright 2021 PySimpleGUI, @jason990420 !), Postit Desktop Widget using Sizegrip Element PySimpleGUI 2021-05-21 15:44:00 -0400
  • cafdc42b3b
    Merge pull request #4300 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-20 15:07:20 -0400
  • a1c1ba463a Replaced old MenubarCustom with the new one built into PySimpleGUI PySimpleGUI 2021-05-20 15:07:05 -0400
  • dd25e39d13 Finishing up the MenubarCustom - docstrings, color settings, etc.... Done is being officially declared.... PySimpleGUI 2021-05-20 15:06:27 -0400
  • 373a0ff932
    Merge pull request #4299 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-20 12:55:10 -0400
  • 3a0e6c3668 Enable changing the font. Better error checking and settings file delete option. PySimpleGUI 2021-05-20 12:54:53 -0400
  • e41d8ffbd4 New Desktop Widget Demo - Date Display PySimpleGUI 2021-05-20 12:54:14 -0400
  • e6e08412cb
    Merge pull request #4296 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-20 10:59:56 -0400
  • ec83092de3 Addition of MenubarCustom "element" for use with the CustomTitlebar. Without this it's not possible to have a custom titlebar and a menubar. It is a must-have thing. Improved the location of menus that are torn off. PySimpleGUI 2021-05-20 10:42:01 -0400
  • 2cedb0a37f
    Merge pull request #4294 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-19 20:52:41 -0400
  • 8d4fc14416 Sizegrip element - parm change to grip_image that can be a bytestring or a filename, new SIZE_GRIP_WHITE_BASE64 constant PySimpleGUI 2021-05-19 20:52:27 -0400
  • 4894adb70e
    Merge pull request #4293 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-19 14:00:27 -0400
  • 1bb22307f5 New Sizegrip Element. FIX for grab_anywhere! Now sliders, scrollbars, multiline, input elements will no longer move the window. PySimpleGUI 2021-05-19 14:00:12 -0400
  • d7fc715162
    Merge pull request #4289 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-18 09:54:29 -0400
  • 26ef16ca23 Added predefined right click menu for exiting and self-editing. Removed older "RAM_Used" demo. PySimpleGUI 2021-05-18 09:54:12 -0400
  • 01c34ffd09
    Merge pull request #4285 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-15 09:35:55 -0400
  • ed11316f18 Added bind_return_key to Combo. Note that it works like the Listbox bind_return_key in that the Combo's key is the event returned. PySimpleGUI 2021-05-15 09:35:36 -0400
  • 2702b21f1e
    Merge pull request #4284 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-14 16:35:28 -0400
  • f2a0dddf2d Fix for getting wrong Tab ID in Tab.update PySimpleGUI 2021-05-14 16:34:58 -0400
  • db8d4a533a
    Merge pull request #4280 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-13 10:04:06 -0400
  • 46767bb66b Removed very old demo. PySimpleGUI 2021-05-13 10:03:48 -0400
  • df3956137e
    Merge pull request #4279 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-12 19:31:50 -0400
  • df428c0526 Fix for bad table PySimpleGUI 2021-05-12 19:31:33 -0400
  • a6b062dc67
    Merge pull request #4278 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-12 19:14:50 -0400
  • 32e31946dc Release 4.41.2 PySimpleGUI 2021-05-12 19:14:23 -0400
  • bc6396a363
    Merge pull request #4277 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-12 19:09:18 -0400
  • 8936e24745 Fix for bad table PySimpleGUI 2021-05-12 19:08:57 -0400
  • b429dfc60a
    Merge pull request #4276 from PySimpleGUI/Dev-latest PySimpleGUI 2021-05-12 19:05:13 -0400