platform/framework/web/crosswalk-tizen.git
2013-11-21 Cheng ZhaoReturn screenshot's data buffer instead of directly...
2013-11-21 Cheng ZhaoAdd API to capture a page into file.
2013-11-20 Cheng ZhaoBump v0.6.11.
2013-11-20 Cheng Zhaodoc: Mention that Command would not be meaningful on...
2013-11-20 Cheng ZhaoMerge pull request #125 from atom/dont-map-meta
2013-11-19 Matt ColyerDon't map command to ctrl
2013-11-11 Cheng ZhaoBump v0.6.10.
2013-11-11 Cheng Zhaowin: Enable setting window icon in creation options.
2013-11-11 Cheng ZhaoFix a possible dead lock when quiting.
2013-11-09 Cheng ZhaoUpdate brightray for fixing the 'ARCHS' issue.
2013-11-09 Cheng ZhaoDo not set sdk_root, it's already set by brightray.
2013-11-07 Cheng ZhaoBump v0.6.9.
2013-11-07 Cheng Zhao:lipstick: fix typo.
2013-11-07 Cheng ZhaoAdd x permission for bump-version.py.
2013-11-07 Cheng ZhaoAdd tag and commit after version is bumped.
2013-11-07 Cheng ZhaoUpdate Info.plist when bumping version.
2013-11-07 Cheng ZhaoAlso update atom_version.h and atom.rc in bump-version.py.
2013-11-07 Cheng Zhaowin: Fix setting icon after format of atom.rc has changed.
2013-11-07 Cheng ZhaoConver atom.rc from unicode file to ASCII file.
2013-11-07 Cheng ZhaoAdd tool to help bump version.
2013-11-07 Cheng Zhaowin: Use exe's icon as window icon, fixed #123.
2013-11-07 Cheng Zhaowin: Add an icon.
2013-11-05 Cheng ZhaoWrite correct version in .rc file.
2013-11-05 Cheng ZhaoBump v0.6.8.
2013-11-05 Cheng ZhaoAdd a corresponding .h file for atom_main.cc.
2013-11-05 Cheng ZhaoGet the status of devtools from brightray, fixed #27.
2013-11-05 Cheng ZhaoMake cpplint pass headers test without setting "NOLINT".
2013-11-05 Cheng ZhaoMerge pull request #122 from atom/fix-console-stdio
2013-11-05 Paul BettsThis method seems to work, :shipit:
2013-11-04 Paul BettsFirst hack at fixing console IO
2013-11-02 Cheng ZhaoBump v0.6.7.
2013-11-01 Cheng ZhaoFix the "'true' is not recognized as an internal or...
2013-10-31 Cheng ZhaoMention required options of WDK and Win7 SDK, fixed...
2013-10-28 Cheng ZhaoBump v0.6.6.
2013-10-28 Cheng ZhaoExpose libuv's symbols.
2013-10-26 Cheng ZhaoMake atom-shell compile-able with VS 2010 Express.
2013-10-26 Cheng Zhao:lipstick: Fix typo of doc.
2013-10-26 Cheng ZhaoAdd more details on building with VS 2010 Express.
2013-10-26 Cheng ZhaoBump v0.6.5.
2013-10-26 Cheng Zhaowin: Ship the pdb file, fixes #112.
2013-10-26 Cheng ZhaoDo "compress" the archive when creating zip.
2013-10-26 Cheng ZhaoUpdate to latest apm.
2013-10-26 Cheng ZhaoFix creating zip distribution on Windows.
2013-10-22 Cheng ZhaoBump v0.6.4.
2013-10-22 Cheng ZhaoAllow single-character accelerators.
2013-10-22 Cheng ZhaoFix a possible crash when calling AdapterRequestJob...
2013-10-21 Cheng ZhaoBump v0.6.3.
2013-10-21 Cheng ZhaoMerge pull request #110 from atom/better-accelerator
2013-10-21 Cheng ZhaoShould not touch process.argv when starting the default...
2013-10-21 Cheng ZhaoDo not use sscanf.
2013-10-21 Cheng ZhaoAllow "Space" in accelerator.
2013-10-21 Cheng ZhaoAllow "F1" - "F24" in accelerator.
2013-10-21 Cheng ZhaoGet rid of the NormalizeShortcutSuggestion function.
2013-10-21 Cheng ZhaoAllow more special keys in the accelerator.
2013-10-21 Cheng ZhaoSlightly optimize accelerator token comparing.
2013-10-21 Cheng ZhaoBe case-insensible of accelerators.
2013-10-21 Cheng ZhaoMap all single symbols in the keyboard to accelerators.
2013-10-17 Cheng ZhaoBump v0.6.2.
2013-10-17 Cheng Zhaomac: Enable to set the 'Help' menu, fixes #109.
2013-10-17 Cheng ZhaoSpecify the version instead of using "*" for dependenci...
2013-10-15 Cheng ZhaoUse stream-uploading to upload the asset to GitHub.
2013-10-14 Cheng ZhaoBump v0.6.1.
2013-10-14 Cheng ZhaoUnescape the script path before passing it to cefode...
2013-10-10 Cheng ZhaoDo not multipart-encode the uploaded file.
2013-10-10 Cheng ZhaoCheck the build version of Release build in upload...
2013-10-10 Cheng ZhaoBump v0.6.0.
2013-10-10 Cheng ZhaoEnable more common ASCII tokens to be used in accelerat...
2013-10-10 Cheng ZhaoAdd 'Quit' to spec window's menu.
2013-10-07 Cheng ZhaoMerge pull request #105 from atom/windows-menu
2013-10-07 Cheng Zhaowin: Newly created window should also be aware of appli...
2013-10-05 Cheng ZhaoDo not dereference remote callback if its renderer...
2013-10-05 Cheng ZhaoMake objects registry code more structured.
2013-10-05 Cheng ZhaoSet application menu would set menu for all windows...
2013-10-05 Cheng ZhaoMake app.setApplicationMenu an alias to Menu.setApplica...
2013-10-05 Cheng ZhaoAdd app.getBrowserWindows() API.
2013-10-05 Cheng Zhao:lipstick: fix typo in doc.
2013-10-05 Cheng ZhaoMake sure application menu always get referenced.
2013-10-04 Cheng ZhaoDon't wait for request in http spec.
2013-10-04 Cheng Zhaowin: Make web view focused initialy.
2013-10-04 Cheng Zhaowin: Make window menu's accelerators work.
2013-10-04 Cheng ZhaoConvert "Command" to "Ctrl" in accelerators on non...
2013-10-04 Cheng Zhao:lipstick: NativeWindowClientView no longer needs a...
2013-10-04 Cheng Zhaowin: Make native window a views::View.
2013-10-03 Cheng Zhaowin: Respond to events of window menu.
2013-10-03 Cheng ZhaoMake sure binary version is dumped before uploading.
2013-10-03 Cheng ZhaoAdd --version flag to print atom-shell's version.
2013-10-03 Cheng ZhaoDump v0.5.4.
2013-10-03 Cheng ZhaoBrowserWindow.focus() should not make window become...
2013-10-03 Cheng ZhaoAdd BrowserWindow.isVisible() API.
2013-10-02 Cheng ZhaoShow a simple menu in default_app on Windows.
2013-10-02 Cheng Zhaowin: Show popup menu at right place.
2013-10-02 Cheng Zhaowin: Add BrowserWindow.setMenu API.
2013-10-02 Cheng Zhao:lipstick: Fix build on Windows.
2013-10-02 Cheng ZhaoUpdate to latest apm.
2013-09-29 Cheng ZhaoDump v0.5.3.
2013-09-29 Cheng ZhaoSet proxy service at the right place.
2013-09-29 Cheng ZhaoAdd spec for sending http request.
2013-09-29 Cheng Zhao:lipstick: Fix target version of atom-shell's uploading.
2013-09-29 Cheng ZhaoDo not require uploading a tag before publish release.
2013-09-29 Cheng ZhaoDump v0.5.2.
next