Aleksandar Popadić
d0264c347f
Fix disappearing prompt on resize
...
...and break reflow of multiline prompt lines.
9 years ago
Boris Faure
1b5c54d924
make terminology foward compatible with upcoming efl/elm 1.10
9 years ago
Boris Faure
c5f6b7cfeb
bad copy/paste :(
9 years ago
Boris Faure
c9ebc5fcc5
release 0.5.0
9 years ago
Boris Faure
5c599a73b4
update AUTHORS, about.c
9 years ago
Boris Faure
39e7e7713b
update .mailmap
9 years ago
Boris Faure
6d20de8327
fix shift+insert. Closes T1060
9 years ago
Boris Faure
2705680ea4
reset now resets mouse. Ref T725
9 years ago
Boris Faure
f47eb5e410
fix buffer overflows. Closes T1050
9 years ago
Boris Faure
735e5d1a3d
cleanup code
9 years ago
Boris Faure
2063e2f4f4
fix ^[22m: no bold/bright, no faint
9 years ago
Boris Faure
28fcabc860
fix Alt+X. Adopt the rxvt way. Closes T713
9 years ago
Boris Faure
29418fdc55
fix zoom. Closes T888
9 years ago
Boris Faure
5067594760
improve TODO message
9 years ago
Boris Faure
b22a4f6ab1
handle soft reset (DECSTR)
9 years ago
Boris Faure
42e4fdfc59
improve debug for unhandled csi
9 years ago
Boris Faure
f92fa733b5
fix CID 1187639: dereference after null check
9 years ago
Boris Faure
e4191b2467
update gitignore
9 years ago
Boris Faure
4bfc84110e
load themes from ~/.config/terminology/themes. Closes T1030
9 years ago
Boris Faure
f757868436
change defaults not to flicker on key and produce sounds
9 years ago
Stefan Schmidt
f1deb3ca3e
tyls: Make sure we never divide by zero
...
Avoid the case where cols is 0 and we divide through it.
CID 1100655
9 years ago
Stefan Schmidt
d1810ed034
utils: Check retrun value of edje_object_file_set
...
In this case it not really useful as the functions returns void and
this is the last instruction anyway. Still better to have this in to
set good examples in the code.
CID 1100661
9 years ago
Stefan Schmidt
99869d3dff
options_wallpaper: Check retrun value of edje_object_file_set
...
edje_object_file_set can fail. Better check for the return value and act
accordingly.
CID 1147527
9 years ago
Boris Faure
90b3a93698
fix ctrl+minus. Closes T922
9 years ago
Leif Middelschulte
e1de7a8521
Add base16/ocean/dark theme
9 years ago
Boris Faure
f6a08ac7d8
skip buffer when dcs parsing overflows. Closes T932
9 years ago
Thanatermesis
4641ad1a05
improved manpage in formatting and a small bugfix
...
- The example code for the escape terminology command was rendered
incorrectly in the manpage, this is now fixed
- the formating was wrong rendered viewing with man, having too much
newlines that broke the structure, this is better aligned now
9 years ago
Carsten Haitzler
ff02942bdb
Revert "force grid size. Closes T662"
...
This reverts commit 98fd3b0a11
.
this causes terminology to no longer handle resizes at all! :( pretty
bad!
9 years ago
Boris Faure
98fd3b0a11
force grid size. Closes T662
...
This commit was done at the enlightenment stand at FOSDEM
9 years ago
Boris Faure
1138863964
should fix latests selection issues
...
Fix case when unselecting with single click + shift (useful in vim for
example).
9 years ago
Boris Faure
864fa1e368
set IUTF8 flag. Closes T656
9 years ago
Boris Faure
da8544728b
do not send mouse when making a selection
9 years ago
Boris Faure
9fa4ee1d54
fix selection with shift to avoid mouse mode. Closes T863
9 years ago
Jean Guyomarc'h
2626037407
Fix a compatibility issue with OSX. There is no /proc on this damn system. A possible workaround is to use libproc (built-in).
...
Reviewers: billiob, raster
Differential Revision: https://phab.enlightenment.org/D498
9 years ago
Jean Guyomarc'h
0bc73d9b17
Fix two small warnings
...
Reviewers: billiob, raster
Differential Revision: https://phab.enlightenment.org/D496
9 years ago
Carsten Haitzler
13c003c731
256 colorcube - follow the standards that need a set of custom colors
...
my xterm-256tst does seem to demand a specialized colorcube and
according to T846 this is the case elsewhere, so change colorcube to
match, as opposed to one that is more color efficient.
9 years ago
Boris Faure
878f456160
fix copy/paste error: CID 1163307
9 years ago
Boris Faure
7cc50d4e05
fix wrong cast. thanks to OnlyHuman
9 years ago
Boris Faure
ab9243b94f
oops
9 years ago
Boris Faure
4602641ac0
fix typo: CID 1100646
9 years ago
Boris Faure
defca7b58b
remove dead code: CID 1100658
9 years ago
Boris Faure
5f482aff7b
avoid double free
9 years ago
Boris Faure
dc764b68b9
fix CID 1162823: Dereference before null check
9 years ago
Boris Faure
fd43c274c1
fix pasting for real… Closes T706
9 years ago
Carsten Haitzler
870d592139
set EMOTION_ENGINE to tyls (and ethumb etc.) can use it inside shell
...
this should fix T291
9 years ago
Carsten Haitzler
4891932444
fix escaping of file in helper run in 1 missed case
...
this fixes T814
9 years ago
Carsten Haitzler
aef172b4c5
update - support gstreamer1 module for efl 1.9
9 years ago
Carsten Haitzler
c8f20f9312
update url handling to detect yourupe-dl output url streams
9 years ago
Marcel Hollerbach
b80c2f6f88
Rewrote the Wallpaper Settings,
...
Summary:
- Removed the list of paths in the config.c
- The users selects directly the path of the folder where the
Backgrounds are located, terminology will not show up the Pictures
located in subdirectorys you can easyly go in the subdir with the
fileselector.
- With a double click on a picture you can import the picture to your
user config directory so you can cleanup your Downloads directory for
example without loosing your Background
- If a Background is imported the new Background URL in the config will
point to the imported file.
Test Plan:
- The Bufferting of the Backgrounds is not asyncron, but I have tested it
with a directory with more than 300 pictures and it runs very very fast,
in my eyes no asyncron buffering is needed!
Reviewers: billiob, raster
CC: cedric
Differential Revision: https://phab.enlightenment.org/D471
9 years ago
Boris Faure
3b971ca7ab
fix pasting. Closes T706
9 years ago