Antonio Scandurra
442872e7ac
Call openDevTools on WebContents rather than on BrowserWindow
...
Fixes #13171
2016-11-21 18:44:10 +01:00
simurai
8c1a494d8c
Add new icons
...
- beaker
- bell
- bold
- desktop-download
- ellipses
- file
- grabber
- italic
- logo-gist
- plus-small
- reply
- shield
- smiley
- tasklist
- text-size
- thumbsdown
- thumbsup
- unverified
- verified
- watch
2016-11-03 19:09:27 +09:00
simurai
b0d9c1f152
Replace Octicons 4.4.0 with a normalized version
...
So that text-align center still works
2016-11-03 16:46:25 +09:00
simurai
f51a8ad6c6
Revert chaning mixin name
...
git-diff seems to use `.octicon-font()`
2016-11-03 16:45:42 +09:00
simurai
9cb90d04f8
Use Octicons 4.4
...
but still keep the old 2.1.2 version for backwards compatibility
2016-11-02 22:03:22 +09:00
Cédric Néhémie
07a017039f
🐛 Use flex display in text editor instead of block
2016-10-19 12:11:12 +02:00
Antonio Scandurra
51e186b656
Delete leftover ::shadow pseudo-selectors
2016-10-07 10:40:41 +02:00
Antonio Scandurra
91df848b8a
Keep a backward compatible DOM structure for atom-text-editor contents
2016-10-07 10:40:41 +02:00
Antonio Scandurra
80fc448b8d
Transform deprecated shadow DOM selectors in StyleManager
2016-10-07 10:40:41 +02:00
Antonio Scandurra
b71b412ede
Transform deprecated shadow DOM selectors
2016-10-07 10:40:41 +02:00
Antonio Scandurra
56a6510b25
Start on removing shadow DOM
2016-10-07 10:40:41 +02: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