electron/atom/browser
Matthieu Baerts 8296178e33 linux: Rename window's class to Atom
The window's class should be Atom instead of Atom Shell because the
launcher and the binary to launch Atom are called 'atom' and not 'atom
shell'. This is why currently all Atom's windows will not be linked to
their launcher in a dock (e.g. with Cairo-Dock).

Note that it's not advised to add white-spaces in a window's class
('Atom Shell').
2014-10-12 18:47:49 +02:00
..
api Add "quit" event for app. 2014-09-25 21:48:15 +08:00
default_app Upgrade libchromiumcontent to 440833b, fixes #462 2014-10-06 10:54:14 +08:00
lib Break on first found app 2014-10-01 20:40:52 +08:00
mac Switch to use MIT license. 2014-05-04 20:29:08 +08:00
net Remove unneeded ArchiveFactory. 2014-09-25 21:54:59 +08:00
resources Bump v0.17.2. 2014-10-06 19:13:26 +08:00
ui gtk: Fix focusing on file dialog 2014-10-01 17:02:00 +08:00
atom_access_token_store.cc Set google API key 2014-10-08 18:27:39 +08:00
atom_access_token_store.h Add network provider for google geolocation api. 2014-08-13 13:28:05 +08:00
atom_browser_client.cc Add AtomSpeechRecognitionManagerDelegate 2014-10-08 11:55:14 +08:00
atom_browser_client.h Add AtomSpeechRecognitionManagerDelegate 2014-10-08 11:55:14 +08:00
atom_browser_context.cc Add asar:// protocol handler. 2014-09-23 12:13:46 +08:00
atom_browser_context.h Fix API changes of Chrome 37. 2014-09-01 15:36:37 +08:00
atom_browser_main_parts.cc Pass debugger messages between V8 debugger. 2014-09-05 10:44:07 +08:00
atom_browser_main_parts.h Add support for --debug switch. 2014-08-19 23:36:26 +08:00
atom_browser_main_parts_mac.mm Initialize locale on mac. 2014-05-29 15:54:25 +08:00
atom_javascript_dialog_manager.cc Rename string16 to base::string16. 2014-06-28 19:49:22 +08:00
atom_javascript_dialog_manager.h Rename string16 to base::string16. 2014-06-28 19:49:22 +08:00
atom_resource_dispatcher_host_delegate.cc Fix cpplint warning. 2014-08-11 15:56:23 +08:00
atom_resource_dispatcher_host_delegate.h Add custom ResourceDispatcherHostDelegate. 2014-08-11 14:08:23 +08:00
atom_speech_recognition_manager_delegate.cc Fix cpplint warning 2014-10-08 17:47:47 +08:00
atom_speech_recognition_manager_delegate.h Fix cpplint warning 2014-10-08 17:47:47 +08:00
auto_updater.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater_delegate.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater_linux.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater_mac.mm mac: Fix crash when checking for update, fixes #575. 2014-08-13 11:28:19 +08:00
auto_updater_win.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
browser.cc Add "quit" event for app. 2014-09-25 21:48:15 +08:00
browser.h mac: Add app.dock.hide()/show() APIs, closes #422. 2014-06-25 11:55:33 +08:00
browser_linux.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
browser_mac.mm mac: Add app.dock.hide()/show() APIs, closes #422. 2014-06-25 11:55:33 +08:00
browser_observer.h Add "quit" event for app. 2014-09-25 21:48:15 +08:00
browser_win.cc win: Fix compilation errors for chrome35. 2014-07-11 12:19:01 +08:00
javascript_environment.cc Initailize V8 with gin. 2014-09-01 16:41:26 +08:00
javascript_environment.h Initailize V8 with gin. 2014-09-01 16:41:26 +08:00
native_window.cc win: Add "direct-write" option for BrowserWindow. 2014-09-18 21:49:04 +08:00
native_window.h win: Implement SetProgressBar API. 2014-09-17 09:42:47 +08:00
native_window_mac.h mac: Implement SetProgressBar API. 2014-09-18 10:20:55 +08:00
native_window_mac.mm mac: Fix dock progress bar doesn't show after hiding, fixes #658. 2014-09-21 18:56:03 +08:00
native_window_observer.h Add a focus event to BrowserWindow 2014-05-21 13:46:13 -04:00
native_window_views.cc linux: Rename window's class to Atom 2014-10-12 18:47:49 +02:00
native_window_views.h win: Implement SetProgressBar API. 2014-09-17 09:42:47 +08:00
node_debugger.cc Send message to client in debugger thread. 2014-09-05 11:51:45 +08:00
node_debugger.h Send connect message if client is connected. 2014-09-05 10:52:47 +08:00
window_list.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
window_list.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
window_list_observer.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00