Commit graph

3261 commits

Author SHA1 Message Date
MikeTheWatchGuy
9655700307
Merge pull request #1443 from PySimpleGUI/Dev-latest
Better duplicate key handling, added border_depth to multiline element
2019-05-19 10:34:54 -04:00
MikeTheWatchGuy
e670157f71 Nioce colored blocks to show which bits of work are being executed 2019-05-19 10:33:58 -04:00
MikeTheWatchGuy
0053c02f27 Better duplicate key handling, added border_depth to multiline element 2019-05-19 10:33:14 -04:00
MikeTheWatchGuy
37b15eb9a0
Merge pull request #1439 from PySimpleGUI/Dev-latest
Improved color viewer program
2019-05-18 15:47:30 -04:00
MikeTheWatchGuy
2f43a87a43 Improved color viewer program 2019-05-18 15:47:04 -04:00
MikeTheWatchGuy
7b8adaa86c
Merge pull request #1437 from PySimpleGUI/Dev-latest
New Hello World Demos
2019-05-18 07:53:41 -04:00
MikeTheWatchGuy
c3c25bfd83 New Hello World Demos 2019-05-18 07:46:20 -04:00
MikeTheWatchGuy
ff1bcf551e
Merge pull request #1435 from PySimpleGUI/Dev-latest
Added check toi automatically close hidden window when last window is…
2019-05-17 08:42:39 -04:00
MikeTheWatchGuy
11ad67b6b2 Added check toi automatically close hidden window when last window is closed 2019-05-17 08:42:11 -04:00
MikeTheWatchGuy
f95eca095e
Merge pull request #1434 from PySimpleGUI/Dev-latest
New function - ClosePySimpleGUI() - deletes the hidden master window
2019-05-17 08:25:49 -04:00
MikeTheWatchGuy
7a30a808a4 New function - ClosePySimpleGUI() - deletes the hidden master window 2019-05-17 08:25:22 -04:00
MikeTheWatchGuy
c0c582b492
Merge pull request #1430 from PySimpleGUI/Dev-latest
Changed how no_titlebar is implemented on linux
2019-05-16 17:04:43 -04:00
MikeTheWatchGuy
8a7fc67abe Changed how no_titlebar is implemented on linux 2019-05-16 17:04:08 -04:00
MikeTheWatchGuy
5228e3d225
Merge pull request #1429 from PySimpleGUI/Dev-latest
Dev latest
2019-05-16 15:42:38 -04:00
MikeTheWatchGuy
6e0193c833 Major refresh of 27. 2019-05-16 15:42:10 -04:00
MikeTheWatchGuy
83b8223f01 Fixed missing Radio Buttons from auto key dictionary. Image added to test harness 2019-05-16 15:41:42 -04:00
MikeTheWatchGuy
d5c572b424
Merge pull request #1428 from PySimpleGUI/Dev-latest
Changed Combobox "unique field" to be built from element's key instea…
2019-05-16 12:23:27 -04:00
MikeTheWatchGuy
a949dabf92 Changed Combobox "unique field" to be built from element's key instead of date/time. 2019-05-16 12:22:58 -04:00
MikeTheWatchGuy
a450406601
Merge pull request #1426 from PySimpleGUI/Dev-latest
Dev latest
2019-05-16 11:58:36 -04:00
MikeTheWatchGuy
483d2523c4 Fix for dictionary key counter being off, fix for Maximize, new Window.Normal method 2019-05-16 11:16:30 -04:00
MikeTheWatchGuy
f86530aa0e Release 0.28.0 2019-05-15 15:07:58 -04:00
MikeTheWatchGuy
3594ffd03a
Merge pull request #1418 from PySimpleGUI/Dev-latest
Removed illegal append
2019-05-15 10:46:51 -04:00
MikeTheWatchGuy
f7333e6147 Removed illegal append 2019-05-15 10:36:57 -04:00
PySimpleGUI
2284be6ee2
Merge pull request #1416 from PySimpleGUI/Dev-latest
Fix from user musteresel - uses dictionary to save images in so no mo…
2019-05-15 10:23:36 -04:00
MikeTheWatchGuy
333e8fd50c Fix from user musteresel - uses dictionary to save images in so no more memory leak 2019-05-15 10:22:58 -04:00
MikeTheWatchGuy
742d225407
Merge pull request #1415 from PySimpleGUI/Dev-latest
Dev latest
2019-05-15 10:04:35 -04:00
MikeTheWatchGuy
ba3d2e57bd Last bit of cleanup 2019-05-15 10:03:54 -04:00
MikeTheWatchGuy
719d0f2ffc Fix for Radio Updates, added try around transparent color since only on Windows 2019-05-15 09:58:32 -04:00
MikeTheWatchGuy
8a50dd7052
Merge pull request #1413 from PySimpleGUI/Dev-latest
Better coments.  Uses "Work ID" concept
2019-05-15 09:02:18 -04:00
MikeTheWatchGuy
a37911616f
Merge branch 'master' into Dev-latest 2019-05-15 09:02:10 -04:00
MikeTheWatchGuy
54aff5921c
Merge pull request #1412 from PySimpleGUI/pulls_go_here
Better commenting and message passing with "Work ID" checks
2019-05-15 08:58:49 -04:00
MikeTheWatchGuy
0072cef950 Better coments. Uses "Work ID" concept 2019-05-15 08:58:03 -04:00
MikeTheWatchGuy
6acdac5a96 Better commenting and message passing with "Work ID" checks 2019-05-15 08:56:56 -04:00
MikeTheWatchGuy
3f6938bd8a
Merge pull request #1410 from PySimpleGUI/Dev-latest
Dev latest
2019-05-14 20:59:55 -04:00
MikeTheWatchGuy
8c20619b2a More cleanup. Added Popup button and code. Location strings 2019-05-14 20:59:12 -04:00
MikeTheWatchGuy
d0ebb2bfa2 typo 2019-05-14 19:45:18 -04:00
MikeTheWatchGuy
ab0db14928
Merge pull request #1409 from PySimpleGUI/Dev-latest
Big assed comments
2019-05-14 19:43:07 -04:00
MikeTheWatchGuy
ce3abed7d1 Big assed comments 2019-05-14 19:40:16 -04:00
MikeTheWatchGuy
4c8535f238
Merge pull request #1408 from PySimpleGUI/Dev-latest
Lots of comments
2019-05-14 17:40:49 -04:00
MikeTheWatchGuy
3ce0e8e300 Lots of comments 2019-05-14 17:40:30 -04:00
MikeTheWatchGuy
668fef17f2
Merge pull request #1407 from PySimpleGUI/Dev-latest
Added counter to demo
2019-05-14 14:39:16 -04:00
MikeTheWatchGuy
e3286ae1f1 Added counter to demo 2019-05-14 14:38:56 -04:00
MikeTheWatchGuy
6af5d9176b
Merge pull request #1406 from PySimpleGUI/Dev-latest
New Demo program showing long tasks
2019-05-14 14:24:00 -04:00
MikeTheWatchGuy
2887887385 New Demo program showing long tasks 2019-05-14 14:23:30 -04:00
MikeTheWatchGuy
794f6cd2d9
Merge pull request #1405 from PySimpleGUI/Dev-latest
Dev latest
2019-05-14 12:56:17 -04:00
MikeTheWatchGuy
eddf5bc97f New Window parameter transparent_color. PopupAnimated now uses a transparent background! 2019-05-14 12:55:48 -04:00
MikeTheWatchGuy
9dc029e9cd Window gets new transparent_color parameter and SetTransparentColor method 2019-05-14 12:18:29 -04:00
MikeTheWatchGuy
73861245ef
Merge pull request #1404 from PySimpleGUI/Dev-latest
New Element level method - SetToolTip.  Made a new element.Widget pro…
2019-05-14 10:07:09 -04:00
MikeTheWatchGuy
abd0caa631 New Element level method - SetToolTip. Made a new element.Widget property 2019-05-14 09:28:33 -04:00
MikeTheWatchGuy
7bfa71acda
Merge pull request #1400 from PySimpleGUI/Dev-latest
Expanded Menu Element Definition to include colors
2019-05-12 15:25:37 -04:00