Commit Graph

29283 Commits

Author SHA1 Message Date
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
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
Max Brunsfeld
61bbfae420 ⬆️ joanna 2016-08-01 17:03:06 -07:00
Max Brunsfeld
2500d59bce Generate API docs from js sources 2016-08-01 17:03:06 -07:00
Max Brunsfeld
3fd275a7f6 Convert Color to JS 2016-08-01 17:03:06 -07:00
Nathan Sobo
475ad6b4e6 ⬆️ about 2016-08-01 16:14:20 -06:00
simurai
ec3207e6c0 ⬆️ settings-view@v0.241.1
https://github.com/atom/settings-view/pull/822
2016-07-31 14:26:13 +02:00
Damien Guard
f3caa67109
Ensure beta is detected from path 2016-07-29 15:51:45 -07:00
Damien Guard
82efce08ed
Fix WinShell closure/for issue, improve error handling 2016-07-29 14:48:33 -07:00
Nathan Sobo
acc5052978 ⬆️ text-buffer 2016-07-29 15:12:01 -06:00
Nathan Sobo
1fd51ee271 ⬆️ text-buffer 2016-07-29 15:11:37 -06:00
Antonio Scandurra
08d121533e Merge pull request #12262 from atom/as-delete-obsolete-code
Delete Obsolete Code
2016-07-29 17:43:56 +02:00
Nathan Sobo
aedc0d1c16 Merge pull request #12258 from atom/mq-js-styleguide
Add JS style guide to the Contributing guide
2016-07-29 09:15:36 -06:00
Antonio Scandurra
6d4102a098 Delete random-editor-spec.coffee
We are already extensively testing the same specs on text-buffer.
2016-07-29 17:15:06 +02:00
Antonio Scandurra
fd94acc2e8 Delete RowMap and its specs
After transitioning to `DisplayLayer` we don't need this object anymore.
2016-07-29 17:12:44 +02:00
Machiste Quintana
45b93e6df8 📝 Add JS style guide to the Contributing guide 2016-07-28 19:53:36 -07:00
Nathan Sobo
002c776f10 Fix regex to allow multi-digit minor versions in build script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-07-28 15:34:57 -06:00
Nathan Sobo
e249b26a38 Fix regex to allow multi-digit minor versions in build script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-07-28 15:34:38 -06:00
Hubot
ebd68515d2 1.10.0-beta0 2016-07-28 13:29:20 -05:00
Hubot
e0cc48f17e 1.11.0-dev 2016-07-28 13:29:20 -05:00
Damien Guard
0aa4256bcf
⬆️ settings-view@0.241.0 2016-07-28 10:16:37 -07:00
Nathan Sobo
c00af22c88 Merge pull request #12249 from atom/ns-as-fix-spacebar-regression
Fix regression where spacebar scrolled elements containing editors
2016-07-27 17:29:02 -06:00
Nathan Sobo
7c79a5b973 Fix regression where spacebar scrolled elements containing editors
/cc @hellendag
2016-07-27 14:58:11 -06:00
Nathan Sobo
67046ff2d9 ⬆️ tree-view to address flaky specs (hopefully) 2016-07-27 14:46:41 -06:00