Boris Faure
e9b2d22ff7
main: putenv() can't use stack mem as it might become part of env
...
and use later.
Avoid stack-use-after-scope.
4 years ago
Boris Faure
5e5ac579b5
win: cleanup windows_free()
4 years ago
Boris Faure
cd84ce0a34
main: fix execv() usage
4 years ago
Boris Faure
3e40f46f9b
Revert "Revert "main: better handle stalled unix socket used to spawn multiple instances""
...
This reverts commit e716ad5812
.
4 years ago
Boris Faure
688a45dc15
Merge branch 'terminology-1.5'
...
Conflicts:
src/bin/options_font.c
4 years ago
Boris Faure
fd2212afd8
options_font: fix use after free
4 years ago
Boris Faure
951b415cd9
circleci: elf-1.2{0,1} packages have moved
4 years ago
Boris Faure
233004c03a
circleci: use new packages path
4 years ago
Boris Faure
bb6d540145
Merge branch 'terminology-1.5'
4 years ago
Boris Faure
96095b5b9d
win: remove hide_cursor_timer when closing a window
...
@fix
4 years ago
Boris Faure
e716ad5812
Revert "main: better handle stalled unix socket used to spawn multiple instances"
...
This is not stable enough.
This reverts commit fb2c8deb74
.
4 years ago
Boris Faure
fb2c8deb74
main: better handle stalled unix socket used to spawn multiple instances
...
Have a 2-seconds waiter and if we couldn't create a new instance, unlink
the unix socket and restart Terminology.
4 years ago
Boris Faure
a9ec48191d
win: clean up popmedia code. Closes T8330
...
Mainly add _popmedia_now() that flushes down the queue then add an
element. This is no longer the job of _popmedia_show().
Also add _popmedia_queue_free().
4 years ago
Boris Faure
4b24157e2b
typop: with many args, pop first then queue the others
4 years ago
Boris Faure
80124a72ca
win: no longer segfaults from typop with multiple files
4 years ago
Boris Faure
6b8e6f0516
win: reorganize code to have popup media fold
4 years ago
Boris Faure
e0fde8a9e2
ChangeLog.theme: add entry about previous commit
4 years ago
Boris Faure
424ddba2c8
splits: show missed bells when a title tab is shown
4 years ago
Boris Faure
a32b9cee88
tabs: show tabs that have a bell
4 years ago
Boris Faure
9b3e416890
circleci: test with efl-1.22.6
4 years ago
Boris Faure
c74b793b97
circleci: test with efl-1.22.5
4 years ago
Boris Faure
109e804eae
Merge branch 'terminology-1.5'
4 years ago
Boris Faure
fe63070139
options_behavior: disable "hide cursor"'s slider when needed
4 years ago
Boris Faure
43964c18c7
solarized_light: avoid redefining BG_COLOR
4 years ago
Boris Faure
9a2ddd8468
win: update terms on change of config about show_tabs
4 years ago
Boris Faure
dc1ddf7e40
config: turn "notabs" into "show_tabs"
4 years ago
Boris Faure
5996e5eb2c
win: show title tab on splits when config is set accordingly
4 years ago
Boris Faure
ea0812eccd
themes: fix warning
4 years ago
Boris Faure
2db4be56d1
themes: make tab title readable based on theme default colors
4 years ago
Boris Faure
9f156eb948
Merge branch 'terminology-1.5'
4 years ago
Boris Faure
61bb7955da
sel: selector was not taking into account the new destination
4 years ago
Boris Faure
c11f7e4c19
termptyesc: restrict DSR-DECCKSR argument to 16bit (unsigned)
4 years ago
Boris Faure
dbf92b1346
termptyesc: use correct format specifier for int
4 years ago
Boris Faure
c8d4e74990
tests: fix printf usage on alpine
4 years ago
Boris Faure
e235cb00a3
termiolink: fix link detection over spaces
4 years ago
Boris Faure
5d0d76376c
tests: fix wrong escape code in selection_box_to_word.sh
4 years ago
Boris Faure
02a418b290
termptyext: add tests on link detection
4 years ago
Boris Faure
2c5bab7b8d
termptyext: get rid of "unused" warnings
...
+ abort on unknown test escape code
4 years ago
Boris Faure
259722a3f3
move link_is_* to termiolink.c
4 years ago
Boris Faure
7bfef215b0
termptyext: remove 'a' example
...
Because we have plenty of other examples in the file
4 years ago
Boris Faure
77ed56bf00
termpty: reduce log severity
4 years ago
Boris Faure
822bd70afd
utils: avoid using functions too new (only in EFL >=1.21)
4 years ago
Boris Faure
2d7d75ec2b
po: update terminology.pot
4 years ago
Boris Faure
2b43b9bab2
options_elm: add scale slider
4 years ago
Boris Faure
b8af21128e
config: simplify API
4 years ago
Boris Faure
67805411a4
add wizard to set scaling when config does not exist
4 years ago
Boris Faure
48a8a93900
Merge branch 'terminology-1.5'
4 years ago
Boris Faure
f01c312f01
fix leaks when looking for links
4 years ago
Boris Faure
448d583ccd
Merge branch 'terminology-1.5'
4 years ago
Boris Faure
421e40dbfc
termio: evas_object_focus_get() agains obj is not valid
...
Focus is not handled at that layer.
Closes T8176
4 years ago