summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Defer wayland frame callbacks from empty commitsdevs/derekf/wipDerek Foreman2017-02-222-1/+16
* e mixer module - run pulseaudio if connect failsCarsten Haitzler (Rasterman)2017-02-201-8/+32
* e_client_volume: forget to remove the separatorMichael Bouchaud2017-02-201-1/+3
* e_client_volume: display a control per stream in the popup volumeMichael Bouchaud2017-02-201-0/+217
* e_client_volume: add E_EVENT_CLIENT_VOLUME_SINK handlerMichael Bouchaud2017-02-203-13/+49
* e_client_volume: add sink_name_get API to e_client_volumeMichael Bouchaud2017-02-203-6/+29
* e client mixer - stop messing with mute + volume state just for displayCarsten Haitzler (Rasterman)2017-02-192-9/+16
* luncher: null out the watchter when the watcher is stoppedMarcel Hollerbach2017-02-181-0/+4
* luncher: fix hash table usageMarcel Hollerbach2017-02-181-1/+1
* bump efl minor version check for ecore_drm2 API function usageChris Michael2017-02-171-2/+2
* Batman: Only show unique batteries.Stephen 'Okra' Houston2017-02-171-6/+13
* remove unused variable in e_exec.cChris Michael2017-02-161-1/+0
* Sysinfo Gadgets: Add sysctl/bsd support to the remaining sysinfo gadgets.Al 'netstar' Poole2017-02-1510-4/+537
* e_exec: split up the free of the instanceMarcel Hollerbach2017-02-141-16/+20
* Cpumonitor: Return the correct object.Stephen 'Okra' Houston2017-02-141-1/+1
* modules: temperature: Fix spelling for temperature module.Al Poole2017-02-131-9/+9
* e thumb - fix alignment warning nuisanceCarsten Haitzler (Rasterman)2017-02-121-1/+1
* efm - fix nuisance warning about enlightenmentCarsten Haitzler (Rasterman)2017-02-121-4/+4
* efx - fix unaligned ptr fill that is actually a bugCarsten Haitzler (Rasterman)2017-02-121-2/+6
* tiling module - fix some warnings with casts and alignmentCarsten Haitzler (Rasterman)2017-02-121-6/+6
* e comp - quiet some warnings for casts that are okCarsten Haitzler (Rasterman)2017-02-121-4/+4
* e comp - fix stupid cast to from eina rect* to char* to eina rect* againCarsten Haitzler (Rasterman)2017-02-121-1/+1
* e comp object - fix warning where a void cast is as goos as the old oneCarsten Haitzler (Rasterman)2017-02-121-1/+1
* e mixer pulse backened -f ix warning about use of uninit varCarsten Haitzler (Rasterman)2017-02-121-3/+6
* evry module - fix warning about comparing signed to unsignedCarsten Haitzler (Rasterman)2017-02-122-14/+22
* e desklock logging - fix types for critical error logsCarsten Haitzler (Rasterman)2017-02-121-2/+4
* efm - fix warnings for progress time displayCarsten Haitzler (Rasterman)2017-02-121-1/+1
* e notification - silence alignment warningCarsten Haitzler (Rasterman)2017-02-121-1/+1
* e thumb - silence alignment warning - valid codeCarsten Haitzler (Rasterman)2017-02-121-1/+1
* e comp - wl - add void cast to reduce warningsCarsten Haitzler (Rasterman)2017-02-121-1/+1
* e xsettings - fix warnings about unaligned ptr accessCarsten Haitzler (Rasterman)2017-02-121-11/+27
* e comp x - fix property fetch to use int ptr from the startCarsten Haitzler (Rasterman)2017-02-121-5/+3
* efm ipc - fix unaligned int read on ipc decodeCarsten Haitzler (Rasterman)2017-02-121-1/+1
* e ptr cast via void fix to reduce warningsCarsten Haitzler (Rasterman)2017-02-126-92/+92
* e theme conf config - fix casting char fileds to int ptrsCarsten Haitzler (Rasterman)2017-02-121-2/+2
* e fileman config - fix definite alignment bug with cast char to int ptrCarsten Haitzler (Rasterman)2017-02-121-7/+7
* e ervything md5 code - fix warnings about alignmentCarsten Haitzler (Rasterman)2017-02-122-13/+16
* ignore all non-NORMAL type wl windows in e_placeMike Blumenkrantz2017-02-101-0/+1
* do not use new_client to determine placement-related paths during wl client c...Mike Blumenkrantz2017-02-102-8/+9
* always set E_Client->placed when successfully moving a comp objectMike Blumenkrantz2017-02-101-0/+1
* make client placement eval not dependent on new_client flagMike Blumenkrantz2017-02-101-74/+74
* watch client UNIGNORE hook for adding new tiling clientsMike Blumenkrantz2017-02-101-2/+6
* do not display sr rememebers in remember config dialogMike Blumenkrantz2017-02-101-0/+1
* never return remembers which apply uuid if not looking for sr remembersMike Blumenkrantz2017-02-101-1/+1
* allow new_clients to update their remembersMike Blumenkrantz2017-02-101-1/+0
* watch UNIGNORE hook for hooking window remembersMike Blumenkrantz2017-02-101-0/+5
* unignore wl clients on first commit regardless of buffer attachmentMike Blumenkrantz2017-02-101-1/+1
* use E_Client->changes.size for validating wl client geom during configureMike Blumenkrantz2017-02-101-1/+1
* add client hook for UNIGNOREMike Blumenkrantz2017-02-102-0/+2
* future-proof client hook inlist initializationMike Blumenkrantz2017-02-101-25/+1