Boris Faure
|
d11ebd1247
|
add code to fuzz terminology (wip)
|
8 years ago |
Boris Faure
|
88c4ce46b0
|
add (ugly) cross to close tabs
|
8 years ago |
Tom Hacohen
|
414b5547f1
|
Theme smyck: Fix blue and white.
White was yellow, and blue was white for some reason. This is now fixed.
|
8 years ago |
Tom Hacohen
|
3781596f15
|
theme smyck: Fix colours for the whole range.
Colours were not correct for the whole range, just the base 16.
This caused issues when working in >16 colour mode.
|
8 years ago |
Thiep Ha
|
fd0aadf7b9
|
po: add Vietnamese translations
Summary: Add translations for Vietnamese language.
Reviewers: billiob
Subscribers: Hermet, jpeg, seoz
Differential Revision: https://phab.enlightenment.org/D3130
|
8 years ago |
Boris Faure
|
86a596d946
|
fix --split option
|
8 years ago |
Boris Faure
|
81a8118c03
|
fix focus issue when creating a new tab in a split
|
8 years ago |
Boris Faure
|
4c53f10bf0
|
do not right trim "." on word selection
this makes double click on "../foobar"
|
8 years ago |
Boris Faure
|
9c4167f74f
|
always support double-width
|
8 years ago |
Boris Faure
|
84177b5f46
|
add script to show text in normal/bold/italic/bolditalic/fraktur
|
8 years ago |
Boris Faure
|
2b3eda694f
|
always support italic
|
8 years ago |
Boris Faure
|
8eabd375e5
|
Merge branch 'terminology-0.9'
|
8 years ago |
Boris Faure
|
cd6f66003a
|
correctly set working dir on split
|
8 years ago |
Boris Faure
|
e6b924a215
|
correctly set working dir on split
|
8 years ago |
Boris Faure
|
e963bfb37f
|
terminology 0.9.1 release
|
8 years ago |
Boris Faure
|
6582eff5cd
|
ctrl-[2-8] are now handled by terminology. Ref T2723
|
8 years ago |
Boris Faure
|
a31782c720
|
termpty: fix resizing
do not add a useless newline
do not copy the same content few times
|
8 years ago |
Boris Faure
|
8fed698036
|
fix backlog locking
|
8 years ago |
Boris Faure
|
35813be3ca
|
fix line length computation
|
8 years ago |
Boris Faure
|
444cc9d8b4
|
solarized: fix bright foreground colors
|
8 years ago |
Boris Faure
|
e8bd673f20
|
send ctrl[1-0] to term if "going to tab#" is not possible. Closes T2723
|
8 years ago |
Boris Faure
|
d844278723
|
ctrl-[2-8] are now handled by terminology. Ref T2723
|
8 years ago |
Boris Faure
|
a334bf6554
|
termpty: fix resizing
do not add a useless newline
do not copy the same content few times
|
8 years ago |
Boris Faure
|
386cf11b19
|
fix backlog locking
|
8 years ago |
Boris Faure
|
78cb50c7a3
|
fix line length computation
|
8 years ago |
Boris Faure
|
3a7238978e
|
turn error messages about unhandled escape codes into warnings
|
8 years ago |
Boris Faure
|
137af722ce
|
solarized: fix bright foreground colors
|
8 years ago |
Boris Faure
|
cb531b5d9b
|
correctly set bold, even if textgrid do not support it (yet)
|
8 years ago |
Boris Faure
|
cb511843b4
|
dev mode again. En route to 0.10 (or…)
|
8 years ago |
Boris Faure
|
3b3df45fa4
|
terminology 0.9.0 release
|
8 years ago |
Boris Faure
|
cd79e428eb
|
update translations
|
8 years ago |
Boris Faure
|
02a7a4e4d5
|
update contributors
|
8 years ago |
Boris Faure
|
6f898d5ebe
|
fix typop no longer working for still images. Add some error messages
Thanks to dassify for noticing
|
8 years ago |
Boris Faure
|
4c00bec4d6
|
cleanup window callbacks
|
8 years ago |
Boris Faure
|
22ae02127b
|
fix copy/paste bug. CID1316546
|
8 years ago |
Boris Faure
|
ede0abb245
|
fix tab selector segfault
Thanks to Yomi for the help in finding this
|
8 years ago |
maxerba
|
2d2813087f
|
Updating italian translation
|
8 years ago |
Boris Faure
|
5e591ebac3
|
update terminology.pot
|
8 years ago |
Boris Faure
|
45b7d20425
|
trim selection before trying to open it as url
|
8 years ago |
Boris Faure
|
cf58c1ee76
|
add context menu to open a selection as an url. Closes T584
|
8 years ago |
Boris Faure
|
144e0b5068
|
add option to disable terminology escape codes that could be considered
security issues by some
They are enabled by default.
|
8 years ago |
Boris Faure
|
5c9d98cf22
|
add error handlers on textblocks. Should fix T2672
|
8 years ago |
Boris Faure
|
72123799c6
|
update README about phab
|
8 years ago |
Boris Faure
|
1400b122ec
|
bad copy/paste. CID1316546
|
8 years ago |
Boris Faure
|
7fd86d8968
|
warn about window operations' escape codes being not supported
|
8 years ago |
Boris Faure
|
b80bedc7c2
|
do not report unsanitized input. See CVE-2003-0063
|
8 years ago |
Boris Faure
|
a33a937ab7
|
add powerlines to word separators
|
8 years ago |
Boris Faure
|
716cb03b5b
|
fix small issue on word selection and simplify code
|
8 years ago |
godfath3r
|
8e8207dae1
|
Dont use : as a separator but trim it from selected word. Fixes T2602
Reviewers: billiob
Maniphest Tasks: T2602
Differential Revision: https://phab.enlightenment.org/D2931
|
8 years ago |
Mike Blumenkrantz
|
8d4b06617f
|
use event length instead of strlen() when dropping something into a terminal
the data member of Elm_Selection_Data may not be nul terminated, so
any string operation on this is liable to crash
|
8 years ago |