Michelle Tilley
19e671c181
⬆️ github@0.3.7
2017-07-13 14:35:25 -07:00
Michelle Tilley
ef983f63cf
Revert GH package version for testing
2017-07-12 14:58:31 -07:00
Michelle Tilley
513dc3e3b5
Merge remote-tracking branch 'origin/master' into mkt-updoot-github-0.3.5
2017-07-12 09:59:21 -07:00
Bryant Ung
cfbcb43744
Merge pull request #14987 from atom/ns-fix-mousedown
...
Fix regressions handling mousedown on Linux and macOS
2017-07-11 15:59:09 -07:00
ungb
07c7e53b1e
fix lint errors
2017-07-10 16:26:47 -07:00
Nathan Sobo
f6d2f966bf
Fix middle-mouse-button paste on Linux
...
Chrome now synthesizes a textInput event on mouseup for middle mouse
button clicks, which rendered our custom JS for handling that case
redundant.
2017-07-10 15:53:23 -06:00
Nathan Sobo
cd27b49dc4
Don't handle ctrl-click events on macOS
...
It brings up the context menu, so we shouldn't change the cursor
position
2017-07-10 14:28:21 -06:00
Nathan Sobo
82619a989b
🎨
2017-07-10 14:27:55 -06:00
Ash Wilson
3c3a0e3503
⬆️ atom-keymap
2017-07-10 12:50:44 -04:00
Wliu
d095369155
⬆️ settings-view@0.251.1
2017-07-10 01:12:49 -04:00
Antonio Scandurra
19b1810c86
Merge pull request #14967 from atom/as-ns-change-marker-layer-event-order
...
Upgrade text-buffer to v13.0.6
2017-07-07 10:10:20 +02:00
Antonio Scandurra
e5fd511e23
⬆️ text-buffer 13.0.6
2017-07-07 10:09:09 +02:00
Antonio Scandurra
e392154dad
⬆️ text-buffer 13.0.6-0
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2017-07-07 09:29:19 +02:00
Damien Guard
0219a1de0f
⬆️ metrics
2017-07-06 22:38:46 -07:00
Ash Wilson
1e118a2473
⬆️ settings-view
2017-07-06 19:46:21 -04:00
Ash Wilson
e3704932a4
⬆️ spell-check
2017-07-06 15:50:17 -04:00
Nathan Sobo
960e515e77
Merge pull request #14948 from atom/ns-add-gutter-decoration-class
...
Always render 'decoration' class on custom decorations
2017-07-05 15:24:43 -06:00
Michelle Tilley
4d8f74d960
⬆️ github@0.3.5
2017-07-05 10:29:08 -07:00
Antonio Scandurra
913f463a61
Merge pull request #14955 from atom/as-line-number-screen-row
...
Assign screen-row to each line number as a data field
2017-07-05 14:18:14 +02:00
Antonio Scandurra
bcaf655325
Update buffer-row and screen-row data fields on each line number node
2017-07-05 11:12:48 +02:00
Antonio Scandurra
942dd03bd0
Assign screen-row to each line number as a data field
2017-07-05 11:11:44 +02:00
Max Brunsfeld
ea6cb7bd19
⬆️ find-and-replace
2017-07-03 20:41:02 -07:00
simurai
c78ecb3896
⬆️ one-dark/light-syntax@v1.8.0
2017-07-04 11:52:23 +09:00
Nathan Sobo
e7b4ad48f0
Always render 'decoration' class on custom decorations
2017-07-03 16:10:41 -06:00
Antonio Scandurra
96ea7a684f
Merge pull request #14929 from atom/as-resize-block-decorations-automatically
...
Invalidate block decoration dimensions automatically when their size changes
2017-07-03 11:39:36 +02:00
Max Brunsfeld
116a90fe2c
⬆️ find-and-replace
2017-06-30 15:59:42 -07:00
Max Brunsfeld
00a650bd55
⬆️ text-buffer
...
Fixes #14894
2017-06-30 15:43:04 -07:00
Ash Wilson
10a7cb5bad
⬆️ atom-keymap
2017-06-30 10:11:36 -04:00
Antonio Scandurra
b30f55bb57
Invalidate block decorations height automatically if their size changes
2017-06-30 14:08:49 +02:00
Lukas Geiger
e686c4d7f8
Remove invalidateBlockDecorationDimensions from tests
...
This is now automatically called by the mutation observer.
2017-06-30 14:08:40 +02:00
simurai
2a45e42697
⬆️ welcome@v0.36.5
2017-06-30 14:38:21 +09:00
Max Brunsfeld
5fc602a178
Merge pull request #14886 from TimvdLippe/patch-1
...
Add instructions for local development
2017-06-29 11:20:48 -07:00
Ash Wilson
fc3915e656
⬆️ autocomplete-plus
2017-06-29 11:59:10 -04:00
Michelle Tilley
9b039452d5
Merge pull request #14905 from atom/fb-mdt-destroy-once
...
Only expect a single 'did-destroy' event
2017-06-28 12:51:19 -04:00
Matthew Dapena-Tretter
863faffd23
Only expect a single 'did-destroy' event
...
These events will only be fired a single time at most, so we should clean up the listeners after that.
This should help minimize accidental memory leaks.
2017-06-27 16:20:33 -07:00
Antonio Scandurra
e0c2509bf7
Merge pull request #14897 from atom/as-jr-fix-not-updating-custom-title-bar
...
Ensure custom title bar is always updated when document.title changes
2017-06-27 11:35:43 +02:00
Antonio Scandurra
57570accbf
Merge pull request #14893 from atom/as-fix-resetting-node-pool-styles
...
Fix resetting styles in NodePool
2017-06-27 11:35:19 +02:00
Antonio Scandurra
71a2abf877
Merge pull request #14895 from atom/as-fix-block-decoration-measurements
...
Fix measuring block decorations if adding them before attaching element
2017-06-27 11:33:58 +02:00
Ian Olsen
33f010e92c
Merge pull request #14788 from atom/this-is-intolerable
...
AppVeyor node_module caches get corrupted, let's just disable them for now
2017-06-26 18:12:56 -07:00
Antonio Scandurra
9e8f07b926
Convert src/title-bar.coffee to js
...
Signed-off-by: Jason Rudolph <jasonrudolph@github.com >
2017-06-26 16:34:33 +02:00
Antonio Scandurra
a7b1996245
Convert spec/title-bar-spec.coffee to js
...
Signed-off-by: Jason Rudolph <jasonrudolph@github.com >
2017-06-26 16:32:14 +02:00
Antonio Scandurra
62ee913567
Ensure custom title bar is always updated when document.title changes
...
This commit uses a new private API on Workspace that emits an event
every time the window title gets updated (e.g. as a result of an active
pane item changing, the project paths changing, etc.).
This fixes a bug that left the custom title bar with a stale
document.title under some circumstances.
Signed-off-by: Jason Rudolph <jasonrudolph@github.com >
2017-06-26 16:29:31 +02:00
Antonio Scandurra
52ba6c7342
Fix measuring block dec. if adding them before updating element's width
2017-06-26 12:52:18 +02:00
Antonio Scandurra
a171380544
Fix resetting styles in NodePool
...
Previously, we were mistakenly not clearing out some styling properties
like `marginTop`, thus causing e.g. line numbers to be misaligned. This
was caused by manual updates to an element's style object, without a
consequent update to the NodePool.
With this commit we will now rely on `element.styleMap` (a DOM
primitive) to detect which styles have been set on a element that is
about to be recycled and, if the object being created doesn't use them,
simply clear them out.
2017-06-26 11:37:11 +02:00
Tim van der Lippe
527210f72c
Add instructions for local development
...
Finding out how to contribute to my first Atom package was problematic
and took me quite some time to figure out how to locally run the packages.
There were some spread out answers in the Atom discussion forum,
but I think it is easier for new developers to read the CONTRIBUTING guide
instead of using Google to find out how to contribute.
2017-06-24 13:20:19 +02:00
simurai
5a8dce1175
⬆️ image-view@v0.62.0
2017-06-24 16:50:56 +09:00
Max Brunsfeld
c1c0e7e921
Merge pull request #14736 from atom/fb-mdt-observe-dock-visibility
...
Add methods for observing dock visibility
2017-06-22 14:11:52 -07:00
Wliu
7c9f39e3f1
⬆️ tree-view@0.217.3
2017-06-21 23:14:51 -04:00
Antonio Scandurra
df7f72a3b7
Merge pull request #14761 from atom/jr-as-loosen-eval-restrictions
...
Update CSP to allow using eval from JavaScript
2017-06-20 11:34:25 +02:00
Wliu
02b8862386
⬆️ markdown-preview@0.159.13
2017-06-19 22:29:47 -04:00