mediawiki-extensions-Visual.../modules/oojs-ui
Trevor Parscal 4192cbc4d5 Window refactor
Changes:

* Cleanup the window API to use more consistent and intuitive methods - we
  now use initialize/setup/teardown instead of
  initialize/onSetup/onOpen/onClose as methods which are overridden, and
  use open/close methods to control the window
* Change events around to have opening/open and closing/close events which
  act as before/after points during the opening/closing process
* Make WindowSet and Context respond to windows being opened, rather than
  opening them directly
* Fix a LinkInspector creation mode bug where the initial text doesn't get
  reset
* Move inspector, a VisualEditor concept, back to VE
* Cleanup naming of SurfaceDialog, SurfaceToolbar, etc. to use shorter
  names, they were given Surface* names when the generic ones were also in
  VE, but now the generic ones are in OO, so they can return to their
  original names

Change-Id: I82c4fed8bcb3fb5630938c8bc4dd9b2d5f1a8c1d
2013-11-08 12:33:25 -08:00
..
elements Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
layouts Add OO.ui.Element.getDir 2013-11-03 23:55:53 -08:00
styles Window refactor 2013-11-08 12:33:25 -08:00
test Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
toolgroups Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
tools Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
widgets Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Dialog.js Window refactor 2013-11-08 12:33:25 -08:00
OO.ui.Element.js Add OO.ui.Element.getDir 2013-11-03 23:55:53 -08:00
OO.ui.Frame.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.js Provide a default implementation for OO.ui.msg 2013-11-01 13:36:05 -07:00
OO.ui.Layout.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Tool.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Toolbar.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.ToolFactory.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.ToolGroup.js Merge "Rename this.$ to this.$element, and this.$$ to this.$" 2013-11-04 07:06:59 +00:00
OO.ui.Widget.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Window.js Window refactor 2013-11-08 12:33:25 -08:00
OO.ui.WindowSet.js Window refactor 2013-11-08 12:33:25 -08:00