Commit Graph

2919 Commits

Author SHA1 Message Date
Kevin Sawicki
e7a5ff12cf Set default window size to 800x600
This will be the size that the window becomes when
initially unmaximized
2012-08-01 10:00:38 -07:00
Kevin Sawicki
26acc92e86 Sort directory entries alphabetically 2012-08-01 10:00:38 -07:00
Kevin Sawicki
6984bd76e0 Use PNG instead ICO for window icon 2012-08-01 10:00:38 -07:00
Kevin Sawicki
7b3785ce31 Add PNG of atom icon for using in application launcher 2012-08-01 10:00:38 -07:00
Kevin Sawicki
7cc136112a Format window title
Show in the following format:

  file_name (directory_path) - atom
  
This seems to be the format consistently used by Linux editors
and conveys the file name in the task bar when minimized.

Also insert a `~` and drop the directory prefix when the
file/folder being viewed is under the HOME directory
2012-08-01 10:00:38 -07:00
Kevin Sawicki
5ae24551a3 Remove .o files when running clean target 2012-08-01 10:00:38 -07:00
Kevin Sawicki
666c219015 Remove another windows ifdef 2012-08-01 10:00:38 -07:00
Kevin Sawicki
840860afdf Remove windows ifdefs 2012-08-01 10:00:38 -07:00
Kevin Sawicki
6e1b8dc3f0 Remove unused string_util.h and string_util.cpp 2012-08-01 10:00:38 -07:00
Kevin Sawicki
2e5afb509b Remove references to button no longer present in UI
These were in the default app which had an address bar.

They are no longer present and were causing assertion
failures to be logged.
2012-08-01 10:00:38 -07:00
Kevin Sawicki
ffb4721303 Format client_handler.cpp
No functional change
2012-08-01 10:00:38 -07:00
Kevin Sawicki
3fd506abf3 Format client_handler.h
No functional change
2012-08-01 10:00:38 -07:00
Kevin Sawicki
b047adff5a Ignore address change events
No UI is updated based on this and it was logging
an assertion failed message each time it was called
2012-08-01 10:00:38 -07:00
Kevin Sawicki
deaad13fc2 Format client_handler_gtk.cpp
No functional change
2012-08-01 10:00:38 -07:00
Kevin Sawicki
1bd39a46d6 Remove unneeded gtk_box_pack_start call
This was logging an assertion failure
2012-08-01 10:00:38 -07:00
Kevin Sawicki
5564d4b84a Remove rootViewStates tweak no longer needed 2012-08-01 10:00:38 -07:00
Kevin Sawicki
a644ed35ba Remove unused method 2012-08-01 09:56:39 -07:00
Kevin Sawicki
911f1e7efc Load .ico file relative to executable 2012-08-01 09:56:39 -07:00
Kevin Sawicki
2410b73f68 Append entire path when absolute 2012-08-01 09:56:39 -07:00
Kevin Sawicki
f269b1f12e Remove unused test methods 2012-08-01 09:56:39 -07:00
Kevin Sawicki
1084021508 Maximize window by default
Previously was hard-coded to 800x600 which was petite
2012-08-01 09:56:39 -07:00
Kevin Sawicki
22ab010d10 Support opening file specified as argument
Moves build to out/ folder and use shell script
to bootstrap loading of libraries
2012-08-01 09:56:39 -07:00
Kevin Sawicki
793140cf47 Remove unused method 2012-08-01 09:56:39 -07:00
Kevin Sawicki
4add3932c9 Store clipboard so it is available after atom quits 2012-08-01 09:56:39 -07:00
Kevin Sawicki
c28b93c51b Add support for reading from clipboard 2012-08-01 09:56:39 -07:00
Kevin Sawicki
0cf96c97b0 Add support for copying to clipboard 2012-08-01 09:56:39 -07:00
Kevin Sawicki
0ac5696836 Add support for writing files 2012-08-01 09:56:39 -07:00
Kevin Sawicki
30f17ff99a Set window icon to be atom icon 2012-08-01 09:56:39 -07:00
Kevin Sawicki
e3e296b885 Add support for recursive directory listing 2012-08-01 09:56:39 -07:00
Kevin Sawicki
be1d53c1ec Remove trailing whitespace 2012-08-01 09:56:39 -07:00
Kevin Sawicki
1003f6a225 Set load path relative to working directory 2012-08-01 09:56:39 -07:00
Kevin Sawicki
f1b6bf152d Support opening files from dialog 2012-08-01 09:56:38 -07:00
Kevin Sawicki
ad4ae9dc12 Remove unused methods 2012-08-01 09:56:38 -07:00
Kevin Sawicki
a7bae730bb Add missing '\' delimiter 2012-08-01 09:56:38 -07:00
Kevin Sawicki
45305d6bf0 Remove _Release suffix from variables 2012-08-01 09:56:38 -07:00
Kevin Sawicki
2c050bfb75 Set selected filename to retval 2012-08-01 09:56:38 -07:00
Kevin Sawicki
d809b0d47b Open src/app/atom.coffee by default 2012-08-01 09:56:38 -07:00
Kevin Sawicki
3e32a1b66f Use current working directory when loading index.html 2012-08-01 09:56:38 -07:00
Kevin Sawicki
dc45578a71 Add .project 2012-08-01 09:56:38 -07:00
Kevin Sawicki
6ff891d7b7 Add console.log 2012-08-01 09:56:38 -07:00
Kevin Sawicki
70d7d8a927 Add chrome.pak and en-US.pak in locales 2012-08-01 09:56:38 -07:00
Kevin Sawicki
b2b81815e6 Add initial stubbed openDialog implementation 2012-08-01 09:56:38 -07:00
Kevin Sawicki
c6697cf87b Add linux headers to cef/include 2012-08-01 09:56:37 -07:00
Kevin Sawicki
09053b7e47 Remove .o files and add newly built libcef_dll_wrapper.a 2012-08-01 09:56:37 -07:00
Kevin Sawicki
2b705f7004 Remove unneeded -I argument 2012-08-01 09:56:31 -07:00
Kevin Sawicki
2c30ba36b3 Testing tweaks to operate Atom in single window mode 2012-08-01 09:56:31 -07:00
Kevin Sawicki
a393f02d5a Initial work towards a Linux build 2012-08-01 09:54:32 -07:00
Corey Johnson & Nathan Sobo
a589557aaa Ignore bracket matching when there are multiple cursors 2012-08-01 09:47:12 -07:00
Corey Johnson & Nathan Sobo
97b492edfc When an identical closing bracket is inserted, don't insert a new character and move cursor to the right. 2012-08-01 09:33:42 -07:00
Corey Johnson & Nathan Sobo
dc50959af1 Coerce Point.add and Point.plus's argument from array to point object 2012-08-01 09:32:02 -07:00