Commit Graph

5326 Commits

Author SHA1 Message Date
Justin Palmer
f307554d79 kill dup command-panel light styles 2013-02-04 09:33:11 -08:00
Justin Palmer
a8d0268324 remove all the light styles that are now shared in the main bundle 2013-02-04 09:25:15 -08:00
Justin Palmer
d82187a187 remove generic properties reset by is-focused merge 2013-02-04 09:06:14 -08:00
Justin Palmer
e796616921 merge dev, fix conflicts 2013-02-04 09:00:09 -08:00
Justin Palmer
7d00623313 move generic tab styles to main bundle 2013-02-04 08:52:39 -08:00
Justin Palmer
1affefb196 move generic command-panel styles to main bundle 2013-02-04 08:36:27 -08:00
Justin Palmer
4bfd73966d move generic tree-view styles to the main bundle 2013-02-04 08:28:58 -08:00
Justin Palmer
f64ff199d6 select list tweaks 2013-02-04 08:23:21 -08:00
Justin Palmer
065d1e8d80 move generic select-list styles to main bundle 2013-02-04 08:21:53 -08:00
Justin Palmer
4b9d14d2f3 remove grammar-view from package.json 2013-02-04 08:21:34 -08:00
Justin Palmer
ffa3518cb3 kill grammar-view.css, uses overlay and select list defaults 2013-02-04 08:14:52 -08:00
Justin Palmer
81fbb3bc93 kill clear-float 2013-02-04 08:09:47 -08:00
Justin Palmer
f4aacfc23e don't break the line unless we have to in the fuzzy finder 2013-02-04 08:06:42 -08:00
Justin Palmer
05b1a1a64d move notification.css to main bundle 2013-02-03 14:39:09 -08:00
Justin Palmer
544743e95e kill @font-face from atom-light-ui while I'm here 2013-02-03 14:36:45 -08:00
Justin Palmer
908c9245fd move @font-face into default atom.css 2013-02-03 14:35:52 -08:00
Justin Palmer
44d4efdc10 move common overlay and popover css to static directory 2013-02-03 14:33:54 -08:00
Justin Palmer
0a8245435c fix fuzzy finder directory styles 2013-02-03 14:25:15 -08:00
Jon Rohan
3cf07d29f3 Changing the if-focused event binding to blur. 2013-02-03 09:01:27 -08:00
Justin Palmer
f33132e75c use notification class names 2013-02-03 08:34:07 -08:00
Justin Palmer
b2dea312b1 create generic notification style, kill gists.css 2013-02-03 08:33:58 -08:00
Justin Palmer
e7edf36446 move wrap-guide to atom.css 2013-02-03 07:56:42 -08:00
Justin Palmer
7004452c9f remove command-pallete css. It's part of select-list. 2013-02-03 07:54:34 -08:00
Justin Palmer
d7f6d0e0d1 tweak select list styles 2013-02-03 07:54:02 -08:00
Justin Palmer
b1cbc3b0ad move event name to title attribute
This was causing a bit of a headache because the event names could be
really really long.  They're also not useful for everyday use, but for
package authors, so lets make them less prominent.
2013-02-03 07:52:25 -08:00
Justin Palmer
138a68c579 buttonish styles for kbd elements 2013-02-03 07:31:48 -08:00
Justin Palmer
8e4abb9ca7 move key bindings to select list styles
I anticipate other lists will want to show keyboard bindings
2013-02-03 07:26:18 -08:00
Justin Palmer
780357a1f5 use kbd element for keyboard binding 2013-02-03 07:25:23 -08:00
Jon Rohan
5b3b92870b Don't need the is-focused in front here. fixes #230 2013-02-02 20:50:54 -08:00
Kevin Sawicki
6e4cb9874a 💄 2013-02-02 17:04:33 -08:00
Nathan Sobo
94f1630152 Bind window focus and focusout events separately to fix spec 2013-02-02 17:02:07 -07:00
Nathan Sobo
7867d0cb3b Fix spec for 'focused' to 'is-focused' class rename. 2013-02-02 16:55:51 -07:00
Justin Palmer
fe77f1d77e make sure we keep the height sane 2013-02-02 14:26:51 -08:00
Justin Palmer
9f7a71fcda 💀 symbols-view css 2013-02-02 14:21:15 -08:00
Justin Palmer
2ecf1d234e reuse classes for symbol list 2013-02-02 14:20:36 -08:00
Justin Palmer
c2f030e99c use generic label class for select lists labels 2013-02-02 14:18:09 -08:00
Kevin Sawicki
04cfdc7c61 💄 2013-02-02 14:10:32 -08:00
Kevin Sawicki
6efdd7b54b Only start worker if project has path 2013-02-02 14:09:59 -08:00
Justin Palmer
918b3130cb use overlay styles for command pallete 2013-02-02 14:07:14 -08:00
Justin Palmer
542753275f reuse overlay styles for fuzzy finder 2013-02-02 14:02:28 -08:00
Justin Palmer
960f4f2111 make the overlay 500px by default 2013-02-02 14:02:05 -08:00
Justin Palmer
89c64e273c account for empty select lists 2013-02-02 14:01:52 -08:00
Justin Palmer
e8e52d53c1 add message and directional styles
directional styles are needed to determine where borders are drawn.
2013-02-02 13:52:09 -08:00
Justin Palmer
f52d27cec5 remove go-to-line in package.json 2013-02-02 13:51:44 -08:00
Justin Palmer
3e2edc620a kill go-to-line css in atom-ui-dark 2013-02-02 13:51:33 -08:00
Justin Palmer
867f577a52 add type and direction to go-to-line overlay 2013-02-02 13:51:20 -08:00
Justin Palmer
f46b4779b5 add overlay styles
Any element that appears from the edge of the editor
2013-02-02 13:44:08 -08:00
Kevin Sawicki
5cd3c04702 Load fuzzy finder paths in web worker at startup
Previously the paths were first loaded when the fuzzy finder
view was first attached.

Now a web worker is started when the package activates that
sets the paths on the fuzzy finder view the first time it
displays if the worker has completed by the time an event occurs
that displays the view.
2013-02-02 12:47:46 -08:00
Kevin Sawicki
a3b95a923d Don't update unless view is on the DOM 2013-02-02 11:28:29 -08:00
Kevin Sawicki
387e73bb50 Clear previous interval before setting new one 2013-02-02 11:25:38 -08:00