platform/upstream/enlightenment.git
9 years agodon't clear wl surface input tiler during commit
Mike Blumenkrantz [Fri, 13 Feb 2015 00:30:21 +0000 (19:30 -0500)]
don't clear wl surface input tiler during commit

this broke input regions for successive frames

9 years agoadd E_Client->mouse.in for determining mouse-in status
Mike Blumenkrantz [Thu, 12 Feb 2015 21:18:46 +0000 (16:18 -0500)]
add E_Client->mouse.in for determining mouse-in status

9 years agoremove unused E_Client->input_object
Mike Blumenkrantz [Thu, 12 Feb 2015 21:17:50 +0000 (16:17 -0500)]
remove unused E_Client->input_object

this is a relic from E18

9 years agounset wl client placed value on first commit to force placement
Mike Blumenkrantz [Wed, 11 Feb 2015 22:57:43 +0000 (17:57 -0500)]
unset wl client placed value on first commit to force placement

many clients still have not had a first commit prior to running new_client placement,
so this will force a second run of that algo to prevent placing as though a client's
size = 1x1

9 years agodon't add wl evas callbacks multiple times
Mike Blumenkrantz [Wed, 11 Feb 2015 22:22:55 +0000 (17:22 -0500)]
don't add wl evas callbacks multiple times

 #sigh

9 years agodon't use garbage values for new_client wl surface configures
Mike Blumenkrantz [Wed, 11 Feb 2015 22:20:03 +0000 (17:20 -0500)]
don't use garbage values for new_client wl surface configures

9 years agodon't set geometry during wl client surface mapping
Mike Blumenkrantz [Wed, 11 Feb 2015 22:15:31 +0000 (17:15 -0500)]
don't set geometry during wl client surface mapping

this happens automatically in other places, calling it here breaks client placement

 #barrel

9 years agoreapply accurate ec->placed value for wl clients during surface commit configure
Mike Blumenkrantz [Wed, 11 Feb 2015 22:14:28 +0000 (17:14 -0500)]
reapply accurate ec->placed value for wl clients during surface commit configure

fixes client placement when client has not been placed prior to first commit

9 years agouse pixmap size for wl subsurface commit configure
Mike Blumenkrantz [Wed, 11 Feb 2015 22:08:06 +0000 (17:08 -0500)]
use pixmap size for wl subsurface commit configure

9 years agomove map before configure for wl clients during commit
Mike Blumenkrantz [Wed, 11 Feb 2015 22:02:01 +0000 (17:02 -0500)]
move map before configure for wl clients during commit

this ensures visibility is set correctly before attempting to set geometry

9 years agoreenable new_client for wl clients, but force moveresize actions to succeed
Mike Blumenkrantz [Wed, 11 Feb 2015 22:00:59 +0000 (17:00 -0500)]
reenable new_client for wl clients, but force moveresize actions to succeed

9 years agouse accurate xy coords for wl surface configures
Mike Blumenkrantz [Wed, 11 Feb 2015 22:00:28 +0000 (17:00 -0500)]
use accurate xy coords for wl surface configures

9 years agoremove nonsensical wl client finding code
Mike Blumenkrantz [Wed, 11 Feb 2015 21:23:07 +0000 (16:23 -0500)]
remove nonsensical wl client finding code

if the pixmap has no client set, no client exists for the pixmap

9 years agoset wl client keyboard focus on evas focus and commit
Mike Blumenkrantz [Wed, 11 Feb 2015 16:50:06 +0000 (11:50 -0500)]
set wl client keyboard focus on evas focus and commit

ensure that focus is applied even if there is no new frame

9 years agoe - remove earns from randr2
Carsten Haitzler (Rasterman) [Wed, 11 Feb 2015 12:45:39 +0000 (21:45 +0900)]
e - remove earns from randr2

for wahetever reason i dont get warnings from gcc:

-Wno-shadow -Wno-unused-but-set-parameter -Wno-clobbered -W -Wall -Wextra

are the warning flags i get and i simplt dont get a tonne like using
uninitialized var. don't know why.

9 years agoshut up shadow warnings
Carsten Haitzler (Rasterman) [Wed, 11 Feb 2015 03:28:29 +0000 (12:28 +0900)]
shut up shadow warnings

9 years agoe - fix build. build break!
Carsten Haitzler (Rasterman) [Wed, 11 Feb 2015 01:47:02 +0000 (10:47 +0900)]
e - fix build. build break!

