2010-08-28 |
Fabio M. Costa | Looks like when we touch the Element.prototype before...
|
commit | commitdiff | tree |
2010-07-10 |
Fabio M. Costa | if theres no attachEvent we dont need to create the...
|
commit | commitdiff | tree |
2010-07-10 |
Fabio M. Costa | Needs to be this.Element cause IE8 erases the Element...
|
commit | commitdiff | tree |
2010-07-10 |
Fabio M. Costa | no need to access the slow "arguments" variable
|
commit | commitdiff | tree |
2010-07-05 |
Fabio M. Costa | Merge branch 'master' of github.com:mootools/mootools...
|
commit | commitdiff | tree |
2010-07-05 |
Fabio M. Costa | Revert "fix for #841 and some other related issues...
|
commit | commitdiff | tree |
2010-07-05 |
Fabio M. Costa | some code improvements
|
commit | commitdiff | tree |
2010-07-05 |
Fabio M. Costa | solves the problem with extending nodes more than one...
|
commit | commitdiff | tree |
2010-07-01 |
Fabio M. Costa | Revert "Making sure the mutators are executed before...
|
commit | commitdiff | tree |
2010-07-01 |
Fabio M. Costa | updating reference for the Specs submodule
|
commit | commitdiff | tree |
2010-07-01 |
Fabio M. Costa | Fix for get(maxlength) that, when not set, returns...
|
commit | commitdiff | tree |
2010-07-01 |
Fabio M. Costa | Using Slick.find (doc, '#' + id) instead doc.getElementById...
|
commit | commitdiff | tree |
2010-07-01 |
Fabio M. Costa | Improved speed of the get opacity method and now it...
|
commit | commitdiff | tree |
2010-06-30 |
Fabio M. Costa | using the previously defined ua variable.
|
commit | commitdiff | tree |
2010-06-11 |
Fabio M. Costa | Fixes #473. Thanks Brenton for your help.
|
commit | commitdiff | tree |
2010-06-11 |
Fabio M. Costa | This fixes some random errors while using this.toElement...
|
commit | commitdiff | tree |
2010-06-10 |
Fabio M. Costa | fixes #783. Making the multiple arguments on array...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | fixing get opacity. html.style.filter != null returns...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | fixing get opacity. html.style.filter != null returns...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | Fixes #794. offsetparent is defined here http://www...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | fix for #841 and some other related issues with xml...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | Fixes #894, getPrevious now get the first previous...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | Fixes #794. offsetparent is defined here http://www...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | fix for #841 and some other related issues with xml...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | Fixes #894, getPrevious now get the first previous...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | Making sure the mutators are executed before implementing...
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | Object.keyOf instead of Hash.keyOf
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | Object.keyOf instead of Hash.keyOf
|
commit | commitdiff | tree |
2010-06-09 |
Fabio M. Costa | Merge branch 'master' of github.com:mootools/mootools...
|
commit | commitdiff | tree |
2010-06-04 |
Fabio M. Costa | Merge branch 'master' of github.com:mootools/mootools...
|
commit | commitdiff | tree |
2010-06-04 |
Fabio M. Costa | Fix for the overloadSetter if you pass undefined or...
|
commit | commitdiff | tree |
2010-06-03 |
Fabio M. Costa | Fix for the overloadSetter if you pass undefined or...
|
commit | commitdiff | tree |
2010-06-03 |
Fabio M. Costa | Merge branch 'master' of github.com:mootools/mootools...
|
commit | commitdiff | tree |
2010-06-03 |
Fabio M. Costa | Revert "Element.get works as expected with 1.2 with...
|
commit | commitdiff | tree |
2010-05-30 |
Fabio M. Costa | Organization and no need for this "purge" variable.
|
commit | commitdiff | tree |
2010-05-28 |
Fabio M. Costa | Fix for #729, domready order on ie.
|
commit | commitdiff | tree |
2010-05-28 |
Fabio M. Costa | Element.get works as expected with 1.2 with the compat...
|
commit | commitdiff | tree |
2010-05-28 |
Fabio M. Costa | Organization and no need for this "purge" variable.
|
commit | commitdiff | tree |
2010-05-14 |
Fabio M. Costa | Updating the elements creation to use the new Slick...
|
commit | commitdiff | tree |
2010-05-14 |
Fabio M. Costa | fixes #762, the name of the form field needs to be...
|
commit | commitdiff | tree |
2010-04-12 |
Fabio M. Costa | updating reference to specs
|
commit | commitdiff | tree |
2010-04-12 |
Fabio M. Costa | remake of the arguments.callee removal. Using normal...
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | function(){} -> nil on some comments
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | style
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | smaller code
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | Revert "removing $clear from core and adding it on...
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | n * -1 is faster than Math.abs(n), and the check for...
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | removing some references to $empty on the comments
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | replacing 'Array.extend' -> 'Array.append'
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | removing $clear from core and adding it on the Function...
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | theres no $defined on 1.3 (just if compact layer included).
|
commit | commitdiff | tree |
2010-04-11 |
Fabio M. Costa | adding feature detection on the text property
|
commit | commitdiff | tree |
2010-04-08 |
Fabio M. Costa | updating specs
|
commit | commitdiff | tree |
2010-04-08 |
Fabio M. Costa | Merge branch '1.3wip' of git://github.com/cpojer/mootools...
|
commit | commitdiff | tree |
2010-04-08 |
Fabio M. Costa | My fault, removing last Browser.Engine call
|
commit | commitdiff | tree |
2010-04-08 |
Fabio M. Costa | increasing readability
|
commit | commitdiff | tree |
2010-04-08 |
Fabio M. Costa | removing nocash on someplaces that dont use it.
|
commit | commitdiff | tree |
2010-04-08 |
Fabio M. Costa | adding comment for a crazy fix
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | removing references to arguments.callee
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | dropping safari 2 support
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | Using Browser.safari instead of the old Browser.Engine...
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | Revert "fixes #857. All the generics now ignores the...
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | fixes #578, safari 3.2 doesnt return the first option...
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | updating the Specs module
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | Releasing this var for GC
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | new version of get/set/erase property. fixes #747.
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | fixes #735. Problem is that when you do this.style...
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | Merge branch '1.3wip' into develop
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | Merge branch '1.3wip' of github.com:mootools/mootools...
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | fix for the $$ function
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | fixes #857. All the generics now ignores the call of...
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | fixes #756, there are specs and they are passing.
|
commit | commitdiff | tree |
2010-04-07 |
Fabio M. Costa | fixes #188, input image shouldnt be inserted into the...
|
commit | commitdiff | tree |
2010-04-03 |
Fabio M. Costa | Merge branch 'codeReview' into 1.3wip
|
commit | commitdiff | tree |
2010-04-03 |
Fabio M. Costa | chaing isEnumerable to return true with strings, as...
|
commit | commitdiff | tree |
2010-04-02 |
Fabio M. Costa | changing objectToString -> toString.
|
commit | commitdiff | tree |
2010-04-02 |
Fabio M. Costa | Updating slick's version and the specs.
|
commit | commitdiff | tree |
2010-04-02 |
Fabio M. Costa | now just enumerables are entering the for loop to clone...
|
commit | commitdiff | tree |
2010-04-02 |
Fabio M. Costa | Changing the isEnumerable function cause a collection...
|
commit | commitdiff | tree |
2010-03-27 |
Fabio M. Costa | fixes a Number spec thats failing. It now rounds the...
|
commit | commitdiff | tree |
2010-03-27 |
Fabio M. Costa | adding floatName style detection
|
commit | commitdiff | tree |
2010-03-27 |
Fabio M. Costa | adding feature detection for the filter style property
|
commit | commitdiff | tree |
2010-03-27 |
Fabio M. Costa | using feature detection for the html getter
|
commit | commitdiff | tree |
2010-03-27 |
Fabio M. Costa | include '-' as a valid tag character
|
commit | commitdiff | tree |
2010-03-23 |
Fabio M. Costa | fix for ticket #768, theres a shell there as a test...
|
commit | commitdiff | tree |
2010-03-23 |
Fabio M. Costa | ok last changes, now it doesnt create an empty array...
|
commit | commitdiff | tree |
2010-03-23 |
Fabio M. Costa | removing the {} as it is a for of just one line. (appden...
|
commit | commitdiff | tree |
2010-03-23 |
Fabio M. Costa | * removing the break statement (was unnecessary);
|
commit | commitdiff | tree |
2010-03-21 |
Fabio M. Costa | fix for #862
|
commit | commitdiff | tree |
2010-03-21 |
Fabio M. Costa | Fix for the toString class method (and others not recognized...
|
commit | commitdiff | tree |
2009-10-07 |
Fabio M. Costa | Quick and efficient fix for the star selector problem.
|
commit | commitdiff | tree |
2009-10-07 |
Fabio M. Costa | Spec showing, that the star selector (*) selects comment...
|
commit | commitdiff | tree |