aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* tests for jsCache, permit null values and zero as key, tostringManolo Carrasco2011-04-121-0/+86
* implement undelegate methodsJulien Dramaix2011-04-111-0/+152
* add delegate() methodsJulien Dramaix2011-04-111-0/+38
* add testLiveWithEventBit and testLiveWithMultipleEvent tests !Julien Dramaix2011-04-101-2/+59
* oopps testLiveWithMultipleEvent() should not be committed Julien Dramaix2011-04-101-23/+25
* - correct live implementation to accept an array of FunctionJulien Dramaix2011-04-101-24/+49
* implement live() and die methodsJulien Dramaix2011-04-082-78/+230
* correct testJulien Dramaix2011-04-071-4/+4
* add closest methods !Julien Dramaix2011-04-061-1/+54
* Properties constructor now accepts css syntaxManolo Carrasco2011-04-061-0/+2
* moved gwt widgets from gwtquery to gquery enhance pluginManolo Carrasco2011-04-051-2/+14
* Implement live and die methods, fixes issue#69. Little changes in .js packageManolo Carrasco2011-04-042-4/+28
* remove System.err.println() callsJulien Dramaix2011-03-311-2/+1
* add test for unwrap() methodJulien Dramaix2011-03-311-0/+19
* improve tests for detach and remove methodsJulien Dramaix2011-03-291-1/+58
* add detach method.Julien Dramaix2011-03-281-0/+110
* Call rebind whenenver an element is reattached to the DOM, and clean events a...Manolo Carrasco2011-03-281-2/+20
* eq() and get() method must accept negative index (count from the end of the m...Julien Dramaix2011-03-281-0/+42
* call RootPanel.detachOnWindowClose only when the widget is not in another wid...Manolo Carrasco2011-03-091-4/+5
* moving back WidgetsUtils, new class GqUi to access protected methods of ui pa...Manolo Carrasco2011-03-091-0/+18
* improve filter method to work with detached elementsJulien Dramaix2011-03-041-5/+32
* remove useless functionsJulien Dramaix2011-03-041-1/+1
* correct behavior of replaceWith and replaceAll methods !Julien Dramaix2011-03-041-114/+146
* Refactoring of Lightweight JSO classes and more.Manolo Carrasco2011-03-032-35/+38
* remove the asWidget() method from GQuery class as Widgets plugin is in a expe...Julien Dramaix2011-03-022-3/+4
* Refactoring of plugins packageJulien Dramaix2011-03-022-3/+3
* margin and padding shorthand properties can be defined with either one, two, ...Julien Dramaix2011-03-011-6/+15
* finalize CSS partJulien Dramaix2011-02-282-225/+270
* Remove redundant methodsManolo Carrasco2011-02-281-4/+3
* Adding a nice method able to look for widgeds of a specific class in the dom....Manolo Carrasco2011-02-271-1/+12
* implement Manolo's idea : use with() method to facilitate eclipse auto-comple...Julien Dramaix2011-02-242-279/+303
* $() must handle nullsManolo Carrasco2011-02-241-0/+12
* finalize CSS2 part of gwtqueryJulien Dramaix2011-02-171-3/+16
* change in margin and padding propertyJulien Dramaix2011-02-161-2/+27
* add EmptyCells propertyJulien Dramaix2011-02-091-0/+13
* continue type safe css implementationJulien Dramaix2011-02-081-43/+231
* add position propertiesJulien Dramaix2011-01-271-0/+23
* add clear, clip, top, left, bottom, right and overflow propertiesJulien Dramaix2011-01-271-0/+71
* add outline propertyJulien Dramaix2011-01-271-17/+43
* Refactoring of CSS part of GQuery. Add implementation of many css propertiesJulien Dramaix2011-01-272-1/+710
* removing usage of deprecated method in testsManolo Carrasco2011-01-232-4/+2
* -correct testWidthHeightJulien Dramaix2011-01-231-3/+9
* Moving cur method to styleImpl and adding it to the GQuery apiManolo Carrasco2011-01-232-10/+9
* Standarizing Copyright headers in all source filesManolo Carrasco2011-01-228-8/+8
* correct implemenation of curCSS methodJulien Dramaix2011-01-181-3/+3
* - Added QueryMin module thought to produce small javascript code although it ...Manolo Carrasco2011-01-172-3/+40
* adding Lazy interface for Widgets plugin. Fixing a testManolo Carrasco2011-01-161-4/+4
* fix for issue 62Julien Dramaix2011-01-131-0/+19
* Fix issue 57Julien Dramaix2011-01-111-0/+14
* updating to gwt 2.1.0 and fixing compilation (patch by julien.dramaix) and te...Manolo Carrasco2010-11-241-20/+21