Carsten Haitzler
5ce8d65020
shot - make initial size fit as best as possible and be big
1 year ago
Carsten Haitzler
f098843f01
lokker - remove extra ptr pop that doesnt seem needed - fix blanking ptr
1 year ago
Carsten Haitzler
01ff5b2958
paledit - make the major colors uses bigger 4x4 items in pal thumb
1 year ago
Carsten Haitzler
03f6b0bfe6
settings - add a palette entry under look and in main menu for shortcut
...
now paledit is where you'd expect it in settings
1 year ago
Carsten Haitzler
07274b9495
e transitions - add theme anim duration multiplier setting
...
this is a universal knob for "make those transtions faster". set it ot
0 and edje animations will essentially stop and be instant (take 0
time). if set to 1 - they will go at "theme defined", 2.0 == take
twice as long etc. ... so for people who want "things to go faster"
slid this down to where you like it. they dont actually go faster... e
goes just as fast - just some transtion takes less time (fewer
frames)... :) this has been in elm and edje for a long time but this
makes the setting obvious to find.
1 year ago
Carsten Haitzler
901ad50f25
e wp gen - use threads to speed up encode of wp edj file
1 year ago
maxerba
da57d62f37
Translated strings for french, italian and portuguese
1 year ago
Carsten Haitzler
726bcf194d
fprint - fix thumb and little finger swap on right hand in both hands
1 year ago
Carsten Haitzler
cb0090e051
fprint - fix index and ring finger on right hand both - they got swapped
1 year ago
Carsten Haitzler
88d66f3ed7
paledit - fix main window ot be named main
1 year ago
Simon Tischer
60eb60aa75
add e-fprint-gui to e
...
Summary:
add e-fprint-gui to e
e-fprint-gui is a frontend for fprint (Fingerprint Config)
you can enroll/delete/verfiy fingerprints.
http://www.enlightenment.org/ss/display.php?image=e-6180733de57892.39469053.jpg
Reviewers: devilhorns, raster, bu5hm4n, morlenxus
Subscribers: cedric, zmike
Tags: #enlightenment-git
Differential Revision: https://phab.enlightenment.org/D12305
1 year ago
Carsten Haitzler
1b02c4c6ab
connman gadget popup - fix sizing to scale better
1 year ago
Carsten Haitzler
fc5ec2b00c
virtual desktop bgpreview - dont do min size so we loop forever
...
this fixes T8968
@fix
1 year ago
Carsten Haitzler
8edf2fc0a3
e start - force stdout/err to go to specific log files
...
~/.e-log.log is now the stdout/err from e and child processes. finally
it always goes to a single known file. always. e will rename the old
old ~/.e-log.log.old on start - e_start handles this before it execs e.
1 year ago
Carsten Haitzler
86dd52026a
e start - make e exit with parent when possible
...
also clean up some formatting
1 year ago
Carsten Haitzler
422b757080
e start - remove valgrind run infra - i don't see people using it
...
also it seems to have broken. simplifying e start to flesh it out in
more useful ways for more people
1 year ago
Carsten Haitzler
98ebe14ffd
e start - clean out some unused junk in code and output
1 year ago
Carsten Haitzler
662caef984
e - shape input - dont change/reset shape input on override wins
...
this will wipe out what the client set - this is valid for managed
clients only, not override windows.
this fixes teams and its big fullscreen sized window eating up events.
@fix
1 year ago
Christopher Michael
de1cd33e75
e_bindings: Minor formatting fixes
...
NB: No functional changes
1 year ago
Marcel Hollerbach
d28c105c99
e_main: shutdown e_dnd before comp
...
otherwise we are crashing as e_comp is freed by that time.
1 year ago
Marcel Hollerbach
e64e7d77c6
music-control: do not crash when no config is selected
...
this is a fresh config crash.
1 year ago
Carsten Haitzler
3bfb563679
paledit - add undo/redo with escape as undo
...
now you can rescue yourself from badness...
1 year ago
Carsten Haitzler
c3189d60e7
paledit - add a bunch of tooltips to help the UI
1 year ago
Carsten Haitzler
1166e4e7ed
paledit - make del button become reset if there is a shadow sys pal
1 year ago
Carsten Haitzler
921e379155
paledit - use new api's to list available cc's
...
this makes paledit friendlier
still things to do:
1. reset a palette (rm the user copy)
2. undo/redo
3. tooltips
1 year ago
Carsten Haitzler
356d2a6428
ibar - go back to a traditional del timer/add dimer and no reset model
...
for mousover menu show... as per the subject
1 year ago
Marcel Hollerbach
28b0ce28ac
e_bindings: do not crash when action is not found
1 year ago
Carsten Haitzler
b8dacd7087
e exec recent files - filter out files that don't exist at some points
...
if files do not exist anymore, then filter them out.
1 year ago
Carsten Haitzler
c63b005b92
e - exec - recent - fix loading of prevous recent data on append first
1 year ago
Carsten Haitzler
8b16ea75a0
efm - add a rfecent files menu (up to 30) wirth minimal mime icons
...
efm now tracks the most recent 30 files opened with timestamps in
100th of a second and a menu with these recent files under
main menu -> navigate ... the icons are plain mime type icons and not
thumbnails as the efm code isnmt really usafle to create icons in
menus without a lot of work. something to keep in mind for the redo of
efm... :)
at least you can easily access recently opened files with efm now :)
@feat
1 year ago
Carsten Haitzler
c7999bb789
protect against possible junk fullscreen windows in list
2 years ago
Carsten Haitzler
36dac31c8f
mixer - add some more device icons
2 years ago
Carsten Haitzler
32255d0122
e - fix a null csd property on a ssd x win - new chrome does odd things
...
new chrome versions now set a CSd gtk property of 0 0 0 0 on
windows.... but set it later on thus confusing e into seeing
information changes for csd frame insets for a window that has no csd
frame but is ssd! this drops into a logic hole of "this shouldn't
happen" and weird stuff does happen. avoid this weirdness and just
assume a ssd window as normal then.
@fix
2 years ago
Carsten Haitzler
c9070fc03f
add details to error complaint of setting csd frame on ssd win
2 years ago
Carsten Haitzler
ac70f6ce26
tasks - handle shutdown case with still existing clients in list
...
avoid accessing possibly freed/deleted clients in the case of a clean
shutdown if clients still exist.
@fix
2 years ago
Carsten Haitzler
4cd3bb45c4
convert a whole lot of CRIs to ERRs that will not be useful with aborts
2 years ago
Carsten Haitzler
f8d8d82d34
temp - we free sleeper in the cthread cancel cb
2 years ago
Alastair Poole
572955d2e5
procstats: revert dont dont block.
...
load/unload.
2 years ago
Alastair Poole
fd42187935
procstats: shutdown dont wait.
...
Don't block.
2 years ago
Alastair Poole
1f6ab7d860
procstats: name and feedback thread.
...
Struggled to read my own code. This seems clearer now.
2 years ago
Carsten Haitzler
664b44631d
procstats - make use of gadget nicely
2 years ago
Carsten Haitzler
c794168da6
procstats - dont leak objects - was not even needed
2 years ago
Alastair Poole
4fd87f338e
procstats: delete don't dismiss.
...
Don't animate and less cleanup needed...also leak.
2 years ago
Alastair Poole
79a15be294
procstats: check null return / ptr.
2 years ago
Carsten Haitzler
5d3f6ad594
e utils - delayed dia del - try avoid multiple entries
2 years ago
Carsten Haitzler
59753eab23
e util - set idler to null first in case some del func hook adds it back
2 years ago
Carsten Haitzler
8095472f5d
e util - fix leak - someone forgot to free their iterator
2 years ago
Carsten Haitzler
3e691525eb
e util - handle empty array when clearing out the current dialog
...
missed having no array...
2 years ago
Alastair Poole
94ceea2a74
procstats: use after free.
...
Don't set callbacks on objects that persist longer than module.
Delete safely.
2 years ago
Carsten Haitzler
47aaa31886
e utils - ensure the delays dialog array does not have refs to freed dia
2 years ago