Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ty*: add unified --help / -h options to see a help pagedevs/bu5hm4n/next | Marcel Hollerbach | 2016-09-16 | 7 | -37/+85 |
| | | | | This also adds documentation about the -h / --help options in the usages | ||||
* | win: free tab_region_base and tab_region_bg | Marcel Hollerbach | 2016-08-08 | 1 | -0/+14 |
| | | | | | | | otherwise this objects are leaking and taking the events for underlaying objects. This fixes T4266 | ||||
* | mailmap: sync updated file from efl repo | Stefan Schmidt | 2016-08-04 | 1 | -3/+16 |
| | |||||
* | win: when closing solo container, dissociate it from its parent | Boris Faure | 2016-07-31 | 1 | -0/+8 |
| | | | | Ref T3509. | ||||
* | win: hide tabcount when no longer tabs | Boris Faure | 2016-07-31 | 1 | -2/+26 |
| | |||||
* | make ty* fail nicely when in tmux/screen | Boris Faure | 2016-07-30 | 9 | -13/+80 |
| | |||||
* | terminology: Fix issue of icon not showing under wayland | Chris Michael | 2016-07-19 | 1 | -9/+2 |
| | | | | | | | | | | | | | | Essentially, set the proper icon_name. The icon_name should match the name of the .desktop file so that elementary can find the fdo icon to use. This fixes the issue of the window icon not showing up when running under Weston. With the proper .desktop file name now set, we no longer need to create and set an elm_win_icon_object. Fixes T3460 @fix Signed-off-by: Chris Michael <cp.michael@samsung.com> | ||||
* | fix vietnamese translation | Toan Pham | 2016-07-11 | 1 | -2/+2 |
| | |||||
* | open keys - fix compiler warnings | Carsten Haitzler (Rasterman) | 2016-07-11 | 1 | -1/+2 |
| | |||||
* | Remove leftover dbus.c from POTFILES.in, fix the build. | Jerome Pinot | 2016-06-19 | 1 | -1/+0 |
| | |||||
* | options_keys: use an edje layout | Boris Faure | 2016-06-10 | 2 | -36/+66 |
| | |||||
* | miniview: add checks on termio_pty_get(). Closes CID1356203 and CID1356204 | Boris Faure | 2016-06-04 | 1 | -0/+2 |
| | |||||
* | man: add some dots at end of sentences and myself as maintainer | Boris Faure | 2016-06-01 | 1 | -21/+21 |
| | |||||
* | keys: add Shift+End to reset scroll. Closes T3582 | Boris Faure | 2016-06-01 | 4 | -1/+23 |
| | |||||
* | skip 0-width spaces. Closes T3734 | Boris Faure | 2016-05-31 | 1 | -0/+5 |
| | |||||
* | keys: add Shift+Home to get to the top of the backlog. Closes T3582 | Boris Faure | 2016-05-31 | 6 | -2/+35 |
| | |||||
* | Check if the font size really needs to be changed | Arnout Engelen | 2016-05-26 | 1 | -1/+1 |
| | | | | | Changing the font size also causes the current selection to be lost, so it's nice to avoid it when not needed. | ||||
* | keybindings: fix binding to close focused term | Boris Faure | 2016-05-22 | 2 | -3/+13 |
| | |||||
* | Merge remote-tracking branch 'raboof/comment' | Boris Faure | 2016-05-21 | 1 | -1/+1 |
|\ | |||||
| * | Fix comment for 't' escape sequence | Arnout Engelen | 2016-05-21 | 1 | -1/+1 |
| | | |||||
* | | termptyesc: fix signedness comparison | Boris Faure | 2016-05-21 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'raboof/font_size_change' | Boris Faure | 2016-05-21 | 1 | -0/+27 |
|\ \ | |||||
| * | | Allow font size to be updated via escape sequence | Arnout Engelen | 2016-05-21 | 1 | -0/+27 |
| |/ | |||||
* | | Merge remote-tracking branch 'raboof/patch-1' | Boris Faure | 2016-05-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Typo (clikc -> click) | Arnout Engelen | 2016-05-21 | 1 | -1/+1 |
| |/ | |||||
* | | configure.ac: actually look for elm_win_teamwork_show() to know if available | Boris Faure | 2016-05-21 | 3 | -5/+25 |
| | | |||||
* | | upgrade to teamwork v2, remove dbus (v1) usagedevs/discomfitor/teamwork | Mike Blumenkrantz | 2016-05-20 | 7 | -177/+11 |
|/ | |||||
* | key bindings: add shift+left/right to switch tabs | Boris Faure | 2016-04-12 | 3 | -5/+25 |
| | |||||
* | make terminology still compile with efl-1.8 | Boris Faure | 2016-03-19 | 1 | -0/+5 |
| | |||||
* | add option to enable bold/italic (on by default) | Boris Faure | 2016-03-18 | 5 | -34/+57 |
| | |||||
* | add a reset button to reset the key bindings | Boris Faure | 2016-03-18 | 4 | -1/+63 |
| | |||||
* | remove buggy keybinding dedup | Boris Faure | 2016-03-15 | 2 | -26/+14 |
| | |||||
* | termpty_cellrow_get() might return NULL. CID1352819 | Boris Faure | 2016-03-12 | 1 | -0/+5 |
| | |||||
* | ensure CWD is NULL-terminated. CID1352820 | Boris Faure | 2016-03-12 | 1 | -1/+3 |
| | |||||
* | only launch terminology with -d CWD if CWD. CID1352818 | Boris Faure | 2016-03-12 | 1 | -8/+12 |
| | |||||
* | add safe guards around term_set_title | Boris Faure | 2016-03-12 | 1 | -2/+11 |
| | | | | Should avoid issues when popup is up while term is being destroyed. | ||||
* | remove duplicate config keys. Closes T3296 | Boris Faure | 2016-03-12 | 2 | -3/+24 |
| | |||||
* | use ctrl+alt+t to set terminal title | Boris Faure | 2016-03-12 | 3 | -4/+5 |
| | |||||
* | Revert "set default font size to 14. Closes T3117" | Carsten Haitzler (Rasterman) | 2016-03-08 | 1 | -1/+1 |
| | | | | | | | | This reverts commit d00a7363b347d92f0a270ffddb8b870aac311a72. see https://phab.enlightenment.org/T3117 no - this is not a solution. not in the slightest. | ||||
* | set default font size to 14. Closes T3117 | Boris Faure | 2016-03-07 | 1 | -1/+1 |
| | |||||
* | win: set split->last_focus when swallowing in a split | Boris Faure | 2016-03-06 | 1 | -0/+3 |
| | |||||
* | add ctrl-t to default configuration | Boris Faure | 2016-03-06 | 1 | -4/+6 |
| | |||||
* | add ctrl-shift-n to man page | Boris Faure | 2016-03-06 | 1 | -0/+4 |
| | |||||
* | Add shortcut to change tab's title | Toan Pham | 2016-03-06 | 3 | -0/+16 |
| | | | | Signed off: Toan Pham <tpham3783@gmail.com> | ||||
* | shortcuts: Open new terminals with ctrl+shift+n | Andy Williams | 2016-03-06 | 2 | -2/+37 |
| | | | | | | | | | | | | | Summary: Add a new configurable key binding to open a new terminal window Test Plan: Either wipe your terminology configuration or bind the new "Open a new terminal window" option to ctrl+shift+n. Tapping that key combination will then open a new window. Reviewers: billiob Differential Revision: https://phab.enlightenment.org/D3746 | ||||
* | win: be sure we have a child to unfocus. Closes T3260 | Boris Faure | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | Allow user to set the title of the each tab | José Roberto de Souza | 2016-03-04 | 9 | -3/+89 |
| | |||||
* | Revert "wip" | Boris Faure | 2016-03-03 | 2 | -9/+2 |
| | | | | This reverts commit 487c54b4e11804f70b84cde802c7a4a886b81093. | ||||
* | Revert "wip" | Boris Faure | 2016-03-03 | 2 | -38/+7 |
| | | | | This reverts commit 02db084b276346160fcea4775dcc156f6036f3ce. | ||||
* | refocus other split when closing one. Closes T3239 | Boris Faure | 2016-03-03 | 1 | -0/+10 |
| |