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
Sebastian Dransfeld
4df8415b4e
terminology: mark/remove unused variables
...
SVN revision: 77628
11 years ago
Sebastian Dransfeld
32a57202ba
terminology: add header for theme_apply()
...
SVN revision: 77627
11 years ago
Boris Faure
41c7edd9d9
terminology: revert 77549,77551 about fixing a vim issue.
...
Will investigate further.
SVN revision: 77616
11 years ago
Carsten Haitzler
c220c88c39
todo++
...
SVN revision: 77566
11 years ago
Boris Faure
39d2fea874
terminology: add missing parentheses
...
SVN revision: 77551
11 years ago
Boris Faure
e097c4c8af
terminology: fix vim issue
...
SVN revision: 77549
11 years ago
Sebastian Dransfeld
3da3c04b5d
terminology: Ctrl+right always shows menu
...
SVN revision: 77510
11 years ago
Sebastian Dransfeld
3bd79e480c
terminology: handle mouse move
...
SVN revision: 77489
11 years ago
Sebastian Dransfeld
62998e5a97
terminology: No need to fetch smart data twice
...
SVN revision: 77488
11 years ago
Sebastian Dransfeld
7067a61849
terminology: Improve terminal mouse handling
...
No mouse interaction when terminal handles it.
SVN revision: 77487
11 years ago
Sebastian Dransfeld
2a03fbbd04
terminology: Add DCS handler
...
SVN revision: 77485
11 years ago
Sebastian Dransfeld
64d87067ba
terminology: Check for 7-bit ST (ESC \)
...
SVN revision: 77484
11 years ago
Sebastian Dransfeld
2b8026c24c
terminology: Check for correct terminator
...
SVN revision: 77483
11 years ago
Sebastian Dransfeld
146ee734c7
terminology: define important chars for all file
...
SVN revision: 77482
11 years ago
Sebastian Dransfeld
60fc5e860c
terminology: Fix typo in comment
...
SVN revision: 77481
11 years ago
Sebastian Dransfeld
500e7be8b2
terminology: pretend we are a new xterm version
...
This improves how vim interacts with terminology.
SVN revision: 77480
11 years ago
Sebastian Dransfeld
d390987a75
terminology: remove double click flag
...
terminal control sequences knows nothing about double click
SVN revision: 77479
11 years ago
Sebastian Dransfeld
c6648aa523
terminology: Fix typo in comment
...
SVN revision: 77478
11 years ago
Gustavo Lima Chaves
f7e338ebab
[terminology] Handling csi escape code 'Z'.
...
Unfortunately it doesn't fix the 'rendering' problems of the
application it came from yet (mutt-kz), but it seems to be what
http://www.inwap.com/pdp10/ansicode.txt says it should do.
Anyone using mutt with a sidebar (only on sidebar showing mode we get
the booboos, but not on other terminals) willing to help? :P
SVN revision: 77442
11 years ago
Sebastian Dransfeld
31e6db4883
terminology: Don't paste when in mouse mode
...
Fixes double pasting in vi. But there seems to be a selection problem in
terminology as it isn't possible to paste in vi when selecting from
terminology.
SVN revision: 77368
11 years ago
Flavio Vinicius Alvares Ceolin
22fba090a0
Adding support for selection of theme
...
SVN revision: 77333
11 years ago
Christopher Michael
6e2b6480a5
Terminology: Update email address.
...
SVN revision: 77235
11 years ago
Christopher Michael
a474cf4341
Terminology: Add missing UNUSED for functions which do not use 'data'
...
and other parameters.
SVN revision: 77234
11 years ago
Sebastian Dransfeld
9c9511429e
terminology: Fix xterm escape termination
...
According to http://rtfm.etla.org/xterm/ctlseq.html xterm Operating
System Control escape sequences are terminated by ST or BEL.
This fixes #1499
SVN revision: 77198
11 years ago
Sebastian Dransfeld
bb20618912
terminology: use enough space for output
...
If value is outside range it can use most of unsigned int range as it is
a unicode character.
SVN revision: 77197
11 years ago
Sebastian Dransfeld
c8e8753ed7
terminology: input data is unsigned
...
Code inside debug block
SVN revision: 77196
11 years ago
Carsten Haitzler
57ef054525
support a login shell option.
...
SVN revision: 77141
11 years ago
Carsten Haitzler
8de26cadab
ensure cursor is not animating when not focused
...
SVN revision: 77038
11 years ago
Sebastian Dransfeld
1268f27d81
Check if mkstemps exists
...
"Fixes" #1533
SVN revision: 77035
11 years ago
Stefan Schmidt
d017df5ccf
terminology: Ignore generated spec file and black theme.
...
SVN revision: 76824
11 years ago
Carsten Haitzler
93c30dcad5
proggy font issue added to terminology todo even tho it may bein evas :)
...
SVN revision: 76503
11 years ago
Carsten Haitzler
1efcfe8a52
terminology todo++ from gustavo
...
SVN revision: 76493
11 years ago
Daniel Juyung Seo
6bfc4c1407
terminology: Use recent elementary apis. elm_entry_scrollbar_policy_set -> elm_scroller_policy_set.
...
SVN revision: 76359
11 years ago
Carsten Haitzler
ac5270c30d
add #include - missing and make pinch zoom gesture for font size
...
change ... less sensitive.
SVN revision: 76326
11 years ago
Carsten Haitzler
684e8fb1ea
trim down options config space usage some more.
...
SVN revision: 76249
11 years ago
Carsten Haitzler
fe227c4d63
have options not use so much horizontal space. :)
...
SVN revision: 76248
11 years ago
Carsten Haitzler
5d6496ef4f
add webp and img formats u can look at now. :)
...
SVN revision: 75952
11 years ago
Carsten Haitzler
6e855b64a4
ok put changes in miled.edc... this is why i wasnt interested in
...
multiple themes at this stage - changes still happening.
:)
SVN revision: 75944
11 years ago
Carsten Haitzler
a24f4ba16d
split options inot more swallows in the terminology theme because this
...
is eventually how it needs to work as i wanted wallpaper and theme
stuff to totally see the terminology txt/bg like wp2 in e17. :)
SVN revision: 75941
11 years ago
Carsten Haitzler
2809210fab
and up ver to 1.7.99 now in svn. nack to svnrev num at end.
...
SVN revision: 75869
11 years ago
Carsten Haitzler
287b828409
add note on mutt etc.
...
SVN revision: 75689
11 years ago
Carsten Haitzler
c97e3d69e0
update TODO
...
SVN revision: 75688
11 years ago
Massimo Maiurana
043c6545fd
updating portuguese and italian translations
...
SVN revision: 75634
11 years ago
Gustavo Sverzut Barbieri
8e86b95135
black: make visual bell overlay more visible.
...
the mild theme gets darker before getting bright, then the bright does
not need to be that much different. however the black one can't get
darker, then we must make it brighter.
SVN revision: 75633
11 years ago
Gustavo Sverzut Barbieri
9237fe7786
open links with applications if "Control" is pressed.
...
It's handy to preview things in the terminal, but sometimes we want to
use the external applications (high res image to see details), then
holding "Control" while clicking the link will force the default
application.
SVN revision: 75631
11 years ago