Commit Graph

  • 2bf98cfe12
    Merge pull request #2217 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-19 11:25:48 -0500
  • 2cfd2f19b1 Update with PEP8 read call. PySimpleGUI 2019-11-19 11:25:27 -0500
  • 79e02c5726 Rename and rework of 2 multithreaded demos PySimpleGUI 2019-11-19 11:24:50 -0500
  • 719f579283
    Merge pull request #2216 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-18 23:19:11 -0500
  • 9a7d7ac259 Demo of integrating imwatchingyou with PySimpleGUIQt PySimpleGUI 2019-11-18 23:18:47 -0500
  • 46984450a5
    Merge pull request #2215 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-18 22:18:11 -0500
  • a0b783c8bb Lots more about colors, creating your own themes PySimpleGUI 2019-11-18 22:17:34 -0500
  • 4955f6e07c
    Merge pull request #2214 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-18 12:48:47 -0500
  • 363533ca0a A mini-excel table. Uses arrow keys to navigate. Can click header to sort by column PySimpleGUI 2019-11-18 12:48:12 -0500
  • 1488930b8d
    Merge pull request #2211 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-17 20:58:51 -0500
  • 0cbd60625e Added tab position support - not as many options as tkinter version. Only top, bottom, left, right are used but others can be specified PySimpleGUI 2019-11-17 20:58:29 -0500
  • dba5af63dd
    Merge pull request #2210 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-17 20:25:51 -0500
  • 4287ae2745 Release 0.33.0 Tons of themes, autoscroll parm for multiline output PySimpleGUI 2019-11-17 20:25:30 -0500
  • f4c0398900
    Merge pull request #2208 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-17 20:15:16 -0500
  • 67303fe1b1 Release 0.14.0 - lots of Themes PySimpleGUI 2019-11-17 20:14:50 -0500
  • af154d79b1
    Merge pull request #2207 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-17 18:01:00 -0500
  • 34d8b3c9d1 Reworked the look and feel preivew, browser, new table simulation with arrow keyskkkkkkkkkk PySimpleGUI 2019-11-17 18:00:35 -0500
  • 9e0ba99c5f
    Merge pull request #2206 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-16 15:30:46 -0500
  • ca35f72ad6 Release 0.30.0 PySimpleGUI 2019-11-16 15:30:26 -0500
  • 9833ada179
    Merge pull request #2205 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-16 13:21:38 -0500
  • 64b6ef95f5 New demo showing how to create an Excel-like table and use arrow keys to move around PySimpleGUI 2019-11-16 13:21:10 -0500
  • 51f6fcf87a
    Merge pull request #2204 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-16 04:35:55 -0500
  • a7faf9c1e9 Release 4.6.0 PySimpleGUI 2019-11-16 04:35:30 -0500
  • a6e79ae018 Release 4.6.0 PySimpleGUI 2019-11-16 04:25:25 -0500
  • a86c9a1aad
    Merge pull request #2203 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-15 22:49:25 -0500
  • bd06f809c3 Removing the docs_html folder as I don't know what it did and it appears to be old info. PySimpleGUI 2019-11-15 22:49:02 -0500
  • 736c5c9e09
    Merge pull request #2202 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-15 22:39:49 -0500
  • 64025392c5 change_look_and_feel - if a completely incorrect string passed in, then a completley random color theme will be used instead. PySimpleGUI 2019-11-15 22:39:00 -0500
  • 68b7e6dec0
    Merge pull request #2201 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-15 20:46:34 -0500
  • 6883a81297 Theme renumbering PySimpleGUI 2019-11-15 20:46:14 -0500
  • 3dd6428d51
    Merge pull request #2200 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-15 20:26:26 -0500
  • 14c5f9ade2 Added deiconify to window.Normal, but having some Linux problems on Mint. Renamed a lot of themes. Added more doc strings PySimpleGUI 2019-11-15 20:25:08 -0500
  • a27a80f7d0
    Merge pull request #2199 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-15 14:39:14 -0500
  • a8c3ac1beb Removed use of CloseButton for popups that return values. Still have a possible bug in normal popup that uses CloseButton PySimpleGUI 2019-11-15 14:38:55 -0500
  • 26f2e98f3d
    Merge pull request #2198 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-15 14:31:03 -0500
  • e5dc2c45e3 Added new member variable for Table Element - table_frame - has the Frame Widget that the table is withihn PySimpleGUI 2019-11-15 14:30:42 -0500
  • a437af2e35
    Merge pull request #2197 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-15 13:41:47 -0500
  • a4bd658ad9 Added a LOT of new look and feel themes. Theme previewer, "Fuzzy" theme l;ookup, PySimpleGUI 2019-11-15 13:41:25 -0500
  • d0e0443e6b
    Merge pull request #2194 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-15 10:01:26 -0500
  • 3c790b8a81 Theme Maker initial checkin PySimpleGUI 2019-11-15 10:00:49 -0500
  • a7a5f0dc25
    Merge pull request #2189 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-14 14:03:10 -0500
  • d45c054b45 Default value for combobox bug - was checking bool instead of checking for None PySimpleGUI 2019-11-14 14:02:48 -0500
  • 90d71a5580
    Merge pull request #2187 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-14 13:36:30 -0500
  • 4023efaacc Open up look and feel settings to Macs by changing all colors except buttons when system is a Mac PySimpleGUI 2019-11-14 13:36:08 -0500
  • eeec5a8d37
    Merge pull request #2186 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-14 12:55:58 -0500
  • 27a1da4261 New Demo that shows all of the look and feel choices. Runs on all ports (except Wx) PySimpleGUI 2019-11-14 12:55:37 -0500
  • 8b2dbc8672 New preview_all_look_and_feel_themes() - shows a window with the different themes and their names PySimpleGUI 2019-11-14 12:54:34 -0500
  • e5e69c6517
    Merge pull request #2182 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-13 22:23:02 -0500
  • 34e397d817 docstring fixes, more PEP8 bindings - for newer Element methods, fix for trough color in sliders, PySimpleGUI 2019-11-13 22:22:28 -0500
  • 31b2ee14c1
    Merge pull request #2181 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-13 11:40:08 -0500
  • 8d3752d217 Look and Feel theme summary Recipe added PySimpleGUI 2019-11-13 11:39:45 -0500
  • 10bbe97438
    Merge pull request #2179 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-12 18:42:26 -0500
  • fbc8f552f8 Initial Check-in of a PDF version of the main documentation PySimpleGUI 2019-11-12 18:41:43 -0500
  • 6d4c116c85
    Merge pull request #2178 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-12 18:27:53 -0500
  • 504431824c LOTS of PEP8 methods added! Getting to be a large document. PySimpleGUI 2019-11-12 18:27:30 -0500
  • c671b1bade
    Merge pull request #2177 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-12 12:07:42 -0500
  • 3067449302 More updates... colors and base64 graphics are the big push in this one... PySimpleGUI 2019-11-12 12:01:15 -0500
  • e3aa06128e
    Merge pull request #2173 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-10 21:58:12 -0500
  • c2c8e229b8 Look and feel section PySimpleGUI 2019-11-10 21:57:48 -0500
  • 6626fea6b4
    Merge pull request #2171 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-10 02:05:16 -0500
  • 6b11aab70b Fixed formatting error PySimpleGUI 2019-11-10 02:04:56 -0500
  • 9a4d52c6bf
    Merge pull request #2170 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-10 01:48:17 -0500
  • 6f2471372f 2 new recipes - Matplotlib with 2 window, Minesweeper style button grid PySimpleGUI 2019-11-10 01:47:53 -0500
  • 5d4bce9c03
    Merge pull request #2169 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-09 20:10:45 -0500
  • 480f25e256 Changed indentation of the call reference section so that the headings show up in TOC on read the docs. PySimpleGUI 2019-11-09 20:10:21 -0500
  • c5a7415dbc
    Merge pull request #2168 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-09 20:04:15 -0500
  • 72d7c8dd51 The first set of updates using PEP8 PySimpleGUI 2019-11-09 20:03:51 -0500
  • b7b2c47d09
    Merge pull request #2162 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-08 17:32:22 -0500
  • e9d6b97595 The latest readme components PySimpleGUI 2019-11-08 17:32:00 -0500
  • c93e655ba4
    Merge pull request #2161 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-08 13:33:50 -0500
  • 4f9a0d97fa Fixed up naming PySimpleGUI 2019-11-08 13:33:29 -0500
  • bae9f85123
    Merge pull request #2160 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-08 13:31:50 -0500
  • b5d4c128a3 Initial Check in of new Matplotlib Demo PySimpleGUI 2019-11-08 13:31:27 -0500
  • 8a1591b00f
    Merge pull request #2159 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-08 12:38:37 -0500
  • 51939eecf3 Fix for converting from file to displayable image PySimpleGUI 2019-11-08 12:38:12 -0500
  • 137fa2d0b6
    Merge pull request #2158 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-08 12:28:29 -0500
  • 16f739e762 Fix for autoscrolling of Multiline and Output elements PySimpleGUI 2019-11-08 12:28:07 -0500
  • f9f2ac0faa
    Merge pull request #2153 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-07 09:50:30 -0500
  • 37c8349b49 Added line_width to Graph.DrawRectangle. tk.PhotoImage can be passed in data parm to Image.update PySimpleGUI 2019-11-07 09:50:10 -0500
  • 63008211aa
    Merge pull request #2147 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-06 18:31:31 -0500
  • 7e6069a16b Release 0.31.0 PySimpleGUI 2019-11-06 18:31:04 -0500
  • 8239ceec25
    Merge pull request #2145 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-06 11:13:19 -0500
  • 523596197a Added back the Output Element PySimpleGUI 2019-11-06 11:12:56 -0500
  • ac208e1b2f
    Merge pull request #2142 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-05 23:33:02 -0500
  • 9582d017b0 Fixed missing "," typo PySimpleGUI 2019-11-05 23:32:34 -0500
  • 5c415e3854
    Merge pull request #2140 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-05 20:01:50 -0500
  • 309c9d50e2 Release 4.5.0 PySimpleGUI 2019-11-05 20:01:30 -0500
  • 23ce3aea6f
    Merge pull request #2138 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-05 09:36:30 -0500
  • 460b4c95e2 Pre-release of release 4.5.0 - removed experimental Mac buttons, fix for choosing icons / icons on Linux PySimpleGUI 2019-11-05 09:36:01 -0500
  • 478a8d4a3d
    Merge pull request #2137 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-04 15:08:17 -0500
  • bcdc930b7a Fixed range parm on Slider.Update. Was only changing if value changed too. Now independent. PySimpleGUI 2019-11-04 15:05:11 -0500
  • f09b104c2c
    Merge pull request #2136 from PySimpleGUI/Dev-latest PySimpleGUI 2019-11-04 14:57:40 -0500
  • 31b8f42586 Fix for BrowseFiles button, added range to Slider update PySimpleGUI 2019-11-04 14:56:39 -0500
  • 4061b1feac
    Merge pull request #2123 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-31 08:31:38 -0400
  • a1e77bc18a Quick update to compress a little and changed a couple of PSG coding convention things PySimpleGUI 2019-10-31 08:31:15 -0400
  • 960ce41bb7
    Merge pull request #2122 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-30 22:44:48 -0400
  • 919b4622ea Addeed back in the code to change pointer to a hand PySimpleGUI 2019-10-30 22:44:06 -0400
  • 6ca3e2e252
    Merge pull request #2120 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-30 14:48:42 -0400
  • d9c2596cc4 Added Linux support PySimpleGUI 2019-10-30 14:48:18 -0400
  • 15950539ac
    Merge pull request #2119 from PySimpleGUI/Dev-latest PySimpleGUI 2019-10-30 14:37:57 -0400