Justin Palmer
1dc40dc469
kill dup tree-view styles in atom-light-ui
2013-02-04 09:47:58 -08:00
Justin Palmer
94ee3ab221
kill dup tab styles in atom-light-ui
2013-02-04 09:44:23 -08:00
Justin Palmer
5559e17254
kill dup select-list styles in atom-light-ui
2013-02-04 09:41:45 -08:00
Justin Palmer
3fcb7888cc
share fuzzy-finder styles between dark and light
2013-02-04 09:39:55 -08:00
Justin Palmer
c5cdda4e00
add wrap-guide to atom.css in atom-light-ui
2013-02-04 09:35:04 -08:00
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
Kevin Sawicki
0bb0863b61
Use _.indexOf instead of _.contains
...
_.indexOf supports a isSorted flag which can be used
since the extension arrays are pre-sorted.
2013-02-04 09:08:00 -08:00
Kevin Sawicki
84feaf369d
Format undefined array values as null
2013-02-04 09:08:00 -08:00
Kevin Sawicki
f65e83fe2a
Add spec for converting CSON back to object
2013-02-04 09:08:00 -08:00
Kevin Sawicki
ffc65b3735
Add more CSON specs
2013-02-04 09:08:00 -08:00
Kevin Sawicki
fd6795e748
Use parameter instead of ivar
2013-02-04 09:08:00 -08:00
Kevin Sawicki
299a45da57
Add specs for tab title attribute
2013-02-04 09:07:59 -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
Nathan Sobo
df4ea9293d
Build DisplayBufferMarker object to help track marker screen positions
...
There are 3 failures, which I think are attributable to the fact that
I'm not emitting events from the when the selection tail changes, and
I'm not emitting redundant events when the head is changed to the
same position it was previously, whereas before I wasn't guarding
against redundant events.
2013-02-02 21:11:42 -07:00
Kevin Sawicki
6e4cb9874a
💄
2013-02-02 17:04:33 -08:00
Nathan Sobo
60304b76b1
Don't cancel a snippet if the cursor moves due to a buffer change
2013-02-02 18:01:18 -07:00
Nathan Sobo
bd96db781e
Pass old/new buffer and screen positions to marker position observers
...
This is needed by the snippets package, which needs to know where the
cursor was previously when it moves to decide whether to cancel the
current snippet.
2013-02-02 18:00:35 -07:00
Nathan Sobo
e25d83ccbc
Use new addEqualityTester method to employ _.isEqual in specs
2013-02-02 17:58:39 -07:00
Nathan Sobo
d144dd4efe
Merge branch 'dev' into better-anchors
2013-02-02 17:03:57 -07: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
Nathan Sobo
abafb541df
Merge remote-tracking branch 'origin/dev' into better-anchors
2013-02-02 16:47:09 -07:00
Nathan Sobo
f6ea6a39d9
Remove anchorPoint state from EditSession
2013-02-02 16:46:25 -07:00