Commit graph

2053 commits

Author SHA1 Message Date
MikeTheWatchGuy
10ca03d118 Made DEFAULT_ICON a GIF so that version 2.7 loads correctly. Made ComboBox unique field stronger, fixed auto numbering of input keys 2019-05-11 07:52:16 -04:00
MikeTheWatchGuy
845e5ce620 Addition of Button.Click() method 2019-05-11 07:02:25 -04:00
MikeTheWatchGuy
535c18890e Tabs and Menu support being worked on. 2019-05-10 12:38:06 -04:00
MikeTheWatchGuy
f16616bdf4 New Window parameter - hide_vertical_scroll, fix for Popup's hard coded return value subscripts, 2019-05-10 11:12:40 -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
f52f188b4f Option to run on PySimpleGUI or PySimpleGUIWeb, Added Slider display 2019-05-08 14:52:56 -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
4df3f8260d Added back automatic key creation. Changed FindElement to use new Key Dictionary 2019-05-04 18:09:31 -04:00
MikeTheWatchGuy
00fc14c189 New Window.AllKeysDict property contains all Keys for the window 2019-05-04 16:35:15 -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
f89d4810df Changed location of Tooltip to be closer to mouse pointer 2019-05-02 14:27:42 -04:00
MikeTheWatchGuy
e9428ae95b Global change of FindElement to Element 2019-05-02 11:01:21 -04:00
MikeTheWatchGuy
ced4e14359 Moved layout to inside of Window call instead of chaining using .Layout 2019-05-01 14:19:42 -04:00
MikeTheWatchGuy
0ec4f04d8f Removed use of .Layout. Moved layout to inside of Window call. 2019-05-01 10:35:46 -04:00
MikeTheWatchGuy
1af2473f82 Removed use of Layout method for all Window calls. Moved to second parameter location. 2019-05-01 09:49:21 -04:00
MikeTheWatchGuy
57386d5fe8 Cleaned up Graph code by removing a canvas. Added ResetGroup to Radio buttons 2019-04-30 19:37:50 -04:00
MikeTheWatchGuy
f898c60497 Updated to show 3 different frameworks work the same 2019-04-30 19:35:50 -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
f3387fa186 Removed up and down arrows 2019-04-28 14:50:18 -04:00
MikeTheWatchGuy
fc7a382af1 Added Output Element to window demonstraint multiple threads printing 2019-04-28 14:50:03 -04:00
MikeTheWatchGuy
5479f8cce9 NEW demo programs using PyGame 2019-04-28 14:47:26 -04:00
MikeTheWatchGuy
e9128d5aa0 Added 2 players to game, added walls to demos 2019-04-28 12:31:47 -04:00
MikeTheWatchGuy
1af8de64f0 Initial Check-in 2019-04-26 11:32:21 -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
c83d83eece Make tkinter version the default 2019-04-25 09:59:10 -04:00
MikeTheWatchGuy
25785a14b7 Reworked bouncing balls to have a kick 2019-04-24 20:20:39 -04:00
MikeTheWatchGuy
ffaba464aa Release 0.26 type fixed. Removed version from front off file. 2019-04-24 13:55:06 -04:00
MikeTheWatchGuy
83e38e793a Fix for System Tray .Close. Should be calling self.Hide. 2019-04-24 13:54:12 -04:00
MikeTheWatchGuy
a1696a2f02 Release 0.24.0 2019-04-23 19:31:10 -04:00
MikeTheWatchGuy
ffe93c0692 Adds RelocateFigure 2019-04-23 14:11:42 -04:00
MikeTheWatchGuy
bb4cf86e95 Added Up, Down, Left, Right buttons 2019-04-23 11:11:34 -04:00
MikeTheWatchGuy
527cefff62 Fix for DrawRectangle. Added Up, Down, Left, Right buttons 2019-04-23 11:09:41 -04:00
MikeTheWatchGuy
d34d5612b4 Initial checkin of pymunk 2D graphics integration 2019-04-22 19:24:05 -04:00
MikeTheWatchGuy
3c52eeb9ad Initial Checkin of pymunk 2D graphics demo 2019-04-22 19:22:56 -04:00
MikeTheWatchGuy
ade14f9456 readme.md updated from https://stackedit.io/ 2019-04-22 18:46:54 -04:00
MikeTheWatchGuy
151c418abf readme.md updated from https://stackedit.io/ 2019-04-22 18:46:26 -04:00
MikeTheWatchGuy
dc1d1428ee readme.md updated from https://stackedit.io/ 2019-04-22 18:44:47 -04:00
MikeTheWatchGuy
ee38171235 readme.md updated from https://stackedit.io/ 2019-04-22 18:43:11 -04:00
MikeTheWatchGuy
9a31632ce2 readme.md updated from https://stackedit.io/ 2019-04-22 18:41:33 -04:00
MikeTheWatchGuy
fe9d880e75 docs/index.md updated from https://stackedit.io/ 2019-04-22 18:39:55 -04:00
MikeTheWatchGuy
bb9cefd0e4 PySimpleGUIWeb/readme.md updated from https://stackedit.io/ 2019-04-22 18:39:48 -04:00
MikeTheWatchGuy
cb36472a9a PySimpleGUIQt/readme.md updated from https://stackedit.io/ 2019-04-22 18:39:46 -04:00
MikeTheWatchGuy
2dfe77da2e PySimpleGUIWx/readme.md updated from https://stackedit.io/ 2019-04-22 18:39:43 -04:00
MikeTheWatchGuy
ae67c29924 readme.md updated from https://stackedit.io/ 2019-04-22 18:39:41 -04:00
MikeTheWatchGuy
ca0352589a More graphing primitive work 2019-04-21 20:12:37 -04:00