summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* modules/atspi: zone support (under devel)devs/stanluk/a11yLukasz Stanislawski2016-01-144-1/+64
* modules/atspi: add e_atspi_object implementation.Lukasz Stanislawski2016-01-145-2/+158
* modules/atspi_accessibility: init new moduleLukasz Stanislawski2016-01-144-0/+38
* conf_apps: fix add/remove screen lock applications.Lukasz Stanislawski2015-12-111-2/+2
* use canvas RENDER_PRE callback to trigger compositor pre-render callbacksMike Blumenkrantz2015-12-101-2/+2
* set wayland new client focus based on accepts_focus and !overrideMike Blumenkrantz2015-12-101-1/+4
* make e_comp_wl_surface_attach static and take a surface stateMike Blumenkrantz2015-12-102-14/+13
* do not drop subsurface buffer early after commit from cacheMike Blumenkrantz2015-12-101-2/+2
* add wayland shell private data for managing shell-specific dataMike Blumenkrantz2015-12-102-0/+27
* do not apply x11 randr iface in wl-x11 if running nested in x11Mike Blumenkrantz2015-12-101-2/+2
* move comp canvas resize callback to monitor elm win geometryMike Blumenkrantz2015-12-102-8/+12
* init ecore-x during wl-x11 init to ensure DISPLAY is setMike Blumenkrantz2015-12-101-0/+6
* apply already-committed wayland subsurface positioning after parent surface moveMike Blumenkrantz2015-12-101-2/+20
* enforce wayland subsurface stacking order when parent surface is restackedMike Blumenkrantz2015-12-101-0/+23
* e_randr2: Add NULL checkMarcel Hollerbach2015-12-101-2/+5
* e - fix leak added by previous fix for icon themeCarsten Haitzler (Rasterman)2015-12-101-1/+1
* fix wl-x11 make/install rules to not include nonexistent DATA filesMike Blumenkrantz2015-12-091-2/+2
* disable building wl_wl module for nowChris Michael2015-12-091-1/+1
* Fix using global ewd variable by making it part of e_comp_wlChris Michael2015-12-094-20/+27
* Try to init (and error check the init) of ecore_wl2 library before weChris Michael2015-12-091-9/+7
* create wl client connection during compositor init, use in shot moduleMike Blumenkrantz2015-12-093-3/+5
* call ecore_wl2_init() during compositor initMike Blumenkrantz2015-12-091-0/+2
* Fix formattingChris Michael2015-12-091-35/+64
* Fix formattingChris Michael2015-12-091-31/+29
* Port wl_fb module to use Ecore_Wl2 LibraryChris Michael2015-12-091-3/+3
* Port wl_weekeyboard to use Ecore_Wl2 libraryChris Michael2015-12-091-11/+17
* Don't leak eina_iterator in shot moduleChris Michael2015-12-091-0/+1
* Fix formatting of wl_weekeyboard moduleChris Michael2015-12-091-15/+35
* Port shot module to use ecore_wl2 libraryChris Michael2015-12-091-23/+12
* port e_scale to use Ecore_Wl2Chris Michael2015-12-091-1/+5
* port e_grabinput to use Ecore_Wl2Chris Michael2015-12-091-14/+41
* port wayland compositor to use Ecore_Wl2Chris Michael2015-12-091-65/+38
* remove unused event loop and add external Ecore_Wl2_Display variableChris Michael2015-12-091-1/+3
* include header for Ecore_Wl2Chris Michael2015-12-091-1/+1
* Make configure check for Ecore_Wl2 libraryChris Michael2015-12-091-2/+2
* modules/geolocation: fix indent not following E coding styleStefan Schmidt2015-12-091-13/+13
* modules/geolocation: Add support for new speed and heading propertiesStefan Schmidt2015-12-091-1/+65
* modules/geolocation: Update xml protocol spec to match the 2.2.0 releaseStefan Schmidt2015-12-091-0/+17
* e - fix using an invalid icon theme - fall back to hicolor if not existsCarsten Haitzler (Rasterman)2015-12-091-0/+28
* disable redirection toggling for the nocomp clientMike Blumenkrantz2015-12-072-2/+6
* reshuffle all notifications on a notification mergeMike Blumenkrantz2015-12-071-22/+24
* e randr - fix leak of modes list in randr codeCarsten Haitzler (Rasterman)2015-12-071-1/+4
* e randr - slicken up fade to use sinusoidal interpolationCarsten Haitzler (Rasterman)2015-12-071-2/+5
* e randr2 - remove auto-clone and now make randr dialog come up insteadCarsten Haitzler (Rasterman)2015-12-071-47/+30
* e comp randr support - fix leak of randr infoCarsten Haitzler (Rasterman)2015-12-071-0/+1
* e randr - fix silent free of data behind randr's backCarsten Haitzler (Rasterman)2015-12-071-2/+13
* e exec - fix missing ref and unref for instance eventCarsten Haitzler (Rasterman)2015-12-071-1/+5
* e randr - feature fix that allows config to jump to specific screenCarsten Haitzler (Rasterman)2015-12-071-8/+26
* e zone - handle null e_comp if comp is already shut downCarsten Haitzler (Rasterman)2015-12-071-0/+1
* e comp - set e_comp to null on shutdown so others dont access junkCarsten Haitzler (Rasterman)2015-12-071-0/+1