discomfitor
2ad1d55e59
only queue smart updates from termio_mouseover_suspend_pushpop when link.suspend is 0
...
almost reviewed-by: billiob
10 years ago
Boris Faure
e45fec3127
try to avoid a race when moving cursor out
10 years ago
Boris Faure
5bf1dd9ca2
now that T441 is fixed, always remove links on MOUSE_OUT
10 years ago
Daniel Juyung Seo
ab982fa9a6
zoom option: tab zoom animation time can go down to zero if users want.
10 years ago
Sebastian Dransfeld
cf19e3f987
Fix define
...
Seems gcc 4.6.3 on ubuntu 12.04 (gcc version 4.6.3 (Ubuntu/Linaro
4.6.3-1ubuntu5)) does not R as define.
error: stray ‘R’ in program
10 years ago
Carsten Haitzler
aef3d275d2
lets reduce the theme color strings in size since there are so many - memory
10 years ago
Boris Faure
b66dc2a3a0
fix CID 1100641 - uninitialized scalar variable
10 years ago
Boris Faure
46839daa9a
fix CID 1100640 - read from pointer after free
10 years ago
Boris Faure
c4366ed2b5
fix CID 1106345 - missing parentheses
10 years ago
Boris Faure
55200014a9
invisible should not show previous underline/strikethrough
10 years ago
Boris Faure
b10714adeb
let me click on link while some strange bug is fixed
...
See T441
10 years ago
Boris Faure
36ba3bf3ed
out coords are -1
...
this fixes some other cases of links not disappearing on mouse out
fixing selection will come later
10 years ago
Carsten Haitzler
6ea8622ecc
make url link disappear on focus change ANd ensure it stays invisible then
10 years ago
Carsten Haitzler
cc0f075b27
make theme auto-reload emit signals to configure stuff properly!
10 years ago
Carsten Haitzler
8eba175742
warning--
10 years ago
Carsten Haitzler
240365b3ea
theme options - make sure current theme is hilighted.
10 years ago
Carsten Haitzler
b0cca8b0df
theme selector - massively improve theme preview to actually preview
10 years ago
Boris Faure
0a53ff6cd1
really remove links
10 years ago
Boris Faure
585ed2c323
fix (some cases about) link still showing up when they shouldn't
10 years ago
Boris Faure
579c64878a
simplify code
10 years ago
Boris Faure
93acca2b23
fix options order
...
"Always open at size" goes with the 2 spinners below
10 years ago
Boris Faure
f539eba7ca
screw terminfo: have a config to decide whether erase is del or backspace
...
One day I'll have to dig into the terminfo/termcap mess :(
Maybe get the O'Reilly book about it…
10 years ago
Boris Faure
ed36063690
set correct mode with fcntl
10 years ago
Boris Faure
8df2ed4c21
compat: fix backspace
...
According to
http://invisible-island.net/ncurses/terminfo.ti.html#tic-xterm-basic ,
xterm sends ^H == \b == 0x08.
10 years ago
Boris Faure
68133d2614
add -2/--256color option to set TERM to xterm-256color
...
Man page was modified accordingly.
10 years ago
Boris Faure
ef543aa753
have a config to choose whether to set TERM to xterm-256color
10 years ago
Boris Faure
02e42a747b
esc: export color_set to its own function
10 years ago
Boris Faure
ac76c0fae2
fix segv when closing terms in splits
10 years ago
Boris Faure
6430b0c494
cleanup app-server code…
...
* should make terminology compile with efl 1.7
* add header guards
* fix prototypes
* remove unused variables
* add some EINA_UNUSED
* prefix global variables with _ and some shadow potential issues
* functions starting with _ should be static
I didn't have a look at the meaning of the code.
10 years ago
José Roberto de Souza
230c484f3f
Implementation of elm_app_server
...
This is disabled by default, and enabled in settings.
Also there a option to automatic restore opened terminals.
10 years ago
José Roberto de Souza
f5687a7e32
Add main_new_with_dir() to enable open a term in a specifc path
10 years ago
José Roberto de Souza
7530e8d304
Add functions to access userfull data and functionally of win, term and split
10 years ago
Boris Faure
efd096b3bd
fix shift tab. Closes T358
10 years ago
Boris Faure
97c2275e8c
improve debug logs
10 years ago
Lucas De Marchi
f8ff064499
Add option to disable drag and drop
...
Enabling drag and drop on a desktop (!touch) is too cumbersome: we
aren't allowed to select part of the link anymore since it would start
the drag and drop operation.
10 years ago
Mike Blumenkrantz
70d71d21a0
use new elm_win_window_id_get to return wayland-compatible surface id: terminology is now wayland-teamwork compatible
10 years ago
Boris Faure
6bfac4be48
forgot to remove some code
10 years ago
Boris Faure
2dc337428a
change theme on every tab/split. Closes T28
10 years ago
Boris Faure
4a79fe43d5
fix focus issue when changing options. Closes #T27
10 years ago
Boris Faure
71d4f155be
change cursor/selection when changing theme
10 years ago
José Roberto de Souza
b140380776
Avoid crash when socket address lenght is bigger than 126
...
Here my socket address:
:0.0.unix:abstract=/tmp/dbus-30Xo0YvOro,guid=c12ee38be195441e0b64c7ff5208e716.383c17da53f7fc81db94ac5f5171b40b-1376315157.910552-1882544957.=unknown=.@unknown@.!unknown!
10 years ago
Boris Faure
a8206c8b03
add some comments, clean-up code
10 years ago
Cedric Bail
44c69c8d31
terminology: let's not recreate timer all over the place for nothing.
10 years ago
Cedric Bail
40c3cedd6a
terminology: let's help the compiler and tell him about this hot spot.
10 years ago
Carsten Haitzler
e8addbac90
don t consider greantpt failure an error, but a warning.
10 years ago
Carsten Haitzler
6c2884bdcb
oops.. , not m
10 years ago
Carsten Haitzler
3a2a58473b
ad erro handling for pty alloc (never seen it fail!)
10 years ago
Boris Faure
e710205122
try to fix some link/selection mess
10 years ago
Boris Faure
d746dccf4a
clicking on links works again
10 years ago
Boris Faure
2c5828f5e2
fix extending selection with shift + double click. Closes T228
10 years ago