summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* focus out - ignore all ungrabs as we unfocus a window that should beCarsten Haitzler (Rasterman)2022-01-211-1/+3
* e_about: Update copyright yearChristopher Michael2022-01-201-1/+1
* gesture - add an option to turn it all on or offCarsten Haitzler (Rasterman)2022-01-184-9/+32
* backlight - add option for ddc to work or notCarsten Haitzler (Rasterman)2022-01-173-2/+12
* theme - ibar/ibox label overlay - properly align with text min sizeCarsten Haitzler (Rasterman)2022-01-171-1/+1
* focus: leave frame focus setting hereMarcel Hollerbach2022-01-091-1/+1
* focus: do not revert to another client when client is unfocusedMarcel Hollerbach2022-01-094-8/+11
* e focus - volume - dont allow obj focus that disturbs the rest of eCarsten Haitzler (Rasterman)2022-01-091-0/+1
* Updating french and portuguese translationsmaxerba2022-01-091-2/+2
* e focus - fix previous commit segv on no windows leftCarsten Haitzler (Rasterman)2022-01-071-0/+8
* add forgotten header defineMarcel Hollerbach2022-01-061-0/+1
* e_client: revert focus instead of setting it to NULLMarcel Hollerbach2022-01-062-7/+8
* e_icon - switch from edj/std icon to custom img file properlyCarsten Haitzler (Rasterman)2022-01-051-0/+1
* e - border list - fix list to filter volume outCarsten Haitzler (Rasterman)2021-12-311-1/+17
* gesture - vm (vbox) detect hack to work around xorg no display bugCarsten Haitzler (Rasterman)2021-12-301-0/+33
* windows - netxcloud app - fix constant show/hide cyclesCarsten Haitzler (Rasterman)2021-12-281-0/+1
* e_pointer: improve overallMarcel Hollerbach2021-12-171-0/+25
* do not crash when context is NULLMarcel Hollerbach2021-12-171-0/+2
* paledit - make the major colors uses bigger 4x4 items in pal thumbCarsten Haitzler (Rasterman)2021-11-241-4/+67
* e wp gen - use threads to speed up encode of wp edj fileCarsten Haitzler (Rasterman)2021-11-211-1/+1
* Translated strings for french, italian and portuguesemaxerba2021-11-161-0/+6
* fprint - fix thumb and little finger swap on right hand in both handsCarsten Haitzler (Rasterman)2021-11-151-4/+4
* fprint - fix index and ring finger on right hand both - they got swappedCarsten Haitzler (Rasterman)2021-11-151-4/+4
* paledit - fix main window ot be named mainCarsten Haitzler (Rasterman)2021-11-141-1/+1
* add e-fprint-gui to eSimon Tischer2021-11-1465-0/+4998
* virtual desktop bgpreview - dont do min size so we loop foreverCarsten Haitzler (Rasterman)2021-11-121-9/+3
* e start - force stdout/err to go to specific log filesCarsten Haitzler (Rasterman)2021-11-111-6/+42
* e start - make e exit with parent when possibleCarsten Haitzler (Rasterman)2021-11-111-33/+32
* e start - remove valgrind run infra - i don't see people using itCarsten Haitzler (Rasterman)2021-11-111-169/+25
* e start - clean out some unused junk in code and outputCarsten Haitzler (Rasterman)2021-11-111-54/+1
* e - shape input - dont change/reset shape input on override winsCarsten Haitzler (Rasterman)2021-11-091-4/+7
* e_bindings: Minor formatting fixesChristopher Michael2021-11-061-6/+5
* e_main: shutdown e_dnd before compMarcel Hollerbach2021-11-021-1/+1
* paledit - add undo/redo with escape as undoCarsten Haitzler (Rasterman)2021-11-016-2/+427
* paledit - add a bunch of tooltips to help the UICarsten Haitzler (Rasterman)2021-10-313-3/+22
* paledit - make del button become reset if there is a shadow sys palCarsten Haitzler (Rasterman)2021-10-311-12/+32
* paledit - use new api's to list available cc'sCarsten Haitzler (Rasterman)2021-10-312-35/+296
* e_bindings: do not crash when action is not foundMarcel Hollerbach2021-10-171-0/+4
* e exec recent files - filter out files that don't exist at some pointsCarsten Haitzler (Rasterman)2021-10-151-1/+21
* e - exec - recent - fix loading of prevous recent data on append firstCarsten Haitzler (Rasterman)2021-10-151-30/+32
* efm - add a rfecent files menu (up to 30) wirth minimal mime iconsCarsten Haitzler (Rasterman)2021-10-092-0/+162
* protect against possible junk fullscreen windows in listCarsten Haitzler (Rasterman)2021-10-042-5/+8
* e - fix a null csd property on a ssd x win - new chrome does odd thingsCarsten Haitzler (Rasterman)2021-09-231-6/+28
* add details to error complaint of setting csd frame on ssd winCarsten Haitzler (Rasterman)2021-09-231-1/+1
* convert a whole lot of CRIs to ERRs that will not be useful with abortsCarsten Haitzler (Rasterman)2021-09-123-29/+16
* e utils - delayed dia del - try avoid multiple entriesCarsten Haitzler (Rasterman)2021-09-061-15/+34
* e util - set idler to null first in case some del func hook adds it backCarsten Haitzler (Rasterman)2021-09-061-1/+1
* e util - fix leak - someone forgot to free their iteratorCarsten Haitzler (Rasterman)2021-09-061-0/+1
* e util - handle empty array when clearing out the current dialogCarsten Haitzler (Rasterman)2021-09-061-2/+4
* e utils - ensure the delays dialog array does not have refs to freed diaCarsten Haitzler (Rasterman)2021-09-051-7/+10