aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.core.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Updated widget factory to use proper names for internal methods. Part ...Scott González2008-08-161-9/+9
* Core: Modified widget factory to prevent access to internal methods through t...Scott González2008-08-161-0/+7
* Added a namespace to the selectstart event handler in $.ui.disableSelection()...Scott González2008-08-151-2/+8
* Core: Moved UI core code below jQuery modification code.Scott González2008-08-151-60/+62
* Core: Shortened data selector implementation and moved down to other core mod...Scott González2008-08-151-5/+3
* Implemented #3187: Added metadata support to the widget factory.Scott González2008-08-151-1/+7
* enableSelection/disableSelection fixed for ieEduardo Lundgren2008-08-081-2/+2
* core: added :data selector that matches elements that have data for a given key.Paul Bakaus2008-07-141-0/+5
* Core: cleaned up $.ui.hasScroll().Scott González2008-07-111-3/+11
* core: trigger() needs to be able to return a value from triggerHandlerPaul Bakaus2008-07-101-1/+1
* Widget factory: Added trigger method for triggering callbacks and events.Scott González2008-07-101-0/+8
* core: use triggerHandler instead of trigger to fire "remove" event - Safari s...Paul Bakaus2008-07-031-1/+1
* Fixed #3059 - cannot select text in dialog contentRichard Worth2008-07-031-1/+1
* Avoid IE memory leak on enableSelection, disableSelection methods.Eduardo Lundgren2008-06-271-8/+4
* css method - change class id name for generated divEduardo Lundgren2008-06-261-1/+1
* core: Added $.widget.defaults.Scott González2008-06-111-3/+9
* Removed old rev ids from jQuery svnRichard Worth2008-06-091-1/+0
* ui-core: added mouseCapture, replacing the condition feature before. Allows t...Paul Bakaus2008-06-091-2/+3
* whitespace only - newline at EOFRichard Worth2008-06-091-1/+1
* core: cancel checks for type string before it's usedPaul Bakaus2008-06-081-1/+1
* core: fixed propagation issue that didn't allow resizables and sortables to w...Paul Bakaus2008-06-081-1/+1
* core widget - added explicit disabled: false optionRichard Worth2008-06-081-1/+1
* core widget - fail gracefully if unknown method name suppliedRichard Worth2008-06-081-1/+1
* renamed source -> uiRichard Worth2008-06-071-0/+289