Boris Faure
a2bedb6281
fix shadow variable 'i'
7 years ago
Youngbok Shin
44f6fb8afc
Add a missing description for text selection of nyanology
...
Summary:
When nyanology has text selection, it produces an error message
every second.
@fix
Test Plan:
1. Set theme as "nyanology"
2. Set a text selection.
3. See error messages.
Reviewers: raster
Differential Revision: https://phab.enlightenment.org/D4327
7 years ago
Andy Williams
89d264272d
Update standard icon naming to use standards
...
These are not exact icons but they seem close enough for elm 1.18+
7 years ago
maxerba
85dbaf83d6
Forgot to git add the new translation :)
7 years ago
maxerba
d12fee27ed
Adding slovenian translation
7 years ago
Marcel Hollerbach
b038ed7ff6
ty*: add unified --help / -h options to see a help page
...
This also adds documentation about the -h / --help options in the usages
7 years ago
Boris Faure
36a7166b7a
config: change default to only scroll down on keypress
...
(and not on new change)
7 years ago
Boris Faure
e24196eb24
fix typo in config. Ref T4323
7 years ago
Marcel Hollerbach
dfe08f0ce0
win: free tab_region_base and tab_region_bg
...
otherwise this objects are leaking and taking the events for underlaying
objects.
This fixes T4266
7 years ago
Stefan Schmidt
cebf928bfe
mailmap: sync updated file from efl repo
7 years ago
Boris Faure
dfe57a25a7
win: when closing solo container, dissociate it from its parent
...
Ref T3509.
7 years ago
Boris Faure
13c91324fa
win: hide tabcount when no longer tabs
7 years ago
Boris Faure
0e0105e559
make ty* fail nicely when in tmux/screen
7 years ago
Chris Michael
e549612ab2
terminology: Fix issue of icon not showing under wayland
...
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>
7 years ago
Toan Pham
83db7b1ed0
fix vietnamese translation
7 years ago
Carsten Haitzler
d477e1be7a
open keys - fix compiler warnings
7 years ago
Jerome Pinot
2577bcaefe
Remove leftover dbus.c from POTFILES.in, fix the build.
7 years ago
Boris Faure
37e9206330
options_keys: use an edje layout
7 years ago
Boris Faure
8b6036a8f7
miniview: add checks on termio_pty_get(). Closes CID1356203 and CID1356204
7 years ago
Boris Faure
30cb65625b
man: add some dots at end of sentences and myself as maintainer
7 years ago
Boris Faure
9e80988f5a
keys: add Shift+End to reset scroll. Closes T3582
7 years ago
Boris Faure
7d09373c56
skip 0-width spaces. Closes T3734
7 years ago
Boris Faure
b7817a88b3
keys: add Shift+Home to get to the top of the backlog. Closes T3582
7 years ago
Arnout Engelen
4e5a07e795
Check if the font size really needs to be changed
...
Changing the font size also causes the current selection to be lost, so it's
nice to avoid it when not needed.
7 years ago
Boris Faure
cd0f61dd26
keybindings: fix binding to close focused term
7 years ago
Boris Faure
0c466d767c
Merge remote-tracking branch 'raboof/comment'
7 years ago
Boris Faure
f33aa07b81
termptyesc: fix signedness comparison
7 years ago
Boris Faure
021fbdb055
Merge remote-tracking branch 'raboof/font_size_change'
7 years ago
Boris Faure
875cc86275
Merge remote-tracking branch 'raboof/patch-1'
7 years ago
Boris Faure
bd769a926b
configure.ac: actually look for elm_win_teamwork_show() to know if available
7 years ago
Arnout Engelen
9a501470aa
Fix comment for 't' escape sequence
7 years ago
Arnout Engelen
ef8ee3fbda
Allow font size to be updated via escape sequence
7 years ago
Arnout Engelen
298d845e9b
Typo (clikc -> click)
7 years ago
Mike Blumenkrantz
f1e1a6edd8
upgrade to teamwork v2, remove dbus (v1) usage
7 years ago
Boris Faure
15fa7afaa5
key bindings: add shift+left/right to switch tabs
7 years ago
Boris Faure
ce8eda85e1
make terminology still compile with efl-1.8
7 years ago
Boris Faure
d9276909a4
add option to enable bold/italic (on by default)
7 years ago
Boris Faure
a0b7fae2dd
add a reset button to reset the key bindings
7 years ago
Boris Faure
bf4a1f4aba
remove buggy keybinding dedup
7 years ago
Boris Faure
629e604704
termpty_cellrow_get() might return NULL. CID1352819
7 years ago
Boris Faure
8d0e13eff9
ensure CWD is NULL-terminated. CID1352820
7 years ago
Boris Faure
4d8c5dd200
only launch terminology with -d CWD if CWD. CID1352818
7 years ago
Boris Faure
175e474983
add safe guards around term_set_title
...
Should avoid issues when popup is up while term is being destroyed.
7 years ago
Boris Faure
1d138fba36
remove duplicate config keys. Closes T3296
7 years ago
Boris Faure
b8b016875e
use ctrl+alt+t to set terminal title
7 years ago
Carsten Haitzler
dec441790c
Revert "set default font size to 14. Closes T3117"
...
This reverts commit d00a7363b3
.
see https://phab.enlightenment.org/T3117
no - this is not a solution. not in the slightest.
7 years ago
Boris Faure
d00a7363b3
set default font size to 14. Closes T3117
7 years ago
Boris Faure
07dc1fee17
win: set split->last_focus when swallowing in a split
7 years ago
Boris Faure
f850e35ea8
add ctrl-t to default configuration
7 years ago
Boris Faure
8f60da2c5a
add ctrl-shift-n to man page
7 years ago