Nathan Sobo
|
ee9284e228
|
Use ‘atom-pane’ custom tag name for PaneElement
|
2014-10-09 07:39:13 -07:00 |
|
Nathan Sobo
|
1c58438124
|
Move PaneContainerView::confirmClose to the model layer
|
2014-09-24 15:46:01 -06:00 |
|
Nathan Sobo
|
465d2afd95
|
Remove the old root view properly
|
2014-09-24 15:28:34 -06:00 |
|
Nathan Sobo
|
da87f321e8
|
Add PaneAxisElement
|
2014-09-24 15:28:34 -06:00 |
|
Nathan Sobo
|
2710c06313
|
WIP: First stab at custom element for panes
Still need to create a SpacePen shim for access via `atom.workspaceView`
property so we’re backward compatible with packages, but it basically
works.
|
2014-09-24 15:28:33 -06:00 |
|
Nathan Sobo
|
0877721ce9
|
Construct PaneAxisViews and PaneViews via ViewRegistry
|
2014-09-19 16:24:12 -06:00 |
|
Nathan Sobo
|
db571a2fbf
|
Avoid deprecation by calling ::getActivePaneItem
|
2014-09-03 19:26:19 -06:00 |
|
Nathan Sobo
|
9223361c22
|
Add PaneContainer::onDidChange/observeRoot
Also, don’t use a behavior to monitor root changes
|
2014-08-28 14:42:13 -06:00 |
|
Corey Johnson
|
36c3c38047
|
Don't rename deprecated method
|
2014-04-18 10:43:27 -07:00 |
|
Corey Johnson
|
e56317bd64
|
Use paneView as var name instead of pane
|
2014-04-18 10:43:27 -07:00 |
|
Corey Johnson
|
da49751f24
|
Remove usage of PaneContainerView::getActivePaneView
|
2014-04-18 10:43:27 -07:00 |
|
Corey Johnson
|
7c00e02b1a
|
Deprecate PaneContainerView::getActivePane
Use PaneContainerView::getActivePaneView instead.
|
2014-04-15 14:04:20 -07:00 |
|
probablycorey
|
d0276e60b5
|
Remove periods
|
2014-04-04 14:52:48 -07:00 |
|
probablycorey
|
56222a072a
|
Add deprecation warnings
|
2014-04-01 16:59:16 -07:00 |
|
probablycorey
|
99774d7417
|
Add comment to PaneContainer::indexOfPane
|
2014-02-18 15:39:06 -08:00 |
|
probablycorey
|
245ad7a356
|
Rename pane focusing methods on Workspace
|
2014-02-18 15:39:05 -08:00 |
|
probablycorey
|
b042dffc2c
|
Rename Workspace::getPanes to Workspace::getPaneViews
|
2014-02-18 15:39:05 -08:00 |
|
probablycorey
|
ef263580df
|
Replace WorkspaceView:eachPane with WorkspaceView:eachPaneView
|
2014-02-18 15:39:05 -08:00 |
|
Kevin Sawicki
|
227454e27e
|
Remove ### style visibility comments
|
2014-02-06 10:40:45 -08:00 |
|
Kevin Sawicki
|
932a792289
|
Remove Private: prefix
|
2014-02-06 10:02:53 -08:00 |
|
probablycorey
|
9176e12f58
|
Actually fix the method name bug
For real this time
|
2014-01-29 13:20:54 -08:00 |
|
probablycorey
|
97330d19f3
|
Fix method name bug
|
2014-01-29 13:10:07 -08:00 |
|
probablycorey
|
e3f0e11aa8
|
Remove trailing ;
|
2014-01-29 12:14:30 -08:00 |
|
probablycorey
|
32cd0ee972
|
Make distance a local method
|
2014-01-29 12:10:15 -08:00 |
|
probablycorey
|
fc5bc1632d
|
Shrink the nearest pane code
|
2014-01-29 12:08:34 -08:00 |
|
Jason Rudolph
|
dd5c65b5f9
|
Add commands to move directionally between panes
|
2014-01-26 17:25:59 -05:00 |
|
Nathan Sobo
|
9af4b14716
|
Never allow PaneContainer::root to be null
|
2014-01-15 16:07:47 -07:00 |
|
Nathan Sobo
|
c350285044
|
Move Workspace and PaneContainer serialization to the model layer
The views are now stateless. You just construct them with a model to
deserialize.
|
2014-01-14 11:38:27 -07:00 |
|
Nathan Sobo
|
4a7b43f609
|
Write focusNext/PreviousPane in terms of activateNext/PreviousPane
"Activate" is the model level equivalent of focus.
|
2014-01-14 11:15:14 -07:00 |
|
Nathan Sobo
|
0d66c68fe8
|
Add delegator to model for PaneContainerView::saveAll
|
2014-01-14 11:12:08 -07:00 |
|
Nathan Sobo
|
89cbd6b834
|
Move PaneContainerView::saveAll to the model
|
2014-01-14 10:58:35 -07:00 |
|
Nathan Sobo
|
a8ddc530a2
|
Emit a pane-item-destroyed event from the workspace model
…Instead of calling itemDestroyed on the workspace view via a DOM query
|
2014-01-14 10:58:34 -07:00 |
|
Nathan Sobo
|
7317d52896
|
Move paneForUri to PaneContainer model
|
2014-01-14 10:58:34 -07:00 |
|
Nathan Sobo
|
97999f1080
|
Rename PaneContainerModel to PaneContainer
|
2014-01-13 13:56:31 -07:00 |
|
Nathan Sobo
|
918c31905f
|
Rename PaneContainer to PaneContainerView
|
2014-01-13 13:46:28 -07:00 |
|