9 years agosend wl keyboard enter during commit
Mike Blumenkrantz [Wed, 11 Feb 2015 00:17:50 +0000 (19:17 -0500)]
send wl keyboard enter during commit

in some cases this was happening before the kbd resource was available; this guarantees that it will be

9 years agosetup evas callbacks for wl clients during commit
Mike Blumenkrantz [Wed, 11 Feb 2015 00:17:11 +0000 (19:17 -0500)]
setup evas callbacks for wl clients during commit

this was happening way too late and breaking some clients

9 years agounset wl client cursor when no surface resource is passed
Mike Blumenkrantz [Wed, 11 Feb 2015 00:15:53 +0000 (19:15 -0500)]
unset wl client cursor when no surface resource is passed

this is probably not correct, but #barrel

9 years agoset take_focus more appropriately for wl clients
Mike Blumenkrantz [Wed, 11 Feb 2015 00:15:22 +0000 (19:15 -0500)]
set take_focus more appropriately for wl clients

9 years agoapply client focus glow based on opaque region
Mike Blumenkrantz [Tue, 10 Feb 2015 23:08:39 +0000 (18:08 -0500)]
apply client focus glow based on opaque region

9 years agoredo pixmap image border to take xywh instead of lrtb
Mike Blumenkrantz [Tue, 10 Feb 2015 23:07:41 +0000 (18:07 -0500)]
redo pixmap image border to take xywh instead of lrtb

client size is not set by the time opacity is set so it's necessary to store the full rect

9 years agodon't add rect for entire screen on wl region create
Mike Blumenkrantz [Tue, 10 Feb 2015 22:30:05 +0000 (17:30 -0500)]
don't add rect for entire screen on wl region create

9 years agoset client image borders even when 0
Mike Blumenkrantz [Tue, 10 Feb 2015 21:40:12 +0000 (16:40 -0500)]
set client image borders even when 0

opaque region can be reset to nonexistent

9 years agounset new_client flag for wayland clients
Mike Blumenkrantz [Tue, 10 Feb 2015 20:51:16 +0000 (15:51 -0500)]
unset new_client flag for wayland clients

this is only applicable for X clients

9 years agofix e_pixmap compile for non-wayland usecase
Chris Michael [Tue, 10 Feb 2015 17:41:27 +0000 (12:41 -0500)]
fix e_pixmap compile for non-wayland usecase

pixmap->border is only defined if we have some wayland support. Not
used in X11.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoremove wl opaque tilers, just set border in opaque callback
Mike Blumenkrantz [Tue, 10 Feb 2015 02:25:08 +0000 (21:25 -0500)]
remove wl opaque tilers, just set border in opaque callback

9 years agoset pixmap image borders for wayland clients
Mike Blumenkrantz [Tue, 10 Feb 2015 02:15:50 +0000 (21:15 -0500)]
set pixmap image borders for wayland clients

9 years agohandle image borders during client rendering
Mike Blumenkrantz [Tue, 10 Feb 2015 01:56:45 +0000 (20:56 -0500)]
handle image borders during client rendering

9 years agofix wl input region setting
Mike Blumenkrantz [Tue, 10 Feb 2015 01:44:59 +0000 (20:44 -0500)]
fix wl input region setting

9 years agodon't set client shape rects based on wl opaque regions
Mike Blumenkrantz [Tue, 10 Feb 2015 01:43:30 +0000 (20:43 -0500)]
don't set client shape rects based on wl opaque regions

9 years agoadd pixmap image border functions
Mike Blumenkrantz [Tue, 10 Feb 2015 01:38:00 +0000 (20:38 -0500)]
add pixmap image border functions

9 years agocorrectly set/update wl opaque regions
Mike Blumenkrantz [Tue, 10 Feb 2015 01:27:18 +0000 (20:27 -0500)]
correctly set/update wl opaque regions

9 years agoforce wl client cursor clients to hide when unset from pointer
Mike Blumenkrantz [Mon, 9 Feb 2015 19:35:11 +0000 (14:35 -0500)]
force wl client cursor clients to hide when unset from pointer

9 years agouse unixtime instead of loop time for wl frame callback done
Mike Blumenkrantz [Mon, 9 Feb 2015 19:17:44 +0000 (14:17 -0500)]
use unixtime instead of loop time for wl frame callback done

