Merge pull request #5422 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-30 08:33:47 -0400
0f6b1c22abNew System Tray Icon demo using psgtray - Tray only version (no window is ever shown). Renamed other psgtray demo program to a similar name
PySimpleGUI
2022-04-30 08:33:32 -0400
Merge pull request #5411 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-27 16:03:53 -0400
865708b91f"DONE" with ttk scrollbars (functionality)... all parms are in place... the hierarchy is the biggest addition in this set of changes.... the order is: element, window, set options, global settings
PySimpleGUI
2022-04-27 16:03:36 -0400
Merge pull request #5409 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-27 07:06:54 -0400
c7427d3bdeGet ttk themes available when showing the list in the system settings window. Added scrollbar parms to the Window object, but not quite hooked up yet... getting there!
PySimpleGUI
2022-04-27 07:06:35 -0400
Merge pull request #5408 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-26 15:46:21 -0400
d3472ec3fcAdded parms and doctrings for Output Element and Column element. Needed to remove the arrow background color parm as it's not possible to set this value speciically.
PySimpleGUI
2022-04-26 15:46:04 -0400
Merge pull request #5398 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-22 04:28:13 -0400
507a4d44b6Added Window.move_to_center... unfortunately a TON of changes from PySimpleGUI on GitHub were picked up. These are mostly to do with the new ttk scrollbars. Lots of parms were added. More detail is need on them though. Also Output element changed but call reference not yet updated.
PySimpleGUI
2022-04-22 04:27:58 -0400
Merge pull request #5394 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-21 12:44:49 -0400
ee7179fb3aAdded some text, added use of Debug Window to display values since may be running from the Demo Browser where prints are not shown
PySimpleGUI
2022-04-21 12:44:36 -0400
40567418dbMade initial window loop much shorter. Correctly handle closing initial window, add commented out line showing how to make transparent window if on windows, added copyright
PySimpleGUI
2022-04-21 12:43:41 -0400
bf872d0882Changed how custom titlebar and menubar are generated
PySimpleGUI
2022-04-21 12:42:56 -0400
Merge pull request #5391 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-20 13:36:17 -0400
72fc99d8a2Fix for systems that don't yet have any settings in the settings file for the ttk scrollbars. Was getting the incorrect default settings.
PySimpleGUI
2022-04-20 13:36:02 -0400
Merge pull request #5389 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-20 10:09:50 -0400
85d664925aChanged all Tab errors to the nicer traceback error popup. Removed Output Element from the Pack function (that makes the change as real as it gets)
PySimpleGUI
2022-04-20 10:09:33 -0400
50a83202afFixed layout-reuse error in the Nested Tabs demo. Added comment block.. .surprised no one noticed... may be time for a $5 prize again in the code
PySimpleGUI
2022-04-20 10:08:20 -0400
Merge pull request #5388 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-20 06:38:47 -0400
ea7c4d46e7An updated contributing that will proliferate across the repos... Definitely don't want to ever waste anyone's time on how this works.
PySimpleGUI
2022-04-20 06:38:31 -0400
Merge pull request #5387 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-20 06:14:41 -0400
1ecae38613Output element - changed to be a subclass of the Multiline as part of the ttk scrollbar switch. It also greatly reduces complexity as they had very different implementations.
PySimpleGUI
2022-04-20 06:14:25 -0400
Merge pull request #5382 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-19 14:17:00 -0400
ca1487405fDebug print - New wait parm is an alias for blocking. Fixed how the pause, resume, quit and blocking work! It all seems to work great now!
PySimpleGUI
2022-04-19 14:16:35 -0400
Merge pull request #5380 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-19 05:33:46 -0400
3ef7f67954Renamed and shuffled ordering of tabs in system settings. Made MenubarCustom's pad=0 by default so it fits snugly under titlebar and extends across window
PySimpleGUI
2022-04-19 05:33:28 -0400
Merge pull request #5376 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-17 18:21:32 -0400
59e14b885b"Test Scrollbar Settings" button added to global settings window so that the scrollbar settings can be more easily changed and tried.
PySimpleGUI
2022-04-17 18:21:09 -0400
Merge pull request #5374 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-17 09:59:20 -0400
12973c4dccCleaned up 4 "rainmeter" demos. Removed exit button, added standard right click exit, edit, versions. Made drive status handle drives being added / removed, all now automatically save their last location for next time they start, version info window pops up on top of window at current location
PySimpleGUI
2022-04-17 09:58:58 -0400
Merge pull request #5371 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-16 14:16:02 -0400
65b198d97attk scrollbar settings added to global settings (it works!). Remove thumb and depressed thumb parms, added theme_button_color_background and theme_button_color_text. Changed default scrollbar width to 12 from 10 (old tk scrollbars are about 17 pixels)
PySimpleGUI
2022-04-16 14:15:35 -0400
dfad2e3b76Better error checking/reporting in theme_global. NEW THEME DarkGrey15
PySimpleGUI
2022-04-16 05:11:07 -0400
Merge pull request #5370 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-16 04:45:49 -0400
f42e042dd0Some cleaning up
PySimpleGUI
2022-04-16 04:45:35 -0400
f776589349Added report_error setting for user_settings_delete_file. Global Settings window complete rework to use Tabs. Hoping nothing broke, but just remember things are in flux for a little bit while the ttk scrollbars are finishing up
PySimpleGUI
2022-04-16 04:45:19 -0400
Merge pull request #5361 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-13 16:00:57 -0400
4d10cdadafAddition of _change_ttik_theme for better error checking. Added optional parameter to specify file in the Window.save_window_screenshot_to_disk
PySimpleGUI
2022-04-13 16:00:39 -0400
Merge pull request #5356 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-12 13:05:51 -0400
356a2f9c2bRenamed screenshot function and moved to be a Window method... Window.save_window_screenshot_to_disk. Also added an optional filename parm. FYI - Debug Print still has known issue with its new features
PySimpleGUI
2022-04-12 13:05:33 -0400
Merge pull request #5352 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-10 14:54:20 -0400
cb973b97a0Debug print pause/resume, global setting for custom titlebar, new theme call for custom titlebar, a number of test harness changes,
PySimpleGUI
2022-04-10 14:54:04 -0400
Merge pull request #5344 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-08 21:33:38 -0400
02d0358fd6Multiline, Listbox, Table and Tree - new ttk scrollbars replaced the tk scrollbars. All of these elements got a set of 10 parameters to control the look of these scrollbars
PySimpleGUI
2022-04-08 21:33:21 -0400
Merge pull request #5330 from PySimpleGUI/Dev-latest
PySimpleGUI
2022-04-06 14:32:26 -0400
935e430420Addition of blocking parameter to debug printing. IF True, then execution of your code is stopped until the "Quit" button / "X" is clicked on the Debug Window.
PySimpleGUI
2022-04-06 14:30:34 -0400