Carsten Haitzler
64196937ab
some cleaning up of pending things.. so we can do a terminology 0.3
...
:)
10 years ago
Carsten Haitzler
edd37bbae7
track term titles properly and put them in tab sel views. done for the
...
moment.
10 years ago
Carsten Haitzler
c2afdf1380
fix bevel image/theme to not have gap at top.
10 years ago
Carsten Haitzler
29dd7608c2
improve tab sel look to have its own.
10 years ago
Carsten Haitzler
1880987f63
fix tab switching to zoom FROM current TO next/prev slot properly when
...
just next/prev switching.
10 years ago
Sebastian Dransfeld
21abbe6db8
terminology: guard for evas 1.8 features
10 years ago
Carsten Haitzler
89d5ae52e4
update terminology todo.
10 years ago
Carsten Haitzler
e60db60b12
guess what the cat dragged in... "tabs" in terminology. just a
...
selector right now that u call up from keybindings. if u switch terms
it kicks in with some visuals too. theme stuff is currently not
done/ready at all. just recycling terminolgy bg edje atm. havent done
anything to:
1. track "window titles" per term and put into tab term previews
2. make preview look decent (some shadowing and spacing between terms
etc.)
3. track/display things like bell alerts
still need to have a way to suspend/unsuspend invisible terms so media
stuff pauses in playback etc. etc.
10 years ago
Carsten Haitzler
53fcba486a
sync term list sizes on resize
10 years ago
Boris Faure
193d308093
clear text with codepoint 0 instead of space
10 years ago
Carsten Haitzler
3a436ac0fe
printf--
10 years ago
Carsten Haitzler
eca8593193
infra for multiple terms per split slot.
10 years ago
Carsten Haitzler
7d90f43fff
restore terminology escapes.
10 years ago
Jean-Philippe Andre
ffd8f82a52
Fix last commit
...
Invalid buffer size
10 years ago
Jean-Philippe Andre
3223e32949
Fix crashes in escape sequence parsings
...
Crashes happen when using cat against binary files (png, mp4, ...)
Buffer overflow in _handle_esc_dcs()
Suspected overflow in _handle_esc_terminology()
Invalid return value in _handle_esc_terminology()
Don't write "ABC\r\n" on ENQ symbol
Silence some errors
10 years ago
Daniel Juyung Seo
e34ac90739
tyls.c: removed unused variables.
10 years ago
Daniel Juyung Seo
150799348a
termio.c: check elm rather than ecore for the drag and drop.
...
1. This includes ecore check as well.
2. Check the version more properly.
10 years ago
Carsten Haitzler
58597e51e7
fix tyls -m
10 years ago
Carsten Haitzler
de8141dec6
tyls now uses standard icons names for normal files (not starting with
...
/) so u see icons for files as well as thumbnails for videos, images,
svg's etc...
and now when u clikc on the icon... u launch it (folders launch in
efm... other file types open via the standard tools like with efm/e
etc. and highlighted links)
10 years ago
Carsten Haitzler
735d93fbc4
1. add the ability to have a link AND image path in inline images and
...
thumbs (allows for different thumbnail compared to what it links to).
2. fix if media obj is deleted on its own (stop button).
10 years ago
Boris Faure
01bf2409bd
fix segfault
...
when there is no cell, do not try to do stuff based on it.
10 years ago
Carsten Haitzler
6be6249ccd
oops forgot a printf removal.
10 years ago
Carsten Haitzler
2217166f40
make terminology handle multiple uri dnd of files and display in a
...
slideshow queue. :)
10 years ago
Eduardo Lima (Etrunko)
bba639baf7
Fix edje_cc verbosity if building with V=1
...
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years ago
Cedric BAIL
06c3958580
terminology: let's not track generated files.
...
SVN revision: 84372
10 years ago
Daniel Juyung Seo
8a3f6335ff
terminology main.c: use macros for panes content parts and make code cleaner.
...
SVN revision: 84332
10 years ago
Carsten Haitzler
bc4014a2ba
adapt to dnd changes.
...
SVN revision: 84297
10 years ago
Carsten Haitzler
7397aced7e
u can dnd stuff TO terminology.. and it pastest in as text.. file
...
lists from efm, text from editors/browsers...
u can dnd links (file uril links terminology recognizes) TO other apps
or terminals... beware it uses a button. it's a bit ugly atm. need to
un-uglify.
both these need efl 1.8
SVN revision: 84283
10 years ago
Carsten Haitzler
3756f251b7
more extns known in tyls.
...
SVN revision: 84071
10 years ago
Carsten Haitzler
2ebc8c42c6
stop jumping! zoom gestures are being called now.. :/
...
SVN revision: 84066
10 years ago
Carsten Haitzler
437ac7ba0b
clock on thumbs opens popmedia. :)
...
SVN revision: 84065
10 years ago
Boris Faure
54837f4d7d
fix split with elm 1.7. Thanks to Godfath3r.
...
SVN revision: 84026
10 years ago
Boris Faure
c9216e5214
add the light version of the solarized theme
...
SVN revision: 84025
10 years ago
Boris Faure
081f27552b
fix clearing lines with circular buffer.
...
Fixes #2263 .
SVN revision: 84004
10 years ago
Boris Faure
48276b7cf4
box selection on alt/ctrl/shift
...
SVN revision: 83999
10 years ago
Carsten Haitzler
0ed5a96d9d
quick - forgot exec checks.
...
SVN revision: 83934
10 years ago
Boris Faure
5cfede02a6
add box selection by pressing shift while selecting text.
...
Patch from Panagiotis Galatsanos aka Godfath3r.
SVN revision: 83926
10 years ago
Carsten Haitzler
af064b227a
extn info repeated and.. missing.
...
SVN revision: 83897
10 years ago
Carsten Haitzler
104e1b51cb
make tyls more.. colorful. :)
...
SVN revision: 83896
10 years ago
Carsten Haitzler
6f6b57d141
update README to cover new inline media escapes.
...
SVN revision: 83872
10 years ago
Daniel Juyung Seo
84047693f8
terminology main.c: set the focus to the new split terminal.
...
SVN revision: 83836
10 years ago
Carsten Haitzler
c0dcca4c2d
no sleep on nul bytes - seems as if term hangs.. when its just slow...
...
SVN revision: 83705
10 years ago
Carsten Haitzler
19ee5d50b1
fix spinning - blinking curaor from cmdbox entry.... only create when
...
needed and delete when not. :)
SVN revision: 83613
10 years ago
Carsten Haitzler
a3e16b6fc7
fmting
...
SVN revision: 83612
10 years ago
Carsten Haitzler
1af758d9c1
fix tyls -m
...
SVN revision: 83569
10 years ago
Carsten Haitzler
f32952ce49
redundant set to 0.
...
SVN revision: 83568
10 years ago
Carsten Haitzler
156b168979
inline thumb mode uses ethumb now... :)
...
SVN revision: 83566
10 years ago
Carsten Haitzler
800383bb0b
oops - slowness with link finding test case. fixed. now screaming
...
fast again :)
SVN revision: 83500
11 years ago
Mike McCormack
83d1371953
terminology: Fix warning
...
Signed-off-by: Mike McCormack <mike@atratus.org>
SVN revision: 83499
11 years ago
Boris Faure
684c7499ad
load about from theme if possible
...
SVN revision: 83494
11 years ago