Skip to content

Latest commit

 

History

History
40 lines (39 loc) · 2.1 KB

AUTHORS.md

File metadata and controls

40 lines (39 loc) · 2.1 KB

Authors

This file contains a list of all the authors of widgets in this repository. Please note that this list only mentions the original creators of the widgets, and the widgets may have been edited and/or improved or otherwise modified by other authors.

  • RedFantom
    • ScrolledFrame, based on an Unpythonic idea
    • ToggledFrame, based on an idea by Onlyjus
    • LinkLabel, based on an idea by Nelson Brochado
    • ScrolledListbox
    • FontChooser, based on an idea by Nelson Brochado
    • FontSelectFrame
    • Tooltip
    • ItemsCanvas
    • TimeLine
    • hook.py and tooltips.py modules
  • The Python Team
    • Calendar, found here
  • Mitja Martini
    • AutocompleteEntry, found here
  • Russell Adams
    • AutocompleteCombobox, found here
  • Juliette Monsel
    • CheckboxTreeview
    • Table
    • TickScale
    • AutoHideScrollbar based on an idea by Fredrik Lundh
    • All color widgets: askcolor, ColorPicker, GradientBar and ColorSquare, LimitVar, Spinbox, AlphaBar and supporting functions in functions.py.
    • AutocompleteEntryListbox
  • Simon Bordeyne
    • validated_entries submodule
  • Multiple authors:
    • ScaleEntry (RedFantom and Juliette Monsel)
  • rdbende
  • Bart Broere
    • PR #86
  • Ryan Baker
    • PR #96: check_all and uncheck_all for CheckboxTreeview
  • Fredy Ramirez
    • PR #59: Example runner (examples/run.py)
  • jnhyperion
    • PR #31