9 years agoreplace all occurrences of cursor setting with calls to pointer util function
Mike Blumenkrantz [Mon, 9 Feb 2015 17:24:31 +0000 (12:24 -0500)]
replace all occurrences of cursor setting with calls to pointer util function

9 years agoadd pointer util function for changing cursor object without deleting it
Mike Blumenkrantz [Mon, 9 Feb 2015 17:23:59 +0000 (12:23 -0500)]
add pointer util function for changing cursor object without deleting it

9 years agoe - randr - laptop lids - handle plug/unplug and well as lid open/close
Carsten Haitzler (Rasterman) [Mon, 9 Feb 2015 08:43:17 +0000 (17:43 +0900)]
e - randr - laptop lids - handle plug/unplug and well as lid open/close

this fixes some issues in the new randr2 code that made it not work
right with plug/unplug and lid close/open. now it does work right and
plugging/unplugging displays is seamless (if your driver does not give
plug/unplug events bind a key to update screen config acvtion and e
will figure it out when you hit the key).

9 years agoenlightenment: Don't crash if fwin app dialog has no exec_cmd
Chris Michael [Sun, 8 Feb 2015 16:53:45 +0000 (11:53 -0500)]
enlightenment: Don't crash if fwin app dialog has no exec_cmd

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoenlightenment: Fix 'type' may be used uninitialized message
Chris Michael [Sat, 7 Feb 2015 16:18:45 +0000 (11:18 -0500)]
enlightenment: Fix 'type' may be used uninitialized message

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoelm accel pref config - fix to use correct api to set accel pref
Carsten Haitzler (Rasterman) [Sat, 7 Feb 2015 04:23:34 +0000 (13:23 +0900)]
elm accel pref config - fix to use correct api to set accel pref

9 years agoe - fix build when wayland not enabled
Carsten Haitzler (Rasterman) [Sat, 7 Feb 2015 03:30:19 +0000 (12:30 +0900)]
e - fix build when wayland not enabled

9 years agoimplement wl client cursor support...as clients
Mike Blumenkrantz [Fri, 6 Feb 2015 23:28:11 +0000 (18:28 -0500)]
implement wl client cursor support...as clients

<zmike> super funny idea: for client cursors, what if we just implement them as an override client with no animations and then hide the canvas cursor while the client is visible?

this started as a joke and it worked mostly fine so I improved it and now it's shipping and whatdoidowithallthesebugs.jpg

9 years agoconfigure/show/hide surfaces which lack shells automatically
Mike Blumenkrantz [Fri, 6 Feb 2015 23:27:01 +0000 (18:27 -0500)]
configure/show/hide surfaces which lack shells automatically

9 years agouse pixmap size for resizes in wl commit
Mike Blumenkrantz [Fri, 6 Feb 2015 23:26:17 +0000 (18:26 -0500)]
use pixmap size for resizes in wl commit

the client size should be this anyway, but we just refreshed the pixmap above so this is guaranteed to be accurate

9 years agoadd wl util function for calculating pixmap id
Mike Blumenkrantz [Fri, 6 Feb 2015 21:01:02 +0000 (16:01 -0500)]
add wl util function for calculating pixmap id

9 years agoe - client list update after adding to client list - fix netwm bug
Carsten Haitzler (Rasterman) [Fri, 6 Feb 2015 08:58:08 +0000 (17:58 +0900)]
e - client list update after adding to client list - fix netwm bug

this fixes T2029

9 years agoadapt to new win center trap in 1.13 efl
Carsten Haitzler (Rasterman) [Fri, 6 Feb 2015 02:37:52 +0000 (11:37 +0900)]
adapt to new win center trap in 1.13 efl

also require 1.13 now as we want he win trap h/v info

9 years agoremove pixmap resource delete cb
Mike Blumenkrantz [Thu, 5 Feb 2015 22:13:44 +0000 (17:13 -0500)]
remove pixmap resource delete cb

this was a stupid idea and I'm stupid for having such a stupid iea

9 years agoclear wl pixmap cache on client free instead of leaking
Mike Blumenkrantz [Thu, 5 Feb 2015 21:31:47 +0000 (16:31 -0500)]
clear wl pixmap cache on client free instead of leaking

9 years agomove wl pixmap stuff to use pixmap functions in compositor instead of in pixmap
Mike Blumenkrantz [Thu, 5 Feb 2015 21:31:18 +0000 (16:31 -0500)]
move wl pixmap stuff to use pixmap functions in compositor instead of in pixmap

