Commit Graph

5435 Commits

Author SHA1 Message Date
Kevin Sawicki
c69e217192 Ignore title changes from dev tools client
Previously the generic developer tools message
would be set as the window title when opened
and only removed once the active edit session was
changed.
2013-02-06 15:58:39 -08:00
Will Farrington
b333cf2734 rake clean should kill the compiled scripts directory 2013-02-06 15:10:25 -08:00
Justin Palmer
cec0757f55 sublte animation on bracket match 2013-02-06 13:40:12 -08:00
Justin Palmer
d52e3d5a97 Merge branch 'dev' of https://github.com/github/atom into dev 2013-02-06 10:56:30 -08:00
Nathan Sobo
6561d89e1c Upgrade vendored SpacePen to f6ef4ba2ffdc27b6c9a057560f1f527b1e0f3e8b 2013-02-06 11:40:46 -07:00
Kevin Sawicki & Nathan Sobo
936c3cf625 Upgrade vendored SpacePen to f6ef4ba2ffdc27b6c9a057560f1f527b1e0f3e8b 2013-02-06 11:30:39 -07:00
Justin Palmer
086806f690 Merge pull request #240 from github/markdown-cleanup
Markdown styles cleanup
2013-02-06 10:30:07 -08:00
Jon Rohan
2d6bd15027 Just some gradient adjustments on the light tabs. 2013-02-06 09:35:16 -08:00
Justin Palmer
ac2d5c136b match more of the look of .com's markdown style 2013-02-06 09:32:07 -08:00
Justin Palmer
c62b75804e consolidate markdown styles into the markdown package 2013-02-06 09:21:46 -08:00
Justin Palmer
c2c8621394 Merge pull request #238 from github/semantic-tabs
Update tab design
2013-02-06 09:05:09 -08:00
Justin Palmer
dae6cacfce update blurred styles for ui light 2013-02-06 08:57:07 -08:00
Justin Palmer
63a4dbdeb2 ui light tab styles 2013-02-06 08:57:07 -08:00
Justin Palmer
b66b4ac213 consolidate margins 2013-02-06 08:57:07 -08:00
Justin Palmer
f13ea7086e 💄 2013-02-06 08:57:07 -08:00
Justin Palmer
6c0b40d5c0 adjust treeview look to match new tabs 2013-02-06 08:57:07 -08:00
Justin Palmer
f55c048d19 blurred styles for new tab design 2013-02-06 08:57:07 -08:00
Justin Palmer
6d24200fae move font size into tab class 2013-02-06 08:57:07 -08:00
Justin Palmer
8c9b9b335d bring back when hovering over a modified file 2013-02-06 08:57:07 -08:00
Kevin Sawicki
36477279a1 Shift modified icon up and to the left 1px 2013-02-05 21:29:40 -08:00
Justin Palmer
55e91f7860 adjust color of modified tabs 2013-02-05 20:19:07 -08:00
Justin Palmer
68f1fa5b31 fix 1px shift in normal and active state by reworking some styles 2013-02-05 20:13:36 -08:00
Justin Palmer
587beb88b6 kill the remaining parts of the tab rounded corners in the main bundle 2013-02-05 20:12:49 -08:00
Kevin Sawicki
57484d0756 Remove unused requires 2013-02-05 18:01:31 -08:00
Justin Palmer
d4e4cd00ea :fire::fire::skull::fire:🔥 2013-02-05 17:45:22 -08:00
Kevin Sawicki
80b680f3b7 Only require task if project has path 2013-02-05 17:30:44 -08:00
Justin Palmer
dded43c992 add innershadow to selected tab 2013-02-05 17:29:42 -08:00
Kevin Sawicki
816ca6b8c0 Remove Native class
This class was only be used for two shims to the
$native object.
2013-02-05 17:22:08 -08:00
Justin Palmer
62981b27f5 more work on dark tab style 2013-02-05 17:14:48 -08:00
Justin Palmer
a79931bf91 logical grouping 2013-02-05 17:14:27 -08:00
Justin Palmer
6a8b1df398 simple gradient tabs 2013-02-05 16:52:50 -08:00
Jon Rohan
024a4916fd making the default bracket theme yellow border, incase non-atom theme is used 2013-02-05 16:25:29 -08:00
Jon Rohan
5a6e82c23c bracket-matcher styles should be in syntax 2013-02-05 16:21:36 -08:00
Justin Palmer
04b09c6552 💀 tab package css and move to static dir 2013-02-05 16:12:07 -08:00
Justin Palmer
972e3c0766 use a list for tabs 2013-02-05 16:11:28 -08:00
Kevin Sawicki
a144b054e3 Use line height instead of char height 2013-02-05 15:11:26 -08:00
Kevin Sawicki
3e84e9886c Break out event handler setup into separate method
This mirrors the keymap setup method and allows specs
to reattach handlers after calling shutdown()
2013-02-05 13:17:53 -08:00
Kevin Sawicki
17825edf66 Use off() instead of unbind()
unbind() is so pre-jQuery 1.7
2013-02-05 13:13:01 -08:00
Kevin Sawicki
ba811c4119 Un-f a window spec 2013-02-05 12:59:26 -08:00
Justin Palmer
6cffa3ba93 Merge pull request #236 from github/window-focus-events
fix blur and focus events for the window
2013-02-05 12:57:53 -08:00
Justin Palmer
8512bee6c9 merge dev, fix conflicts 2013-02-05 12:42:44 -08:00
Kevin Sawicki
8de45ccc21 Bind meta-D to duplicate line below
Refs #134
2013-02-05 12:16:50 -08:00
Kevin Sawicki
ad3c18077c Compare against EOF position when clipping
Previously the column could potentially be set to
zero since a Math.min comparison was used for the
length of an already adjusted row.
2013-02-05 12:08:17 -08:00
Justin Palmer & Nathan Sobo
65927ea0cf fix window blur and focus events 2013-02-05 12:03:56 -08:00
Justin Palmer
44df146034 remove console debug line 2013-02-05 11:00:01 -08:00
Justin Palmer
22770bd663 add onBlur and onFocus events for the window
This allows us to simulate those events and test for them easier
2013-02-05 10:53:35 -08:00
Kevin Sawicki
7ecafb1594 Don't include tag prefix and suffix
Just include the tag name in the symbols view
instead of the lengthy namespace prefix and signature
suffix.

Refs #134
2013-02-05 10:04:37 -08:00
Kevin Sawicki
1b2c7faed9 Bind ctrl-meta-f to toggle full screen
Refs #134
2013-02-05 09:36:38 -08:00
Kevin Sawicki
9011d62351 Use octicon for README files 2013-02-05 09:17:47 -08:00
Justin Palmer
6f34c94014 Merge pull request #232 from github/focus-invert
Focus invert
2013-02-05 09:13:32 -08:00