0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix font bug in StaticText control More... over 14 years ago
edit to conform with gunge head More... over 14 years ago
added editable TextCtrl class to controls/text.py More... about 15 years ago
StaticText now uses style.font function More... about 15 years ago
added default for filename argument in ParseError More... about 15 years ago
gave wrong name to argument, should be self` More... about 15 years ago
added quick function to get pygame fonts More... about 15 years ago
minor docstring/style changes (typo fix, etc). More... about 15 years ago
changed the default font settings. More... about 15 years ago
played around a with StaticText default settings. More... about 15 years ago
any tagless text is now assumed to be StaticText, and created as such (except if it is all whitespace) More... about 15 years ago
added support for static text, using the StaticText tag More... about 15 years ago
bugfix: use the new temporary rect for bounds checking, instead of the outdated one More... about 15 years ago
moved the adjust call to the base Control class, removing the need for create functions to call it separately More... about 15 years ago
added margin and padding attributes to container objects, to avoid accessing the style element all the time More... about 15 years ago
changed the boundary check. Rect.contains() doesn't work if the position is (0, 0). More... about 15 years ago
added a create method to the Element class, which creates a rect using 'width' and 'height' attributes. More... about 15 years ago
added radio buttons. More... about 15 years ago
had to modify goo.Binder class to work with new-style classes in gunge More... about 15 years ago
removed superfluous addition symbol More... about 15 years ago
added some docstrings to Checkbox class More... about 15 years ago
add CHECKCHANGED event to goo, emitted by the Checkox if it is checked/unchecked More... about 15 years ago
added a clicked_color style to the IconButton, and tweaked how the Checkbox element behaves. More... about 15 years ago
added description field to the checkbox, and a hover effect. More... about 15 years ago
added kill method to recursively kill off widgets. More... about 15 years ago
make the checked attribute work correctly on checkboxes. This is the default value of the checkbox More... about 15 years ago
added Checkbox control. The checked variable indicates whether the object is checked or not. More... about 15 years ago
made styles print more nicely, including the style name More... about 15 years ago
tweak IconButton styles. More... about 15 years ago
bring the goo lib up to date with the current gunge HEAD. goo and gunge are now compatible again. More... about 15 years ago