9 years agomaximization bug affecting libreoffice and others - fix
Carsten Haitzler (Rasterman) [Thu, 5 Feb 2015 05:41:12 +0000 (14:41 +0900)]
maximization bug affecting libreoffice and others - fix

the problem is something changes window gravity... what i don't know,
but hey - just forcibly move window to 0,0 which is where we expect it
anyway when resizing.

@fix

9 years agoxinerama note for multiscreen handling
Carsten Haitzler (Rasterman) [Thu, 5 Feb 2015 02:31:01 +0000 (11:31 +0900)]
xinerama note for multiscreen handling

9 years agoe - randr2 - handle lid close/open as screen unplug/plug
Carsten Haitzler (Rasterman) [Wed, 4 Feb 2015 12:02:17 +0000 (21:02 +0900)]
e - randr2 - handle lid close/open as screen unplug/plug

when your laptop lid opens/closes even if we dont get a randr event
with a disconnect, the screen as logically been unplugged (you can't
see it anymore) so we should treat it as if the screen is not
connected. this fixes that.

9 years agoupdate po
Carsten Haitzler (Rasterman) [Wed, 4 Feb 2015 10:05:44 +0000 (19:05 +0900)]
update po

9 years agoremove unnecessary EC_CHANGED from wl shell creation
Mike Blumenkrantz [Wed, 4 Feb 2015 23:09:32 +0000 (18:09 -0500)]
remove unnecessary EC_CHANGED from wl shell creation

new clients are always changed, this is redundant

9 years agoclamp wl popup coords to parent when possible
Mike Blumenkrantz [Wed, 4 Feb 2015 23:04:58 +0000 (18:04 -0500)]
clamp wl popup coords to parent when possible

9 years agoset wl popups as overrides
Mike Blumenkrantz [Wed, 4 Feb 2015 22:44:41 +0000 (17:44 -0500)]
set wl popups as overrides

not technically correct but will mimic expected behavior more accurately

9 years agocall e_manager_new with the proper root window so that keybindings on
Chris Michael [Wed, 4 Feb 2015 17:33:04 +0000 (12:33 -0500)]
call e_manager_new with the proper root window so that keybindings on
the desktop work

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoonly send key events to focused clients
Chris Michael [Wed, 4 Feb 2015 16:59:19 +0000 (11:59 -0500)]
only send key events to focused clients

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoremove unnecessary comp work in wl pixmap functionality
Mike Blumenkrantz [Wed, 4 Feb 2015 00:43:26 +0000 (19:43 -0500)]
remove unnecessary comp work in wl pixmap functionality

these are all basically no-ops anyway

9 years agocleanup xkb state modifiers and only update state_mask if necessary
Chris Michael [Tue, 3 Feb 2015 20:35:19 +0000 (15:35 -0500)]
cleanup xkb state modifiers and only update state_mask if necessary

NB: *These 2 commits fix Mike's modifier issue

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agochange keyboard input listeners to Not depend on a client but rather
Chris Michael [Tue, 3 Feb 2015 20:34:09 +0000 (15:34 -0500)]
change keyboard input listeners to Not depend on a client but rather
use ecore_event_handlers for key events.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoadd a mod_changed field to compositor data so we can know when
Chris Michael [Tue, 3 Feb 2015 20:31:39 +0000 (15:31 -0500)]
add a mod_changed field to compositor data so we can know when
modifiers change

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoUpdating serbian translation
maxerba [Tue, 3 Feb 2015 20:08:53 +0000 (21:08 +0100)]
Updating serbian translation

9 years agoquiet compiler warnings when building for wayland-only
Chris Michael [Tue, 3 Feb 2015 15:58:13 +0000 (10:58 -0500)]
quiet compiler warnings when building for wayland-only

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agode-e_comp_get()-ify e_utils
Chris Michael [Tue, 3 Feb 2015 15:35:08 +0000 (10:35 -0500)]
de-e_comp_get()-ify e_utils

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoRevert "ref/free client pixmaps during hide animations"
Mike Blumenkrantz [Mon, 2 Feb 2015 22:40:11 +0000 (17:40 -0500)]
Revert "ref/free client pixmaps during hide animations"

This reverts commit bbb04ecb32736cc2ed781b1ac29dd7fbcf7dcb42.

also fixed by deferred resource releasing

