Commit Graph

78 Commits

Author SHA1 Message Date
PySimpleGUI d7c0688382 Typo in new delimiter variable 2019-12-04 19:37:33 -05:00
PySimpleGUI 50dfbba145 BROWSE_FILES_DELIMETER global used to control the delimeter file BrowseFiles button 2019-12-04 19:25:04 -05:00
PySimpleGUI 4287ae2745 Release 0.33.0 Tons of themes, autoscroll parm for multiline output 2019-11-17 20:25:30 -05:00
PySimpleGUI 16f739e762 Fix for autoscrolling of Multiline and Output elements 2019-11-08 12:28:07 -05:00
PySimpleGUI 7e6069a16b Release 0.31.0 2019-11-06 18:31:04 -05:00
PySimpleGUI 523596197a Added back the Output Element 2019-11-06 11:12:56 -05:00
PySimpleGUI a2443c63ad Fixed flicker problem!!! Updated all of the PySimpleGUIWeb demos 2019-10-30 14:35:01 -04:00
PySimpleGUI ae525a9abd Tried to fix loading of image file problem. 2019-10-17 15:17:13 -04:00
PySimpleGUI fa8de0e8f1 version bump 2019-10-12 14:02:44 -04:00
PySimpleGUI c70999be76 Fixed problem of multiline out having no return value 2019-10-12 14:01:18 -04:00
PySimpleGUI b9640649fe Version bump for prior changes 2019-10-07 18:08:55 -04:00
PySimpleGUI 18ce3337e6 Fix for flickering image in OpenCV demos!!!! 2019-10-07 18:08:06 -04:00
MikeTheWatchGuy 97db1d9cd4 The text parm of the Text element is now OPTIONAL. The default is ''. 2019-09-16 16:01:03 -04:00
MikeTheWatchGuy 4b6a574cff NEW Element metadata (Element.metadata) 2019-09-10 15:49:49 -04:00
MikeTheWatchGuy a466b3a8b6 Ability to "Call" a window to Read it. 2019-09-03 20:12:18 -04:00
MikeTheWatchGuy 22e12c5bb5 Version bump 2019-09-01 19:24:39 -04:00
MikeTheWatchGuy 4a63983b3c PEP8!!! Lots of "cleanup" (deleting all the __del__, removed callbacks not called anymore, etc), renamed a number of funcs/methods to use _ for private 2019-09-01 19:24:12 -04:00
MikeTheWatchGuy 7383be254f Ability to "call an element" 2019-08-21 18:34:12 -04:00
MikeTheWatchGuy 7b578bdbf5 Added finalize parameter to Window 2019-08-21 18:27:24 -04:00
MikeTheWatchGuy 40abc2e20a New capability! __getitem__ added to all ports of PySimpleGUI. Enables skipping the FindElement call 2019-08-17 11:03:36 -04:00
MikeTheWatchGuy ee9dbbaf2b Finally THE Fix that enables multiple windows to work right! 2019-08-07 19:18:41 -04:00
MikeTheWatchGuy 2dc0e3aa68 Better display of version number 2019-08-06 19:13:18 -04:00
MikeTheWatchGuy 31fc5acb8a Fix suggested by the Remi project so that multiple connections will work properly, plus some additional code that was already being worked on 2019-08-06 19:08:46 -04:00
MikeTheWatchGuy 648294c0fc Fixed clearing of Output Element using Update method. Wasn't setting "CurrentValue" variable, only the widget 2019-06-03 10:27:27 -04:00
MikeTheWatchGuy 97d374cfea "Fix" for Output Element scrolling issue (still a problem), SuperImage class addition, The new key handling that all ports now have, Output Element text defaults to black now 2019-06-01 22:40:30 -04:00
MikeTheWatchGuy f86530aa0e Release 0.28.0 2019-05-15 15:07:58 -04:00
MikeTheWatchGuy c5080b8d42 Expanded Menu Element Definition to include colors 2019-05-12 14:05:57 -04:00
MikeTheWatchGuy 7e3b7433cb Menus! 2019-05-11 15:19:01 -04:00
MikeTheWatchGuy 535c18890e Tabs and Menu support being worked on. 2019-05-10 12:38:06 -04:00
MikeTheWatchGuy 73f0ebe02a Correctly handle transparent rectangles. Make Crosswork demo run on Web. 2019-05-09 10:12:38 -04:00
MikeTheWatchGuy 16d96109a7 Ver 0.27.0 released 2019-05-08 15:24:30 -04:00
MikeTheWatchGuy 89c060884e Fix for draw rectangle 2019-05-08 14:53:06 -04:00
MikeTheWatchGuy 653d4084ff EraseFigure works! Beginnings of Tabs are working 2019-05-08 12:42:13 -04:00
MikeTheWatchGuy 548c69317c Fixed DrawRectangle, still struggleing with DeleteFigure 2019-05-07 15:18:06 -04:00
MikeTheWatchGuy 7200da430a Changed icon from string to bytes (again), changed load function to look at image_Data and determine if need to decode base 64, fix in DrawRectangle, Mouse clicks in Graph Elem, New FindElement technique using new key dict, experiment in trying to catch Remi asserts, 2019-05-05 10:19:00 -04:00
MikeTheWatchGuy d4cd9d7e8d Graph Element mouse stuff (drag and clicks). Expanded Update function parms for backwards compat 2019-05-03 14:25:25 -04:00
MikeTheWatchGuy c3ab73a80d Returns keyboard events! Turned off all logging. Refactored so that first window and following window uses same code 2019-04-30 19:34:28 -04:00
MikeTheWatchGuy 647df41a4d Release 0.25.0 2019-04-25 18:07:05 -04:00
MikeTheWatchGuy 25818a77c8 Fix for DrawImage! Can now draw both file and base64! 2019-04-25 17:28:56 -04:00
MikeTheWatchGuy a1696a2f02 Release 0.24.0 2019-04-23 19:31:10 -04:00
MikeTheWatchGuy 527cefff62 Fix for DrawRectangle. Added Up, Down, Left, Right buttons 2019-04-23 11:09:41 -04:00
MikeTheWatchGuy ca0352589a More graphing primitive work 2019-04-21 20:12:37 -04:00
MikeTheWatchGuy 6a8680db8b Changed Image Element to use SuperImage class 2019-04-20 20:49:55 -04:00
MikeTheWatchGuy 2875ebf23e Graph element added!! 2019-04-20 18:41:21 -04:00
MikeTheWatchGuy 03e6310834 Mass update for Window Layout Change 2019-04-11 18:20:26 -04:00
MikeTheWatchGuy a87a5d0529 Release 0.21.0 2019-04-10 18:42:05 -04:00
MikeTheWatchGuy 5fbb29c82d Output Element done!! Plus more! Release 0.20.0 2019-04-07 19:23:30 -04:00
MikeTheWatchGuy 816a7341c5 New shortcut functions Button - B, Btn, Butt. InputText - I. Button Text converted to string when initialized 2019-04-02 11:37:16 -04:00
MikeTheWatchGuy 920cecd897 Release 0.19.0 2019-03-23 17:04:48 -04:00
MikeTheWatchGuy 0747441df6 BIG CHANGE do_not_clear defaults to TRUE now :-) Enjoy! 2019-03-21 08:42:56 -04:00