aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Removing the old speed perf directory (the current one is in the main 'speed'...John Resig2009-10-221-20/+1
* Removed the 'lite' build option (no longer used) and updated the README.John Resig2009-10-221-15/+0
* Cleaned out the build directory - a lot of old files that weren't being used ...John Resig2009-10-221-50/+1
* Added the submodule init/update to the Makefile for 'make test' and updated t...John Resig2009-10-221-0/+2
* Broke the logic for .clean() wrap out into a separate, static, data structure...John Resig2009-09-071-2/+2
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-0/+1
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+3
* Updated the JAR Makefile command to support UTF-8.John Resig2009-02-171-1/+1
* Disable building the lite and packed versions of jQuery by default (no longer...John Resig2009-02-171-1/+1
* core: removed outdated docs target from makefileJörn Zaefferer2009-01-141-22/+0
* Fixed boxModel support - is now computed with feature detection, rather than ...John Resig2009-01-111-1/+1
* Accidentally left in an extra echo statement in the Makefile.John Resig2009-01-051-1/+0
* Moved the copyright to the intro file, added a ! so that it passes through YU...John Resig2009-01-041-1/+8
* Moved from the old JSMin to using YUIMin for compressing the jQuery source. A...John Resig2009-01-041-1/+2
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-301-0/+1
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-211-0/+1
* Merged dimensions with coreBrandon Aaron2008-04-291-1/+2
* Fixed make speed.John Resig2008-01-281-1/+1
* Fixed lite version of jQuery.John Resig2007-12-201-2/+1
* Don't remove test directory on cleanBrandon Aaron2007-12-141-3/+0
* Reintroduced .offset() as a default include, added original author credits.John Resig2007-09-081-1/+2
* Disabled the automatic inclusion of offset.jsJohn Resig2007-09-081-2/+1
* Removed the test suite generation code.John Resig2007-09-081-14/+0
* Added the new .offset() method, directly imported from Dimensions (heavily wo...John Resig2007-09-081-1/+2
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-11/+11
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-291-2/+0
* Automated test running using Rhino (no browser required!). Still very buggy, ...John Resig2007-07-081-0/+7
* Added support for min and speed to the 'all' build.John Resig2007-06-301-1/+1
* Added the Speed Test Suite. Can be made by doing 'make speed'.John Resig2007-06-301-0/+19
* Added an initial version of the new animation test suite. (You should never s...John Resig2007-03-151-0/+2
* Fixed a problem with the Makefile, fx wasn't being included in the build.John Resig2007-02-151-3/+2
* Added support for making a minified version of jQuery.John Resig2007-02-151-1/+14
* Moved the bulk of the selector code out into a separate file, changed the bui...John Resig2006-12-311-0/+1
* Tried to fix make build, PLEASE TESTJörn Zaefferer2006-11-221-5/+7
* Added metadata (fully documented)Yehuda Katz2006-11-071-0/+2
* Added comments to various plugins and added make and ant options to make docs...Yehuda Katz2006-10-261-3/+30
* Now have accurate version information built into jquery.js - will build it in...John Resig2006-10-101-1/+4
* Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, ad...John Resig2006-10-031-1/+1
* Added .htaccess file for docs directory.John Resig2006-09-161-0/+3
* Fixed typo, thanks PatrickJörn Zaefferer2006-09-161-2/+2
* Refactored test suite: tests subdir not needed anymoreJörn Zaefferer2006-09-161-1/+0
* Refactored test suite: All tests are now compiled into one file, runs much fa...Jörn Zaefferer2006-09-161-0/+1
* Fixed bug #147, required some (ugly) modifications: changed function jQuery(....Jörn Zaefferer2006-09-151-1/+3
* Changed the -n flag of cp to -f, not equivalent, but it gets the job done.John Resig2006-08-141-3/+3
* Massive overhauls to the test suite - it is now generated dynamically, along ...John Resig2006-08-141-12/+22
* Moved the test directory.John Resig2006-08-131-7/+28
* More fixes to the build system.John Resig2006-08-131-3/+3
* Made a bunch of changes to the build system.John Resig2006-08-131-21/+42
* Moved docs stuff to build, to be created when the docs are actually built.John Resig2006-08-131-12/+29
* Added the new Makefile.John Resig2006-08-131-0/+36