Kevin Sawicki
99c2c32e1e
Nest styles
2014-02-11 09:06:12 -08:00
Kevin Sawicki
cf73dd467a
Pad stack traces
2014-02-11 09:06:11 -08:00
Kevin Sawicki
05769f8a49
💄 One property per line
2014-02-11 09:06:11 -08:00
Cheng Zhao
3d27cd662a
Save the sync message in require('crash-reporter').start().
2014-02-03 19:31:40 +08:00
Cheng Zhao
c1f3aa14cd
Do not send synchronous messages in index.html.
2014-02-03 16:03:59 +08:00
Kevin Sawicki
fe748dbcc8
Update octicons
2014-01-29 18:00:00 -08:00
Kevin Sawicki
1e759ee646
Add missing package icon
2014-01-29 17:58:35 -08:00
Corey Johnson
337390df47
Merge pull request #1489 from atom/cj-update-coffee-script
...
Update coffee script v1.7.0
2014-01-29 09:09:36 -08:00
probablycorey
d7638b4420
Use require('coffee-script').register()
2014-01-28 16:35:05 -08:00
Kevin Sawicki
c1a9c3b5fb
Update octicons
2014-01-28 10:06:54 -08:00
Nathan Sobo
519ebb1ca6
Leave folded marker on end of lines in its natural position
...
Previously, we were nudging it upward. Something must have changed at
some point because it looked too high.
2014-01-20 14:22:26 -07:00
Nathan Sobo
4db2ad53fd
Rename .fold class to .folded on line numbers in gutter
...
Using an adjective blends in better with '.foldable'
2014-01-18 11:35:22 -07:00
Nathan Sobo
149a6825b4
Show bookmarks instead of fold indicators unless hovering
2014-01-17 17:20:37 -07:00
Nathan Sobo
99f025d5d6
Rename .fold-icon to .icon-right in gutter to make it multi-purpose
2014-01-17 16:59:50 -07:00
Nathan Sobo
475ff140a7
Make unfolded fold icons darker on hover
2014-01-17 15:22:29 -07:00
Nathan Sobo
1e3dc05b3d
Nudge chevron-right left a bit to align better with chevron-down
2014-01-17 14:58:16 -07:00
Nathan Sobo
1a12a17b7a
Use actual markup for fold icon so we can determine when it's clicked
2014-01-17 14:55:06 -07:00
Nathan Sobo
8757e1f145
Add downward pointing chevrons next to foldable row numbers in gutter
2014-01-17 14:34:53 -07:00
Kevin Sawicki
63df8dfcdb
Merge remote-tracking branch 'origin/master' into chrome31
...
Conflicts:
package.json
2014-01-13 15:01:52 -08:00
Nathan Sobo
b21eb6f934
Drop .flexbox-repaint-hack div and use pseudo selector instead
...
We don't actually need structural markup to ensure that all pane views
are absolutely positioned. We can just use the `> *` selector inside of
.pane-items.
/cc @probablycorey is there anything I'm missing here?
2014-01-11 19:13:00 -07:00
Nathan Sobo
738bfd7253
Fix layout of tabs with flexbox repaint hack
...
The .item-views div needs to be the first child of pane and contain
the absolutely positioned repaint hack div inside it, otherwise the tabs
don't get honored as flexbox items.
2014-01-10 19:02:19 -07:00
probablycorey
d908c8b026
Use absolute divs to limit repaints on keypresses
2014-01-08 14:31:46 -08:00
probablycorey
6f766acac8
Rename .row and .column to .pane-row and .pane-column
...
Bootstrap's .row and .column css was influencing our pane rows and
columns.
2014-01-08 14:30:33 -08:00
probablycorey
7eba9d3a23
Use flexbox to arrange panes
2014-01-08 14:29:32 -08:00
Cheng Zhao
72744494b8
Also use node-vm-compatibility-layer in renderer.
2014-01-07 18:48:03 +08:00
Cheng Zhao
c287be1725
Fix bootstrap in renderer.
2014-01-07 18:48:03 +08:00
Ben Ogle
38c4fb3884
Add .background-message to the default theme
2013-12-19 12:14:46 -08:00
Kevin Sawicki
865d94d758
Add dev mode icon to status bar
...
Skull colliding with tabs was too much to handle.
Red square in status bar is the new indicator.
2013-12-11 18:57:07 -08:00
Kevin Sawicki
e3b89aca93
Use defaults similar to ui-variables colors
2013-12-06 12:56:15 -08:00
Kevin Sawicki
9183d4968f
Only include used colors for now
2013-12-06 12:56:14 -08:00
Kevin Sawicki
1aa96fc37a
Drop text segment from color
2013-12-06 12:56:14 -08:00
Kevin Sawicki
d75d3b6d09
Import syntax-variables in atom.less
2013-12-06 12:56:14 -08:00
Kevin Sawicki
f60856eca7
Add more syntax variables
2013-12-06 12:56:14 -08:00
Kevin Sawicki
3a7049a1d9
Import syntax in atom.less
2013-12-06 12:56:14 -08:00
Kevin Sawicki
29d1b42d04
Move git markup styles to syntax.less
2013-12-06 12:56:14 -08:00
Kevin Sawicki
80552675d0
Add initial syntax-variables.less
2013-12-06 12:56:14 -08:00
Kevin Sawicki
ff696355ee
Use color variables for commit message files
2013-12-06 12:56:14 -08:00
Ben Ogle
4869fad7f6
Add styling for headings in overlays.
2013-12-04 14:29:32 -08:00
Ben Ogle
bb5d70fa2e
Merge pull request #1182 from atom/removing-core-treeview-settings
...
Removing core treeview settings
2013-12-04 11:26:06 -08:00
Matt Graham
9c1127dd1b
adjusting padding for new tabs
2013-12-03 11:30:19 -08:00
Matt Graham
46c6d63dcd
removing focus from core
2013-12-03 10:37:31 -08:00
Kevin Sawicki
b1f041fa6e
Use a class instead of id for panes element
2013-12-02 08:27:32 -08:00
Kevin Sawicki
ca11661f6d
Use a class instead of id for vertical element
2013-12-02 08:26:07 -08:00
Kevin Sawicki
bc4ceb189c
Use a class instead of id for horizontal element
2013-12-02 08:25:48 -08:00
Kevin Sawicki
98694e5407
Use a class instead of id for workspace view
2013-12-02 08:23:29 -08:00
Kevin Sawicki
ad9721a893
Rename workspace-view element to workspace
2013-11-26 11:02:53 -08:00
Kevin Sawicki
ee0814313f
Rename root-view.less to workspace-view.less
2013-11-26 11:02:53 -08:00
Ben Ogle
0c2c739741
Add ability for placeholder text in mini editor
2013-11-25 14:46:54 -08:00
Ben Ogle
3fe22aa5c8
Set font sizes
2013-11-20 17:11:50 -08:00
Paul Betts
9f080be6e1
Add Courier New as a last-chance fallback
2013-11-20 13:21:30 -08:00
Paul Betts
f094a86ae7
Initial hack of proper Windows fonts
2013-11-20 12:47:32 -08:00
Matt Colyer
33538a5ed7
Use .workspace
rather than body
for keybindings
2013-11-19 16:57:10 -08:00
Ben Ogle
0aa0dc01d5
Properly reset the size of layers on resize
...
Otherwise, when a theme has padding in the scroll-view, it will be
scrollable all the time (width:100%).
2013-11-05 18:40:05 -08:00
Ben Ogle
1cb5d16a60
Style messages
2013-11-04 17:19:09 -08:00
Ben Ogle
4e18e7a67c
Lists are nested via padding the list items
2013-10-31 10:50:48 -07:00
probablycorey
ffcd948362
Move beep method to rootView
2013-10-23 10:42:13 -07:00
probablycorey
3b525302b0
Merge remote-tracking branch 'origin/master' into cj-add-flash-error
2013-10-23 10:27:49 -07:00
Kevin Sawicki
cbb82b1dcc
Use background-color-selected for active pill
...
This prevents the bright blue pill color in dark-ui and instead
mirrors the active tab color.
2013-10-22 17:07:44 -07:00
probablycorey
d38067ec1a
Fix lint errors
2013-10-22 13:00:14 -07:00
probablycorey
3c08ae2de6
Add Atom::visualBeep method
2013-10-22 12:18:22 -07:00
probablycorey
c71e9cf618
Add flashError css
2013-10-22 11:36:37 -07:00
Kevin Sawicki
d989aeb592
Focus body when root view has no focusable children
...
This is required now that root view has a tab index
2013-10-16 13:35:11 -07:00
Kevin Sawicki
8f2770d084
Prevent overriding coffee cache once registered
...
Previously this was done afterwards in index.html and task.coffee
but should really be handled by the cache itself so any module
require a different version of coffee-script are not reregistering
a different require extension handler.
2013-10-04 09:25:31 -07:00
Kevin Sawicki
8be254c878
Export a register method from coffee-cache
...
This allows it to be required without having any side effects which
is needed for the clean task that just wanted to remove the cache
directory.
2013-10-04 09:20:46 -07:00
Kevin Sawicki
ee388b2600
Set window size and position before showing
...
Previously a new dev window that threw an error during bootstrap
would not be displayed.
2013-10-01 08:37:14 -07:00
Ben Ogle
0b9a316e02
Upgrade to fuzzy-finder@0.6.0
2013-09-26 15:37:28 -07:00
probablycorey
33a7ff8722
Add padding to skull
2013-09-26 14:32:44 -07:00
probablycorey
35c8d53275
Use a skull and crossbones instead of a triangle
2013-09-26 14:26:28 -07:00
probablycorey
92edaf157a
Use warning color
2013-09-25 17:22:56 -07:00
probablycorey
0dd08dd3d2
Add tiny dev tools status indicator
2013-09-25 17:19:30 -07:00
Ben Ogle
0e94468e6e
Remove scroll-view offset
...
It is overridden by something in js
2013-09-23 16:27:50 -07:00
Ben Ogle
4b4f9f753f
Add .focusable-panel class
2013-09-23 16:27:50 -07:00
Ben Ogle
d35aa2b021
Center the mini editors
2013-09-23 16:27:50 -07:00
Ben Ogle
347b1924cd
Add font-family to ui-variables
2013-09-23 16:27:49 -07:00
Ben Ogle
82fcada49e
fix blocks for lists
2013-09-23 16:27:49 -07:00
Ben Ogle
a8595023c2
Move some panel styles into core
2013-09-23 16:27:49 -07:00
Ben Ogle
f864414f59
Fix button heights.
...
relates to atom/find-and-replace#16
2013-09-20 18:03:21 -07:00
Kevin Sawicki
73fab20d7e
Use relative require path for coffee-cache
2013-09-20 10:02:20 -07:00
Ben Ogle
be5c7a87f9
Fix strangeness when split panes
2013-09-12 14:04:19 -07:00
Ben Ogle
a8e8bb9303
Fix section styles
2013-09-12 14:04:18 -07:00
Ben Ogle
6277fbcf80
Remove merged screw up
2013-09-12 14:04:17 -07:00
Ben Ogle
b96c1b4186
Sections can be created with the .section class
2013-09-12 14:04:17 -07:00
Ben Ogle
e0a9d3acec
Links have a pointer cursor
2013-09-12 14:04:17 -07:00
Ben Ogle
261f61ac26
Oops
2013-09-12 14:04:17 -07:00
Ben Ogle
e9b7e27fe0
Update sections to handle the edge borders
2013-09-12 14:04:17 -07:00
Ben Ogle
210fbc6fb1
Add bootstrap less file
2013-09-12 14:04:17 -07:00
Ben Ogle
d2e125357a
Fix .block css definition
...
It was selecting .blocks in the highlighted syntax. See #836
2013-09-12 13:47:10 -07:00
Ben Ogle
83f09af89b
Remove .less extensions from imports
2013-09-10 12:01:35 -07:00
Ben Ogle
e9b3ad2f68
💄 Rules with multiple selectors on 2 lines
...
In /static
2013-09-10 12:01:16 -07:00
Ben Ogle
ba0b90971e
Remove ui-colors from static
2013-09-10 12:01:16 -07:00
Ben Ogle
598b1b100e
Add .has-flat-children
2013-09-10 12:01:15 -07:00
Ben Ogle
a94a1924a0
Add selected var to the ui variables
2013-09-10 12:01:15 -07:00
Ben Ogle
d39651a69d
Add new vars to all ui-variables files.
2013-09-10 12:01:15 -07:00
Ben Ogle
3621136ab5
💄 No more bootstrap-overrides.less
2013-09-10 12:01:14 -07:00
Ben Ogle
99ea5f02e4
Add pane-item class
2013-09-10 12:01:14 -07:00
Ben Ogle
b8085e06b7
Handle trees without disclosure arrows
2013-09-10 12:01:14 -07:00
Ben Ogle
f7ba202720
Add link styles
2013-09-10 12:00:47 -07:00
Ben Ogle
d37b5fcb46
Use left margin in inline-blocks to the right
2013-09-10 12:00:23 -07:00
Ben Ogle
0e7cae9a91
Add .icon-size mixin to octicons
2013-09-10 12:00:23 -07:00
Ben Ogle
3e4ba1f833
Add padding to all .icons
2013-09-10 11:59:49 -07:00
Ben Ogle
d311ee9c70
Rename links -> icons
2013-09-10 11:59:49 -07:00
Ben Ogle
84bd5d543a
extract a few styles from the tree view
2013-09-10 11:59:49 -07:00
Ben Ogle
15e9ec2766
Add new variables to static fallback
2013-09-10 11:59:48 -07:00
Ben Ogle
3cb6710eed
Fix selected items in lists
2013-09-10 11:59:48 -07:00
Ben Ogle
6aa8bb4116
Lists use the selected bg color
2013-09-10 11:59:47 -07:00
Kevin Sawicki
d2efaf03d1
Remove unneeded units
2013-09-10 11:59:45 -07:00
Ben Ogle
e9c0f6b6d9
Remove ui-mixins dep from static
2013-09-10 11:59:45 -07:00
Ben Ogle
9440512113
Extract some of the list structure into base css
2013-09-10 11:59:45 -07:00
Ben Ogle
dfdd172b17
Move sections into base CSS
2013-09-10 11:59:44 -07:00
Ben Ogle
6e9bcfcbcf
Move links css into base css
2013-09-10 11:59:44 -07:00
Ben Ogle
59f51eb25b
Move utility block classes to the base css
2013-09-10 11:59:44 -07:00
Ben Ogle
14569aa46b
Pull common button code into base css
2013-09-10 11:59:44 -07:00
Ben Ogle
7e95518d0e
Style the select-lists
2013-09-10 11:59:40 -07:00
Ben Ogle
39dd42ce8e
💄 on popover-lists
2013-09-10 11:59:39 -07:00
Ben Ogle
ed09b69db7
Add overlay to the new theme
2013-09-10 11:59:39 -07:00
Ben Ogle
4d88a95eed
💄
2013-09-10 11:59:38 -07:00
Ben Ogle
c91c705c6d
Add octicon classes
2013-09-10 11:59:38 -07:00
Ben Ogle
5d260d1331
Add utilities less file to base css
2013-09-10 11:59:37 -07:00
Ben Ogle
a192a79bec
💄
2013-09-10 11:59:37 -07:00
Ben Ogle
ff6fb2174a
Add new theme with new approach at colors + components
2013-09-10 11:59:37 -07:00
Kevin Sawicki
bc76b70552
Add SHA-1 based CoffeeScript compile cache
...
This restores the require cache that was used pre-node integration
2013-09-09 18:56:15 +01:00
Ben Ogle
2b2dc15ac1
Fix styles in jasmine runner
2013-09-04 12:25:29 -07:00
Kevin Sawicki
fd69581397
Update path in comment for less-imports rename
2013-09-04 12:25:28 -07:00
Ben Ogle
8f236c8a60
Rename less-imports to variables
2013-09-04 12:25:28 -07:00
Ben Ogle
5c1799d751
Add individual imports to each LESS file
...
Make the Less linter happy
2013-09-04 12:25:28 -07:00
Ben Ogle
7c63a206f1
Revert "Remove ui-colors"
...
This reverts commit 45179d44be9d69923a0afaac5470b5399079b071.
2013-09-04 12:25:27 -07:00
Ben Ogle
15c1669ab6
Don't load bootstrap on reload of base sheets
2013-09-04 12:25:27 -07:00
Ben Ogle
30a4eb12c5
Remove ui-colors
2013-09-04 12:25:27 -07:00
Ben Ogle
d1c1ecc9a4
Add ability to override ui-variables in theme
...
This required moving the importable less files to a `less-imports`
directory and adding that directory to the less path. Otherwise,
atom.less would import ui-variables from its current directory
(/static/ui-variables) as less searches the current directory before
any other directories on the path.
2013-09-04 12:25:27 -07:00
Ben Ogle
084457c2a0
Update the less files to properly import less
2013-09-04 12:25:27 -07:00
Kevin Sawicki
e03544bab6
Hide body when unloading
...
This prevents a weird UI flicker when refreshing with the settings
view open.
2013-08-29 15:23:26 -07:00
Kevin Sawicki
0da647acdf
Use display: inline for editor fold marker
...
This prevents it from wrapping to the next line when the window
is narrower than the line length.
Closes #211
2013-08-21 17:52:19 -07:00
Kevin Sawicki
6fb8dcbaa5
Add site color variables to ui-colors
...
These are used by the collaboration package to represent
participants in the current session.
2013-08-20 17:15:43 -07:00
Ben Ogle
b10a01ddc2
fix naming of background colors in default ui colors
2013-08-20 11:25:30 -07:00
Kevin Sawicki
e13eebdcd2
Remove fontello
...
This is no longer used now that the octicons include video/audio
on/off icons that are used in the collaboration package.
2013-08-19 21:42:32 -07:00
Kevin Sawicki
0947e1cffa
Upgrade octicons for mute/unmute icons
2013-08-19 21:40:19 -07:00
Ben Ogle
ea019870fb
Add in the fallback ui colors.
2013-08-19 15:55:17 -07:00
Ben Ogle
72db35d663
rename colors to ui-colors
2013-08-19 15:55:16 -07:00
Ben Ogle
8b149f63cb
Add colors.less files.
...
Adds one for each theme, and a fallback
2013-08-19 15:55:16 -07:00
Kevin Sawicki
c6d1409151
Merge branch 'master' into summit
...
Conflicts:
.pairs
package.json
spec/app/tokenized-buffer-spec.coffee
src/app/edit-session.coffee
src/app/project.coffee
src/app/window.coffee
src/atom-application.coffee
static/root-view.less
2013-08-14 14:05:35 -07:00
Kevin Sawicki
972aa75f3e
Add mixin for adding octicon font-face
2013-08-08 18:54:13 -07:00
probablycorey
9a2e768882
Group mini-editor css styles
2013-08-08 17:06:58 -07:00
Kevin Sawicki
6178294537
Use octicon mixin for gutter and line fold icons
...
This corrects a line height mismatch issue between the editor
and the gutter for certain fonts and font sizes.
Close #689
2013-08-08 16:12:26 -07:00
probablycorey
57fe9c6903
Remove left padding to gutter fold octicon (it causes spec failures)
2013-08-07 16:46:32 -07:00
Kevin Sawicki
934fe1c6d0
Add left padding to gutter fold octicon
2013-08-07 14:01:23 -07:00
Kevin Sawicki
9aff1476d4
Use octicon variables in command-panel.less and editor.less
2013-08-07 13:57:41 -07:00
Kevin Sawicki
32af574206
Add trailing newline to octicon-utf-codes.less
2013-08-07 10:56:08 -07:00
probablycorey
13b1632dfc
Update octicons
2013-08-07 10:37:12 -07:00
Kevin Sawicki
def07344e9
Visually separate core and package specs in reporter
2013-08-07 09:32:29 -07:00
probablycorey
2284435551
Move config view to a package
2013-08-05 13:54:37 -07:00
Ben Ogle
86d1990894
Add fontello icons.
...
Remove this when we have octicons for audio and video
2013-07-26 16:54:35 -07:00
Ben Ogle
ff73ffcb16
style the video
2013-07-25 16:05:47 -07:00
Ben Ogle
7c414d47cb
Merge pull request #644 from github/bo-fix-scrollbar-issues
...
Fix scrollbar css issues
2013-07-23 15:31:38 -07:00
Kevin Sawicki & Nathan Sobo
e705e3e045
Don't allow caching of coffee requires to be overridden
...
Previously coffeestack was requiring a different version of coffeescript
than atom was, which had a side effect of re-registering the extension
handler for .coffee requires. This disabled coffee-cache, which made
require really slow again.
2013-07-22 11:44:39 -07:00
Ben Ogle
2b25d433c7
move editor scrollbar above the edit pane
...
So you can grab it with your mouse!
2013-07-18 17:45:38 -07:00
Kevin Sawicki
b3b501ef07
Set stack trace overflow to auto
...
This keeps the stack trace text inside the spec box when the window
in narrower than the stack trace lines.
2013-07-06 14:27:23 -07:00
Cheng Zhao
f9545acde6
Show window before opening devtools.
...
It may happen that an exception is thrown before window is shown.
2013-06-27 19:29:35 +08:00
Kevin Sawicki
1bc4b4ef32
Use mini-icon helper for loading-message
2013-06-13 11:40:32 -07:00
Kevin Sawicki
ff7c639b64
Don't use error class in select list
...
Use a subtler error message that displays in the same place as the
loading message but does not change the entire background of the
view.
Also, extending classes can now customize the message displayed
when there are no items and also no filtered items to allow for
different messages for these two cases.
2013-06-13 11:31:09 -07:00
Kevin Sawicki
750e4a1cca
Rename linux.css to linux.less
2013-06-12 13:28:39 -07:00
Kevin Sawicki
e72b5a55a0
Remove invalid float on inline-block element
2013-06-12 10:18:23 -07:00
Kevin Sawicki
7e33a3e12f
Remove duplicate properties
2013-06-12 10:18:23 -07:00
Kevin Sawicki
c7c7988ae6
Drop units when using zero
2013-06-12 10:18:23 -07:00
probablycorey
1156018c0d
Make gutter line number's position relative
...
This makes it easier to decorate line numbers.
2013-06-12 09:55:31 -07:00
Kevin Sawicki
327f16fa03
Add semicolon
2013-06-11 15:44:25 -07:00
Corey Johnson & Kevin Sawicki
fc52ee518e
Wait for window:loaded before emitting window:open-path
2013-06-11 14:48:51 -07:00
Corey Johnson & Kevin Sawicki
bcc16fbefe
Remove hash params from url
...
Load settings are now stored on the browser window.
2013-06-11 11:17:16 -07:00
Kevin Sawicki
dea0e08d93
Use hash instead of query string for parameters
...
This allows the pathToOpen to be changed when the project
path changes.
Previously if the untitled window file was saved, the project
path would be forever associated with the undefined window.
Now when the project path changes, the pathToOpen changes so
that the state is persisted to the project area and the untitled
window never has a project.
2013-06-07 10:50:06 -07:00
Kevin Sawicki
fca1c13d03
Move image-view to a package
...
This removes the ugliness of having project.coffee require
image-edit-session at the end since the image-edit-session can
now register itself in an @activate callback and as a deferred
deserializer in the package.cson file.
2013-06-07 10:15:32 -07:00
Kevin Sawicki
73c2e94a32
Pad image from container
2013-06-04 18:43:44 -07:00
Kevin Sawicki
9f4fc49790
💄
2013-06-04 13:38:14 -07:00
Kevin Sawicki
36ddbe99a1
Have inner image-container consume entire area
2013-06-04 13:23:26 -07:00
Cheng Zhao
0dd823aa38
Merge branch 'master' into atom-shell
2013-05-24 19:12:47 +08:00
Kevin Sawicki
9a5fc6ebe8
Add retry button for when fetching fails
2013-05-22 15:29:38 -07:00
Kevin Sawicki
ce20bba792
Show loading message in available tab
2013-05-22 15:29:37 -07:00
Kevin Sawicki
82597aa636
Use same view for installed and available packages
2013-05-22 15:29:36 -07:00
Kevin Sawicki
4746ac82c3
Show counts in nav area badge
2013-05-22 15:29:34 -07:00
Kevin Sawicki
a223439eb8
Combine package configs into single panel
2013-05-22 15:29:34 -07:00
Kevin Sawicki
8668dd67ac
Add README to package section
2013-05-22 15:29:34 -07:00
Cheng Zhao
61f8878e05
Merge branch 'master' into atom-shell
...
Conflicts:
package.json
script/bootstrap
spec/app/window-spec.coffee
src/app/window.coffee
2013-05-22 20:52:42 +08:00
Nathan Sobo
e0e6d96c84
Fix #550 . Use min-width: 0
after flexbox orientation switch.
...
By default, flexbox items have a min size of -webkit-min-content in the
the flex axis. I previously switched the pane item-views to flex
horizontally for performance reasons (preventing over-aggressive
repaints), but forgot to change min-height to min-width.
2013-05-14 10:10:25 -06:00
Cheng Zhao
bb114932ea
Correctly set NODE_PATH before opening window.
2013-05-13 19:57:07 +08:00
Nathan Sobo
191e8ab240
Fix perf regression caused by flex-flow: column
on pane item views
...
For some reason, having flex-flow column on the pane item views
container was forcing the entire view to be repainted on cursor
movement and line edits. Allowing the container to flow row-wise and
setting the min-height to 0 instead of min-content-height achieves
the same layout effect without the huge repaint cost. Flexbox is a
fragile bitch.
2013-05-10 18:19:41 -06:00
Kevin Sawicki
c3759feaa0
Show number of paths loaded after indexing message
2013-05-07 08:56:06 -07:00
Kevin Sawicki
919bdca8f4
Style select list loading area similar to command panel
2013-05-06 16:34:39 -07:00
Kevin Sawicki
35cf96e15f
Render empty line invisibles at correct position
...
End of line invisibles are not rendered at the correct
position for empty lines instead of always after the
last indent guide span.
Closes #456
2013-05-01 20:54:09 -07:00
Kevin Sawicki
7e15a343f3
Add primary/secondary line classes to select list
...
This will be a style that can be used by extending
classes to provide two lines that don't wrap with
color and padding.
This is initially used by symbols view and fuzzy finder.
2013-05-01 17:09:37 -07:00
Kevin Sawicki
01ad97e7b0
Show ellipsis for long paths in fuzzy finder
...
Previously the directory was shown after the file name
and it would wrap if too long causing inconsistent row
heights.
Now the full path is shown below the name in a smaller font
and both the path and file are set to overflow with an ellipsis.
2013-05-01 16:46:22 -07:00
probablycorey
cb2d24baca
Listen for clicks outside of the render lines on the underlayer
2013-05-01 13:54:37 -07:00
Kevin Sawicki
aeffa0e150
Remove duplicate property
2013-05-01 13:10:14 -07:00
Corey Johnson
bbb7dfdd07
Only the underlayer needs height: 100%
2013-04-30 11:52:28 -07:00
Kevin Sawicki
15cf475d04
Use loading octicon in command panel
...
This removes the SVG spinner which had been incorrectly
rendering since the bootstrap upgrade due to box sizing
issues.
2013-04-29 14:13:21 -07:00
Kevin Sawicki
8af73449fe
Set no max width on img elements in image view
2013-04-27 07:21:23 -07:00
probablycorey
d1a26b9f81
Style editors like input fields
2013-04-26 15:36:58 -07:00
probablycorey
2d5bb8bd8b
Move open .atom
button to config menu
2013-04-26 15:36:58 -07:00
Nathan Sobo
15f95cb2a3
Add some explanatory text about cascading themes
2013-04-26 15:36:57 -07:00
Nathan Sobo
232978ea9d
Themes can be disabled by clicking their 'x' icon in the enabled list
2013-04-26 15:36:14 -07:00
Nathan Sobo
540c543984
Add a styled but non-functional themes config panel
2013-04-26 15:36:13 -07:00
Nathan Sobo
2d00d3e07e
Import variables.less into config.less so it can be compiled alone
...
We try to compile all stylesheets across the board, but now many of
our stylesheets are imported into a master `atom.less` stylesheet. The
config stylesheet would compile fine when included from `atom.less`,
but alone it fails because it doesn't have the variables. We should
probably only try to pre-compile stylesheets we intend to require
directly… using a manifest maybe?
2013-04-26 15:36:13 -07:00
Nathan Sobo
0d520e9930
Add a package config panel with the list of enabled packages
2013-04-26 15:36:13 -07:00