Corey Johnson & Nathan Sobo
7067c35dc0
Add CocoaOniguruma
2012-08-01 09:48:36 -07:00
Corey Johnson & Nathan Sobo
15d27dca44
Start on OnigRegexp javascript extension
2012-08-01 09:48:36 -07:00
Corey Johnson
84e6c04af2
Add atom-debug-test scheme which automatically runs tests when atom starts
2012-07-10 15:04:02 -07:00
Corey Johnson & Nathan Sobo
4a3bf1ddea
Patch CEF to use a previous version of keydown code.
...
Patched chromium archive file (https://chromiumcodereview.appspot.com/9638015/patch/2001/2002 )
Reverted keydown method from CEF commit "- Mac: Add IME support (issue #557 )."
2012-07-02 17:10:48 -07:00
Nathan Sobo
8468e89db8
Upgrade to cef_binary_1.1025.723_macosx
2012-07-02 13:11:16 -06:00
Corey Johnson
074e2b9b85
A new PathWatcher is created for each v8 context. When the associated v8 context is released, the PathWatcher stops watching all its files and deallocs .
2012-06-29 15:09:00 -07:00
Corey Johnson
b3865d0520
release builds do not use LOAD_RESOURCES_FROM_DIR
2012-06-11 11:28:54 -07:00
Nathan Sobo
1d361c94be
This setting makes rake test
pass for some reason
2012-06-01 15:40:51 -06:00
Corey Johnson
734c461110
make sure require.coffee is always compiled
2012-05-16 16:32:06 -07:00
Corey Johnson
1d615c3576
Preprocessor can't distinguish between a macro that is defined with a value, and one that is simply defined. So I removed the LOAD_RESOURCES_FROM_DIR from the release build
2012-05-16 15:08:16 -07:00
Corey Johnson
e20d2dd9cb
better LOAD_RESOURCES_FROM_DIR macro detection in atom.mm
2012-05-16 14:32:08 -07:00
atom-bot
295f2ac19a
remove "say" call from build phase
2012-05-16 14:15:02 -07:00
Corey Johnson
9c8722768a
LOAD_RESOURCES_FROM_DIR is a build env set in ResourceConfig.xcconfig
2012-05-16 14:05:06 -07:00
Corey Johnson
7d512cf3d7
shared schemes, all others can be deleted
2012-05-16 14:05:06 -07:00
Corey Johnson
e007b090d8
Cleaning up xcode project
2012-05-16 12:55:53 -07:00
atom-bot
fdab51aee2
add LOAD_RESOURCES_FROM_DIR to Atom Project
2012-05-16 12:51:24 -07:00
Corey Johnson & Nathan Sobo
171e4cc2a5
Use LOAD_RESOURCES_FROM_DIR macro to indicate that resources should be loaded from a path rather than the bundle
2012-05-14 17:43:55 -06:00
Corey Johnson & Nathan Sobo
9990fd7b98
Do not let xcode compile coffeescript in when PROJECT_DIR exists
2012-05-11 13:12:43 -07:00
Corey Johnson
7ca50efa30
Use Atom+sharedApplication to init CEF
2012-05-04 10:13:01 -07:00
Corey Johnson & Nathan Sobo
d83d2a54f9
Upgraded to version 1.1025.607 of CEF1
2012-05-04 10:12:36 -07:00
Scott Chacon
eadf1e57d8
unwatchPath throws a javascript exception
2012-05-02 18:00:55 -07:00
Corey Johnson & Nathan Sobo
5aed1b012a
PathWatcher executes callback when path is changed
2012-04-25 13:49:53 -07:00
Corey Johnson
ea92a957cf
Add sparkle support to Atom
2012-04-02 12:21:25 -07:00
Corey Johnson
6cf1744c82
Release build uses the bundle resource as the load path
2012-03-29 15:24:24 -07:00
Corey Johnson
806d36cb74
new icon
2012-03-29 12:17:29 -07:00
Corey Johnson
8af57e011e
Move main.mm to top of project
2012-03-14 09:59:36 -07:00
Corey Johnson
cbfa165e5f
resources is Resources
2012-03-12 14:19:19 -07:00
Corey Johnson
4a726646c1
Rename rake tasks to match their behavior
2012-03-12 11:17:32 -07:00
Corey Johnson
77f448accc
minor tweaks to xcode project file
2012-03-01 16:54:37 -08:00
Corey Johnson
5f64dba5bf
Clean Xcode project
2012-03-01 15:37:17 -08:00
Corey Johnson
bd17d890a1
If no windows are open, keydown events are sent to the shared context.
2012-03-01 12:11:04 -08:00
Corey Johnson
569bed9ee1
Refactor ad hoc delegate methods into BrowserDelegate protocol.
2012-02-29 17:30:50 -08:00
Corey Johnson
670b9dc52d
meta-r reloads a controller
2012-02-29 17:26:50 -08:00
Corey Johnson & Nathan Sobo
7e6132f5b7
Redo Xcode project FROM SCRATCH
2012-02-29 15:23:17 -08:00
Corey Johnson
19be5fed04
Clean up Xcode project layout
2012-02-27 17:00:05 -08:00
Corey Johnson
e0a8bc77a1
cleanup project file
2012-02-22 15:26:54 -08:00
Corey Johnson
d666e73cfa
Add list to $native
2012-02-21 15:39:35 -08:00
Corey Johnson
82dac0e554
Building Atom with Chrome
2012-02-21 14:36:59 -08:00
Corey Johnson
84f6a1ca01
Custom version of webkit with @tmm1 's stack trace patch
2012-01-31 10:56:53 -08:00
Corey Johnson & Nathan Sobo
1a52890d19
Cursor scrolls editor as it moves
2012-01-23 16:45:00 -08:00
Nathan Sobo
be0fa84f1f
Move fs support methods out of AtomController into FileSystemHelper
2012-01-04 18:01:31 -07:00
Nathan Sobo
ae4fdf8812
Add Native.resetMainMenu and call it in global afterEach
...
This method removes any AtomMenuItems that aren't marked as 'global'. It ignores menu items that aren't instances of our custom subclass. This is needed by specs to clear any menu items added during tests. It will also be needed when a window loses focus and we want to remove any non-global menus associated with the window.
2011-12-23 12:43:32 -06:00
Corey Johnson
33f125a8e6
Removed unused code.
2011-12-19 13:25:46 -08:00
Corey Johnson
cf18c4b550
Autorun tests if AUTO-RUN env is set.
2011-12-19 13:10:02 -08:00
Nathan Sobo
f81fa852ef
Add macros to Release build.
2011-12-16 16:30:41 -08:00
Corey Johnson
fbb3efacf4
wii - gettings specs on App.open. Window closing not working quite right.
2011-12-14 16:24:30 -08:00
Corey Johnson
1c985bd899
Give JS access to the project dir so we can automate that shit.
2011-11-29 15:22:14 -05:00
Corey Johnson
003effe5fd
Kind of starting from scratch.
...
Recreated the project as an xcode 4 project.
Key Bindings are working and reloading.
Got rid of everything that wasn't being used right now.
2011-10-26 11:12:18 -07:00