Commit Graph

30164 Commits

Author SHA1 Message Date
Nathan Sobo
9347922a72 ⬆️ atom-keymap 2016-10-14 07:41:30 -06:00
Nathan Sobo
fb1cf82a82 Merge pull request #12977 from atom/ns-dont-share-overlay-dimensions
Don't share overlayDimensions across instances
2016-10-13 23:11:52 -06:00
Ian Olsen
f92b2a2e2f ⬆️ tabs 2016-10-13 19:38:22 -07:00
Nathan Sobo
be7c244b78 Don't share overlayDimensions across instances 2016-10-13 20:30:56 -06:00
Nathan Sobo
0cb2ea3971 ⬆️ atom-keymap 2016-10-12 11:46:44 -06:00
Nathan Sobo
11f8d9e694 ⬆️ status-bar 2016-10-12 06:30:57 -06:00
Nathan Sobo
ceae84f537 ⬆️ first-mate 2016-10-11 16:41:54 -06:00
Damien Guard
6517421ded Merge pull request #12937 from atom/dg-portable-zip-signed-exes
Extract signed exe's from nuget-full for portable
2016-10-11 09:49:01 -07:00
Damien Guard
ba4836ce93
Extract signed exe's from nuget-full for portable 2016-10-11 09:16:40 -07:00
Nathan Sobo
11eb1040c9 ⬆️ status-bar 2016-10-11 08:10:39 -06:00
Nathan Sobo
d04a0d4fd8 Merge pull request #12911 from atom/ns-ku-add-tooltip-features
Add ability to use custom elements inside tooltips
2016-10-11 08:09:31 -06:00
Nathan Sobo
611018411b Merge remote-tracking branch 'origin/master' into ns-ku-add-tooltip-features 2016-10-11 07:29:38 -06:00
Hubot
31522b125d 1.13.0-dev 2016-10-11 08:24:33 -05:00
simurai
9c11095e5e ⬆️ one-dark/light-ui@v1.6.2 2016-10-11 19:26:29 +09:00
Antonio Scandurra
64a963d82b ⬆️ spell-check 2016-10-11 10:34:23 +02:00
simurai
4750e8ba90 ⬆️ tabs@v0.102.2 2016-10-11 10:56:44 +09:00
Wliu
8aa97e5e92 Merge pull request #12930 from atom/wl-update-languages
Update languages
2016-10-10 20:48:44 -04:00
Nathan Sobo
f1f600dbab ⬆️ status-bar 2016-10-10 16:24:55 -06:00
Nathan Sobo
9b3dfc614a ⬆️ settings-view 2016-10-10 15:25:31 -06:00
Nathan Sobo
72c5fcad82 Eliminate selector option in tooltip manager API
No packages use it currently, and it's really complex to support so
we should kill it while we have the chance. When it comes time to
rewrite the tooltip code or add features, not worrying about selectors
will make it easier.
2016-10-10 14:08:51 -06:00
Nathan Sobo
0c7fdea695 Document tooltip API directly instead of referring to Bootstrap docs
I want to eliminate the selector option and open the door to diverging from
the lesser used parts of that API in the future by only documenting a subset.
2016-10-10 14:08:51 -06:00
Nathan Sobo
e71e1f4ed1 Test custom class option 2016-10-10 14:08:51 -06:00
Nathan Sobo
718cc017e6 Hide click-triggered tooltips when clicking anywhere outside of tooltip
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-10-10 14:08:51 -06:00
Nathan Sobo
253917f007 Make tooltip accept an item option instead of tooltipElement
...and use view registry to resolve it to a view when showing the tooltip.

Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-10-10 14:08:51 -06:00
Nathan Sobo
e9200e5bc0 WIP: Add ability to use custom elements inside tooltips 2016-10-10 14:08:51 -06:00
Wliu
954313df8c ⬆️ language-json@0.18.3 2016-10-10 14:45:14 -04:00
Wliu
c75a977a51 ⬆️ language-clojure@0.22.1 2016-10-10 14:44:05 -04:00
Wliu
3242320ff2 ⬆️ language-c@0.54.0 2016-10-10 14:43:09 -04:00
Wliu
8dba47a364 ⬆️ language-xml@0.34.12 2016-10-10 14:37:04 -04:00
Wliu
16bb5057c0 ⬆️ language-javascript@0.122.0 2016-10-10 14:36:06 -04:00
Wliu
a6f00f034b ⬆️ language-coffee-script@0.48.0 2016-10-10 14:35:04 -04:00
Wliu
8bae118717 ⬆️ language-css@0.40.1 2016-10-10 14:32:49 -04:00
Wliu
e7c2eac01e ⬆️ language-html@0.46.1 2016-10-10 14:31:25 -04:00
Wliu
2f72d4bebe ⬆️ language-ruby@0.70.2 2016-10-10 14:30:00 -04:00
Max Brunsfeld
beb2b6bbc0 ⬆️ language-go 2016-10-10 09:52:56 -07:00
Nathan Sobo
d84bce9022 Merge pull request #12924 from atom/as-export-text-editor-ctor
Include `TextEditor` in Atom exports
2016-10-10 07:15:55 -06:00
Antonio Scandurra
cccbde02fe Merge branch 'master' into as-export-text-editor-ctor 2016-10-10 10:39:38 +02:00
Antonio Scandurra
5078d27773 Merge pull request #12925 from atom/as-fix-ci-failure
Return a `Disposable` when stubbing `observePreferredScrollbarStyle`
2016-10-10 10:39:09 +02:00
Antonio Scandurra
3e3f3bb608 Return a Disposable when stubbing observePreferredScrollbarStyle 2016-10-10 10:13:49 +02:00
Antonio Scandurra
3d2e18747f Prefer using new TextEditor to Workspace.prototype.buildTextEditor 2016-10-10 09:28:36 +02:00
Antonio Scandurra
dbd7817823 Make TextEditor.prototype.scrollPastEnd false by default 2016-10-10 09:26:52 +02:00
Thomas Johansen
3ea3cde0f2 Merge pull request #12917 from lgeiger/bump-coffee
Bump coffee-script@1.11.1
2016-10-10 08:33:22 +02:00
bene
9fbf27dfeb ⬆️ image-view@0.60.0 2016-10-08 23:38:39 +02:00
simurai
96b84b5e62 Merge pull request #12916 from PeterDaveHelloKitchen/image-optimize
optimize png images using zopflipng
2016-10-09 05:50:25 +09:00
Lukas Geiger
05d5626594 ⬆️ coffee-script@1.11.1 2016-10-08 19:59:14 +02:00
Peter Dave Hello
b91768a923 optimize png images using zopflipng 2016-10-08 19:58:16 +08:00
Lee Dohm
b05d6f8c49
⬆️ archive-view@0.62.0 2016-10-07 13:56:28 -07:00
Wliu
ebe4fb3bc9 ⬆️ tabs@0.102.1 2016-10-07 13:19:39 -04:00
Wliu
3f9585009b ⬆️ command-palette@0.39.0 2016-10-07 13:09:08 -04:00
Antonio Scandurra
18ddcf902b Statically assign a clipboard instance to the TextEditor class 2016-10-07 18:21:09 +02:00