9 years agomake wl clients use post render canvas cb to clear buffers
Mike Blumenkrantz [Mon, 2 Feb 2015 21:45:18 +0000 (16:45 -0500)]
make wl clients use post render canvas cb to clear buffers

9 years agohide wl clients on surface delete
Mike Blumenkrantz [Mon, 2 Feb 2015 18:39:32 +0000 (13:39 -0500)]
hide wl clients on surface delete

surface callbacks may not trigger xdg/shell unmap callbacks before this is called, so this ensures a hide animation

9 years agoref/free client pixmaps during hide animations
Mike Blumenkrantz [Mon, 2 Feb 2015 18:38:48 +0000 (13:38 -0500)]
ref/free client pixmaps during hide animations

replaces wl client crashing with a garbage frame

9 years agomake comp param in e_client_new unused
Mike Blumenkrantz [Mon, 2 Feb 2015 17:42:43 +0000 (12:42 -0500)]
make comp param in e_client_new unused

9 years agodon't create wl clients as re_manage
Mike Blumenkrantz [Mon, 2 Feb 2015 17:41:18 +0000 (12:41 -0500)]
don't create wl clients as re_manage

9 years agoRevert "reset keyboard modifiers when client is deleted"
Chris Michael [Mon, 2 Feb 2015 17:31:09 +0000 (12:31 -0500)]
Revert "reset keyboard modifiers when client is deleted"

This reverts commit b9f4b257d713b52c5702b115bf3972f12c865cdc.

Revert this quick fix as apparently it did not actually fix the problem.

9 years agoreset keyboard modifiers when client is deleted
Chris Michael [Mon, 2 Feb 2015 17:27:06 +0000 (12:27 -0500)]
reset keyboard modifiers when client is deleted

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoclean up comp object to not use deprecated comp functions
Mike Blumenkrantz [Mon, 2 Feb 2015 17:11:51 +0000 (12:11 -0500)]
clean up comp object to not use deprecated comp functions

9 years agocleanup keymap properly on shutdown(fixes E restart issue).
Chris Michael [Mon, 2 Feb 2015 17:00:38 +0000 (12:00 -0500)]
cleanup keymap properly on shutdown(fixes E restart issue).

nb: this also adds checking for setting of fd flags when we get the
keymap fd.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoe randr config - fid selecting of screen to populate correctly
Carsten Haitzler (Rasterman) [Mon, 2 Feb 2015 05:13:58 +0000 (14:13 +0900)]
e randr config - fid selecting of screen to populate correctly

9 years agodon't hide client before delete in win del trap
Mike Blumenkrantz [Mon, 2 Feb 2015 00:04:53 +0000 (19:04 -0500)]
don't hide client before delete in win del trap

9 years agodelete all clients in wl delete request cb
Mike Blumenkrantz [Mon, 2 Feb 2015 00:01:57 +0000 (19:01 -0500)]
delete all clients in wl delete request cb

this was doing weird stuff for some reason when it should just be deleting all clients

9 years agoenlightenment_remote: Added a Note that not all features are available
Marcel Hollerbach [Sat, 17 Jan 2015 11:05:21 +0000 (12:05 +0100)]
enlightenment_remote: Added a Note that not all features are available

If module msgbus is not loaded.

9 years agochange module version name to force module rebuild
Mike Blumenkrantz [Fri, 30 Jan 2015 20:58:13 +0000 (15:58 -0500)]
change module version name to force module rebuild

probably will prevent crashes from people who are using older modules with git

9 years agodon't crash in stupid e_module dialog hack
Mike Blumenkrantz [Fri, 30 Jan 2015 20:49:15 +0000 (15:49 -0500)]
don't crash in stupid e_module dialog hack

9 years agoensure no duplicate XDG paths are prepended during startup
Mike Blumenkrantz [Thu, 29 Jan 2015 21:01:25 +0000 (16:01 -0500)]
ensure no duplicate XDG paths are prepended during startup

the previous patch(es) had a number of issues which made them unsuitable for general use:

* only checking "/usr" and "/usr/local" paths, despite this only being accurate if e was installed into /usr or /usr/local

* only checking if the paths were at the beginning of the string, when it's possible that they could be anywhere

* failure to also check XDG_CONFIG_DIRS

* improper formatting: this is a bit of a nitpick, but there are no correct instances of 'strcmp(a, b) == 0' in the e codebase.

