PySimpleGUI
|
d5e0dc887e
|
New demo - splash screen
|
2020-05-19 21:22:19 -04:00 |
PySimpleGUI
|
21aefacec3
|
Made typing module optional so Raspberry Pi users are not forced to install it
|
2020-05-19 20:04:51 -04:00 |
PySimpleGUI
|
ff494a9564
|
Updated docs to include link over to the new Call Reference
|
2020-05-19 20:04:27 -04:00 |
PySimpleGUI
|
afba5c9a89
|
Removed old docs
|
2020-05-19 19:44:38 -04:00 |
PySimpleGUI
|
8a94d6a143
|
Option added to set_options to change the default tooltip font. If not specified, no font is added when tooltip is created.
|
2020-05-19 11:24:43 -04:00 |
PySimpleGUI
|
9a16b766c4
|
Fix for Multiline color tags bug. Changed logic to not use any tags when no colors.
|
2020-05-18 22:07:40 -04:00 |
PySimpleGUI
|
ca5b5ddd78
|
Addition of element_justification to Window. Column, Frame, Tab - works like the tkinter and Qt ports now!
|
2020-05-17 12:50:51 -04:00 |
PySimpleGUI
|
8d99afbdc0
|
Better start for call reference doc... much more work to do like adding link over to it in the readme
|
2020-05-17 06:43:16 -04:00 |
PySimpleGUI
|
96bd7b3064
|
Fixed get folder dialog for Mac users. Removed parent window.
|
2020-05-17 05:51:19 -04:00 |
PySimpleGUI
|
e00a427556
|
New super-simple form Demo
|
2020-05-16 12:54:45 -04:00 |
PySimpleGUI
|
a46fde5e46
|
Split Readme (YES!) New Call Reference document. Readme changed to use WIN_CLOSED constant
|
2020-05-16 12:54:28 -04:00 |
PySimpleGUI
|
048131d199
|
The new readme creator and proposed new call reference file
|
2020-05-15 21:15:57 -04:00 |
PySimpleGUI
|
4c7e7ee10e
|
Forgot to bump version....
|
2020-05-15 14:43:29 -04:00 |
PySimpleGUI
|
71cc2df719
|
Added element_justification parameter to Window, Column, Frame, Tab just like the tkinter port has!! FINALLY!
|
2020-05-15 14:00:37 -04:00 |
PySimpleGUI
|
4f3566915c
|
New Demo - Playback animated GIFs using PIL
|
2020-05-15 07:20:23 -04:00 |
PySimpleGUI
|
8d5b59af66
|
Simplified
|
2020-05-14 22:45:21 -04:00 |
PySimpleGUI
|
269ffbe91f
|
Fixed menu tearoff not working (weird no one reported... dunno what happened)
|
2020-05-14 22:45:08 -04:00 |
PySimpleGUI
|
cb38f818e1
|
Cleanup of EXE Maker. Biggest potential impact is the --clean flag when calling pyinstaller
|
2020-05-13 08:19:43 -04:00 |
PySimpleGUI
|
1c74af8d5d
|
Super simple System Tray Icon demo program
|
2020-05-12 12:13:55 -04:00 |
PySimpleGUI
|
6f55c367db
|
Fixed layout undefined error due to window created at wrong location in file.
|
2020-05-12 10:39:17 -04:00 |
PySimpleGUI
|
da4305a352
|
Removed resetting of stdout if a flush is performed
|
2020-05-11 15:43:01 -04:00 |
PySimpleGUI
|
0fcccb4b33
|
Version 0.34.0
|
2020-05-10 12:24:55 -04:00 |
PySimpleGUI
|
1f0344824c
|
Added Window.set_title
|
2020-05-08 05:16:06 -04:00 |
PySimpleGUI
|
0076b461f5
|
WIN_CLOSED bulk update. No more test for event is None, use WIN_CLOSED instead
|
2020-05-07 06:22:59 -04:00 |
PySimpleGUI
|
6174b355a6
|
Updated to latest coding conventions
|
2020-05-07 05:49:44 -04:00 |
PySimpleGUI
|
47e594e6de
|
Release 0.16.0
|
2020-05-06 15:59:46 -04:00 |
PySimpleGUI
|
7fdb34d338
|
Release 0.38.0
|
2020-05-06 15:59:29 -04:00 |
PySimpleGUI
|
312d425feb
|
Release 0.33.0
|
2020-05-06 15:59:14 -04:00 |
PySimpleGUI
|
6369d25620
|
Release 4.19.0's readme creator files
|
2020-05-06 07:11:33 -04:00 |
PySimpleGUI
|
8173d384e4
|
Release 4.19.0
|
2020-05-05 08:45:19 -04:00 |
PySimpleGUI
|
6aabbe5432
|
Better multiline multi-colored tag handling, addition of WIN_CLOSE & WINDOW_CLOSED
|
2020-05-04 20:49:45 -04:00 |
PySimpleGUI
|
10577019b6
|
Fix for bad key. Added Recipe text.
|
2020-05-04 19:45:11 -04:00 |
PySimpleGUI
|
59a8d7bf0c
|
Clearer description
|
2020-05-04 19:44:28 -04:00 |
PySimpleGUI
|
1ffd8b41d6
|
Docstring changes, constanct variables for window closed event, check for valid theme names
|
2020-05-01 10:09:23 -04:00 |
PySimpleGUI
|
a58b95ab51
|
Addition of member variables to access row_frame and column's vbox
|
2020-04-29 11:55:11 -04:00 |
PySimpleGUI
|
106d8b83d9
|
Save the ParentRowFrame like in the tkinter port
|
2020-04-29 11:35:10 -04:00 |
PySimpleGUI
|
91697164e2
|
Changed theme to Dark Red for testing
|
2020-04-25 23:13:01 -04:00 |
PySimpleGUI
|
3ec092696c
|
Initial Checkin - Demo of the date chooser now user internally
|
2020-04-25 14:48:38 -04:00 |
PySimpleGUI
|
9e549c4600
|
Source file #1 for sample cofe for 2020 lessons
|
2020-04-24 20:15:35 -04:00 |
PySimpleGUI
|
1ada355f2b
|
The PySimpleGUI 2020 L:esson Text - Accompanies YouTube Video
|
2020-04-24 20:08:32 -04:00 |
PySimpleGUI
|
f4394b2c21
|
Added close parameter to Window.read
|
2020-04-21 12:41:38 -04:00 |
PySimpleGUI
|
0ef13e6a6d
|
New demo - Base64 single image encode
|
2020-04-18 20:49:53 -04:00 |
PySimpleGUI
|
5a6d35d590
|
Enabled window to be resized. When it does, the image also resizes! Very nice!!
|
2020-04-17 11:34:07 -04:00 |
PySimpleGUI
|
3fc153229b
|
New Demo - Sudoku
|
2020-04-16 19:06:43 -04:00 |
PySimpleGUI
|
0f92dc6252
|
Release 0.37.0
|
2020-04-15 20:46:32 -04:00 |
PySimpleGUI
|
a487610c56
|
Better window management. Show popup when exiting so doesn't appear to crash.
|
2020-04-15 19:36:48 -04:00 |
PySimpleGUI
|
1d81aac839
|
Fix for Graph element. Struggled after adding the new SvgSubcontainer widget
|
2020-04-14 15:39:25 -04:00 |
PySimpleGUI
|
b190c364d4
|
typo
|
2020-04-14 12:57:26 -04:00 |
PySimpleGUI
|
fe4e39171a
|
Slider default value set to 100
|
2020-04-14 12:42:44 -04:00 |
PySimpleGUI
|
1db1da0152
|
Coupole of docstring fixes
|
2020-04-14 07:28:27 -04:00 |