PySimpleGUI
|
8a3e33c70e
|
Added a custom titlebar
|
2021-03-11 09:07:42 -05:00 |
PySimpleGUI
|
eb0ec49ef4
|
Added ability to change light/dark. Image changed to be nothing when animation isn't playing. Made the buttons 1/2 the size using subsample.
|
2021-03-11 08:57:00 -05:00 |
PySimpleGUI
|
6a546330f8
|
New Demo - Material "feel". Very simple window that's has elements centered
|
2021-03-10 11:55:09 -05:00 |
PySimpleGUI
|
369f6d9818
|
Removed note about ignore case not working... it is working now. Added code to enable user to Cancel from choosing a line to edit
|
2021-03-09 09:14:40 -05:00 |
PySimpleGUI
|
2301652dd9
|
Renaming the demo browser to be more obvious
|
2021-03-09 07:12:31 -05:00 |
PySimpleGUI
|
d27b337902
|
Better global theme support. Moved the line number to the front of the output
|
2021-03-07 18:48:26 -05:00 |
PySimpleGUI
|
923723f7a7
|
Updated demo to use newer coding guidelines, better key format
|
2021-03-07 13:01:42 -05:00 |
PySimpleGUI
|
62fbb19bbd
|
Emojis
|
2021-03-07 02:49:26 -05:00 |
PySimpleGUI
|
55424278ba
|
Removed the importing of individual elements. Simplified and added more comments
|
2021-03-06 23:53:21 -05:00 |
PySimpleGUI
|
8dcfed8bc9
|
New demo on how to add your own custom theme and then use it
|
2021-03-04 12:31:42 -05:00 |
PySimpleGUI
|
6401ef34dd
|
New Demo with the PySimpleGUI Helpers
|
2021-03-03 16:07:08 -05:00 |
PySimpleGUI
|
e096a2f0fb
|
Fix for leaving settings blank
|
2021-03-03 07:00:37 -05:00 |
PySimpleGUI
|
1927caafd8
|
Use global settings for the editor and the explorer if set. Also has the latest searching code for faster searches.
|
2021-03-03 06:54:33 -05:00 |
PySimpleGUI
|
f435629d9a
|
Simple change to test git
|
2021-03-01 15:25:54 -05:00 |
PySimpleGUI
|
0ec79ce4b4
|
Cleaning up demos so local changes get rolled in. Old demos removed. There is a significant effort underway
|
2021-03-01 06:59:36 -05:00 |
PySimpleGUI
|
724d6ae7a9
|
Added OptionMenu element, cleaned up TabGroup layout.
|
2021-03-01 05:44:40 -05:00 |
PySimpleGUI
|
4491798db2
|
Removed extra read
|
2021-03-01 04:27:26 -05:00 |
PySimpleGUI
|
47069358b3
|
Addition of the execute_editor code but not used at this point.
|
2021-02-27 13:16:54 -05:00 |
PySimpleGUI
|
aadcf3a772
|
Make backwards compatible (again)
|
2021-02-27 08:18:20 -05:00 |
PySimpleGUI
|
8c653861f7
|
Cleanup demo browser
|
2021-02-27 07:34:00 -05:00 |
PySimpleGUI
|
d627c2246d
|
Unified Demo & Project Browsers - now uses the new PySimpleGUI Exec APIs to launch everything
|
2021-02-27 07:32:51 -05:00 |
PySimpleGUI
|
7fc79d8470
|
Demo of the IGNORE setting when disabling buttons.
|
2021-02-25 19:25:34 -05:00 |
PySimpleGUI
|
a2598828a1
|
Merged with the "Project Browser" so now only 1 program.
|
2021-02-24 12:59:02 -05:00 |
PySimpleGUI
|
c88fdc8d2c
|
Advanced mode so will have a single demo browser now. Will delete this one shortly.
|
2021-02-24 12:54:36 -05:00 |
PySimpleGUI
|
375dba6071
|
One more Linux change.... invoke using python3 rather than python
|
2021-02-21 10:51:01 -05:00 |
PySimpleGUI
|
bfee78a127
|
Fixes for Linux, Addition of "Open Folder" feature. GUI for a couple of other features added but not yet fully implemented, use full path for default demo programs location
|
2021-02-21 10:02:23 -05:00 |
PySimpleGUI
|
208eb55e3f
|
Fixes for Linux. Uses full path for demo folder default now
|
2021-02-21 10:01:10 -05:00 |
PySimpleGUI
|
645dda81ed
|
Fixes so runs correctly on Linux
|
2021-02-21 08:51:41 -05:00 |
PySimpleGUI
|
2974a2353e
|
Demo one_line_progress_meter - a standalone demo for this capability
|
2021-02-20 07:51:57 -05:00 |
PySimpleGUI
|
0295d6d761
|
Added multiple thread window locations
|
2021-02-19 22:29:25 -05:00 |
PySimpleGUI
|
4daa0a6a52
|
New Demo - indirectly call sg.popup from a thread
|
2021-02-19 22:20:20 -05:00 |
PySimpleGUI
|
95b2d104e6
|
Super Simple 2-windows in 25 lines of code
|
2021-02-19 21:40:49 -05:00 |
PySimpleGUI
|
fb861d2b0c
|
New Demo - Progress meter simulation
|
2021-02-19 15:06:54 -05:00 |
PySimpleGUI
|
a6560f0cea
|
Demo showing how to generate a popup from a thread
|
2021-02-17 09:43:49 -05:00 |
PySimpleGUI
|
0a85cda909
|
Demo - Change your window's theme
|
2021-02-14 23:25:19 -05:00 |
PySimpleGUI
|
4b4eca79ae
|
New Demo - Changing Window theme on the fly
|
2021-02-14 23:21:52 -05:00 |
PySimpleGUI
|
d19c92ef83
|
Moved global into a function property, changed the verbose output.
|
2021-02-11 16:35:49 -05:00 |
PySimpleGUI
|
c35c626953
|
Regular expression searching, verbose mode to see the matches. It's a SOLID tool now!
|
2021-02-10 11:01:07 -05:00 |
PySimpleGUI
|
a9bb73ece7
|
Regular expression searching, faster find in file. GREAT tool now!
|
2021-02-09 07:26:45 -05:00 |
PySimpleGUI
|
5381042d48
|
Turned off ehcoing stdout. Was slowing things down a bit too much.
|
2021-02-05 19:46:55 -05:00 |
PySimpleGUI
|
3e4b1a73b3
|
Out with the old, in with the new! Thanks to a new PySimpleGUI team member, Tanay, for help with this one!
|
2021-02-05 18:50:53 -05:00 |
PySimpleGUI
|
8a859c9e37
|
Custom icon added
|
2021-02-05 10:48:00 -05:00 |
PySimpleGUI
|
a9d6d5913a
|
Added a right click menu that has an "Erase" item. When selected will erase all figures under mouse
|
2021-02-04 13:33:13 -05:00 |
PySimpleGUI
|
14b868caf2
|
Corrected key name to use coding conventions. Added right click info. Display the mouse position in text for all graph events.
|
2021-02-03 15:48:59 -05:00 |
PySimpleGUI
|
04a2825854
|
New demo to show how to make Multline element input justification correct
|
2021-02-03 13:17:51 -05:00 |
PySimpleGUI
|
9d4e56dd3b
|
More clear instructions
|
2021-02-03 13:04:06 -05:00 |
PySimpleGUI
|
2c68c2fc55
|
Fixed a number of things with changing the list of files. Includes .pyw files now
|
2021-02-02 11:29:26 -05:00 |
PySimpleGUI
|
56640fc11d
|
Fixed bad call
|
2021-02-01 20:37:56 -05:00 |
PySimpleGUI
|
763347ea15
|
Faster search within files, keep history of previously chosen folders.
|
2021-02-01 18:20:46 -05:00 |
PySimpleGUI
|
5332b056fe
|
Added missing make_square function... big ooops.
|
2021-02-01 15:08:13 -05:00 |