Commit Graph

30070 Commits

Author SHA1 Message Date
Max Brunsfeld
ec5874e044 Merge branch 'mb-as-tweak-circle-screensaver-fix' into mb-as-guard-tab-length 2016-09-29 13:40:19 -07:00
Max Brunsfeld
d2a660529d On Circle, clear screensaver right before running tests 2016-09-29 13:39:51 -07:00
Max Brunsfeld
556d79b544 Guard against null tab length value
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-09-29 12:01:39 -07:00
Damien Guard
1930a11af6 Merge pull request #12794 from philschatz/variable-terminal-width
Adds support for variable-width terminals
2016-09-29 11:36:54 -07:00
Philip Schatz
72110ed40f fixup! 🐛 support variable terminal widths 2016-09-29 13:58:47 -04:00
Wliu
a25cf3a58b Merge pull request #12814 from atom/wl-update-languages
Update languages
2016-09-29 12:30:51 -04:00
Wliu
2e59ec1187 ⬆️ autocomplete-css@0.12.0 2016-09-29 11:35:44 -04:00
Wliu
daf023c18c ⬆️ language-less@0.29.6 2016-09-29 11:26:58 -04:00
Wliu
880ec67579 ⬆️ language-toml@0.18.1 2016-09-28 21:22:53 -04:00
Wliu
086facea47 ⬆️ language-yaml@0.27.1 2016-09-28 21:21:28 -04:00
Wliu
036c1e4e21 ⬆️ language-xml@0.34.11 2016-09-28 21:13:52 -04:00
Wliu
6b485fd0e2 ⬆️ language-c@0.53.2 2016-09-28 21:13:03 -04:00
Wliu
b6a26e7691 ⬆️ language-coffee-script@0.47.3 2016-09-28 21:12:11 -04:00
Wliu
0f1e780ca2 ⬆️ language-html@0.46.0 2016-09-28 21:09:23 -04:00
Wliu
6e2017f803 ⬆️ language-shellscript@0.23.0 2016-09-28 21:07:34 -04:00
Wliu
4db60abdba ⬆️ language-todo@0.29.1 2016-09-28 21:06:13 -04:00
Wliu
159fff931d ⬆️ language-sql@0.25.0 2016-09-28 21:04:51 -04:00
Wliu
69c3102ee9 ⬆️ language-python@0.45.1 2016-09-28 21:03:26 -04:00
Wliu
7fc28b9405 ⬆️ language-sass@0.57.0 2016-09-28 21:02:26 -04:00
Wliu
00f8ac46a0 ⬆️ language-clojure@0.22.0 2016-09-28 21:00:53 -04:00
Wliu
a6ef8421e5 ⬆️ language-css@0.40.0 2016-09-28 20:58:48 -04:00
Wliu
15948812da ⬆️ language-hyperlink@0.16.1 2016-09-28 20:56:27 -04:00
Wliu
28831530e0 ⬆️ language-javascript@0.121.0 2016-09-28 20:53:54 -04:00
Wliu
438d1d664c ⬆️ language-php@0.37.3 2016-09-28 20:51:55 -04:00
simurai
0a400ff457 ⬆️ solarized-dark/light-syntax@v1.0.4 2016-09-28 11:00:06 -07:00
Philip Schatz
7bbc0d12eb 🐛 support variable terminal widths 2016-09-27 14:25:45 -04:00
Wliu
efae2e08c3 Use year of first publication
[ci skip]

https://github.com/atom/settings-view/pull/858#issuecomment-249373520
2016-09-24 13:46:00 -04:00
Nathan Sobo
15a475889c Merge pull request #12762 from atom/ns-mb-minimize-main
Make main-process/main.js as minimal as possible
2016-09-23 09:41:40 -07:00
Max Brunsfeld
3a69e5bcb2 Merge pull request #12761 from atom/ns-mb-fix-dock-icon-click
Use app 'activate' event instead of defunct 'activate-with-no-open-windows'
2016-09-22 16:31:10 -07:00
Nathan Sobo
880e75ff18 Make main-process/main.js as minimal as possible
In order to test changes to main.js, we need to rebuild the application.
For this reason, it makes sense to do as little work as possible here.
In this commit, we change main to just determine the resourcePath, then
use that path to require a start function which can be iterated on in
dev mode.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-22 17:30:52 -06:00
Nathan Sobo
6535c64995 Merge pull request #12760 from atom/mb-ns-better-user-bindings
Make it easier to define user key bindings
2016-09-22 15:16:34 -07:00
Nathan Sobo
da09ebbc4b Fix style guide links in CONTRIBUTING.md
We opted to just drop the CSS style guide for now because we don’t
really follow one. @simurai please correct that if I’m wrong.

