No description
Find a file
2014-01-15 14:42:47 +00:00
app Merge branch 'master' into linux 2014-01-15 11:18:40 +00:00
browser Implement "blur" window event. 2014-01-15 14:38:38 +00:00
common Add dummy implementation of crash reporter. 2014-01-15 12:01:03 +00:00
docs 📝 Add docs on window events. 2014-01-15 14:42:47 +00:00
renderer Restart renderer process for all navigations and reloads, fixes #157. 2014-01-14 16:03:01 +08:00
script Merge branch 'master' into linux 2014-01-15 11:18:40 +00:00
spec :lipstip: Remove unneed output. 2014-01-14 16:04:47 +08:00
tools win: Do not generate symbols for static libraries and strip .pdb in symbol name. 2013-11-28 20:53:07 +08:00
vendor Merge branch 'master' into linux 2014-01-15 11:18:40 +00:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Use the gyp vendored by brightray. 2013-12-25 18:47:19 +08:00
atom.gyp gtk: Implement basic native window methods. 2014-01-15 13:28:00 +00:00
common.gypi Merge branch 'master' into linux 2014-01-15 11:18:40 +00:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Bump v0.8.5. 2014-01-14 16:24:53 +08:00
README.md 📝 Update repo link to atom/atom 2013-12-04 09:09:30 -08:00

Atom Shell

Native layer for the Atom editor.

Features

  • Write desktop applications with web techniques
  • Support built-in and third-party modules of node.js
  • Support native node.js modules
  • Extended built-in modules for desktop programming
  • JavaScript on browser side
  • Easy API for cross-process communication

Usage & Development

See the docs here.

License

See the LICENSE file.