This is an automated email from the git hooks/post-receive script.
billiob pushed a change to annotated tag v0.9.0
in repository apps/terminology.
at de11abb (tag)
tagging 3b3df45fa40a3ae6c10246e29db14672ae90a9d8 (commit)
replaces v0.8.0
tagged by Boris Faure
on Sun Sep 6 23:23:13 2015 +0200
- Log -----------------------------------------------------------------
terminology 0.9.0
Aurélien Larcher (1):
define MIN/MAX in case they're not defined
Boris Faure (112):
dev mode again
tybg: make tybg without argument display the default wallpaper
fix single line selection with ctrl down
fix selection when backscrolling and new content arrives
make terminology work on solaris
fix normal selection after box selection
do only once ecore_con_(url_)init/shutdown()
do an HTTP HEAD to get media type when poping media
correctly check if ecore_con_url_head() is available
close media popup on escape
url head: handle links that are notimages/movies
pid_t can be long (on solaris)
fix compilation on solaris
add some error messages
fix segfault when Term widget can not be created
handle failure to termio_add()
verify that tcgetattr() does not fail
make terminology start on solaris
tyls: fix warnings
tyls: rewrite size_print to avoid arithmetic exception
font selector: use bg/fg for the preview from config/theme
fix CSI DECSET 1049. Should fix T725
right trim selections
configure.ac: better check with LINK to know if a function is available
correctly swap term states. Ref T725
toggle fullscreen by pressing F11
typo
code cleanup: s/if (X) free(X);/free(X);/
have the "xterm" cursor on the textgrid
should set "hand2" cursor on links but doesn't work
win: cleanup: rename Term.term to Term.termio
fix ecore_con_url_head() check
termio: make code more readable. Closes CID1291865
fix colors and show darkgray. Closes T2245
Revert "fix colors and show darkgray. Closes T2245"
update catalan translation. Thanks to JoanColl
fix terminology not starting with newer config
colors: fix dark grey not showing up. Closes T2245
update 256color.pl to show more background/foreground colors
right click on a selection shows popup to copy it
add ugly timeout to http head when trying to preview links
add meta/hyper to key bindings. Closes T1985
colors ui: "improved" color namming
config: do not add F11 as default binding to Fullscreen
correctly handle empty lines when doing selections
fix selecting tabs
separate "termstate" from cursor state and screens. Closes T725
refactor win.c to use the Term_Container abstraction
avoid possible division by 0. Closes CID1295447
keys: add underscore as special key. Should close T2369
config: copy "not in eet" info in config_fork(). Fixes "font reset"
binding
new tab inherits wdir. Closes T2379
display background on new tab. Closes T2378
fix focus issue. Closes T2376
restore animation when moving between tabs. Closes T2380
fix focus issue wrt tabs
fix bell. we want it even if the term is focused
fix link detection on links starting at first char of the screen.
fix focus issue with ctxpopup. Closes T2455
fix focus wrt settings. Closes T2460
rename a bunch of _termpty_*() to termpty_*()
ensure cursor coordinates are always valid
add some debug to fix focus issues
remove callbacks when deleting termio
ensure cursor coordinates are always valid, 2nd version
do not remove links when there is a popup due to such link
do not update an url if Location is local
remove useless termio_theme_get()
fix crash from object being swallowed twice. Closes T2463
force focus even if win is not yet focused. Closes T2416
fix segv when spliting from controls. Closes T2568
add some documentation
cleanup --font handling. Closes T2433
update README to 0.8.0
rename main_term_evas_object_get() to term_termio_get()
add tools/scroll.sh
new resize/backlog implementation. Closes T2461
speed up browsing backlog
renames to make the code more consistant
typo
remove wrong assert when no backlog ever generated
allow different backgrounds via tybg. Closes T2444
fix resize when cursor alone on last line
remove logically dead code. CID1315103 and CID1315104
rewrite whether a term container is splittable. CID1315267 and CID1315268
apply zoom level/font size to all terms in a window
do not expand window on zoom, resize the content. Closes T886
fix scroll after resize
BACKLOG_ROW_GET() should not be called with a "screen" value
fix wrong condition. CID1315743
correctly fix coverity issue found in termiolink.c
fix splitting when no term focused. oops
backlog: update beacon while browsing
only use beacon when it seems efficient
fix small issue on word selection and simplify code
add powerlines to word separators
do not report unsanitized input. See CVE-2003-0063
warn about window operations' escape codes being not supported
bad copy/paste. CID1316546
update README about phab
add error handlers on textblocks. Should fix T2672
add option to disable terminology escape codes that could be considered
add context menu to open a selection as an url. Closes T584
trim selection before trying to open it as url
update terminology.pot
fix tab selector segfault
fix copy/paste bug. CID1316546
cleanup window callbacks
fix typop no longer working for still images. Add some error messages
update contributors
update translations
terminology 0.9.0 release
Carsten Haitzler (6):
terminology shine - make it much higher resolution than before
fix terminology popup handling to work again
terminology config - allow gst1 as vid mod config - adjust limit range
Revert "ensure cursor coordinates are always valid"
terminology config - fix whitespace + indenting
terminology themes - use theme in home dir over system one always
Christopher Michael (3):
terminology: Use proper event structure for mouse up callback
terminology: Fix formatting
terminology: Fix formatting
Conrad Meyer (1):
make terminology compile on efl < 1.8. Patch by Conrad Meyer
Daniel Kolesa (1):
mailmap: update q66
Daniel Zaoui (1):
Revert "have the "xterm" cursor on the textgrid"
Jean Guyomarc'h (1):
config: typo in config upgrade names
Jean-Philippe ANDRÉ (2):
Add .dds to list of image extensions, for tycat
escapes: pretty-print some escapse and avoid ESC in debug logs
Jérémy Anger (1):
sel: fix incorrect event struct use
Kai Huuhko (1):
L10N: Update Finnish translations
Massimo Maiurana (5):
Restoring an updated sr.po file.
Updating italian translation
Adding spanish translation
Updating catalan translation
Updating italian translation
Mike Blumenkrantz (2):
fix compile warning
use event length instead of strlen() when dropping something into a
terminal
Panagiotis Galatsanos (5):
Add 'Show miniview by default' in options.
Don't split terminal endlessly.
Fix crash when split is too small and miniview is shown.
Correct rewrite of splittable container
Dont use : as a separator but trim it from selected word. Fixes T2602
Stefan Schmidt (1):
build: Add term_container.h to source files to make sure it gets
distributed
Theodor van Nahl (1):
Solarized colors contrast enhanced
Thibaut Broggi (2):
tyls: change options management and refactor
tyls: remove leaks and fix write() checking
-----------------------------------------------------------------------
No new revisions were added by this update.
--