summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "e - wayland - fix double-resize if e wants a different initial size"Mike Blumenkrantz2017-02-103-48/+27
* fix return code checking for errors when generating wl key eventsMike Blumenkrantz2017-02-101-2/+2
* add wl_buffer output moduleMike Blumenkrantz2017-02-105-0/+79
* more correctly handle dnd completion for wlMike Blumenkrantz2017-02-101-30/+24
* simplify _e_comp_wl_data_device_drag_finished() slightlyMike Blumenkrantz2017-02-101-41/+41
* move wl data device focus-change handling to data device leave() fnMike Blumenkrantz2017-02-101-11/+14
* add specific handling for xwl cursor unsetting on mouse-out to ssdMike Blumenkrantz2017-02-101-2/+11
* reset compositor pointer cursor if wl surface destroy is the current cursorMike Blumenkrantz2017-02-101-0/+8
* Revert "attempt to re-set wl surface pointer when popping back to "default" p...Mike Blumenkrantz2017-02-101-10/+1
* force mouse-out on wl clients during delete if mouse.in is setMike Blumenkrantz2017-02-101-0/+2
* only unset current pointer cursor object if new one is being setMike Blumenkrantz2017-02-101-4/+8
* start xwayland process 2.0s after module loadMike Blumenkrantz2017-02-101-1/+2
* ref clients during exe_inst deletion to avoid invalid access after freeMike Blumenkrantz2017-02-102-3/+6
* plug list leak in luncherMike Blumenkrantz2017-02-101-1/+4
* remove E_Config->desktop_default_nameMike Blumenkrantz2017-02-104-10/+5
* wrap time module strftime calls more loosely when disabling -WflagsMike Blumenkrantz2017-02-101-2/+2
* add note in doc for "gadget_destroyed" callback re: callback orderingMike Blumenkrantz2017-02-101-0/+2
* remove callback for "gadget_destroyed" in pagerMike Blumenkrantz2017-02-101-12/+0
* remove del callbacks for xkbswitch list config objectsMike Blumenkrantz2017-02-101-10/+17
* simplify xkbswitch rule parsing, ensure resource freeingMike Blumenkrantz2017-02-101-8/+2
* Luncher/Batman: Don't access an invalid icon structure.Stephen 'Okra' Houston2017-02-104-5/+31
* Replace some ecore_time_get users with ecore_loop_time_getDerek Foreman2017-02-102-3/+3
* Use an event rect to better handle mouse events in cpumonitor.Stephen 'Okra' Houston2017-02-102-14/+45
* sysinfo gadget: remove frames in popupsDave Andreoli2017-02-104-68/+63
* Sysinfo Gadgets: Allow for vertical themes for all sysinfo gadgetsStephen 'Okra' Houston2017-02-104-8/+32
* Sysinfo gadgets: Prevent info popup from getting stuck.Stephen 'Okra' Houston2017-02-104-30/+7
* Batman - Don't destroy the popup on hide.Stephen 'Okra' Houston2017-02-101-4/+4
* Remove tests for wayland damage_buffer presenceDerek Foreman2017-02-101-9/+1
* e - wayland - fix double-resize if e wants a different initial sizeCarsten Haitzler (Rasterman)2017-02-103-27/+48
* enlightenment_sys - eina_init BEFORE switching uid - saferCarsten Haitzler (Rasterman)2017-02-101-2/+2
* Cpumonitor: Add a similar popup to memusage.Stephen 'Okra' Houston2017-02-093-12/+22
* Pager and Batman: Use pages in config popup and standardize look.Stephen 'Okra' Houston2017-02-093-72/+170
* Batman: Don't show time left in the popup when battery is charged.Stephen 'Okra' Houston2017-02-091-2/+9
* Luncher: Determine if client icon is an evas_object_image or edje_object.Stephen 'Okra' Houston2017-02-081-5/+17
* Dispatch wayland frame callbacks in the correct orderDerek Foreman2017-02-081-1/+1
* Batman - Add the config popup to configure batman.Stephen 'Okra' Houston2017-02-088-15/+605
* Batman - Don't show hard to read and redundant text in the gadget itself - Mo...Stephen 'Okra' Houston2017-02-086-59/+108