Nathan Sobo
21de77b739
Merge pull request #12346 from atom/ns-fix-repository-status-updates
...
Avoid passing paths outside of repository to git status subprocesses
2016-08-06 08:30:46 -06:00
Nathan Sobo
520a4a7db0
Merge pull request #12327 from Zirro/custom-title-bar-double-click
...
Handle double-click on custom title bar
2016-08-06 08:29:53 -06:00
Nathan Sobo
d8a54c9a38
Fix another path reassignment 😬
2016-08-06 08:10:17 -06:00
Nathan Sobo
ca76302b35
Fix reassignment of path variable. Grrrrr CoffeeScript.
2016-08-06 07:09:43 -06:00
Nathan Sobo
3a6cba312c
Merge pull request #11388 from ypresto/fix-text-editor-window-size
...
🐛 Fix window size is not updated on resize
2016-08-06 07:07:30 -06:00
Nathan Sobo
cd8e4eb43e
Avoid passing paths outside of repository to status subprocess
2016-08-06 07:00:24 -06:00
Nathan Sobo
6c6cb66e5b
Rename git-spec to git-repository-spec to match class name
2016-08-06 06:34:38 -06:00
Zirro
04b8bd03ae
Introduce a non-explicit getUserDefault-method
2016-08-05 21:40:34 +02:00
Nathan Sobo
b3829200d0
⬆️ exception-reporting
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com >
2016-08-05 13:05:10 -06:00
Nathan Sobo
5662b57866
Don’t delete package metadata during slug compilation
...
This saves space, but leads to surprises when package code tries to read
these files for purposes of introspection. For example, it was causing
us not to report exceptions from the exception-reporting package. The
.1% of the app bundle size it saves doesn’t seem worth the potential for
problems.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com >
2016-08-05 12:59:57 -06:00
Nathan Sobo
d5aa5f3800
⬆️ exception-reporting
2016-08-05 12:38:20 -06:00
Antonio Scandurra
62fa56e533
⬆️ bookmarks
2016-08-05 10:57:04 +02:00
Yuya Tanaka
1ce2f6ce87
🐛 Fix window size is not updated on resize
2016-08-05 11:56:01 +09:00
Max Brunsfeld
6bbe60ab71
Add test for handling of null env load setting
2016-08-04 16:01:58 -07:00
Max Brunsfeld
c0e94aac5e
Handle null env load setting
2016-08-04 15:54:15 -07:00
Zirro
24befe2454
Handle double-click on custom title bar
2016-08-04 23:11:22 +02:00
Max Brunsfeld
a79ffa308a
Merge pull request #12325 from atom/ns-fix-decorated-layer-destruction
...
Fix decorated layer destruction
2016-08-04 14:02:40 -07:00
Max Brunsfeld
0beb4bec42
Merge branch 'master' into ns-fix-decorated-layer-destruction
2016-08-04 13:30:59 -07:00
Max Brunsfeld
3d466eeeef
⬆️ text-buffer
2016-08-04 12:55:18 -07:00
Max Brunsfeld
74f8890592
⬆️ text-buffer for marker layer destruction fixes
2016-08-04 12:37:51 -07:00
Max Brunsfeld
a589543277
🎨 Fix Decoration::destroy docs
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-08-04 12:29:46 -07:00
Nathan Sobo
30e2c0abaa
⬆️ exception-reporting
...
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-08-04 11:55:39 -06:00
Nathan Sobo
6945cdb839
⬆️ text-buffer - Refs #12111
2016-08-04 11:19:42 -06:00
Max Brunsfeld
5bb7f08aca
Merge pull request #12317 from atom/mb-ns-fix-launch-environment
...
Don't update the NODE_PATH when updating the environment on launch
2016-08-03 17:00:46 -07:00
Max Brunsfeld
4634091e9b
Don't update the NODE_PATH when updating the environment on launch
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-08-03 15:50:21 -07:00
Nathan Sobo
c381b93836
Update linux build instructions
2016-08-03 10:47:49 -06:00
Max Brunsfeld
368b677420
Merge pull request #12276 from pbiggar/master
...
Add ability to see passed specs via tooltips
2016-08-03 09:35:31 -07:00
Antonio Scandurra
219c92f6fb
Merge pull request #12306 from atom/as-fix-missing-atom-home-path
...
Don't throw an error when $ATOM_HOME does not exist
2016-08-03 16:28:32 +02:00
Antonio Scandurra
45afe07dc1
Don't throw an error when ATOM_HOME does not exist
2016-08-03 15:59:00 +02:00
Paul Biggar
0f8eb5c1ba
Add ability to see passed specs via tooltips
...
It's not currently possible to see what specs pass. This adds the
description of the spec, as well as all it's parent suites, to a
tooltip so you can see what's passing and failing on mouseover.
2016-08-02 17:40:26 -07:00
Max Brunsfeld
a56db9a03e
Merge pull request #12297 from atom/mb-pass-missing-softwrap-hanging-indent-param
...
Supply missing softWrapHangingIndent parameter to display layer
2016-08-02 17:02:59 -07:00
Max Brunsfeld
43f34f73da
Supply missing softWrapHangingIndent parameter to display layer
2016-08-02 16:20:23 -07:00
Nathan Sobo
7b24bac86e
Merge pull request #12295 from atom/ns-custom-window-title-bar
...
Continued: replace OSX window title bar with custom title-bar
2016-08-02 17:13:14 -06:00
Nathan Sobo
46b59906e0
Add on method to fake browser window in tests
2016-08-02 17:12:04 -06:00
Nathan Sobo
89ef73a64b
Unsubscribe from full-screen events when AtomEnvironment is destroyed
2016-08-02 16:43:06 -06:00
Nathan Sobo
c1b2042bcc
🎨
2016-08-02 16:19:38 -06:00
Nathan Sobo
c029151322
Test that updateWindowSheetOffset can be called
...
Testing the wiring to themes isn't worth it, but this at least makes sure we don't break if Electron APIs change.
2016-08-02 16:16:27 -06:00
Nathan Sobo
4e89083e8c
🎨
2016-08-02 16:15:45 -06:00
Nathan Sobo
1e81f0ca1c
Test onDidChangeActivePaneItem observation in title-bar-spec
2016-08-02 16:08:25 -06:00
Nathan Sobo
0c83d9741f
Don’t implement title bar via custom elements
2016-08-02 15:56:45 -06:00
Nathan Sobo
0240206d93
Merge branch 'master' into brumm-master
2016-08-02 15:39:57 -06:00
Max Brunsfeld
c7b7eace22
Merge pull request #12292 from atom/mb-fix-incompatible-module-error
...
Fix exception when package requires an incompatible native module
2016-08-02 13:58:28 -07:00
Max Brunsfeld
1a35e6e22f
Merge pull request #12278 from atom/mb-js-api-docs
...
Allow JavaScript classes to be included in API documentation
2016-08-02 12:59:15 -07:00
Max Brunsfeld
9a72c7e65e
Fix exception when package requires an incompatible native module
2016-08-02 12:14:00 -07:00
Nathan Sobo
a7c38ea732
Merge pull request #12289 from atom/ns-as-fix-tokenized-buffer-iterator
...
Always seek to specified position in TokenizedBufferIterator
2016-08-02 12:46:30 -06:00
Nathan Sobo
2b5f1bda46
Always seek to specified position in TokenizedBufferIterator
...
Fixes #10350
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-08-02 12:19:45 -06:00
Max Brunsfeld
ebcffb1c8b
Run joanna with an explicit list of paths
2016-08-02 11:18:11 -07:00
Damien Guard
ed5ad3cee7
Merge branch '1.10-releases'
2016-08-02 06:39:13 -07:00
Max Brunsfeld
b358047b96
Convert DeserializerManager to JS
2016-08-01 17:03:06 -07:00
Max Brunsfeld
2e04bd6ea9
Convert window.coffee and clipboard.coffee to javascript
2016-08-01 17:03:06 -07:00