Elyes HAOUAS
7071faca6c
e_mmx: & evry: Remove unneeded white spaces
...
Remove unnecessary white spaces
Differential Revision: https://phab.enlightenment.org/D11779
3 years ago
Elyes HAOUAS
153f479d3f
tree-wide: fix typos all over the place
...
Fix some typos
Differential Revision: https://phab.enlightenment.org/D11778
3 years ago
Alastair Poole
8d72d36246
e_conf_env: Display variable and assignment.
...
When setting a custom environment variable display the variable
name and the value in NAME=VALUE format within the UI list. If
the value string is long then use an ellipsis. Adds some clarity.
3 years ago
Carsten Haitzler
9cb83899b4
gadcon - defer resize handling in a job to speed up startup
3 years ago
Carsten Haitzler
567b12ab06
tiling - untrack clients we have restored
...
this should fix a crash on shutdown and other related issues where
tiling may still watch after it's released a window.
@fix
3 years ago
Carsten Haitzler
306632a21c
e menus - dont double unref/free a menu
...
e_menu_item_submenu_set() already unrefs the previous submenu...
3 years ago
Carsten Haitzler
a310999640
shelf - debug printf remove
3 years ago
Carsten Haitzler
8392fc4769
emix - fix symbols to point to correct extern sym
3 years ago
Carsten Haitzler
811e4240b6
shelf - fix off-by one added in previous fix to invisible shelf
3 years ago
Carsten Haitzler
01f710335a
e order - do null check for path and return before alloc of obj
...
fix coverity CID 1428757
3 years ago
Carsten Haitzler
9c85c91b4e
emixer - dont mul by elm scale - toolbar does this
3 years ago
Alastair Poole
fbf077380e
emixer: Let toolbar scale.
...
As we scale, toolbar icons scale.
3 years ago
Carsten Haitzler
e3b909538c
shelf content change handle - only show again if hidden bc its a shelf
3 years ago
Carsten Haitzler
a99bb0e179
fix errant connman dialog on connman mod shutdown
...
fix T8697
@fix
3 years ago
Carsten Haitzler
65d7830aae
gadcon config - show shelf again if hidden on content del
3 years ago
Carsten Haitzler
678103c73b
cpufreq - handle multiple instances right....
...
don't double free...
@fix
3 years ago
Carsten Haitzler
83369e331a
whitespace fix
3 years ago
Carsten Haitzler
73a754a411
shelf - fixup initial layout with workaround fixup
...
this is complicated ... but a confluence of zoomap original geom vs
transformed geom etc. ... things go wrong. this does a fixup to ensure
they go right...
@fix
3 years ago
Carsten Haitzler
8489a96a23
rememebers - make relative to zone useful geom for diff screen setup
...
if on some screens you have shelves eating up useful geometry then
window position can be off/wrong. this fixes this to use the zone
useful geom as the baseline.
@fix
3 years ago
Carsten Haitzler
cbca5fa3f3
tasks - apply min size to icon only mode too
3 years ago
Carsten Haitzler
ead3991e3f
e order - bring back handling desktop files in dirs as well as .order
3 years ago
Carsten Haitzler
9d289d73c1
0.24 - prepare dotting i's and crossing t's for 0.24 alpha 1
3 years ago
Carsten Haitzler
33dfe6899c
menus - ensure submenus deacivate when parent does
3 years ago
Carsten Haitzler
bab2b503f6
setuid setup - move to single shared file to stop cnp of code
3 years ago
Carsten Haitzler
48bcb8d0b3
e comp - shape rects - handle logic hol where num > 0 but rects is null
...
don't fall in this hole and crash...
3 years ago
Carsten Haitzler
81d8a1351d
efm - upgrade thumbs to 256x256
3 years ago
Carsten Haitzler
d428726382
comp - commented out debug for later use
3 years ago
Carsten Haitzler
38f9b6861f
menus - allow them on fullscreen windows if they are not override
3 years ago
Carsten Haitzler
2ae006cfbd
e system - spew out unique exit codes we can then show dialogs for
...
tell the user all the possible exit reason we know about for
enlightenment_system.
3 years ago
Carsten Haitzler
a999bdcdf3
e sys - dont faade backlight on logout or exit
3 years ago
Christopher Michael
194f1c77b5
e_system_main: Fix resource leak
...
Coverity reports a leak here because we are not closing the previously
opened file. Fix that.
fixes CID1427985
3 years ago
maxerba
2305f7a273
Updating french and italian translations
3 years ago
Carsten Haitzler
9d3b32f68b
shot - reset crop every time not only if params are passed
3 years ago
Carsten Haitzler
8157253032
e - rememebr - fix resolution change re-shuffle for remembers
...
this kind of broke along the way. re-fix it to work again.
@fix
3 years ago
Carsten Haitzler
3d413eea68
fix menus to jump content onto screen better without side-effects
...
fixes T8680
@fix
3 years ago
Carsten Haitzler
ffa60c9345
e bg - make anim gifs work again
3 years ago
Carsten Haitzler
5852c17c2e
e bg - fix blurred non-edj wallpapers
3 years ago
Carsten Haitzler
785219f3c6
efm nav menu - fix to not count filtered out and dotfiles in count
3 years ago
Carsten Haitzler
7227173169
e comp x - debug and correct mask handling for configure requests
3 years ago
Carsten Haitzler
91c003100e
e system - allow the per system permit/deny rules to work
3 years ago
Carsten Haitzler
3d490704ca
e system - check chdir return
...
chdir to / will never fail... it's the root dir.. but let's make
coverity happy.
fix CID 1425454
3 years ago
Carsten Haitzler
273ec41687
e actions - handle params not being provided by user bindings
...
fix CID 1425456
3 years ago
Carsten Haitzler
089051af9e
e system main - check getgrid return like elsewhere to maake cov happy
...
fix CID 1425457
3 years ago
Carsten Haitzler
8bf18495f4
bz5 mod - fix coverity warning about scanf
...
while this will never be a problem as its internal messages that are
well formatted... this does make coverity happy
fix CID 1425458
3 years ago
Carsten Haitzler
21ec506dfd
randr - provide dialog telling the user they have no screens
...
this shouldn't be a state to find yourself in... so let the user know
they are in that broken state with a dialog.
3 years ago
Carsten Haitzler
2b452e5db1
e - avoid segv's when zero screens are configured
...
at least backlight won't be applied now...
3 years ago
Carsten Haitzler
d8130a741c
e sys storage - disable it effectively by failing all devices
...
all devices will fail the check for now as i have no filter to only
check for block + removable devices etc.
fixes T8672
3 years ago
Carsten Haitzler
800ff4e24f
e sys store - unmount verify its root and right username
...
also check for relative paths, shell metachars etc.
fixes T8671
3 years ago
Carsten Haitzler
dfed5c2718
e sys storage - also address media dirs to have to be user named
...
only allow media dirs to be /media/username/xxx ...
fixes T8672
3 years ago
Carsten Haitzler
0c79c6317b
e sys store - make it all root owned for meda mount dirs
...
fixes T8670
3 years ago