| .. |
|
lib
|
Use - as filename seperator for coffee script files. Fixes #15.
|
2013-05-30 20:21:07 +08:00 |
|
api_messages.cc
|
Share same native bindings code on both renderer and browser.
|
2013-04-21 14:53:26 +08:00 |
|
api_messages.h
|
No more plan for ipc.sendSync in browser.
|
2013-04-23 22:21:49 +08:00 |
|
atom_api_clipboard.cc
|
Add Clipboard API.
|
2013-04-30 16:10:25 +08:00 |
|
atom_api_clipboard.h
|
Add Clipboard API.
|
2013-04-30 16:10:25 +08:00 |
|
atom_api_id_weak_map.cc
|
Add API to return all keys of weak map.
|
2013-04-27 16:54:17 +08:00 |
|
atom_api_id_weak_map.h
|
Fix header guard.
|
2013-04-29 20:40:59 +08:00 |
|
atom_api_idle_gc.cc
|
Enable idle GC in browser.
|
2013-04-25 19:41:23 +08:00 |
|
atom_api_shell.cc
|
Add shell.beep() API.
|
2013-04-29 22:10:03 +08:00 |
|
atom_api_shell.h
|
Add shell.beep() API.
|
2013-04-29 22:10:03 +08:00 |
|
atom_api_v8_util.cc
|
Add v8_util.setDestructor.
|
2013-04-25 18:25:18 +08:00 |
|
atom_bindings.cc
|
Use camelCase not under_score, I forgot it's coffee script.
|
2013-04-27 19:13:24 +08:00 |
|
atom_bindings.h
|
Renderer can now use process.send to send messages to browser.
|
2013-04-22 21:32:48 +08:00 |
|
atom_extensions.cc
|
Module names starting with atom_common_ can be loaded by both sides.
|
2013-04-25 15:36:01 +08:00 |
|
atom_extensions.h
|
Add crash reporter module (based on Quincy).
|
2013-06-01 15:57:37 +08:00 |
|
object_life_monitor.cc
|
Add v8_util.setDestructor.
|
2013-04-25 18:25:18 +08:00 |
|
object_life_monitor.h
|
Add v8_util.setDestructor.
|
2013-04-25 18:25:18 +08:00 |