Spam Me
e0ccb08d0a
Add german translations
2 years ago
Carsten Haitzler
c8b1077de6
gadcon - fix disabled items... this is a radio and switches a/b/c ...
...
just because an item is not the selected one does not mean it should
be disabled. that is not how radios work. you choose 1 of n menu
items... only items you should NOT select (are not available for
selection) should be disabled.
@fix
2 years ago
Alastair Poole
b413ee5d03
procstats: Handle e_client fullscreen requests.
...
Add an event handler for E_CLIENT_FULLSCREEN. Remove the client,
destroying the popup and icon region.
This resolves the issue where a client fullscreen request would
leave a rogue icon region and popup if switching to full screen
with some applications.
@fix T8996
2 years ago
Carsten Haitzler
e4768d53f0
config - remove duplicate bindings for the same acpi event
...
this is bad - same event does 3 things. dim, undim and show brightness
controls...
@fix
2 years ago
Carsten Haitzler
582cbf8af8
e config - remove upgrade blocks for luncher + sysinfo
...
these are not even around so... dont enable them if going from a very
old cfg
@fix
2 years ago
maxerba
f9b5d44681
Updating french and italian translations
2 years ago
Carsten Haitzler
d24370afb6
touchpad input synaptics - fix tap to click props to work
...
if the driver if synaptics tap to click didnt work. this fixes that.
it didn't get the property values right in the "bitmask" enabling
buttons.
@fix
2 years ago
Carsten Haitzler
7e6736e743
shot - be clear about the shot uploads being unecrypted and available
...
we were clear, but just to be sure - tell people more expicitly that
it's all totally out-there-public data...
2 years ago
Carsten Haitzler
1fe64f8b01
focus action - raise/unshade/uniconify on focus dir/next/prev action
...
it's not right that windows stay shaded, iconified or stacked below
when you use a binding to switch focus like "focus prev" to cycle just
with a plain key. this fixes that
@fix
2 years ago
Carsten Haitzler
ff90c852a7
ptr - fix cursor getting stuck in resize after blanking
...
i now saw this... i don't know why now... and consistently. fixed.
@fix
2 years ago
Carsten Haitzler
19724dc3e8
pointer - null out deleted strings
...
avoids them being accessed incorrectly later
@fix
2 years ago
Carsten Haitzler
bb8874930b
fix more unfullscreen clicker/toggle when window is small...
...
another codepath for the fullscreen flicker bug via the job handler
@fix
2 years ago
Carsten Haitzler
1051c77d31
fix fullscreen flicker/toggle when window is small and we get mouse out
...
we get a spurious mouse out if your window is small then told to go
fullscreen which then causes in ponter focus a unfocus event which
causes e to restore window to its non-fulscreen mode which then may
cause a mouse in again if mouse is positioned right which causes a "go
fullscreen now again" and so on... fix this and ignore that mouse out
right after going fullscreen.
@fix
2 years ago
Carsten Haitzler
f81387470f
xkb - use new feature to ignore just xmodmap changes
...
this avoids e re-setting kbd layouts on just "xmomdmap" changes. needs
new feature in efl slated for efl 1.27
2 years ago
Carsten Haitzler
5d430a3fa6
qrt bug workaround - qt does not remove WM_STATE when withdrawing
...
as per icccm - client should remove WM_STATE when withdrawing... and
qt relies on WM_STATE to know if it re-show a window - the property
it itself refused to remove...
2 years ago
Carsten Haitzler
6f59af7e9f
winlist - fix 0 item lenth rows - have at least 1 item
...
this fixes winlist large mode sometimes losing windows in the view.
@fix
2 years ago
Alastair Poole
0fc17828f6
procstats: fix popup state on maximize/unmaximize
2 years ago
Carsten Haitzler
9e23feb482
comp - fix event shape to account for txt/texblock and img properly
...
@fix
2 years ago
Carsten Haitzler
6bdd1abbe2
comp - fix shapoe event to skip clippers
2 years ago
Simon Lees
3331e87184
Tasks: choose a readable default preview size.
...
The preview at 32px is practically unreadable 240px is probably
a much more sensible default value
2 years ago
Carsten Haitzler
6dac5c5cd0
remove unused var.
2 years ago
maxerba
d61b06aa77
Updating french and italian translations
2 years ago
Carsten Haitzler
fd7b1e4b37
overlay resize regions - properly sety shape rects to account for them
...
e didn't set shape rects for input overflow areas for the resize
handles in theme to work on top of other clients and client areas.
this should make that all work now and make the resize handle area
bigger than it actually looks.
@fix
2 years ago
Carsten Haitzler
bffe5a426c
notification - get rid of useless appendix code...
...
themes have supported notification for as logn as e17 was released
so remove useless "appendix" of code that handles if it isnt.
2 years ago
maxerba
8368850157
Updating french translation
2 years ago
Carsten Haitzler
12cbf43ae2
pkgkit - count pkgs total in gadgets
...
@fix
2 years ago
Carsten Haitzler
e8c5e18fdf
deskmirror - donbt show iconified windows
...
@fix
2 years ago
Carsten Haitzler
2eb76774ef
build - fix cc.links for bsd case to use args not link args
...
@fix
2 years ago
Carsten Haitzler
6ed1e61996
focus - fix some lingering mis-focus issues
...
finally fix T8980 (i hope)
@fix
2 years ago
Carsten Haitzler
b4a05429d0
modules - add procstats to whitelist
2 years ago
Carsten Haitzler
93fa4e6393
pager - don't keep building up more popups on popups on switches
...
re-use the existing popup and stop stacking more and more.
@fix
2 years ago
Carsten Haitzler
6fe4d9c9b7
efm - recent - fix up mis-sorting on re-load and make icons better
...
was missing thumbnails - now do them. fix re-sorting of items weirdly
on re-load later.
@fix
2 years ago
Marcel Hollerbach
349acb214d
e_client: fix more focus weirdness
...
parent should be raised, even though it is not the modal.
2 years ago
Carsten Haitzler
18a86f2f64
efm - do same mime lookup method as efm in recents menu
...
@fix
2 years ago
Carsten Haitzler
aa93a66b5f
desklock settinghs - fix kbd layout list to fill vert
...
@fix
2 years ago
maxerba
244e479bc3
Updating french and italian translations
2 years ago
Carsten Haitzler
cef95a0189
shot - reset cnp flag once cnp'd
...
otherwise we segv assuming we are doing cnp still and access a null
cnp_file.
@fix
2 years ago
Carsten Haitzler
ea97371770
focus out - ignore all ungrabs as we unfocus a window that should be
...
this fixes a boundary case on mouse ungrabs
@fix
2 years ago
Carsten Haitzler
921f5208e7
xkb config - fix segv on close advanced mode dialog
...
didnt remove the lists with del callbacks that accessed the cfdata
struct to set lisrts to null on del before cfdata was freed...
callback hell. yay.
@fix
2 years ago
Christopher Michael
6d2b5e9144
e_about: Update copyright year
2 years ago
Carsten Haitzler
b84fc34d08
bz5 - dont ping devices on unpowered adapter
...
@fix
2 years ago
Carsten Haitzler
dcc02e3bd2
notification - fix shadow around extra notifications when all shown
...
if you show notifications on all screens the extra ones not on the
current screen get a shadow - this is wrong. this fixes that
@fix
2 years ago
Carsten Haitzler
264b59c42f
gesture - add an option to turn it all on or off
...
so - some people have issues if we open devices. why... i don't know,
but add an option to toggle this and be conservative and have it off
by default
@fix
2 years ago
Carsten Haitzler
29e1a12da3
backlight - add option for ddc to work or not
...
just because libddcutil is installed doesnt mean someone always wants
backlight on monitors controlled, so allow an option.
2 years ago
Carsten Haitzler
58462390be
ibar - emit left/right a;ign if gadcon is left/right vertical
...
@fix
2 years ago
Carsten Haitzler
f615a2120d
theme - ibar/ibox label overlay - properly align with text min size
...
@fix
2 years ago
Carsten Haitzler
6ad07d07c2
fileman - fix favorites to scale
...
@fix
2 years ago
Carsten Haitzler
b6da0ac873
bluez5 - dont need the force conenct option it seems - cant find a need
...
if connected AND trusted it should conenct again next time you power
them on etc. ... so .. let's remove extra option cruft we seemingly
don't need - less confusion for users
@fix
2 years ago
Marcel Hollerbach
f7708c6e74
focus: leave frame focus setting here
...
that might cause bugs, however, everything else might end up in a
endless recursion.
2 years ago
Carsten Haitzler
47767cf645
bluez mod - on unload deregister gadcon class
...
fix leak of this class on unload.
@fix
2 years ago