Commit Graph

1034 Commits

Author SHA1 Message Date
Nathan Sobo
7bba3e86b2 Try this on travis 2016-09-16 16:47:33 -06:00
Max Brunsfeld
e444076a46 WIP - debug travis CI failures 2016-09-15 17:29:02 -07:00
Thomas Johansen
2bb6e225f6 🔥 Remove window load time console output 2016-09-11 17:07:43 +02:00
simurai
53aaf0f3d0 Merge pull request #12616 from atom/sm-min-height
Fix height when splitting panes
2016-09-10 19:33:51 +09:00
simurai
0dced47183 🎨 Remove test background 2016-09-07 16:36:01 +02:00
simurai
191a50bf2d Fix position of atom-pane-resize-handle
As of Chromium 52 absolutely positioned flexbox items are taken out of the flow. See https://developers.google.com/web/updates/2016/06/absolute-positioned-children?hl=en

To keep it in the flow, we use an absolutely positioned pseudo-element instead.
2016-09-07 16:36:00 +02:00
simurai
6d0536886b Reset min-height
everywhere `min-width: 0;` is already used.
2016-09-07 15:38:00 +09:00
simurai
ab7671480d Merge pull request #12580 from frantic1048/7446-fix-pane-resize-handle-overflow
Let atom-pane-resize-hanle inherit correct height (fix #7446)
2016-09-02 10:28:23 +09:00
Antonio Scandurra
9ebde9ccb2 Remove height: 100% from atom-text-editor elements
Originally, editors with autoHeight set to false had an inline style of
100%. We attempted to retain this behavior while allowing CSS to change
the height by applying this styling via a global CSS rule instead:
unfortunately, however, this applies to non autoHeight editors as well
because due to our deprecated autoHeight detection routine, the height
of these editors must be assigned on an internal element and therefore
does not override the 100% styling from the stylesheet.

Signed-off-by: Nathan Sobo <nathan@github.com>
2016-09-01 16:43:43 +02:00
Frantic1048
66575fbff9
🐛 let atom-pane-resize-hanle inherit correct height (fix #7446) 2016-09-01 22:06:06 +08:00
Antonio Scandurra
194f927b87 Merge branch 'master' into ns-modernize-build
# Conflicts:
#	build/tasks/build-task.coffee
2016-08-26 13:25:02 +02:00
Nathan Sobo
67313aec8d Default editor height to 100%
Previously, when autoHeight was assigned to false on the editor, we would assign an inline style of height: 100%. This preserves the essence of that behavior without prohibiting users from assigning their own height via more specific CSS rules.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-08-17 16:14:04 -06:00
Antonio Scandurra
e863081250 Merge branch 'master' into ns-modernize-build 2016-08-03 14:36:57 +02:00
Nathan Sobo
0240206d93 Merge branch 'master' into brumm-master 2016-08-02 15:39:57 -06:00
Antonio Scandurra
b1dabc1e84 Load metadata._deprecatedPackages via script/deprecated-packages.json 2016-08-02 15:55:53 +02:00
simurai
2f58792577 Introduce @use-custom-controls variable 2016-07-12 15:36:50 +09:00
Philipp Brumm
e7ff266a57 shorter and linear transition, without delay 2016-07-06 11:00:44 +02:00
Philipp Brumm
3e53a03871 animate appearance and disappearance of titlebar when toggling fullscreen 2016-07-02 15:05:29 +02:00
Philipp Brumm
bda08c4a5f hide titlebar in fullscreen mode 2016-07-02 13:06:17 +02:00
Philipp Brumm
faa1f935f8 make custom titlebar user-configurable and prompt for relaunch on change 2016-07-02 12:28:14 +02:00
Philipp Brumm
7a2fab6114 move title-bar variables into it's own less file and simplify styles 2016-07-02 12:28:14 +02:00
Philipp Brumm
e94a7a84b7 undo changes to workspace styling 2016-07-02 12:28:14 +02:00
Philipp Brumm
242ef89e2d use @base-background-color as a basis for the title-bar gradient to better accommodate themes that do not provide their own style for a title-bar 2016-07-02 12:28:14 +02:00
Philipp Brumm
9c298625fe remove experimental 'combined' styles for title-bar 2016-07-02 12:28:14 +02:00
Philipp Brumm
4897f4db26 replace OSX window title bar with custom title-bar 2016-07-02 12:28:14 +02:00
simurai
b9515ea477 Add min-width to atom-workspace-axis.horizontal
This is just a precaution against https://github.com/atom/atom/pull/11866
2016-06-29 13:20:02 +09:00
simurai
eb0cc530fd 🔥 Remove -webkit prefixes
that aren’t needed anymore.
2016-06-29 13:15:20 +09:00
Damien Guard
df22e0bc5b Merge pull request #12056 from atom/crashreporter-not-on-ui-thread-except-mac
CrashReporter should not run on UI thread on Win/Linux
2016-06-28 10:02:57 -07:00
simurai
268ad6cf6a Fix overflowing of the tabs II 2016-06-28 15:18:37 +09:00
Damien Guard
22922dec96
CrashReporter should not run on UI thread on Win/Linux 2016-06-27 16:31:01 -07:00
Thomas Johansen
35ceb66a5b Merge pull request #11875 from atom/sm-move-bootstrap-to-npm
Merge Bootstrap + Core styles

Closes #11839 
Closes #11858
2016-06-24 07:54:16 +02:00
Thomas Johansen
b2f7c9d52d 🔥 Remove all bootstrap remnants 2016-06-19 16:20:44 +02:00
William Bout
38f585e4e0 Update ui-variables.less 2016-06-18 12:53:05 +02:00
simurai
f39e5c1174 Use at least 75% for the spec-reporter
Less scrolling if there are many failures.
2016-06-15 14:51:23 +09:00
simurai
3e60dd22f1 Show underlying editor when resizing 2016-06-15 13:02:00 +09:00
simurai
1fe88b3026 Add overflow scrolling 2016-06-15 10:43:54 +09:00
simurai
18c0364c21 Cover everything 2016-06-15 10:21:16 +09:00
simurai
b1f0cbb134 Make Spec Suite less flickery 2016-06-11 10:46:10 +09:00
simurai
c601adfdb7 Merge branch 'master' into sm-move-bootstrap-to-npm 2016-06-10 15:37:04 +09:00
simurai
85fa7e8a8a Fix overflowing of the tabs
This is a follow up for #11866.

In this case when there are too many tabs, they start to push `atom-workspace-axis.vertical` beyond the window width.
2016-06-08 10:56:53 +09:00
simurai
288b3c07c8 Move some panel + modal styles to atom-ui 2016-06-07 11:48:26 +09:00
simurai
e91e0c5554 Import everything together 2016-06-03 16:12:13 +09:00
simurai
13fd461b36 Import all atom-ui components 2016-06-01 11:57:06 +09:00
simurai
95d9b9946a Move Bootstrap to a separate package 2016-06-01 11:34:40 +09:00
Antonio Scandurra
2fb757791b Allow atom-pane to be shrunk independently of its contents' width 2016-05-30 14:49:29 +02:00
Lee Dohm
43e5359dbc Merge pull request #11552 from Floobits/csp_fixes
Content Security Policy fixes
2016-05-19 09:10:26 -07:00
simurai
10305867ed Merge pull request #11274 from atom/sm-atom-workspace-axis
Relative position atom-workspace-axis
2016-05-19 16:01:00 +09:00
simurai
3be77fa325 Merge branch 'master' into sm-atom-workspace-axis 2016-05-19 11:45:41 +09:00
simurai
ca61f87a8c Merge branch 'master' into sm-flexible-modals 2016-05-19 10:18:04 +09:00
Geoff Greer
d20dccb27a Content Security Policy fixes. Add blob: protocol to img-src and media-src sources. Add data: and mediastream: protocols to media-src. 2016-04-20 16:36:40 -07:00