Closes #12066

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-22 16:14:59 -06:00
Nathan Sobo
85efc08d13 Merge pull request #12753 from lgeiger/tildify-path
Tildify path in title bar
2016-09-22 15:07:50 -07:00
Nathan Sobo
f14587d3cc Use app activate event instead of defunct activate-with-no-open-windows
This restores the ability to open a Window by single-clicking the dock
icon on macOS.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-22 15:54:44 -06:00
Max Brunsfeld
fff8ca196f ⬆️ season 2016-09-22 14:43:49 -07:00
Max Brunsfeld
db781dd54f Disallow duplicate keys when loading package keymaps
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-09-22 14:21:36 -07:00
Max Brunsfeld
59189dc0d5 ⬆️ atom-keymap for new priority semantics
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-09-22 14:20:56 -07:00
Max Brunsfeld
0b7e141921 Merge pull request #12759 from atom/ns-mb-dont-serialize-packages-when-deactivating
Don't interleave package serialization with package deactivations
2016-09-22 14:08:02 -07:00
Max Brunsfeld
864dc935c8 ⬆️ service-hub (from pre-release) 2016-09-22 13:25:47 -07:00
Max Brunsfeld
519f1b70ec ⬆️ service-hub (from pre-release) 2016-09-22 13:24:59 -07:00
Nathan Sobo
19a4f1ab89 Null guard AtomWindow instance in window-method ipc handler
Since things are async, I think the window could potentially disappear
before we can handle the message.
2016-09-22 14:14:37 -06:00
Nathan Sobo
b7126aff4c Don't serialize packages in deactivatePackages
Serialization still occurs when deactivating a single package via the
API. Otherwise, when the window is closed or reloaded we will serialize
all packages as a result of saving the window state.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-22 12:39:06 -06:00
Nathan Sobo
3a4ae04f74 Use call/respondTo helpers to return a promise from window method ipcs
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-22 12:18:09 -06:00
Nathan Sobo
50128949d4 Call window methods on AtomWindow when ipc'ing from render process
This enables saveState to be called when requesting a window reload from the render process.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-22 11:41:57 -06:00
Nathan Sobo
9ace7b899c Bind promptForRestart since it calls a method now
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-22 11:29:39 -06:00
Antonio Scandurra
9977aa5df2 Merge pull request #12754 from atom/as-always-clear-measurements-when-editor-becomes-visible
Always invalidate yardstick measurements when the editor becomes visible
2016-09-22 18:58:07 +02:00
Lukas Geiger
498a56a603 Tildify path in title bar
This will use ~/ for the path to the home directory
2016-09-22 11:14:03 +02:00
Antonio Scandurra
a45afcbba4 Always invalidate yardstick measurements when the editor becomes visible
...because content could get reflowed and previous measurements might
become inaccurate. Typically, this could occur when measuring while the
editor is hidden: in that case, the yardstick would always report `0px`
and save that position into the cache. Then, when the editor becomes
visible again, the wrong `0px` value would be returned, thus causing
cursors etc. to be displayed incorrectly.

This was being shadowed by a bug in our measurements cache, but after
fixing it in #12730 it started becoming evident.
2016-09-22 09:50:51 +02:00
Wliu
bb0b0857f4 Merge pull request #12695 from atom/wl-windows-build-instructions
Simplify Windows build instructions
2016-09-21 23:09:15 -04:00
Wliu
f7642a476d Add missing period
[ci skip]
2016-09-21 21:51:47 -04:00