255 Commits (be4b11b8f27f500e7326711641755ad44576d408)

Author SHA1 Message Date
Chris d234ff3ce2 1.2.0 2 years ago
Stephen Tomkinson 487a309317 Resolves #653 - a missing translation step for tabbed group titles. 3 years ago
DrStriky 46e3986020 Update options.py 3 years ago
Chris 055708ec3c add support for initial_value gooey option 3 years ago
Chris 65e71d16c2 1.0.7 release features 3 years ago
Chris a489ef6dcb bump version numbers for release 3 years ago
Chris 8951bbee18 virtualize FilterableDropdown and add new SearchIndex 3 years ago
Chris d65f4d44d8 remove additional drop target which was causing exit events to mysteriously hang 3 years ago
Chris 6e5e28dcdc reuse wx.App instance to increase test reliability 3 years ago
Chris d2eb37bd93 fix broken import path 3 years ago
Jack McKew 116771edd2 Elapsed / Remaining Time on Progress Bar 4 years ago
Chris 88037da647 closes #645 - drag-and-drop doesn't honor multiFileChooser logic 3 years ago
Chris 36a71b5075 fix import qualication 3 years ago
Chris 8dc0e600ee add new widget: FilterableDropdown 3 years ago
Johan Pauwels ac2cd91793 Fix implicit float to int conversion raising DeprecationWarning 4 years ago
Johan Pauwels 06ae3ea593 Use program_name instead of script file name in macOS menu 4 years ago
Chris a4fec5be56 fixes weird bug in RadioGroup where child interactions could cause radiobuttons to lose their selection 4 years ago
Chris 6a1ceffe6c closes #625 - terminal font and colors not being set correctly 4 years ago
Stephen Tomkinson 788817c48d Ensure OnDropFiles function matches interface 4 years ago
eladeyal 578e0d1905 allow control+scrollwheel to zoom rich text console #432 5 years ago
Chris 7d0d1479e3 add missing return statement in processor.py 4 years ago
Chris 4c3a25e854 closes #592 - clicking close button can cause Gooey to hang 4 years ago
Dan Rose af4d24565c Fix show_stop_warning 4 years ago
Chris bc495ddc72 Resolve all wx warnings and errors and bump version to 4.1.0 4 years ago
Dan Rose 9ace884cef Prevent crash when getting dynamic properties 4 years ago
Chris 5fd17ed210 closes #593 & #591 - dynamic updates causes slowdowns and loses selection 4 years ago
Chris bee168aeee closes #496 - add option to start Gooey in fullscreen mode 4 years ago
Ben Elliston 963197113b ProcessController.py (run): Use default Popen buffer size to 4 years ago
Chris 262789f1c4 closes #452 - modals missing i18n options 4 years ago
Chris b8ae0f1f8d closes #497 - fix show_header_title not corretly setting visibility 4 years ago
Chris 50643ca53f closes #517 - radio group not enabling widget when initial_selection is set 4 years ago
Chris 342223c3dd bigfix: make checkbox honor gooey_options/label 4 years ago
Nathan Richard 60b79be427 Implementation of the TimeChooser widget. 5 years ago
Bess L. Walker 84ae5ce957 Issue 554: Fix MultiFileChooser output formatting. 4 years ago
Bess L. Walker c985050136 Fix Issue 550: MultiDirChooser cannot handle paths with spaces 4 years ago
Bess L. Walker 074440ea26 Substitute Python3-only code for Python 2.7-compatible code. 4 years ago
Bess L. Walker b047af5e8b Fix Issue 553: Handle Windows volume labels correctly in MultiDirChooser. 4 years ago
Stephen Macke c6269b10f1 pass footer_bg_color from buildSpec to Footer 4 years ago
conradhilley 3307f8b04b closes #523 - added ColourChooser widget 4 years ago
Nathan Richard d0f3c3b3db Changed the check on TextContainer default values to allow False-evaluated defaults. 4 years ago
Nathan Richard e35755d121 Added a cast to string for the Dropdown default and choices values. 5 years ago
Chris 7397eb0c1a Remove unused images 4 years ago
Chris f9f07d06f9 closes #515 - fix typo in doc string 4 years ago
Chris 66f154decb only add dock image to non win32 runs 5 years ago
Chris 0b79b5d766 closes #297 @thorstenwagner - fix footer button sizing 5 years ago
Chris 649c3e904f add option to suppress Gooey's --ignore injection behavior 5 years ago
Kiehl ca7ff29212 update Gooey program icon and fix OSX task bar rendering 5 years ago
Kiehl fd962aa259 expose additional top-level API for easier packaging 5 years ago
Kiehl ce9555e3d6 add explicity wx imports to enable OSX pyinstaller packaging 5 years ago
eladeyal 26e744b52c detect URLs in rich console and make them clickable 5 years ago