Commit Graph

5435 Commits

Author SHA1 Message Date
PySimpleGUI e3b6d58765
Merge pull request #4377 from PySimpleGUI/Dev-latest
Removed the very old demo programs folder
2021-06-07 08:43:22 -04:00
PySimpleGUI ec47e6d8ce Removed the very old demo programs folder 2021-06-07 08:43:05 -04:00
PySimpleGUI a52faa7bb8
Merge pull request #4373 from PySimpleGUI/Dev-latest
Moved clipboard operations to a single function to make event loop cl…
2021-06-06 10:32:48 -04:00
PySimpleGUI 6e7d267583 Moved clipboard operations to a single function to make event loop cleaner 2021-06-06 10:31:54 -04:00
PySimpleGUI 4ff43ebca0
Merge pull request #4372 from PySimpleGUI/Dev-latest
New Demo Program - Multiline Element clipboard operations using a rig…
2021-06-06 10:24:28 -04:00
PySimpleGUI f2f0ea99a7 New Demo Program - Multiline Element clipboard operations using a right click menu 2021-06-06 10:24:08 -04:00
PySimpleGUI 0a656faf35
Merge pull request #4371 from PySimpleGUI/Dev-latest
New Demo - Threaded Progress Meter
2021-06-05 19:05:25 -04:00
PySimpleGUI b8111190d4 New Demo - Threaded Progress Meter 2021-06-05 19:05:08 -04:00
PySimpleGUI 98fb88f051
Merge pull request #4369 from PySimpleGUI/Dev-latest
Invert colors of the "Refresh Button" while refresh is happening
2021-06-05 10:49:42 -04:00
PySimpleGUI f239ab36ba Invert colors of the "Refresh Button" while refresh is happening 2021-06-05 10:49:28 -04:00
PySimpleGUI 6c2532fce1
Merge pull request #4367 from PySimpleGUI/Dev-latest
Comment change
2021-06-05 09:17:54 -04:00
PySimpleGUI 10c03cb689 Comment change 2021-06-05 09:17:39 -04:00
PySimpleGUI 0420580abd
Merge pull request #4366 from PySimpleGUI/Dev-latest
Dev latest
2021-06-05 08:46:23 -04:00
PySimpleGUI 4eada1a704 Forgot a debug print removal 2021-06-05 08:46:06 -04:00
PySimpleGUI 89ae54fa87 Added package description field 2021-06-05 08:45:06 -04:00
PySimpleGUI 98f51866ba
Merge pull request #4361 from PySimpleGUI/Dev-latest
See through test in test harness changed to be a toggle.
2021-06-04 09:08:11 -04:00
PySimpleGUI cae7d9abe6 See through test in test harness changed to be a toggle. 2021-06-04 09:07:53 -04:00
PySimpleGUI 63804dd3f6
Merge pull request #4360 from PySimpleGUI/Dev-latest
Added collapse button to the the Open GitHub Issue so the upper potio…
2021-06-03 16:34:52 -04:00
PySimpleGUI 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. 2021-06-03 16:34:33 -04:00
PySimpleGUI 46a8223cbc
Merge pull request #4358 from PySimpleGUI/Dev-latest
Better Button error handling when Unicode chars are used or if a bad …
2021-06-03 11:05:20 -04:00
PySimpleGUI 4671509c92 Better Button error handling when Unicode chars are used or if a bad color string is provided. 2021-06-03 11:05:02 -04:00
PySimpleGUI 9ddfcb5223
Merge pull request #4350 from PySimpleGUI/Dev-latest
Changed gauge update
2021-05-31 19:49:08 -04:00
PySimpleGUI 2945202e72 Changed gauge update 2021-05-31 19:48:52 -04:00
PySimpleGUI 2f64962604
Merge pull request #4349 from PySimpleGUI/Dev-latest
A new reworked version of pong!
2021-05-31 17:40:53 -04:00
PySimpleGUI 7cf15a8e6b A new reworked version of pong! 2021-05-31 17:40:38 -04:00
PySimpleGUI 9baaa14ab2
Merge pull request #4348 from PySimpleGUI/Dev-latest
popup_get_file - set parent=None when running on Mac so doesn't gener…
2021-05-31 16:31:51 -04:00
PySimpleGUI 09cf44ccd1 popup_get_file - set parent=None when running on Mac so doesn't generate warning message. 2021-05-31 16:31:34 -04:00
PySimpleGUI 0a92422231
Merge pull request #4347 from PySimpleGUI/Dev-latest
Couple of fixes for getting location of popups
2021-05-31 15:55:05 -04:00
PySimpleGUI bab87576b2 Set default to be current title 2021-05-31 15:54:06 -04:00
PySimpleGUI 7aa4bb42ff Couple of fixes for getting location of popups 2021-05-31 15:51:26 -04:00
PySimpleGUI 3b2615559a
Merge pull request #4346 from PySimpleGUI/Dev-latest
Dev latest
2021-05-31 15:42:27 -04:00
PySimpleGUI 6349c5d818 Another desktop widget. This one is a simple counter (needed something to count up to a goal and this filled the need) 2021-05-31 15:42:05 -04:00
PySimpleGUI edfb83c2be Added some whitespace to make things more readable 2021-05-31 15:41:31 -04:00
PySimpleGUI fd56dbe9fc
Merge pull request #4340 from PySimpleGUI/Dev-latest
Had timeout=1 which is a terrible idea (it's old code)
2021-05-29 16:31:33 -04:00
PySimpleGUI 616ec13c9c Had timeout=1 which is a terrible idea (it's old code) 2021-05-29 16:31:16 -04:00
PySimpleGUI 3e8e999443
Merge pull request #4339 from PySimpleGUI/Dev-latest
cwd is automatically set to the folder of the application being launc…
2021-05-28 15:30:34 -04:00
PySimpleGUI 8dd2bfcdb0 cwd is automatically set to the folder of the application being launched when execute_py_file is called with cwd=None 2021-05-28 15:29:25 -04:00
PySimpleGUI 109ecc28e2
Merge pull request #4332 from PySimpleGUI/Dev-latest
New Japanese versions! (THANK YOU @okajun35!!!)
2021-05-27 18:47:49 -04:00
PySimpleGUI c612ec6b18 New Japanese versions! (THANK YOU @okajun35!!!) 2021-05-27 18:47:35 -04:00
PySimpleGUI 99b0771ffb
Merge pull request #4331 from PySimpleGUI/Dev-latest
Added back truncated portion
2021-05-27 17:34:04 -04:00
PySimpleGUI aa95930d04 Added back truncated portion 2021-05-27 17:33:48 -04:00
PySimpleGUI 7504b90c2c
Merge pull request #4326 from PySimpleGUI/Dev-latest
Use Window metadata for count of packages. Better theme use for "X" o…
2021-05-26 10:28:09 -04:00
PySimpleGUI 04853a1873 Use Window metadata for count of packages. Better theme use for "X" on row. Bigger fonts. May be the last polish post. 2021-05-26 10:27:46 -04:00
PySimpleGUI 4a0abfd671
Merge pull request #4323 from PySimpleGUI/Dev-latest
Changed get_versions to be more clear.  Exclude canvas from return va…
2021-05-25 15:20:48 -04:00
PySimpleGUI d6dbcb7c61 Changed get_versions to be more clear. Exclude canvas from return values. 2021-05-25 15:20:31 -04:00
PySimpleGUI 1f7b6748ba
Merge pull request #4322 from PySimpleGUI/Dev-latest
Added buttons for refresh, add package. Added tooltips
2021-05-25 14:32:47 -04:00
PySimpleGUI 3371d33d08 Added buttons for refresh, add package. Added tooltips 2021-05-25 14:32:32 -04:00
PySimpleGUI 129d8a3dcb
Merge pull request #4320 from PySimpleGUI/Dev-latest
Dev latest
2021-05-25 14:16:36 -04:00
PySimpleGUI 3b00d39c3a Improvements to the newer PIL demos 2021-05-25 14:16:21 -04:00
PySimpleGUI b670662ead New Demo Program - FedEx Package Tracking Desktop Widget 2021-05-25 14:15:48 -04:00