summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove input-only client fastpath to resize crashesdevs/discomfitor/wipMike Blumenkrantz2017-09-221-9/+0
| | | | ref T6023
* do not perform client moves during comp updatesMike Blumenkrantz2017-09-221-1/+1
| | | | | | this can trigger zone changes, which triggers resizes, which is bad ref T6023
* fix meson wayland-only detection when xwayland is enabledMike Blumenkrantz2017-09-221-1/+1
|
* fix typo in finding chmod meson scriptMike Blumenkrantz2017-09-211-1/+1
| | | | ref d70ab09a4a769b07527b56332618ab2b9a0326e2
* require efl 1.20.4+Mike Blumenkrantz2017-09-212-3/+3
|
* move meson-chmod.sh into meson/Mike Blumenkrantz2017-09-213-2/+2
|
* add fd passing to aux hints protocolMike Blumenkrantz2017-09-215-9/+81
|
* add action router action to route specific key presses to specified clientsMike Blumenkrantz2017-09-211-0/+48
|
* add a client parameter to wl key down/up event processing functionsMike Blumenkrantz2017-09-213-10/+8
| | | | if passed, send the event to the specified client
* store the currently active key binding as an accessible variableMike Blumenkrantz2017-09-211-0/+6
|
* make e_bindings_modifiers_from_ecore() an externally usable functionMike Blumenkrantz2017-09-212-7/+7
|
* don't perform zone updates on client resizeMike Blumenkrantz2017-09-211-1/+0
| | | | | | zone updates should probably only happen on client moves, not resizes ref T6023
* e menu: Fix missing realize when using key-activation to the right.Chidambar Zinnoury2017-09-191-0/+1
| | | | See commit 474463ef6ca7a27084caa2e3c7b2702461c4c734, SVN r39698.
* meson: wizard also link_with hereMarcel Hollerbach2017-09-191-1/+2
|
* tiling - ensure notification struct is 0'd before useCarsten Haitzler (Rasterman)2017-09-191-0/+1
| | | | | | this should fix the last 3 crashdumps reported in T6023 @fix
* e about: Year++.Chidambar Zinnoury2017-09-181-1/+1
|
* e remote: Fix script’s execution rights.Chidambar Zinnoury2017-09-181-0/+0
|
* meson: wl_drm uses elputMarcel Hollerbach2017-09-181-0/+2
|
* meson: teamwork uses emileMarcel Hollerbach2017-09-181-0/+2
|
* meson: specify that modules have unresolved apisMarcel Hollerbach2017-09-181-2/+4
| | | | those are presented when they are loaded into e
* remove fdo interfaces from music control dbus xmlMike Blumenkrantz2017-09-151-26/+0
|
* fix meson wayland build without drmMike Blumenkrantz2017-09-151-1/+1
|
* avoid div by 0 in gadget layoutMike Blumenkrantz2017-09-151-1/+1
| | | | CID 1381165
* remove futile null checkMike Blumenkrantz2017-09-151-6/+3
| | | | CID 1381166
* fix clickable edge binding activation with other mouse buttonsMike Blumenkrantz2017-09-141-1/+1
| | | | | | | check for the button specified in the binding, not whether the event contains a click fix T4510
* flag zone/edge mouse binding activation with ON_HOLDMike Blumenkrantz2017-09-141-8/+19
| | | | ensure multiple bindings aren't triggered by the same event
* handle unmovable gadgets in gadget move actionMike Blumenkrantz2017-09-141-1/+7
| | | | | | | a gadget which refuses to create a duplicate of itself can be considered immobile fix T5998
* block recursive mouse eventing in bryce action handlersMike Blumenkrantz2017-09-141-0/+3
| | | | | ensure that only the outermost event adds a post callback to avoid triggering actions multiple times
* add some hidden boxes to use as gadget popup hover parentsMike Blumenkrantz2017-09-141-1/+41
| | | | | | | boxes get resized with zone useful geometry to ensure the content is always on screen and visible fix T5945
* hide clients again after show in idler if clients are on hidden deskMike Blumenkrantz2017-09-141-0/+2
| | | | | | | | clients need initial show to correctly handle mirror visibility but should then be hidden again ref 0ee8cc896ef424ff86ada16d6679a3fda2ee154f fix T6024
* use EC_CHANGED when setting changed flag in client idlerMike Blumenkrantz2017-09-141-1/+1
|
* install session files conditionally based on the available session typesMike Blumenkrantz2017-09-132-4/+14
|
* install wayland session fileMike Blumenkrantz2017-09-139-15/+23
| | | | fix T4885
* unset release modeMike Blumenkrantz2017-09-132-20/+20
|
* 0.22.0-alpha NEWS updatesv0.22.0-alphaMike Blumenkrantz2017-09-131-0/+2229
|
* 22.0-alpha releaseMike Blumenkrantz2017-09-132-20/+20
|
* resolve desktop spec issues with emixer.desktopMike Blumenkrantz2017-09-131-1/+2
| | | | fix T5076
* e start - fix path prepend/append if already in path assuming clueCarsten Haitzler (Rasterman)2017-09-131-4/+58
| | | | | | | | | | | | | | | | | | | | | " I have a directory at the head of my PATH that contains alternate versions of command line utils like grep, ls, etc., but E puts /usr/bin ahead of it, overriding my tools of choice with the system defaults. If my understanding is correct, the only way currently to have directories that E prepends to your PATH appended instead is to use -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it. I'd like to see a more sane option if there isn't one already. Alternatively, I wonder if it wouldn't be a better idea to only prepend directories to PATH if they aren't already contained within it--thereby preserving the user's desired search order. " this should fix T5953 @fix
* pkgkit unknown string - fix typoCarsten Haitzler (Rasterman)2017-09-131-1/+1
| | | | reported by scootergrisen
* revert gadget ctxpopup autopositioning attemptsMike Blumenkrantz2017-09-121-61/+5
| | | | | | | I don't think this method would ever have worked reliably This reverts commit 6f1b75e87b886de60c57361b0b6dc08d9a7ed963. This reverts commit 84e999f5f334aeeab8ff84d7f622b01d668bf181.
* handle gadget site layout when last gadget in site is a spacerMike Blumenkrantz2017-09-121-0/+1
|
* bump efl version reqs to 1.20.3Mike Blumenkrantz2017-09-122-3/+3
| | | | this will need to be 1.20.4 soon
* add/use helper function for rescaling individual clientsMike Blumenkrantz2017-09-124-15/+23
| | | | | | in any case where client needs to be rescaled to use new screen geometry certain things must happen, such as handling shaded state and forcing the new geometry to be applied
* handle shade <-> unshade toggling in same frameMike Blumenkrantz2017-09-121-19/+31
| | | | | | this should result in a no-op instead of a fail-op fix T6006
* use animator del function to delete comp object animatorsMike Blumenkrantz2017-09-121-4/+4
|
* always hide wireless non-wired icons in gadget if wired connection existsMike Blumenkrantz2017-09-121-8/+11
| | | | | the most common use case when using a wired connection is to not also be using a wireless connection
* make spacer gadgets smarter when multiple spacers existMike Blumenkrantz2017-09-121-6/+85
| | | | | | | * ignore consecutive spacers * attempt to size/fill consistently based on occupied space fix T5973
* Pager gadget config: Don't add icon to an evas, add it to an elm widget.Stephen 'Okra' Houston2017-09-121-1/+1
| | | | This fixes T5952
* Update netstatus in/out in the same file read. Fix cpufreq to use powersave ↵Stephen 'Okra' Houston2017-09-125-99/+65
| | | | again.
* e powerszve - fix sleep timeout for select to be correctCarsten Haitzler (Rasterman)2017-09-121-3/+4
| | | | | bad inverse fmod and using int not double first before converting to microseconds...