mediawiki-extensions-Visual.../modules/ve/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
..
actions Window refactor 2013-11-08 12:33:25 -08:00
inspectors Window refactor 2013-11-08 12:33:25 -08:00
styles Window refactor 2013-11-08 12:33:25 -08:00
tools Allow direct opening of pages in the meta dialog 2013-10-29 05:58:06 +00:00
widgets Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.Action.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.ActionFactory.js Remove ve.Factory and ve.Registry and use oojs instead 2013-10-22 19:15:18 +00:00
ve.ui.Command.js Detangle triggers from OOUI 2013-10-29 05:50:30 +00:00
ve.ui.CommandRegistry.js Detangle triggers from OOUI 2013-10-29 05:50:30 +00:00
ve.ui.Context.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.Dialog.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.Inspector.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.Surface.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.TargetToolbar.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.Toolbar.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.ToolFactory.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
ve.ui.Trigger.js Add the special 'clear' (12) button to ve.ui.Trigger 2013-07-29 16:41:28 -07:00
ve.ui.TriggerRegistry.js Add shortcut commands for underline & sub/superscript. 2013-11-08 13:55:08 +00:00
ve.ui.WindowSet.js Window refactor 2013-11-08 12:33:25 -08:00