Kevin Sawicki
|
78b48345ac
|
Update reference to renamed param
|
2013-11-22 11:52:21 -08:00 |
|
Matt Colyer
|
139e2f6de0
|
:note: Mark ContextMenu as private
|
2013-11-22 14:49:10 -05:00 |
|
Kevin Sawicki
|
ed86b4a478
|
📝 Mark EditorView public
|
2013-11-22 11:48:00 -08:00 |
|
Kevin Sawicki
|
f2352131cc
|
📝 Mark SiteShim private
|
2013-11-22 11:45:36 -08:00 |
|
Kevin Sawicki
|
56df435fb8
|
📝 Mark ::get as private and tweak comments
|
2013-11-22 11:43:52 -08:00 |
|
Kevin Sawicki
|
595ff19b5b
|
📝 Mark LessCompileCache class private
|
2013-11-22 11:40:52 -08:00 |
|
Kevin Sawicki
|
33eb0bae8f
|
📝 Add docs to all public methods
|
2013-11-22 11:37:29 -08:00 |
|
Kevin Sawicki
|
fde1560377
|
📝 doc PackageManager as public
|
2013-11-22 10:59:43 -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
|
3320176a0a
|
Move atom/apm install helpers to CommandInstaller
|
2013-11-22 10:13:59 -08:00 |
|
Kevin Sawicki
|
754b5a6004
|
Remove unused requires
|
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 |
|
Ben Ogle
|
6a8d0bef4a
|
Merge branch 'master' of github.com:atom/atom
|
2013-11-22 10:03:06 -08:00 |
|
Ben Ogle
|
d5ce1a0312
|
Add more chars to the shortcut parser
|
2013-11-22 10:02:52 -08:00 |
|
Matt Colyer
|
da713da311
|
Merge pull request #1147 from atom/pass-original-event
Pass originalEvent property on command events
|
2013-11-22 06:19:36 -08:00 |
|
Kevin Sawicki
|
7a6c75a83e
|
Refresh cache when core.themes changes
Previously this wasn't needed because a new cache was created for each
stylesheet loaded.
|
2013-11-21 17:46:29 -08:00 |
|
Kevin Sawicki
|
3e7a517c25
|
Add missing @ before lessCache lazy initialization
|
2013-11-21 17:03:10 -08:00 |
|
Ben Ogle
|
18399aa264
|
Replace keystrokes in tooltips
|
2013-11-21 16:53:38 -08:00 |
|
Kevin Sawicki
|
2a5f393712
|
Use resource path from atom.getLoadSettings()
|
2013-11-21 16:32:12 -08:00 |
|
Kevin Sawicki
|
5d717eb7bd
|
Load ~/.atom/user.js when available
|
2013-11-21 16:21:37 -08:00 |
|
Kevin Sawicki
|
87b530140b
|
Remove window.resourcePath
|
2013-11-21 16:08:27 -08:00 |
|
Kevin Sawicki
|
fbb48e7807
|
Merge pull request #1146 from atom/ks-menu-selectors
Check selectors using webkitMatchesSelector
|
2013-11-21 16:07:04 -08:00 |
|
Kevin Sawicki
|
7d9d0c715c
|
📝 Mention what testEditor simulates
|
2013-11-21 16:01:55 -08:00 |
|
Kevin Sawicki
|
a9887b5007
|
Remove logging
|
2013-11-21 16:01:55 -08:00 |
|
Kevin Sawicki
|
c4dec72dcd
|
Return early when document.body matches selector
|
2013-11-21 16:01:55 -08:00 |
|
Kevin Sawicki
|
d093d5cc06
|
Check selectors using webkitMatchesSelector
|
2013-11-21 16:01:55 -08:00 |
|
Ben Ogle
|
3bbe6ee98c
|
Merge branch 'master' of github.com:atom/atom
|
2013-11-21 15:30:13 -08:00 |
|
Matt Colyer
|
524d8e8e21
|
Merge remote-tracking branch 'origin/master' into pass-original-event
|
2013-11-21 17:54:54 -05: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 |
|
Matt Colyer
|
6c1b63d352
|
Pass originalEvent property on command events
vim-mode needs access to the original keystroke that triggered the
event.
|
2013-11-21 17:49:07 -05:00 |
|
Ben Ogle
|
6fa7da79eb
|
Provide a defualt
|
2013-11-21 14:34:49 -08:00 |
|
Ben Ogle
|
c2371f3054
|
Allow passing an htmlElement into requireStylesheet
|
2013-11-21 14:32:48 -08:00 |
|
Matt Colyer
|
66171e0301
|
Modifiers need to be added in alphabetical order
|
2013-11-21 16:17:37 -05:00 |
|
Kevin Sawicki
|
cdc7f70b22
|
Pass buffer from event to TextBuffer::removeBuffer
Previously only the last buffer would be destroyed since the buffer
from the loop variable was being used.
|
2013-11-21 13:04:47 -08:00 |
|
Matt Colyer
|
e225dbe93d
|
Merge pull request #1130 from atom/meta-to-command
Use `cmd` instead of `meta`
|
2013-11-21 12:41:31 -08:00 |
|
Kevin Sawicki
|
7dc18765ad
|
Call serializeForPersistence instead of serialize
|
2013-11-21 11:29:05 -08:00 |
|
Matt Colyer
|
a754ac4da0
|
Revert "Alias meta to cmd in keymaps"
This reverts commit f0aa408b70.
|
2013-11-21 13:08:12 -05:00 |
|
Kevin Sawicki
|
21560df2f0
|
Add platform class to selectors array
|
2013-11-21 09:19:33 -08:00 |
|
Matt Colyer
|
f0aa408b70
|
Alias meta to cmd in keymaps
|
2013-11-21 10:38:13 -05:00 |
|
Matt Colyer
|
161c9a62b5
|
Merge branch 'master' into meta-to-command
Conflicts:
spec/keymap-spec.coffee
|
2013-11-21 09:59:49 -05:00 |
|
Kevin Sawicki
|
de7b212d99
|
Change cancel to off for consistency with emissary
|
2013-11-20 19:07:56 -08:00 |
|
Kevin Sawicki
|
289cc24b56
|
Remove fs shims
|
2013-11-20 17:48:10 -08:00 |
|
Kevin Sawicki
|
87b33648dc
|
Use project passed in via options hash
|
2013-11-20 17:23:47 -08:00 |
|
Kevin Sawicki
|
99480901e2
|
Add missing atom prefix
|
2013-11-20 17:23:47 -08:00 |
|
Kevin Sawicki
|
6852720408
|
Add atom prefix to project references
|
2013-11-20 17:23:47 -08:00 |
|
Kevin Sawicki
|
f9498732a5
|
Add atom prefix to rootView
|
2013-11-20 17:23:47 -08:00 |
|
Kevin Sawicki
|
e4aa82fda1
|
Remove window.rootView shims
|
2013-11-20 17:23:47 -08:00 |
|
Kevin Sawicki
|
bc1a743b2f
|
Remove project and rootView from window
|
2013-11-20 17:23:47 -08:00 |
|