Commit Graph

4827 Commits

Author SHA1 Message Date
Kevin Sawicki
7c9ac5a4ac Defer building parser until eval'ing 2013-01-17 16:50:25 -08:00
Kevin Sawicki
f21e264189 Inline require of d3
It is almost 8,000 lines and does not need to
be loaded until the heatmap displays.
2013-01-17 16:50:25 -08:00
Corey Johnson & Kevin Sawicki
9ff0776fbf Store built parser as class variable 2013-01-17 16:50:25 -08:00
Kevin Sawicki
97e808620e Copy themes folder to bundle 2013-01-17 16:50:25 -08:00
Kevin Sawicki
781f58e33a Precompile cson files to json 2013-01-17 16:50:25 -08:00
Kevin Sawicki
7f8a64b69c Show window only after root view is attached
This prevents a white flicker when the page
starts to load.
2013-01-17 16:50:25 -08:00
Kevin Sawicki
17e7e05e8b Set background color on root HTML element 2013-01-17 16:50:25 -08:00
Kevin Sawicki
ef37659e56 Don't reset body background to white 2013-01-17 16:50:25 -08:00
Kevin Sawicki
12fdf07137 💄 2013-01-17 16:50:25 -08:00
Brian Lopez & Nathan Sobo
23e917147d Make view deserialization work with arbitrary view classes 2013-01-17 16:32:28 -08:00
Brian Lopez & Nathan Sobo
b82e9df5f5 Fix crash when deserializing a pane without a wrapped view 2013-01-17 16:30:09 -08:00
Brian Lopez & Nathan Sobo
a8a46470de add me to the pairs file 2013-01-17 16:29:24 -08:00
Kevin Sawicki
88b0b90073 Include vendor folder when generating tags 2013-01-16 09:25:07 -08:00
Kevin Sawicki
78d855e05e Add .tiff to image extensions 2013-01-16 09:11:40 -08:00
Kevin Sawicki
60481c58d3 Update selected entry when moving to top/bottom 2013-01-16 09:09:46 -08:00
Kevin Sawicki
4a976ec872 Remove unused stylesheet 2013-01-15 08:53:44 -08:00
Kevin Sawicki
f9db8c5263 Remove unused require 2013-01-15 08:48:57 -08:00
Kevin Sawicki
f04ccdaf0e 💄 2013-01-15 08:48:10 -08:00
Kevin Sawicki
6b0f7bca44 Rename variable to pattern to shadow config key path 2013-01-15 08:38:58 -08:00
Kevin Sawicki
8c6a157ce3 Remove unused variable 2013-01-15 08:36:39 -08:00
Kevin Sawicki
e7af5be916 Remove unused require 2013-01-15 08:30:08 -08:00
Kevin Sawicki
2f4b1dee3b Add margin between editor and list contents 2013-01-14 09:42:31 -08:00
Kevin Sawicki
28d4c3749f Use octicon for command panel prompt 2013-01-14 09:32:04 -08:00
Kevin Sawicki
0c42ab71d7 Load all keymaps found in ~/.atom/keymaps 2013-01-13 14:56:25 -08:00
Kevin Sawicki
fc8fb73176 Use RootView.eachEditor from Autocomplete package 2013-01-12 18:03:16 -08:00
Kevin Sawicki
01233e2990 Use RootView.eachEditor in Tabs package 2013-01-12 15:54:10 -08:00
Kevin Sawicki
026bacabdb Use RootView.eachEditor from StatusBar package 2013-01-11 16:56:51 -08:00
Kevin Sawicki
d47e59bc11 💄 2013-01-11 16:49:04 -08:00
Kevin Sawicki
b5a0b76707 Use RootView.eachEditor from WrapGuide package 2013-01-11 16:46:57 -08:00
Kevin Sawicki
b39454059e Update Atom banner in README 2013-01-11 16:10:11 -08:00
Kevin Sawicki
8a9f7200d2 Tweak period location in error messages 2013-01-11 15:53:35 -08:00
Kevin Sawicki
65df35c351 Don't show the move dialog when the project is selected 2013-01-11 14:07:49 -08:00
Kevin Sawicki
c442416c9f Use view class of entry instead of native call 2013-01-11 13:41:21 -08:00
Kevin Sawicki
2cc09988fb Tweak border for TreeView dialogs 2013-01-11 13:40:15 -08:00
Kevin Sawicki
0e982d35b6 Tweak message when prompting for a directory 2013-01-11 13:40:15 -08:00
Kevin Sawicki
497bc258a8 Select the base name when it is equal to the extension 2013-01-11 13:40:15 -08:00
Kevin Sawicki
cd365bc6c5 Add octicons to TreeView add/move dialog 2013-01-11 13:40:15 -08:00
Nathan Sobo
e2cf4256a8 Talk about horizontal/vertical axes 2013-01-11 13:55:19 -07:00
Nathan Sobo
e2805c981f Start on internals guide 2013-01-11 13:25:42 -07:00
Kevin Sawicki
d3ef4fae00 Add to root if no entry is selected 2013-01-11 11:49:47 -08:00
Kevin Sawicki
0123bc7b91 Remove unneeded package name 2013-01-11 11:31:26 -08:00
Kevin Sawicki
93fc1b6c4d Remove unneeded attachToDom() call in spec 2013-01-11 10:51:01 -08:00
Kevin Sawicki
a950673767 Remove duplicate simulateDomAttachment function 2013-01-11 10:42:43 -08:00
Kevin Sawicki
eaa164e109 Use subscribe for window focus event handler 2013-01-11 10:37:33 -08:00
Kevin Sawicki
170b50ddf0 Use search pattern with fewer matches to speed up spec 2013-01-11 10:25:41 -08:00
Kevin Sawicki
bab6a12321 Remove empty Packages section 2013-01-11 10:15:55 -08:00
Kevin Sawicki
cecec376e3 Use h1 for Packages and Features sections 2013-01-11 10:10:56 -08:00
Kevin Sawicki
97b1bc5f09 editor:close-?-editors => editor:close-?-edit-sessions 2013-01-11 09:54:00 -08:00
Kevin Sawicki
7caf45dd25 Make command heatmap take up all available space 2013-01-11 09:49:02 -08:00
Kevin Sawicki
184f7d9f45 💄 2013-01-11 09:22:41 -08:00