Carsten Haitzler
ce00c0157f
ummm the problem must be elsehwere... as not calling the prent del
...
means we leak smart members and clipper objects on termio smart
shutdown. that'll be fun with > 1 term in a window. :( could you bring
up a valgrind trace etc. about this?
SVN revision: 81853
10 years ago
Mike Blumenkrantz
92d5cd9826
terminology crashes on close--
...
SVN revision: 81843
10 years ago
Lucas De Marchi
a9b695ebbd
terminology: Fix Ecore version check
...
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 81824
10 years ago
Carsten Haitzler
b5aff77833
work around edbus issues by forcing the mainloop to run at least one
...
cycle with some dummy things... in ipc launch mode.
also make selection jump to end if a newline is there - as disussed on
ml.
SVN revision: 81775
10 years ago
Carsten Haitzler
e401e87660
terminology can do multi instance now (in a single process). that
...
means 2 or 3 or more windows == same terminology process. there is a
checkbox to turn it on.
in theory it CAN do multipe terms within 1 windows, except there's
incomplete sizing logic code for hansling step sizing and min size
with multielp terms in the same window (imagine u laid them out in a
table grid... all we need is a table and pack n terms in and presto..
but the sizing will be "bizarre" at the moment)... if they are packed
on top of eachother like a notebook... sure - but no notebook widget
and no way to sensibly display and switch... but the code infra now
all supports it in theory. this is more about testing and making that
infra work. first will probably be a grid layout of some sort because
frankly... it's easier.
but for now... lets get this multi-instance fun on the table.
SVN revision: 81740
10 years ago
Carsten Haitzler
e953a2e4ea
and handle loop.. or not looping.. i there is a queue. :)
...
SVN revision: 81688
10 years ago
Carsten Haitzler
f0da587105
put some meat on the terminology custom escape handling BONES!
...
SVN revision: 81687
10 years ago
Carsten Haitzler
dbcac72da3
propagate excape command to main.c and put in some skeleton for
...
handling cmds.
SVN revision: 81686
10 years ago
Carsten Haitzler
52b938fedc
fix file path link detect.
...
SVN revision: 81685
10 years ago
Carsten Haitzler
1982be3087
oops - return with boolean from timer cb.
...
SVN revision: 81679
10 years ago
Carsten Haitzler
7720a2e4f0
make fonts delay loaded .. with soem randomness so they dont batch all
...
at once...
SVN revision: 81658
10 years ago
Boris Faure
20ce6a52f6
terminology: remove trailing newline when selecting text. Fix #1967
...
Patch by Panagiotis Galatsanos <galatsanosp at gmail com>
SVN revision: 81644
10 years ago
Carsten Haitzler
4cb6987ecf
ummm shouldnt dbg.. be a dbg log? :)
...
SVN revision: 81013
10 years ago
Carsten Haitzler
d5bdabb2bc
make the new opt stuff for 1.8 and newer only.
...
SVN revision: 81011
10 years ago
Boris Faure
d18cc90367
terminology: cleanup escape sequences parsing. Fix #1628
...
Charset length for example was not correctly handled and could even lead
to segfaults.
SVN revision: 80980
10 years ago
Boris Faure
1434247df2
terminology: ' ' can be underlined or striken through
...
Commit on rev 78285 got wrongly removed.
Please, use svn revert (or git revert) instead of pushing some old working
code you had. I do hate wasting my time twice on the same bug I fixed weeks ago.
SVN revision: 80623
10 years ago
Boris Faure
2575234b18
terminology: fix mouse motion for all modes
...
SVN revision: 79642
10 years ago
Sebastian Dransfeld
a5f9a22da9
terminology: fix mouse tracking in vim
...
SVN revision: 79641
10 years ago
Sebastian Dransfeld
1dc602a8a0
terminology: defines for doublewidth
...
SVN revision: 79481
10 years ago
Boris Faure
53aa6d66fc
Revert "terminology: use solarized colors"
...
This reverts commit cf35576bd3e5cf4f95ef637f6c55ebd0b91317cd.
SVN revision: 78930
11 years ago
Boris Faure
a8272ed352
terminology: use solarized colors
...
SVN revision: 78928
11 years ago
Sebastian Dransfeld
9336575145
Fix typo
...
SVN revision: 78638
11 years ago
Boris Faure
9e0d981e24
terminology: fix is_dblwidth
...
should use a proper bitmap someday…
Fixes #1687
SVN revision: 78627
11 years ago
Boris Faure
4b64f43863
terminology: fix potential segfault when writing after end of line
...
SVN revision: 78619
11 years ago
Boris Faure
d9e70cefbc
terminology: fix mouse button release handling
...
Need to send 3 to indicate Release instead of the button number.
SVN revision: 78472
11 years ago
Boris Faure
f5184b4364
terminology: report mouse wheel
...
SVN revision: 78471
11 years ago
Boris Faure
480c5506b7
terminology: rewrite mouse handling
...
Fix mouse in vim. Should also fix it in mc.
SVN revision: 78412
11 years ago
Boris Faure
db90244654
terminology: correctly set device id
...
In vim, 'set ttymouse' was returning 'xterm' and not 'xterm2' because
the device id was incorrectly returned.
SVN revision: 78411
11 years ago
Stefan Schmidt
8b54f15969
terminology: Don't shadow a previous local i here.
...
I is such a popular variable name. :)
SVN revision: 78371
11 years ago
Carsten Haitzler
2c18ec8ba2
revert! broke terminology build completely.
...
SVN revision: 78312
11 years ago
Boris Faure
06b9d771df
terminology: ' ' can be underlined or striken through
...
This fixes cursorline in vim when it uses underline
SVN revision: 78285
11 years ago
Flavio Vinicius Alvares Ceolin
0dcc9e2044
Using the edje_codegen to handle with the theme
...
Using the code generated to handle the parts of the
edj file. Trying to avoid mistakes with the parts names and
make the code more independent from the theme (the parts can
change the name since it maintaining the same api)
SVN revision: 78271
11 years ago
Carsten Haitzler
26c02a3f9e
oops i broke url fetching in generla in terminology! fix!
...
SVN revision: 78155
11 years ago
Carsten Haitzler
a66f961eb0
nicer helpers options.
...
SVN revision: 78107
11 years ago
Boris Faure
7d01e6ad09
terminology: reset scroll state on "clear all"
...
SVN revision: 78070
11 years ago
Cedric BAIL
48f15f3850
terminology: revert r77987 as it break htop.
...
SVN revision: 78039
11 years ago
Boris Faure
ca40aa9b8e
Revert "terminology: use solarized colors"
...
SVN revision: 77988
11 years ago
Boris Faure
b605dfa84b
terminology: reset scroll markers once done
...
SVN revision: 77987
11 years ago
Boris Faure
28cd2ef56f
terminology: use solarized colors
...
SVN revision: 77986
11 years ago
Gustavo Sverzut Barbieri
4f0ec86b00
hard dep on efreet.
...
SVN revision: 77684
11 years ago
Gustavo Sverzut Barbieri
cb10618af3
use better variables to fallback home configuration dir.
...
SVN revision: 77665
11 years ago
Gustavo Sverzut Barbieri
f4c02d3e95
add termio_cwd_get(), may be useful in future.
...
When we add multiple tabs or windows, it may be useful to get the cwd
to keep context (konsole does that).
SVN revision: 77664
11 years ago
Gustavo Sverzut Barbieri
0a4938a4f2
utils: add and use homedir_get()
...
SVN revision: 77663
11 years ago
Gustavo Sverzut Barbieri
84d381344a
big time improvement: relative paths: ~/file, ./file and ../file
...
The current working directory is assumed to be the cwd of our shell
pid, discovered from /proc/$PID/cwd link.
SVN revision: 77662
11 years ago
Gustavo Sverzut Barbieri
bbb2a2d5af
support 'mailto:address'
...
SVN revision: 77661
11 years ago
Gustavo Sverzut Barbieri
08e164ce10
casestartswith() macro to help strncasecmp() with static comparison.
...
SVN revision: 77654
11 years ago
Gustavo Sverzut Barbieri
2a0e0fd2b4
refactor url handling.
...
there are still some left to be done, will come to it later.
SVN revision: 77653
11 years ago
Gustavo Sverzut Barbieri
5bfed09e13
just highlight emails with domains containing a period.
...
While a domain "localhost" is valid, it's very annoying as most PS1
prompts are in the form 'user@hostname' and terminology will highlight
them. To avoid so just create links for user@hostname.something
SVN revision: 77647
11 years ago
Gustavo Sverzut Barbieri
52af5639d7
properly handle youtube url
...
previously this case would fail:
http://myserver.com/?dst=www.youtube.com&x=y
we must check ".youtube.com" is before the query start (?).
SVN revision: 77645
11 years ago
Carsten Haitzler
c5fcea8bbe
handle direct youtube media links as mov style. :)
...
SVN revision: 77634
11 years ago