Commit Graph

25174 Commits

Author SHA1 Message Date
Machisté N. Quintana
457e80113e Merge pull request #8778 from atom/mq-system-font
Use system menu font for Atom UI
2015-09-16 10:08:28 -04:00
Wliu
de61aecfd1 ⬆️ autocomplete-css@0.10.2 2015-09-15 19:03:47 -04:00
Max Brunsfeld
99e87bc3c0 Merge pull request #8676 from atom/mb-fix-undo-stack-on-reload-again
Preserve undo history after reload, even when file has no unsaved changes
2015-09-15 14:59:27 -07:00
Max Brunsfeld
d41e48dad0 Merge branch 'master' into mb-fix-undo-stack-on-reload-again 2015-09-15 14:33:28 -07:00
Max Brunsfeld
24263960ef ⬆️ text-buffer 2015-09-15 14:33:11 -07:00
Max Brunsfeld
8798d69aba Merge pull request #8788 from atom/mb-railcar-script
Add railcar script
2015-09-15 14:17:53 -07:00
Max Brunsfeld
a9845e3d7f Script stable and beta releases together 2015-09-15 12:09:35 -07:00
Antonio Scandurra
f8868ffcf2 Clear dataset elements for pooled objects 2015-09-15 12:23:53 +02:00
Antonio Scandurra
ad83a03440 Merge branch 'master' into as-recycle-nodes
# Conflicts:
#	src/line-numbers-tile-component.coffee
#	src/lines-tile-component.coffee
2015-09-15 11:50:54 +02:00
Antonio Scandurra
028f57aefb 💚 2015-09-15 11:35:30 +02:00
Antonio Scandurra
c7d4871453 Merge pull request #8730 from atom/as-faster-style-recalculation
Faster Style Recalculations
2015-09-15 11:25:10 +02:00
Antonio Scandurra
daf4316974 Clear the pool when font or lineHeight change 2015-09-15 10:59:32 +02:00
Antonio Scandurra
f86c9b2331 Let TextEditorComponent manage DOMElementPool 2015-09-15 10:58:24 +02:00
Antonio Scandurra
c8c69a99b9 Release free nodes after destroying TextEditor 2015-09-15 10:36:47 +02:00
Max Brunsfeld
6bfa467a15 Remove unused require 2015-09-14 17:34:47 -07:00
Max Brunsfeld
01a73e3ad3 Handle errors from 'git status' 2015-09-14 17:34:41 -07:00
Max Brunsfeld
0143b133fe Add railcar script 2015-09-14 17:07:11 -07:00
Max Brunsfeld
321bf690d2 Handle '-dev' suffix when building RPM package 2015-09-14 16:47:09 -07:00
Max Brunsfeld
27cc9cdff3 1.0.12-dev 2015-09-14 16:29:20 -07:00
Kevin Sawicki
db2e614444 Merge pull request #8787 from atom/wl-github-desktop
Github for Windows --> Github Desktop
2015-09-14 15:43:24 -07:00
Wliu
71058890cf 📝 Github for Windows --> Github Desktop 2015-09-14 18:40:21 -04:00
Max Brunsfeld
b5c36717e5 Merge branch 'beta' 2015-09-14 14:46:35 -07:00
Max Brunsfeld
24ba0e3643 Merge branch 'beta' into stable 2015-09-14 14:31:39 -07:00
Antonio Scandurra
ce4281821d Replace insertAdjacentText with textContent 2015-09-14 20:31:21 +02:00
Antonio Scandurra
663de4c8d6 Use textContent instead of innerText 2015-09-14 20:28:09 +02:00
Antonio Scandurra
f0bc6ca23a 🎨 Some renaming 2015-09-14 20:27:25 +02:00
Max Brunsfeld
5525cde711 Merge pull request #8732 from atom/mb-stable-and-beta-releases
Upload assets to pre & production releases from beta & stable branches
2015-09-14 11:21:41 -07:00
Antonio Scandurra
e9bf04b50b Guard against some edge cases 2015-09-14 20:21:37 +02:00
Max Brunsfeld
36f7053228 ⬆️ grunt-electron-installer (prerelease) 2015-09-14 11:03:30 -07:00
Max Brunsfeld
76866716c5 Add -beta to version number 2015-09-14 11:03:30 -07:00
Max Brunsfeld
7675e6fb2d Avoid using dash in RPM version number 2015-09-14 11:03:30 -07:00
Wliu
f2890d6a2d ⬆️ language-php@0.30.0 2015-09-14 13:28:59 -04:00
Machiste Quintana
028fbbfd35 Simplify CSS guard 2015-09-14 13:18:57 -04:00
Lee Dohm
0426dca51b Merge pull request #8663 from atom/ld-white-cursor-mixin
Add white-cursor Less mixin for use in dark syntax themes
2015-09-14 09:50:13 -07:00
Ivan Žužak
24cd2ccd19 ⬆️ language-ruby@0.58.0 2015-09-14 18:41:29 +02:00
Kevin Sawicki
57a386d8d3 ⬆️ language-perl@0.29 2015-09-14 09:33:49 -07:00
Antonio Scandurra
4349b152d5 🎨 2015-09-14 18:22:31 +02:00
Antonio Scandurra
f52e000bec 🔥 Remove unused code 2015-09-14 18:14:12 +02:00
Antonio Scandurra
536a5f4395 🐎 Save an allocation while removing nodes 2015-09-14 17:44:57 +02:00
Antonio Scandurra
6b2e7a6765 🎨 2015-09-14 17:36:45 +02:00
Antonio Scandurra
93ed0853a2 Recycle gutter nodes 2015-09-14 17:25:30 +02:00
Antonio Scandurra
ece15b2a24 Recycle tile nodes (and descendants) 2015-09-14 14:48:30 +02:00
Antonio Scandurra
ccb8623a88 🎨 Extract a buildElement helper function 2015-09-14 12:01:33 +02:00
Antonio Scandurra
9af7795a7e Avoid skipping null bytes
Now that we build DOM nodes via `document.createElement`, there's no need to
skip null byte characters (nor to avoid to pair them) because the browser will
keep them in the document (unlike `innerHTML`).
2015-09-14 11:45:29 +02:00
Antonio Scandurra
a44f7116a2 Start building nodes via document.createElement 2015-09-14 11:34:13 +02:00
Antonio Scandurra
de0b61393c Minimize allocations 2015-09-14 10:57:59 +02:00
Machiste Quintana
d8437c2213 Allow and guard against undefined font-family 2015-09-13 17:06:09 -04:00
Machiste Quintana
4fe1c2db01 Use menu font on root element too 2015-09-13 16:48:13 -04:00
Machiste Quintana
6949c80665 Use system font for menus in atom-workspace 2015-09-13 16:47:11 -04:00
Lee Dohm
0c623401d6 Add imports to prevent build failure 2015-09-12 03:48:04 -07:00