Kevin Sawicki
00027e892c
⬆️ language-javascript@0.44
v0.150.0
2014-11-20 12:16:19 -08:00
Ben Ogle
6e33f10050
Upgrade deprecation cop for markdown deps + fix
2014-11-20 12:07:10 -08:00
Ben Ogle
61651db0b0
Render the deprecations as markdown
2014-11-20 11:41:53 -08:00
Ben Ogle
982346b142
Remove view system docs. They are mis-information
2014-11-20 11:27:11 -08:00
Kevin Sawicki
92ba107c89
⬆️ fs-plus@2.3.2
2014-11-20 11:15:10 -08:00
Kevin Sawicki
7b4a9aa2e4
Patch statSyncNoException to handle non-string args
...
Non-string values were being coerced to strings which can cause
unexpected results.
Refs atom/atom-shell#843
Closes #4247
2014-11-20 11:15:10 -08:00
Ben Ogle
446398ad01
Upgrade default themes to fix scrollbar issues.
2014-11-20 11:06:19 -08:00
Ben Ogle
8afbab311f
Merge pull request #4248 from atom/bo-deprecate-workspace-view
...
Deprecate workspaceView
2014-11-20 10:53:19 -08:00
Kevin Sawicki
1601a1fbfa
⬆️ encoding-selector@0.8
2014-11-20 10:27:32 -08:00
Nathan Sobo
2c89a5c82a
Merge pull request #4250 from atom/ns-tooltip-manager
...
Replace jQuery-based tooltip API with atom.tooltips global
2014-11-20 11:26:07 -07:00
Nathan Sobo
e4ec932513
Merge pull request #4258 from atom/ns-fix-memory-leaks
...
Fix memory leaks introduced by changes for API freeze
2014-11-20 11:22:33 -07:00
Kevin Sawicki
a834920fb7
⬆️ spell-check@0.44
2014-11-20 10:19:31 -08:00
Nathan Sobo
b5edefcae8
Trigger editor:will-be-removed from SpacePen shim, not component
...
By the time the component is getting unmounted, we have already called
remove hooks on the SpacePen shim so subscriptions to the event have
been removed.
2014-11-20 11:13:40 -07:00
Nathan Sobo
616a94a10e
Only SpacePen callRemoveHooks on removed pane item view if destroyed
2014-11-20 11:12:50 -07:00
Nathan Sobo
7034fe3b36
⬆️ space-pen to call cleanData in callRemoveHooks to stop leaks
2014-11-20 11:02:58 -07:00
Nathan Sobo
5f68af27f5
Fix memory leak in GitRepository and convert to CompositeDisposables
...
We were calling @unsubscribe with the TextBuffer, which previously
unsubscribed from that object. The problem is that we were no longer
subscribing to that object directly, but only adding subscriptions to
that object. This caused us to never unsubscribe from buffers.
2014-11-20 10:56:51 -07:00
Nathan Sobo
ea207f0938
📝 returned disposable
2014-11-20 09:13:36 -07:00
Nathan Sobo
732f053d4a
Add atom.tooltips global
2014-11-19 19:22:11 -07:00
Nathan Sobo
78e61c3ff9
Remove ability to add tooltip with selector
...
It’s incompatible with returning a disposable because there’s no way
to distinguish multiple tooltips added to the body with different
selectors. Maybe someday.
2014-11-19 19:20:48 -07:00
Nathan Sobo
22c9a222c9
Return a Disposable from TooltipManager::add
2014-11-19 19:19:05 -07:00
Nathan Sobo
cc4ab0d36b
📝 Document TooltipManager
2014-11-19 19:13:33 -07:00
Nathan Sobo
7bdf3b1719
Add support for keyBindingTarget to TooltipManager::add
2014-11-19 19:10:36 -07:00
Nathan Sobo
175d7811b4
Add TooltipManager
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-19 18:57:08 -07:00
Ben Ogle
3f3fca872b
Remove the unsubscribe spy
...
Sorry @nathansobo, this is making the window specs fail
2014-11-19 17:46:33 -08:00
Ben Ogle
421c64347e
View -> Element in docs
2014-11-19 17:46:33 -08:00
Ben Ogle
557d277e9f
Remove workspaceView references from the window-specs
2014-11-19 17:46:32 -08:00
Ben Ogle
3fc514659a
Remove workspaceView references from ThemeManager
2014-11-19 17:46:32 -08:00
Ben Ogle
747398f2a5
Remove workspaceView from spec-helper
2014-11-19 17:46:32 -08:00
Ben Ogle
1f51317a10
Remove workspaceView references from atom.coffee
2014-11-19 17:46:32 -08:00
Ben Ogle
f592a5d11f
📝 Remove workspaceView from doc
2014-11-19 17:46:32 -08:00
Ben Ogle
fb223db958
Remove workspaceView from PackageManager specs
2014-11-19 17:46:32 -08:00
Ben Ogle
1d73c57f9e
Remove reference to workspaceView in window-event-handler
2014-11-19 17:46:32 -08:00
Ben Ogle
016f32d62e
Add a FIXME for this workspaceView bit
2014-11-19 17:46:32 -08:00
Ben Ogle
9ee4d334b2
Reflow paragraph
2014-11-19 17:46:32 -08:00
Ben Ogle
ddb16dcc6f
📝 Update doc to remove workspaceView
2014-11-19 17:46:32 -08:00
Ben Ogle
8403e6583f
Deprecate atom.workspaceView
2014-11-19 17:46:32 -08:00
Ben Ogle
6bdbabecbd
Add jasmine.attachToDOM
2014-11-19 17:08:54 -08:00
Kevin Sawicki
2cda86efda
Prepare 0.150
2014-11-19 17:07:06 -08:00
Kevin Sawicki
46ff794c8b
Don't set the update query param on Windows
v0.149.0
2014-11-19 15:58:51 -08:00
Ben Ogle
1406fbfe03
Merge pull request #4243 from atom/bo-remove-space-pen-docs
...
Remove space pen views from docs
2014-11-19 14:33:53 -08:00
Ben Ogle
dde13a5d4e
💄
2014-11-19 14:33:24 -08:00
Ben Ogle
bfc7995aee
Blacklist space pen docs from making it into our docs.
2014-11-19 14:15:43 -08:00
Ben Ogle
7fd9c75d24
Hide the space pen views in the docs
2014-11-19 14:15:18 -08:00
Nathan Sobo
677be2df82
Merge pull request #4223 from atom/ns-deprecate-style-sheet-events
...
Deprecate style sheet event methods on ThemeManager
2014-11-19 14:59:20 -07:00
Kevin Sawicki
b3bf47dd69
Prepare 0.149
2014-11-19 12:17:49 -08:00
Ben Ogle
a25920da72
Merge pull request #4225 from atom/bo-error-events
...
Add onWillThrowError
v0.148.0
2014-11-19 11:55:45 -08:00
Kevin Sawicki
9b28e7a47c
Merge pull request #4240 from atom/ks-write-text-async-to-selection-clipboard
...
Write text async to selection clipboard
2014-11-19 11:52:46 -08:00
Ben Ogle
db811cfa9e
Upgrade metrics to use the new onDidThrowError arg
2014-11-19 11:38:50 -08:00
Kevin Sawicki
6d0be70dbc
Spy on ipc.send and make it synchronous
2014-11-19 11:32:20 -08:00
Ben Ogle
74966bd547
Emit an event object from atom.onDidThrowError
2014-11-19 11:28:01 -08:00