0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 19 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes #2299. Proxy commit for davidb. Added disabled/enable buttons to test_Checkbox.html to recreate the problem and removeed the unsupported reset button. More... about 17 years ago
Fixes #2967. Changed call to getComputedStyle More... about 17 years ago
Refs #2827. Initial HTML markup tests for the purpose of developing the Dijit Grid. More... about 17 years ago
fixes #2821 and #1733 Now all domevent names in template should be in its original case (onClick on a domnode does not work any more, you have to use onclick:onClick in dojoAttachEvent for this case) D.O.H module for dijit More... about 17 years ago
refs #2968 Fixing typos in the output More... about 17 years ago
refs #2968 Checking in generic test for creating widgets programmatically -- pass 'count=234' and 'class=form.Button' to change the count/type of thing created. Not extensively tested. More... about 17 years ago
refs #2968 Checking in generic test for parsing widgets -- pass 'count=234' and 'class=form.Button' to change the count/type of thing created. Not extensively tested. More... about 17 years ago
Rename ResizableTextarea to Textarea, since "resizable" implies that the user can adjust the size directly. More... about 17 years ago
Make _connects[] array to hold all connections a widget has made, and delete them on widget destruction. Add connect() method to Widget to do a dojo.connect() and save the returned handle in that array. More... about 17 years ago
refs #2968 updates to test More... about 17 years ago
refs #2968 updates to test More... about 17 years ago
removes some brokenness about inserting CSS blocks (which isn't ported yet). Refs #2727 More... about 17 years ago
refs #2968 testing commit hook More... about 17 years ago
refs #2968 More... about 17 years ago
Fixes #2941. Changed the orientation of the combobutton popup to align to the right. More... about 17 years ago
Fixes #2961. Converted constraints.min/max for DateTextbox to a Date object. Added an isValid override function in RangeBoundTextbox. More... about 17 years ago
Change addListener() calls to connect(). Refs #2934. Still need code to collect all things that need to be disconnected on widget destroy. More... about 17 years ago
Initial TabContainer port checkin from Koranteng (IBM, CCLA) No, the tests aren't idiomatic Dojo, etc. Refs #2816 More... about 17 years ago
oops. hit delete key. Refs #2960 More... about 17 years ago
Cleanup of manager. Fixes #2960. More... about 17 years ago
comments, style cleanup. And widgets should override _destroy, not destroy. Refs #2727 More... about 17 years ago
Early GC of srcNodeRef. Refs #2959 More... about 17 years ago
Fix invalid CSS. Refs #2279. More... about 17 years ago
Latest update to ColorPalette from Declan (IBM, CCLA on file). Refs #2829. More... about 17 years ago
Theme changes for TabContainer. Refs #2816 More... about 17 years ago
Fix invalid CSS. Refs #2279. More... about 17 years ago
updating the button css. Also starting the update of the Tundra colors. refs #2799, #2798, #2870 More... about 17 years ago
undo previous change; setContent apparently accepts String | Node | Object. Refs #2727 More... about 17 years ago
fix indents. Refs #2727 More... about 17 years ago
fix for IE exceptions. Refs #2926 More... about 17 years ago