Boris Faure
731e5781f4
termptyesc.c: oops
7 months ago
Boris Faure
9963645ba7
coccinelle: check return type
7 months ago
Boris Faure
7a9d852a0d
coccinelle: use macro MIN/MAX
8 months ago
Boris Faure
e1924c7fa0
coccinelle: use ROUND_UP()
8 months ago
Boris Faure
62a8e0a021
use DIV_ROUND_UP()
8 months ago
Carsten Haitzler
9f97aaae8c
tyls - add pls files to glob list
8 months ago
Carsten Haitzler
afb6d608f0
tyls - fix warnings about small buffer for snprintf
...
this extends the buffer to avoid any truncation - ever.
@fix
9 months ago
Boris Faure
5a12ff7b1f
termio: use memcpy() is enough here
9 months ago
Boris Faure
e4c4f64789
options_behavior: better named option to enable/disable typing sounds
9 months ago
Boris Faure
33418ffd41
config: remove shine parameter
10 months ago
Koichi Murase
40bd9a0161
termpty (_termpty_cell_is_empty): resolve a conflict of color9 vs COL_INVIS
11 months ago
Koichi Murase
4d7dad2a79
*.{h,c}: do not use the C reserved identifiers for macro names/params
11 months ago
Koichi Murase
2e5e0a5b67
*.{h,c}: do not use the C reserved identifiers for tag names
11 months ago
Koichi Murase
a6ca0111de
*.h: do not use the C reserved identifiers for the include guards
11 months ago
Koichi Murase
a0a2238272
termptyops (termpty_cursor_copy): copy entire "cursor_state"
11 months ago
Koichi Murase
a3f9887ee4
termpty: move the bitfield "wrapnext" from "ty->termstate" to "ty->cursor_state"
11 months ago
Carsten Haitzler
0d5465f507
scaling - handle scale settings changes... on the fly...
...
perhaps we just dont set the tmp flag instead of dont apply font
changes where size is the same but scale will have changed... fix
scale settings changes on the fly...
@fix
1 year ago
Boris Faure
e66e254e0a
colors: fix typo
1 year ago
Boris Faure
3b63c4479b
termiolink: fix use-of-uninitialized-value
1 year ago
Boris Faure
4765573b51
termio: this variable is not needed shadows the real one
1 year ago
Boris Faure
32d68b4feb
termio: fix indentation
1 year ago
Carsten Haitzler
58c718d1f5
theme - the great flattening of terminology
...
match new elm flat theme... yay!
1 year ago
Carsten Haitzler
f44725fcbc
sel - call callback on an object not struct ptr
...
for tab selector thatr zooms out and shows miniatures of terms on
click on a term...
@fix
1 year ago
Carsten Haitzler
c975e23946
set default theme as overlay with file extn to file isnt found
...
this fixes missing split icons in mild and nyanology
@fix
1 year ago
Simon Lees
f73a806868
Switch to using a color scheme per file.
...
On Distro's we want to be able to ship color schemes as packages
as such we need an easy way to add and remove them this commit
implements the simplest possible solution of one color scheme per
file.
1 year ago
Boris Faure
fe47376460
termptyesc: add focus reporting
1 year ago
Boris Faure
93b6d77944
termptyesc: use Eina_Bool for booleans
1 year ago
Boris Faure
4196fc944b
termpty: move TERMPTY_WRITE_STR() to header
1 year ago
Boris Faure
0901c85da4
termio: add termio_is_focused()
1 year ago
Boris Faure
4b92a24651
termptyesc: better reply on OSC11
1 year ago
Christopher Michael
fc2d12a52f
terminology: Increase size of 'buf' to avoid possible truncated string
...
Gcc warns during compile that the output may be truncated here:
../src/bin/options_colors.c:265:14: note: ‘snprintf’ output between 32
and 4127 bytes into a destination of size 4096
To fix this, let's just increase the size of 'buf' slightly.
1 year ago
Boris Faure
cd4c168e3b
media: have media_src_type_get() use extn api
1 year ago
Boris Faure
8eec8afcc2
options_background: use extn api
1 year ago
Boris Faure
1fe7f2ea80
tycat: use extn_matches()
1 year ago
Boris Faure
5f10cb1857
termio: rewrite drop cb to paste content whenever it's not a media
1 year ago
Boris Faure
ef3f627743
extns: add extn_matches() and extn_is_media() + unit test
1 year ago
Boris Faure
02ab1da7cd
termio: do not set config temp flag on elm config change
1 year ago
Carsten Haitzler
d11e53da62
respect login shell config on start
...
@fix - ignored option before and only used cmdline option
1 year ago
Carsten Haitzler
7c652b6714
stop jumping down to the bottm on config changes when no font sz changed
2 years ago
Boris Faure
81eb162afd
main: fix "temporary" issue
2 years ago
Boris Faure
a4ba08b8df
main: use a define to clean up code
2 years ago
Boris Faure
49266015c8
Revert "tyls: use eina_fnmatch"
...
This is not available in the released EFL versions that are supported
This reverts commit 4b7abf1e22
.
2 years ago
Vincent Torri
4b7abf1e22
tyls: use eina_fnmatch
...
Reviewers: raster, billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D12264
2 years ago
Carsten Haitzler
cb4e0b2feb
fix 32bit build warnings - some buglets, some just noise
2 years ago
Carsten Haitzler
0195e9b861
smart objects - remember to free smart data
...
fix leak
@fix
2 years ago
Boris Faure
9e3862d943
main: rewrite strings for starting attributes
2 years ago
Alastair Poole
848cc27355
options_font: focus font search entry.
2 years ago
Boris Faure
bf7a4618ee
main: improve translation string
2 years ago
Carsten Haitzler
7568afa8dc
controls - dont "done" more than once in window controls
...
this avoids crashes when some over-zealous people click super-fast on
control buttons.
@fix
2 years ago
Carsten Haitzler
6d7c49db7b
controls - delete hide db when deleting the frame
...
so it doesn't get called again...
2 years ago