Commit Graph

  • c90205160f
    Merge pull request #3608 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-12 18:08:27 -0500
  • 9611a4fd08 Renamed UserSettings singleton variable. Added _ to UserSettings.compute_filename to make it private. PySimpleGUI 2020-11-12 18:08:09 -0500
  • 05928ef70b
    Merge pull request #3607 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-12 17:19:42 -0500
  • d53fdcbfc8 Added option for enabling the Mac no_titlebar patch (err... hack) PySimpleGUI 2020-11-12 17:18:52 -0500
  • 1d7ce6a8f9
    Merge pull request #3603 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-11 15:34:22 -0500
  • 3e1a24671c Window.read() check to see if queued thread event prior to doing anything else. PySimpleGUI 2020-11-11 15:34:00 -0500
  • 89f3d127fd
    Merge pull request #3602 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-11 11:39:35 -0500
  • a131e53c2a Multline docstring fix for stderr PySimpleGUI 2020-11-11 11:38:52 -0500
  • f33efc5cee
    Merge pull request #3601 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-11 10:04:31 -0500
  • 6be471e8af Added readme to docs folder so that readthedocs will pick it up. PySimpleGUI 2020-11-11 10:04:13 -0500
  • 31437e00f5
    Merge pull request #3600 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-11 09:44:21 -0500
  • 3f9a296987 Initial check-in of multi-threaded & multi-window write_event_value call. PySimpleGUI 2020-11-11 09:43:59 -0500
  • b8e9f86bcf
    Merge pull request #3597 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-10 14:36:49 -0500
  • 4d42356103 Check event_values thread Queue first in read_all_windows PySimpleGUI 2020-11-10 14:36:28 -0500
  • 5bba7cd22b
    Merge pull request #3593 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-09 10:59:07 -0500
  • 160ed35e13 Added color paramters for ButtonMenu. Can now set colors like recently added to MenuBar PySimpleGUI 2020-11-09 10:58:50 -0500
  • 5bdd08e46d
    Merge pull request #3592 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-09 08:41:49 -0500
  • f97bb3ade2 Menubar colors PySimpleGUI 2020-11-09 08:41:29 -0500
  • 56f8949757
    Merge pull request #3589 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-08 11:03:52 -0500
  • ba552e31bd Renamed UserSettings get_entry and set_entry to just get and set like dictionaries. PySimpleGUI 2020-11-08 11:03:34 -0500
  • e135571a34
    Merge pull request #3588 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-08 10:04:01 -0500
  • 43a26779f3 User Setting fix for initial load PySimpleGUI 2020-11-08 10:03:43 -0500
  • 850175f9ef
    Merge pull request #3587 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-08 09:00:50 -0500
  • bf086ebdb6 Added UserSettings.set_default_value(). Added more docstrings. PySimpleGUI 2020-11-08 09:00:28 -0500
  • a4744c149a
    Merge pull request #3584 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-07 12:58:39 -0500
  • 397137e455 Opened up the UserSettings object for users PySimpleGUI 2020-11-07 12:57:53 -0500
  • 07907b6872
    Merge pull request #3582 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-06 14:51:18 -0500
  • 658534c82a Added readonly option to Spin. Added default_extension to FileSaveAs button. Now behaves like the popup_get_file. Defaults to '' so should have no impact on existing code. PySimpleGUI 2020-11-06 14:50:55 -0500
  • 8d098a8f24
    Merge pull request #3579 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-06 09:53:30 -0500
  • 2aee4aae59 Fixed Spin.get not returning corrct type PySimpleGUI 2020-11-06 09:52:43 -0500
  • c8dabfbc88
    Merge pull request #3573 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-03 11:11:43 -0500
  • 81daafb613 New demo - center a column in the window PySimpleGUI 2020-11-03 11:11:22 -0500
  • ecdfffa6ac
    Merge pull request #3572 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-02 16:18:56 -0500
  • ad1cbe81e8 added get_stylesheet and set_stylesheet. Worked on Frames with little success PySimpleGUI 2020-11-02 16:18:37 -0500
  • 563725d523
    Merge pull request #3570 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-02 08:34:51 -0500
  • 30b95a72fb Remove line per suggested PySimpleGUI 2020-11-02 08:34:33 -0500
  • 489a2ffd3c
    Merge pull request #3567 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-01 15:45:54 -0500
  • a62b9d8f92 Renamed Styles class and member variable. QtStyle and qt_styles are now used. Added margin to elements that were missing it. PySimpleGUI 2020-11-01 15:45:31 -0500
  • 4a17c242b8
    Merge pull request #3566 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-01 12:12:02 -0500
  • ea96f74e8f Updates generously provided by @okajun35 ! (THANK YOU SO VERY MUCH) PySimpleGUI 2020-11-01 12:11:41 -0500
  • bae0142a4a
    Merge pull request #3565 from PySimpleGUI/Dev-latest PySimpleGUI 2020-11-01 11:47:33 -0500
  • 86c1647b87 Patch for no titlebar on Mac - EXPERIMENTAL! PySimpleGUI 2020-11-01 11:45:14 -0500
  • 30010255c9
    Merge pull request #3564 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-31 16:21:05 -0400
  • 63d9451cc2 Align elements on center across rows PySimpleGUI 2020-10-31 16:20:47 -0400
  • dce834b6ce
    Merge pull request #3563 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-31 15:38:24 -0400
  • c4df53acdb Huge Styles Update. Reworked how text is wrapped in popup so that it's the same as tkinterj port. Copied over themes from tkinter port. PySimpleGUI 2020-10-31 15:37:57 -0400
  • 91f1f5bac4
    Merge pull request #3562 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-30 18:18:46 -0400
  • 977bc66196 Changed so that Linux version works the same as Windows PySimpleGUI 2020-10-30 18:18:26 -0400
  • 7e85c98bc4 Set theme jekyll-theme-leap-day PySimpleGUI 2020-10-27 07:10:26 -0400
  • 665b6d7979 Set theme jekyll-theme-hacker PySimpleGUI 2020-10-27 07:06:57 -0400
  • 1618ae7a9a Set theme jekyll-theme-minimal PySimpleGUI 2020-10-27 07:05:03 -0400
  • f378997151
    Merge pull request #3547 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-26 15:04:57 -0400
  • 9ef9e28603 Updates from okajun35 PySimpleGUI 2020-10-26 15:02:07 -0400
  • 4fe20bb901
    Merge pull request #3541 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-25 14:50:34 -0400
  • b957d3e757 Removed default value parameter from several user_settings_get_entry to simplify. PySimpleGUI 2020-10-25 14:49:37 -0400
  • 9d6275bf0a Convert None default text for Input element to be '' PySimpleGUI 2020-10-25 14:48:44 -0400
  • c8923f9cd1
    Merge pull request #3540 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-25 11:06:00 -0400
  • 63ecca6a2f Replaced all globals with user settings PySimpleGUI 2020-10-25 11:05:40 -0400
  • a8036472f0
    Merge pull request #3538 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-24 19:54:42 -0400
  • 9a4cbbccf8 Added theme to settings PySimpleGUI 2020-10-24 19:54:18 -0400
  • 2f5008ee1e
    Merge pull request #3537 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-24 19:43:11 -0400
  • 71f121b949 Make everything "settings driven". Has a settings window to set the folders and the programs information PySimpleGUI 2020-10-24 19:42:37 -0400
  • d2ae072aa4
    Merge pull request #3536 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-24 17:12:58 -0400
  • 948f25c0e1 Copied over latest themes from the tkinter port PySimpleGUI 2020-10-24 17:12:37 -0400
  • 0507501185
    Merge pull request #3534 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-24 13:54:23 -0400
  • 849a4014ed Fixed supress spelling error :-( PySimpleGUI 2020-10-24 13:54:06 -0400
  • e579ce1afc
    Merge pull request #3533 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-24 13:15:58 -0400
  • acfa42a27a Repaired Multiline docstring, new main_get_debug_data function, reformatted look and feel table (shortened code by 930 lines of code!) PySimpleGUI 2020-10-24 13:15:12 -0400
  • 0a2e352a73
    Merge pull request #3532 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-24 11:24:20 -0400
  • 4ed30d1a0a A new "silent" command line option will kill all python programs with no window opened except for an auto-closing popup at the end. PySimpleGUI 2020-10-24 11:24:03 -0400
  • 1da1934b71
    Merge pull request #3530 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-23 15:28:34 -0400
  • 732c0bf723 Hooked up the k parameter of elements. Forgot to assign it to keys PySimpleGUI 2020-10-23 15:28:12 -0400
  • 1d19307d4c
    Merge pull request #3520 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-21 10:53:34 -0400
  • 56c282538b Added official "Thank you" to @okajun35 PySimpleGUI 2020-10-21 10:53:17 -0400
  • 35ca3fdefd
    Merge pull request #3518 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-21 10:29:24 -0400
  • 8d4d743bfa Addition of link to Japanese version PySimpleGUI 2020-10-21 10:29:07 -0400
  • 3b8a10e47f
    Merge pull request #3517 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-21 10:25:31 -0400
  • fea999dfc7 Thank you to @okajun35 for the changes!!! WOW THANK YOU! PySimpleGUI 2020-10-21 10:25:14 -0400
  • 4b542e33d5
    Merge pull request #3514 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-20 09:50:22 -0400
  • 645ab655a5 New user settings coding convention PySimpleGUI 2020-10-20 09:50:02 -0400
  • b109dc6d41
    Merge pull request #3513 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-20 09:34:59 -0400
  • 88564dcb67 Replaced combo user settings demo with one that uses input and combobox PySimpleGUI 2020-10-20 09:34:42 -0400
  • 1d52d88452
    Merge pull request #3512 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-20 07:58:03 -0400
  • 0b7b0cc340 Added parms to Multline.update docstring PySimpleGUI 2020-10-20 07:57:43 -0400
  • 7868ad3cf0
    Merge pull request #3510 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-19 18:37:29 -0400
  • d34f2cccad Allow Combo.update to set both readonly and clear disable in same call. PySimpleGUI 2020-10-19 18:37:10 -0400
  • 71e181201b
    Merge pull request #3508 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-19 14:11:24 -0400
  • 7b7afc2dc2 cprint, mutline.print now autoscrolls PySimpleGUI 2020-10-19 14:11:04 -0400
  • e7f7089b0e
    Merge pull request #3503 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-18 17:08:21 -0400
  • a63a0c327a Another __version__ change PySimpleGUI 2020-10-18 17:08:00 -0400
  • 0abfad28f3
    Merge pull request #3502 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-18 15:26:47 -0400
  • f7d2ac04f3 New Demo Program! Tkinter colors as swatches PySimpleGUI 2020-10-18 15:26:02 -0400
  • 04cdcf79ea
    Merge pull request #3500 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-18 12:38:04 -0400
  • 90b02c25e2 Rolled back to original versoin statement PySimpleGUI 2020-10-18 12:37:39 -0400
  • 919b509ea2
    Merge pull request #3499 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-18 12:35:05 -0400
  • 138d905283 Switched __version__ PySimpleGUI 2020-10-18 12:34:47 -0400
  • a40a0bdeca Swiched back __version__ in upgrade code too PySimpleGUI 2020-10-18 12:34:20 -0400
  • f4eb7b4112
    Merge pull request #3498 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-18 12:25:21 -0400
  • 64e3ba11d5 Switched __version__ back to old definition PySimpleGUI 2020-10-18 12:25:02 -0400
  • 8887eb811d
    Merge pull request #3497 from PySimpleGUI/Dev-latest PySimpleGUI 2020-10-18 12:15:29 -0400