9 years agoRevert "Do not add /usr/share twice for XDG_DATA_DIRS"
Mike Blumenkrantz [Thu, 29 Jan 2015 17:43:20 +0000 (12:43 -0500)]
Revert "Do not add /usr/share twice for XDG_DATA_DIRS"

This reverts commit e3eda1d690240e3754432ebba540114479e721ed.

hardcoding directory paths is not a solution that I want to see used for this issue.

9 years agoRevert "Include /usr/local too in the no-duplication of XDG_DATA_DIRS"
Mike Blumenkrantz [Thu, 29 Jan 2015 17:43:14 +0000 (12:43 -0500)]
Revert "Include /usr/local too in the no-duplication of XDG_DATA_DIRS"

This reverts commit ae3410a0bad31c1850e845eab284540aadb8c65b.

9 years agopass the proper window to ecore_wl functions
Chris Michael [Thu, 29 Jan 2015 15:15:36 +0000 (10:15 -0500)]
pass the proper window to ecore_wl functions

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agofix copy/paste errors
Chris Michael [Thu, 29 Jan 2015 15:12:08 +0000 (10:12 -0500)]
fix copy/paste errors

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agostart making e_grabinput work for wayland (nb: not finished yet)
Chris Michael [Thu, 29 Jan 2015 14:54:43 +0000 (09:54 -0500)]
start making e_grabinput work for wayland (nb: not finished yet)

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agofix e_pointer using incorrect comp variable
Chris Michael [Thu, 29 Jan 2015 14:28:28 +0000 (09:28 -0500)]
fix e_pointer using incorrect comp variable

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoInclude /usr/local too in the no-duplication of XDG_DATA_DIRS
Thanatermesis [Wed, 31 Dec 2014 18:12:36 +0000 (19:12 +0100)]
Include /usr/local too in the no-duplication of XDG_DATA_DIRS

    @fix and improves the previous fix

(cherry picked from commit e0dcab584bba0d62b21bafdbbeefae78ccccf3cb)
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
9 years agoDo not add /usr/share twice for XDG_DATA_DIRS
Thanatermesis [Tue, 23 Dec 2014 15:53:02 +0000 (16:53 +0100)]
Do not add /usr/share twice for XDG_DATA_DIRS

This commit @fix a duplicated entry in XDG_DATA_DIRS which is also
added prematurely, if eina_prefix_get is already /usr (most of the
times) we dont want to add it here

(cherry picked from commit f42f5f1cfedcecee702e82398068798bdfcb2d99)
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
9 years agouse new pixmap id for internal wl wins
Mike Blumenkrantz [Wed, 28 Jan 2015 22:34:05 +0000 (17:34 -0500)]
use new pixmap id for internal wl wins

9 years agomove wl pixmap creation back to comp
Mike Blumenkrantz [Wed, 28 Jan 2015 22:31:40 +0000 (17:31 -0500)]
move wl pixmap creation back to comp

after further consideration, this seems much simpler

9 years agoRevert "move wl pixmap creation into shell, fix pixmap id usage"
Mike Blumenkrantz [Wed, 28 Jan 2015 22:29:17 +0000 (17:29 -0500)]
Revert "move wl pixmap creation into shell, fix pixmap id usage"

This reverts commit c1a93d893e8c4809f936e7865456c953d98030d9.

9 years agomove wl pixmap creation into shell, fix pixmap id usage
Mike Blumenkrantz [Wed, 28 Jan 2015 22:02:21 +0000 (17:02 -0500)]
move wl pixmap creation into shell, fix pixmap id usage

using raw surface id here guarantees overlap between surfaces for different apps. instead, shift and add app pid to ensure uniqueness

 #barrel

9 years agoclarify wl shell errors when failing to create clients
Mike Blumenkrantz [Wed, 28 Jan 2015 22:01:16 +0000 (17:01 -0500)]
clarify wl shell errors when failing to create clients

9 years agopo: Change file name to adapt for randr_conf changes.
Stefan Schmidt [Wed, 28 Jan 2015 08:28:06 +0000 (09:28 +0100)]
po: Change file name to adapt for randr_conf changes.

While the old file is still around it is no longer listed in SOURCES and
thus not packaged up in the tarball which leads to a fail on jenkins.

9 years agode-e_comp_get()-ify e_randr2
Chris Michael [Tue, 27 Jan 2015 19:35:45 +0000 (14:35 -0500)]
de-e_comp_get()-ify e_randr2

Signed-off-by: Chris Michael <cp.michael@samsung.com>