Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | a better casting for the gwtc compiler | Manolo Carrasco | 2011-04-14 | 1 | -2/+1 | |
| | ||||||
* | Do not return unparametrized array in list | Manolo Carrasco | 2011-04-14 | 3 | -9/+10 | |
| | ||||||
* | add fadeToggle() shortcut method in GQuery class | Julien Dramaix | 2011-04-13 | 2 | -0/+19 | |
| | ||||||
* | remove java.util.Map in GQuery class (closest method) | Manolo Carrasco | 2011-04-13 | 4 | -60/+49 | |
| | ||||||
* | tests for jsCache, permit null values and zero as key, tostring | Manolo Carrasco | 2011-04-12 | 2 | -29/+115 | |
| | ||||||
* | implement undelegate methods | Julien Dramaix | 2011-04-11 | 6 | -0/+239 | |
| | ||||||
* | add delegate() methods | Julien Dramaix | 2011-04-11 | 3 | -121/+483 | |
| | ||||||
* | fixing compilation | Manolo Carrasco | 2011-04-10 | 1 | -1/+2 | |
| | ||||||
* | New js object and methods | Manolo Carrasco | 2011-04-10 | 4 | -2/+77 | |
| | ||||||
* | use an unused event mask for ONSUBMIT | Julien Dramaix | 2011-04-10 | 1 | -2/+1 | |
| | ||||||
* | add testLiveWithEventBit and testLiveWithMultipleEvent tests ! | Julien Dramaix | 2011-04-10 | 1 | -2/+59 | |
| | ||||||
* | this line was committed by mistake, tests notized me that something was ↵ | Manolo Carrasco | 2011-04-10 | 1 | -0/+1 | |
| | | | | wrong :-) | |||||
* | Handing multiple event bits in live and die, and list of event names | Manolo Carrasco | 2011-04-10 | 1 | -50/+62 | |
| | ||||||
* | oopps testLiveWithMultipleEvent() should not be committed | Julien Dramaix | 2011-04-10 | 1 | -23/+25 | |
| | ||||||
* | - correct live implementation to accept an array of Function | Julien Dramaix | 2011-04-10 | 4 | -49/+102 | |
| | | | | - method live(String, Object, Function) loop on itself | |||||
* | Fixing an old bug in code which was making live methods without context fail ↵ | Manolo Carrasco | 2011-04-09 | 1 | -4/+6 | |
| | | | | the second time. And Fixing a NullPointerException when calling die in an element without live functions | |||||
* | remove unused import | Julien Dramaix | 2011-04-09 | 2 | -4/+0 | |
| | ||||||
* | remove compiler error: Constructors must be 'protected' in subclasses of ↵ | Manolo Carrasco | 2011-04-09 | 1 | -1/+2 | |
| | | | | JavaScriptObject | |||||
* | live methods should follow the same api that gquery uses for bind, using ↵ | Manolo Carrasco | 2011-04-09 | 5 | -29/+112 | |
| | | | | Event.* constants to be more type-safe. | |||||
* | implement live() and die methods | Julien Dramaix | 2011-04-08 | 10 | -399/+1008 | |
| | ||||||
* | let addLiveEvents() method calls | Julien Dramaix | 2011-04-07 | 1 | -2/+2 | |
| | ||||||
* | correct test | Julien Dramaix | 2011-04-07 | 1 | -4/+4 | |
| | ||||||
* | add closest methods ! | Julien Dramaix | 2011-04-06 | 2 | -9/+191 | |
| | ||||||
* | Properties constructor now accepts css syntax | Manolo Carrasco | 2011-04-06 | 2 | -1/+6 | |
| | ||||||
* | Check that gquery has elements to avoid exceptions | Manolo Carrasco | 2011-04-06 | 1 | -23/+29 | |
| | ||||||
* | update lazy widgets api | Manolo Carrasco | 2011-04-05 | 1 | -291/+2 | |
| | ||||||
* | moved gwt widgets from gwtquery to gquery enhance plugin | Manolo Carrasco | 2011-04-05 | 17 | -1493/+18 | |
| | ||||||
* | null | Manolo Carrasco | 2011-04-04 | 1 | -1/+1 | |
| | ||||||
* | check that first element exists in all gquery methods | Manolo Carrasco | 2011-04-04 | 2 | -9/+24 | |
| | ||||||
* | Implement live and die methods, fixes issue#69. Little changes in .js package | Manolo Carrasco | 2011-04-04 | 11 | -26/+240 | |
| | ||||||
* | make Easing an interface instead of an Enum. Users can easily their own ↵ | Julien Dramaix | 2011-04-02 | 1 | -6/+18 | |
| | | | | easing function. That allows also defining others easing functions in a plugin | |||||
* | remove System.err.println() calls | Julien Dramaix | 2011-03-31 | 1 | -2/+1 | |
| | ||||||
* | add test for unwrap() method | Julien Dramaix | 2011-03-31 | 1 | -0/+19 | |
| | ||||||
* | - add unwrap() method | Julien Dramaix | 2011-03-31 | 4 | -169/+966 | |
| | | | | | - correct bug in replaceWith method : order of replacing element was not kept - add animations method : delay, queue, dequeue, clearQueue, animate, stop and slide* | |||||
* | improve tests for detach and remove methods | Julien Dramaix | 2011-03-29 | 1 | -1/+58 | |
| | ||||||
* | Let gquery to use the most adequate selector here | Manolo Carrasco | 2011-03-29 | 1 | -1/+1 | |
| | ||||||
* | make rebind static and call sink only if a gwt EventListener is associated ↵ | Julien Dramaix | 2011-03-29 | 1 | -1/+1 | |
| | | | | to the element | |||||
* | make rebind static and call sink only if a gwt EventListener is associated ↵ | Julien Dramaix | 2011-03-29 | 1 | -5/+8 | |
| | | | | to the element | |||||
* | add detach method. | Julien Dramaix | 2011-03-28 | 4 | -63/+250 | |
| | | | | | | refactoring of the remove() method to be compliant with jQuery documentation add test for remove and detach methods. Don't try to clean GQuery events if no one EventListener exists + correct bug in event cleaning | |||||
* | println | Manolo Carrasco | 2011-03-28 | 1 | -2/+0 | |
| | ||||||
* | Call rebind whenenver an element is reattached to the DOM, and clean events ↵ | Manolo Carrasco | 2011-03-28 | 3 | -40/+90 | |
| | | | | and data only if the remove method is called with "true" arg | |||||
* | eq() and get() method must accept negative index (count from the end of the ↵ | Julien Dramaix | 2011-03-28 | 3 | -6/+102 | |
| | | | | matched set) | |||||
* | Add the old widget element when its parent is HTMLPanel and we want maintain ↵ | Manolo Carrasco | 2011-03-24 | 1 | -3/+8 | |
| | | | | it hidden in the dom | |||||
* | Handle replacement of widgets, it needs to deal with more gwt panels | Manolo Carrasco | 2011-03-24 | 2 | -14/+45 | |
| | ||||||
* | adding a new method to widgets utils | Manolo Carrasco | 2011-03-17 | 1 | -0/+21 | |
| | ||||||
* | add DecoratorPanel factory | Julien Dramaix | 2011-03-14 | 4 | -1/+74 | |
| | ||||||
* | - add checkbox and radiobutton factories | Julien Dramaix | 2011-03-14 | 10 | -35/+260 | |
| | | | | - remove WidgetOptions interface | |||||
* | update lazy interface | Julien Dramaix | 2011-03-14 | 1 | -25/+154 | |
| | ||||||
* | widgets plugin take care of widgets hierarchy | Julien Dramaix | 2011-03-14 | 20 | -146/+893 | |
| | ||||||
* | call RootPanel.detachOnWindowClose only when the widget is not in another ↵ | Manolo Carrasco | 2011-03-09 | 3 | -17/+32 | |
| | | | | widget. Detach correctly the widget when is removed in gquery |