Commit Graph

3136 Commits

Author SHA1 Message Date
Corey Johnson
ccfc15d132 Dev tools working 2012-08-23 12:38:52 -07:00
Corey Johnson
e15897afec trying to get devtools to work 2012-08-22 15:29:39 -07:00
Corey Johnson
1f2453e98c Atom is getting closer... 2012-08-21 17:22:43 -07:00
Corey Johnson
48c290e659 Add AtomController 2012-08-21 15:14:50 -07:00
Corey Johnson
c7a4a22fb5 Rename CefClient to Atom 2012-08-21 13:48:27 -07:00
Corey Johnson
cc7b8e443d 💩 2012-08-21 13:19:33 -07:00
Corey Johnson
3245dd46f8 Removed cefclient.rc because I have no idea what it does. 2012-08-21 13:14:00 -07:00
Corey Johnson
07f62706d0 Make the Xcode layout not look horrible 2012-08-21 13:06:40 -07:00
Corey Johnson
f698e1f126 plist cleaning 2012-08-21 11:18:02 -07:00
Corey Johnson
6a7e564b1b Use atom "icon" 2012-08-21 11:02:49 -07:00
Corey Johnson
3c1538126f Clean up includes 2012-08-21 10:58:36 -07:00
Corey Johnson
077c44329d Move files out of tests to atom 2012-08-21 10:47:56 -07:00
Corey Johnson
5ddbb63e0f Remove Xcode warnings 2012-08-21 09:52:51 -07:00
Corey Johnson
6de181eeb9 Remove all references to cefclient 2012-08-21 09:13:21 -07:00
Corey Johnson
d7bdf4d1db Die, stupid files! 2012-08-20 16:23:46 -07:00
Corey Johnson
359617658c Clean cefclient_mac 2012-08-20 16:12:23 -07:00
Corey Johnson
b68937fb2a Rippin' and tearin' 2012-08-20 15:25:17 -07:00
Corey Johnson
9c3b0c1b4c Flushing things we don't need 2012-08-20 14:09:57 -07:00
Corey Johnson
d2e00082d5 Simplify process helper app 2012-08-20 13:41:40 -07:00
Corey Johnson
8c97927ce1 Remove cefclient.cpp and cefclient.h 2012-08-20 13:33:31 -07:00
Corey Johnson
685536d044 Ignore the command line 2012-08-20 10:43:22 -07:00
Corey Johnson
ace2a5a5d1 Remove client_switches.cpp 2012-08-20 10:02:25 -07:00
Corey Johnson
b8cbcdc4b5 Remove unused files 2012-08-13 09:46:11 -07:00
Corey Johnson
23cec49892 removed unused global functions 2012-08-13 09:40:14 -07:00
Corey Johnson
97d3edf706 remove string_util and its dependencies 2012-08-13 09:25:40 -07:00
Corey Johnson
91ee54fac7 remove html test files 2012-08-13 09:20:50 -07:00
Corey Johnson
4aabf3e47c removed windows code 2012-08-10 16:41:57 -07:00
Corey Johnson
978ef84c69 remove test files and calls 2012-08-10 16:40:09 -07:00
Corey Johnson
e5c920895c build-projects.sh creates the xcode project 2012-08-10 15:51:13 -07:00
Nathan Sobo
b3d17b07db Move scripts in cef/mac to tools/mac since we have tools dir anyway for gyp 2012-08-10 16:11:09 -06:00
Nathan Sobo
db6230fbdc Rename run.sh -> build.sh. Add tools directory w/ vendored GYP 2012-08-10 16:08:11 -06:00
Nathan Sobo
fcc3c9a2f8 No more atom.xcodeproj 2012-08-10 16:05:38 -06:00
Nathan Sobo
c32eef5e92 Stripped-down standalone build that runs w/ normal GYP 2012-08-10 15:54:28 -06:00
Nathan Sobo
c2c8724ad0 Initial commit 2012-08-10 13:32:19 -06:00
Nathan Sobo
1996ba5558 Merge branch 'master' of github.com:github/atom 2012-08-27 11:02:39 -05:00
Kevin Sawicki
076e2be690 Remove unneeded -R flag when copying atom executable 2012-08-23 13:09:25 -07:00
Kevin Sawicki
4ddf47e37a Remove creation of bin directory 2012-08-23 13:07:42 -07:00
Kevin Sawicki
351396a28d Only ignore atom in current directory 2012-08-23 12:31:39 -07:00
Corey Johnson & Nathan Sobo
0315da5c75 add file modification list 2012-08-23 12:07:54 -07:00
Kevin Sawicki
b010570ec4 Remove old native method registration 2012-08-23 11:40:50 -07:00
Corey Johnson & Nathan Sobo
37afee7499 Copy src/stdlib/native-handler.js into bundle if ENV['LOAD_RESOURCES_FROM_DIR'] 2012-08-23 11:09:54 -07:00
Corey Johnson
168bcee096 Merge pull request #36 from github/native-handler.js
Move native function declarations to js file
2012-08-23 10:47:51 -07:00
Corey Johnson & Nathan Sobo
26d17f7525 Fix failing spec 2012-08-23 10:45:44 -07:00
Kevin Sawicki
1b285d9b39 Add atom to .gitignore file 2012-08-22 18:00:21 -07:00
Kevin Sawicki
2d2ae3ec07 Add -rpath to linker flags pointing to install directory
This removes the need to have the intermediate shell script
that updates the LD_LIBRARY_PATH environment variable
2012-08-22 18:00:21 -07:00
Corey Johnson
08ae611ff8 add fold selected state 2012-08-22 17:48:00 -07:00
Kevin Sawicki
29b0b9c10c Implement lastModified in Linux native handler 2012-08-22 15:56:08 -07:00
Kevin Sawicki
aefafdda4a Add expected parameters to native function declarations 2012-08-22 15:36:53 -07:00
Kevin Sawicki
b3200a944f Move native function declarations to js file
This allows multiple native handlers to load it
as an extension without duplicating all the expected
native function calls names internally.
2012-08-22 15:10:37 -07:00
Kevin Sawicki
d665b39db7 Rename myfile variable to file 2012-08-22 14:10:57 -07:00