Nathan Sobo
|
b61654b52f
|
Upgrade to telepath 0.61.0
This version adds a bunch of reactive primitives and ensures we destroy
documents when they are no longer referenced.
|
2013-12-06 21:55:57 -08:00 |
|
Ben Ogle
|
6d2bd7756e
|
Add the getGitHubAuthTokenName fn back in
|
2013-12-06 11:57:31 -08:00 |
|
Ben Ogle
|
f0fece2cf0
|
Add getters and setters for the keychain
|
2013-12-06 11:45:18 -08:00 |
|
Ben Ogle
|
c36ee1dbe6
|
Add getGitHubTokenName
|
2013-12-06 11:39:40 -08:00 |
|
Ben Ogle
|
18057e303b
|
Remove getUserAgent. just use navigator.userAgent
|
2013-12-05 18:55:20 -08:00 |
|
Ben Ogle
|
d36c4f0ec9
|
getUserAgent()
|
2013-12-03 17:45:40 -08:00 |
|
Kevin Sawicki
|
2e801fbf87
|
Rename root-view to workspace-view
|
2013-11-26 11:02:53 -08:00 |
|
Kevin Sawicki
|
14ad277012
|
Remove atom.workspaceView shim
|
2013-11-26 11:02:53 -08:00 |
|
Kevin Sawicki
|
3ce6176313
|
Rename rootView to workspaceView
|
2013-11-26 11:02:53 -08:00 |
|
Kevin Sawicki
|
f8ed6eadc8
|
Add WorkspaceView and atom.workspaceView shims
|
2013-11-26 09:13:06 -08:00 |
|
Kevin Sawicki
|
9b4dd602be
|
📝 Tweak markdown in Atom comments
|
2013-11-22 15:40:50 -08:00 |
|
Kevin Sawicki
|
ca35ced587
|
📝 Use markdown for example
|
2013-11-22 15:08:18 -08:00 |
|
Kevin Sawicki
|
ef9ce1bf70
|
Consolidate Atom::confirm/confirmSync
Support both an array and hash of buttons to allow callbacks
optionally.
|
2013-11-22 15:00:32 -08:00 |
|
Kevin Sawicki
|
c754b73b71
|
📝 Doc what paths are returned
|
2013-11-22 14:39:27 -08:00 |
|
Kevin Sawicki
|
21565332a4
|
Use fs-plus to get home directory path
|
2013-11-22 14:39:27 -08:00 |
|
Kevin Sawicki
|
8871d9cd2d
|
Remove unused Atom::getTempDirPath
|
2013-11-22 14:39:26 -08:00 |
|
Kevin Sawicki
|
64f0fcc839
|
📝 Add docs to Atom class
|
2013-11-22 14:39:26 -08:00 |
|
Kevin Sawicki
|
45b65cd3aa
|
Organize imports
|
2013-11-22 10:13:59 -08:00 |
|
Kevin Sawicki
|
f217278001
|
Move editor window helpers to Atom class
|
2013-11-22 10:13:59 -08:00 |
|
Kevin Sawicki
|
79b84b2433
|
Move window.deserializeEditorWindow to Atom class
|
2013-11-22 10:13:59 -08:00 |
|
Kevin Sawicki
|
17be036ff8
|
Move window.setUpEnvironment to Atom class
|
2013-11-22 10:13:59 -08:00 |
|
Kevin Sawicki
|
5d717eb7bd
|
Load ~/.atom/user.js when available
|
2013-11-21 16:21:37 -08:00 |
|
Kevin Sawicki
|
c31211dc21
|
Full screen window after it is shown and focused
This prevents a blank menu bar from appearing when opening a window
that was previously closed when in full screen mode.
Closes #1144
|
2013-11-21 14:51:49 -08:00 |
|
Kevin Sawicki
|
7dc18765ad
|
Call serializeForPersistence instead of serialize
|
2013-11-21 11:29:05 -08:00 |
|
Kevin Sawicki
|
289cc24b56
|
Remove fs shims
|
2013-11-20 17:48:10 -08:00 |
|
Kevin Sawicki
|
6852720408
|
Add atom prefix to project references
|
2013-11-20 17:23:47 -08:00 |
|
Kevin Sawicki
|
a1f3540cb4
|
Call deserialize on deserializers ivar
|
2013-11-20 14:00:51 -08:00 |
|
Kevin Sawicki
|
ce3ec75c55
|
Remove remaining package manager shims
|
2013-11-20 12:49:15 -08:00 |
|
Kevin Sawicki
|
ffdcecc0f2
|
Remove unused package manager shims on atom
|
2013-11-20 12:48:05 -08:00 |
|
Kevin Sawicki
|
0069eb4d0d
|
Remove atom.isPackageActive shim
|
2013-11-20 12:48:05 -08:00 |
|
Kevin Sawicki
|
6d04d57e74
|
Remove atom.loadPackage shim
|
2013-11-20 12:48:05 -08:00 |
|
Kevin Sawicki
|
3f0dca5a40
|
Remove unused package managers shims
|
2013-11-20 12:48:05 -08:00 |
|
Kevin Sawicki
|
568aa1d396
|
Remove some package manager shims on atom global
|
2013-11-20 12:48:05 -08:00 |
|
Matt Colyer
|
37a5a6f501
|
Merge pull request #1117 from atom/platform-keybindings
Platform keybindings
|
2013-11-19 14:10:53 -08:00 |
|
Kevin Sawicki
|
4b0eaf05a5
|
Remove Emitter::trigger shim
|
2013-11-19 13:24:29 -08:00 |
|
Kevin Sawicki
|
03e8bc6f19
|
Remove Emitter::one shim
|
2013-11-19 12:58:56 -08:00 |
|
Kevin Sawicki
|
13186fcf7a
|
Remove Emitter::subscriptionCount shim
|
2013-11-19 12:55:18 -08:00 |
|
Matt Colyer
|
32a3b6302c
|
Use document.body to be concise
|
2013-11-19 11:21:50 -08:00 |
|
Matt Colyer
|
6157fcaf73
|
Merge branch 'master' into platform-keybindings
|
2013-11-19 11:11:32 -08:00 |
|
Kevin Sawicki
|
de4d3dbbe9
|
Create new project when state doesn't return a Project
|
2013-11-15 11:37:25 -08:00 |
|
Kevin Sawicki
|
a45dd3fe37
|
Register deepest model classes first
|
2013-11-15 11:17:34 -08:00 |
|
Kevin Sawicki
|
28943a35da
|
Use getWindowState instead of referencing window state directly
|
2013-11-15 11:17:34 -08:00 |
|
Kevin Sawicki
|
7b43c8a860
|
Use Atom::replicate in git spec to simulate project serialization
|
2013-11-15 11:17:33 -08:00 |
|
Kevin Sawicki
|
ffc936ca4d
|
Use telepath.Document::registerModelClasses
|
2013-11-15 11:17:32 -08:00 |
|
Kevin Sawicki
|
1808e5f991
|
Initial 🔪 at extending telepath.Model in Project/TextBuffer
|
2013-11-15 11:17:32 -08:00 |
|
Kevin Sawicki
|
fa1600c53d
|
Use Atom::getConfigDirPath instead of accessing through config
|
2013-11-14 12:39:16 -08:00 |
|
Matt Colyer
|
1ef821f4e7
|
Add CSS class indicating platform on body
|
2013-11-14 11:20:34 -08:00 |
|
probablycorey
|
967b022fa6
|
Add atom.getVersion
|
2013-11-13 15:48:08 -08:00 |
|
Kevin Sawicki
|
d4b5303983
|
Remove remaining package paths from Config class
|
2013-11-11 10:33:09 -08:00 |
|
Kevin Sawicki
|
0db23c3e96
|
🔥 config.bundledMenusDirPath
|
2013-11-11 10:33:09 -08:00 |
|