0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 14 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix small bug where local variable is undefined. More... over 13 years ago
Add ids to section header. More... over 13 years ago
Allow headerless section so they can be used as a common container for a group of related fields. More... over 13 years ago
Give the wrapper div of the fields a unique Id. More... over 13 years ago
Define a bunch of methods and properties in the GM_configStruct prototype so we save memory. More... over 13 years ago
Don't read from stored values if settings haven't been passed. More... over 13 years ago
Stopped passing config.id to the constructor of the fields and instead passed it to the toNode method. This way you can pass everything to the GM_config constructor and call init with no arguements. Added local variables in a few places to reduce lookups. Changed the name of fieldEl to node, to match the property name of the field objects. More... over 13 years ago
toValue no longer needs the frame element passed to it. More... over 13 years ago
Fix a few bugs from my last two commits. closes #17 and closes #19 More... over 13 years ago
Use a local variable for config.id to reduce lookups. More... over 13 years ago
Allow the script author specify a unique id value to be used for storing values and creating elments. More... over 13 years ago
Change the way value parsing and reseting is done. More... over 13 years ago
Simplify initialization and correct tooltip mistake. More... over 13 years ago
Put correct tooltips on buttons. More... over 13 years ago
Eliminate "fields" lookup in loops. More... almost 14 years ago
Inline addEvent function. More... almost 14 years ago
There are no longer declared arguments to create function. More... almost 14 years ago
Fix a few small errors. More... almost 14 years ago
Uniformly access of fields in loop. More... almost 14 years ago
Fix typo. closes #14 More... almost 14 years ago
Clean up initializer a little. More... almost 14 years ago
Simplify reset code. More... almost 14 years ago
Ditch pointless reverse loop. More... almost 14 years ago
Decrease indentation in some parts. More... almost 14 years ago
Fix CSS mistakes. More... almost 14 years ago
A little housekeeping. More... almost 14 years ago
Use updated element creation function and simplify the field element creation code. closes #11 and closes #12 respectively More... almost 14 years ago
Fix small error. closes #2 Merge branch 'issue-3' into master. closes #3 More... almost 14 years ago
A little header fixing and breaking up the basic css lines. More... almost 14 years ago
Merge branch 'master' into issue-3 More... almost 14 years ago