Commit Graph

6380 Commits

Author SHA1 Message Date
PySimpleGUI 0b8ca5257f Use path of __file__ to indicate where the font is stored 2022-06-23 17:44:00 -04:00
PySimpleGUI 3f76d680e1
Merge pull request #5632 from PySimpleGUI/Dev-latest
Simplified code. Made font size selectable using a slider. Removed US…
2022-06-22 15:46:10 -04:00
PySimpleGUI b65b451c60 Simplified code. Made font size selectable using a slider. Removed USING_QT code. Window now resizable so that font resizing works 2022-06-22 15:45:52 -04:00
PySimpleGUI 4591fb7ac8
Merge pull request #5631 from PySimpleGUI/Dev-latest
Dev latest
2022-06-22 14:34:56 -04:00
PySimpleGUI 62caa3b06e Another movement control for use with "control key". Like the Control+Mouse Drag can move any PySimpleGUI Window, now Control+Arrow will move the window 1 pixel in the indicated direction. These can be turned off in the same way the control drag is enabled/disabled. 2022-06-22 14:34:40 -04:00
PySimpleGUI 8835067a0a Removed a readme doc that's not needed 2022-06-22 14:32:10 -04:00
PySimpleGUI 5569ea7ec2
Merge pull request #5627 from PySimpleGUI/Dev-latest
Addition of try around event loop to catch errors generated by the We…
2022-06-21 15:32:32 -04:00
PySimpleGUI 03922d77b6 Addition of try around event loop to catch errors generated by the Weather API. Simplified/shortened the version information at the bottom 2022-06-21 15:32:17 -04:00
PySimpleGUI bf2f17e1d9
Merge pull request #5621 from PySimpleGUI/Dev-latest
Delay rerouting stdout, stderr in Output Element and Multiline Elemen…
2022-06-20 05:25:32 -04:00
PySimpleGUI a526b282cd Delay rerouting stdout, stderr in Output Element and Multiline Element until window is being built 2022-06-20 05:25:17 -04:00
PySimpleGUI 0b803ecd90
Merge pull request #5616 from PySimpleGUI/Dev-latest
Added suggesting use of Demo Browser in the checklist when opening a …
2022-06-18 05:47:15 -04:00
PySimpleGUI 28235c3c85 Added suggesting use of Demo Browser in the checklist when opening a GitHub issue using the built-in GitHub Issue GUI 2022-06-18 05:46:58 -04:00
PySimpleGUI 384bc816c6
Added Demo Browser suggestion to "check the Demo Programs" item 2022-06-18 05:41:15 -04:00
PySimpleGUI 679af95b0e
Merge pull request #5615 from PySimpleGUI/Dev-latest
Further refinement of Menubar's docstring to include font, disabled t…
2022-06-18 04:40:18 -04:00
PySimpleGUI 8a5d7631f8 Further refinement of Menubar's docstring to include font, disabled text color... 2022-06-18 04:39:46 -04:00
PySimpleGUI 194c745e24
Merge pull request #5614 from PySimpleGUI/Dev-latest
Updated call reference doc to match latest docstring changes
2022-06-18 04:32:43 -04:00
PySimpleGUI 6a49a1e68e Updated call reference doc to match latest docstring changes 2022-06-18 04:32:22 -04:00
PySimpleGUI f04c3729a2
Merge pull request #5613 from PySimpleGUI/Dev-latest
Menubar docstring changed to clarify the bar itself cannot be styled.…
2022-06-18 04:31:12 -04:00
PySimpleGUI 3fa3b52634 Menubar docstring changed to clarify the bar itself cannot be styled. Changed file-signature format 2022-06-18 04:30:55 -04:00
PySimpleGUI c0e2d8ab98
Merge pull request #5612 from PySimpleGUI/Dev-latest
Several changes - exception handling if problems with weather API.  R…
2022-06-17 04:41:48 -04:00
PySimpleGUI 47e7cfaa9a Several changes - exception handling if problems with weather API. Reshuffled the overall layout. Added a "friend" label if you're watching the weather where one of your friends is located. 2022-06-17 04:41:31 -04:00
PySimpleGUI eafb9200f5
Merge pull request #5609 from PySimpleGUI/Dev-latest
Backed out previous changes to scrollable columns.  Added print if se…
2022-06-16 12:29:01 -04:00
PySimpleGUI 413cda0e58 Backed out previous changes to scrollable columns. Added print if setting alpha channel fails during initial window creation 2022-06-16 12:28:44 -04:00
PySimpleGUI 0f3db9e612
Merge pull request #5602 from PySimpleGUI/Dev-latest
New Demo Program - Save/Load window inputs using User Settings API (J…
2022-06-15 13:56:58 -04:00
PySimpleGUI c37147df8c New Demo Program - Save/Load window inputs using User Settings API (JSON file) 2022-06-15 13:56:42 -04:00
PySimpleGUI 77b87a4ab9
Merge pull request #5601 from PySimpleGUI/Dev-latest
New signature format
2022-06-15 04:47:28 -04:00
PySimpleGUI 6e5b8a5385 New signature format 2022-06-15 04:47:08 -04:00
PySimpleGUI 6b42448a9d
Merge pull request #5597 from PySimpleGUI/Dev-latest
Addition of the standard "edit me" and "versions" right click menu
2022-06-12 17:44:28 -04:00
PySimpleGUI 0b911c451c Addition of the standard "edit me" and "versions" right click menu 2022-06-12 17:44:14 -04:00
PySimpleGUI 09cabec59b
Merge pull request #5596 from PySimpleGUI/Dev-latest
Freshened up the themes section.
2022-06-11 16:46:46 -04:00
PySimpleGUI a3d4bc9261 Freshened up the themes section. 2022-06-11 16:46:27 -04:00
PySimpleGUI 3411eed910
Merge pull request #5594 from PySimpleGUI/Dev-latest
New Table member variable table_ttk_style_name
2022-06-11 09:28:58 -04:00
PySimpleGUI 581b5b6bc7 New Table member variable table_ttk_style_name 2022-06-11 09:28:44 -04:00
PySimpleGUI c076bc71c4
Merge pull request #5593 from PySimpleGUI/Dev-latest
Dev latest
2022-06-11 09:03:26 -04:00
PySimpleGUI aae8a54e2c New signature test 2022-06-11 09:03:12 -04:00
PySimpleGUI f1f60b03a1 Got a few of the Demos up to date with changes standard to many demos (edit me, get versions for example) 2022-06-11 09:01:27 -04:00
PySimpleGUI 0ecf5e3a86
Merge pull request #5592 from PySimpleGUI/Dev-latest
Much needed update to the Demo Programs readme...
2022-06-11 07:42:59 -04:00
PySimpleGUI dba12e59f2 Much needed update to the Demo Programs readme... 2022-06-11 07:42:43 -04:00
PySimpleGUI 074fc76936
Merge pull request #5590 from PySimpleGUI/Dev-latest
Addition of horizontal_scroll_only parameter for Column elements if s…
2022-06-09 12:58:06 -04:00
PySimpleGUI ab5d97965b Addition of horizontal_scroll_only parameter for Column elements if scrollable column 2022-06-09 12:57:52 -04:00
PySimpleGUI 8bb44eadf5
Merge pull request #5588 from PySimpleGUI/Dev-latest
Added expand_x and expand_y to all of the shortcut buttons and Browse…
2022-06-09 12:10:05 -04:00
PySimpleGUI 01958bfc07 Added expand_x and expand_y to all of the shortcut buttons and Browser buttons 2022-06-09 12:09:50 -04:00
PySimpleGUI 2b2b2212ec
Merge pull request #5587 from PySimpleGUI/Dev-latest
Added to Button element error message about images that format must b…
2022-06-09 08:11:29 -04:00
PySimpleGUI a65f6c7a1d Added to Button element error message about images that format must be PNG or GIF 2022-06-09 08:10:49 -04:00
PySimpleGUI f3e7c9558c
Merge pull request #5583 from PySimpleGUI/Dev-latest
Addition of default_color to ColorChooserButton
2022-06-08 14:32:42 -04:00
PySimpleGUI d2ef85154a Addition of default_color to ColorChooserButton 2022-06-08 14:32:27 -04:00
PySimpleGUI 50e34b3348
Merge pull request #5580 from PySimpleGUI/Dev-latest
popup_scrolled - addition of button_justification (added because movi…
2022-06-07 12:39:00 -04:00
PySimpleGUI 578f52b433 popup_scrolled - addition of button_justification (added because moving the button to left justified like the other popups, but want to retain the previous look should it be desired) 2022-06-07 12:38:30 -04:00
PySimpleGUI ecd94860ad
Merge pull request #5579 from PySimpleGUI/Dev-latest
New Demo Program - Custom Checkboxes
2022-06-07 05:44:27 -04:00
PySimpleGUI e71a18f207 New Demo Program - Custom Checkboxes 2022-06-07 05:44:06 -04:00