Commit graph

15 commits

Author SHA1 Message Date
Guillermo Rauch
aaed99abac Reorg (#386)
* Step 1: move electorn into `app/`.

This is to comply with the suggested directory format of
`electron-builder`: https://github.com/electron-userland/electron-builder#two-packagejson-structure

* Step 2: add build directory with icon files for mac / windows

* Step 3: move all development (web) assets into main directory

* Step 4: add `build` namespace to dev `package.json`

* Step 5: move all dev dependencies into dev file and get rid of
old electron packagers in favor of `eletorn-builder`

* Step 6: target build inside `app/` as everything else is excluded at build time

* Step 7: remove old stuff!

* Step 8: update README

* turn off asar for `child_pty`
2016-07-24 10:59:21 -07:00
Darin Morrison
c83f1563b4 Hook scripts (#328)
* Add commit hooks

* Fix linter issue
2016-07-21 11:57:45 -07:00
Marc Bachmann
f1facf4a32 Add window zoom menu item (#325)
* Move window close button into shell submenu

IMO actions that affect a session don't belong into the window menu.

* Add window zoom menu item

fixes #234
2016-07-20 15:20:53 -07:00
Marc Bachmann
961a39e8f3 Add cursor actions (#217)
* Add cursor actions

* Use Command+Option+Left shortcuts to change tabs

This changes the behavior the ones of sublime & chrome
2016-07-19 10:48:11 -07:00
Leo Lamprecht
fa4033937e Bring focus to main window when clicking preferences (#235) 2016-07-18 09:44:33 -07:00
Akash Nimare
ec4483cb7f Icon typo fixed in about dialog (#146)
Icon.png does not exist here.
2016-07-16 18:26:32 -07:00
Sindre Sorhus
c3f41daefa menu improvements (#185)
- Add missing separator after `About`.
- Use `role` instead of deprecated `selector` for menu items
- Add `undo` and `redo` menu items. Both Terminal and iTerm have these.
- Remove indent of the report issue template. The indent ended up in the issue body, which looks weird.
- Add separator after `New Tab`. This is how iTerm does it.
2016-07-16 18:20:52 -07:00
Guillermo Rauch
79eb6e9dff menu: add option to force update all plugins 2016-07-13 19:07:17 -07:00
Guillermo Rauch
477e40e433 refactor 2016-07-13 13:45:14 -07:00
Guillermo Rauch
c97b67b4c8 menu: implement plugin updating in menu 2016-07-07 16:23:23 -07:00
Guillermo Rauch
d3322090a1 add support for editing preferences with cmd+, (#52) 2016-07-07 06:31:03 -07:00
Guillermo Rauch
0a7e447c2a menu: fix authorship 2016-07-05 13:43:49 -07:00
Guillermo Rauch
fb08d45eac lint 2016-07-04 19:55:35 -07:00
Guillermo Rauch
804b97bf14 menu: make Window more standard (#38) 2016-07-04 19:49:35 -07:00
Guillermo Rauch
a7a95b3312 revamp the menu to be a lot more standard (#38)
thanks @sindresorhus for the inspiration
2016-07-04 19:46:30 -07:00