platform/upstream/enlightenment.git
10 years agoUse new wl_resource_for_each to send updated seat capabilities
Chris Michael [Tue, 24 Sep 2013 10:41:35 +0000 (11:41 +0100)]
Use new wl_resource_for_each to send updated seat capabilities

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoRevert "File manager file selection improved to fit the standart"
Mike Blumenkrantz [Tue, 24 Sep 2013 09:13:28 +0000 (10:13 +0100)]
Revert "File manager file selection improved to fit the standart"

This reverts commit c0d2c08e901a6c1de102f254c34b7962d62f102c.

note to self: check and make sure test patches are not committed when pushing

10 years agoconvert fullscreen comp shower part to SPACER
Mike Blumenkrantz [Tue, 24 Sep 2013 09:10:51 +0000 (10:10 +0100)]
convert fullscreen comp shower part to SPACER

10 years agoFile manager file selection improved to fit the standart
Yossi Kantor [Mon, 16 Sep 2013 14:48:25 +0000 (16:48 +0200)]
File manager file selection improved to fit the standart

10 years agorrrrr use right client inset offsets for calculating ConfigureRequests
discomfitor [Fri, 20 Sep 2013 21:21:28 +0000 (22:21 +0100)]
rrrrr use right client inset offsets for calculating ConfigureRequests

T288

10 years agodon't fade backlight instantly at all times
discomfitor [Fri, 20 Sep 2013 16:52:39 +0000 (17:52 +0100)]
don't fade backlight instantly at all times

10 years agofix always-on focus glow for default/fast comp group
discomfitor [Fri, 20 Sep 2013 16:39:01 +0000 (17:39 +0100)]
fix always-on focus glow for default/fast comp group

10 years agoreorder some backlight setting to make instant changes actually instant
discomfitor [Fri, 20 Sep 2013 16:18:36 +0000 (17:18 +0100)]
reorder some backlight setting to make instant changes actually instant

backlight fading on logout is no longer permanent

10 years agomove backlight shutdown after comp shutdown since we do backlight fading in comp
discomfitor [Fri, 20 Sep 2013 16:17:49 +0000 (17:17 +0100)]
move backlight shutdown after comp shutdown since we do backlight fading in comp

10 years agofactor in client_inset when calculating ConfigureRequest xy coords
discomfitor [Fri, 20 Sep 2013 16:02:25 +0000 (17:02 +0100)]
factor in client_inset when calculating ConfigureRequest xy coords

T288

10 years agoforce autoscroll on ibar when allowing random apps to dock
discomfitor [Fri, 20 Sep 2013 14:35:01 +0000 (15:35 +0100)]
force autoscroll on ibar when allowing random apps to dock

T379

10 years agowhen clicking an ibar icon for a non-order icon that has only one window, activate...
discomfitor [Fri, 20 Sep 2013 14:08:06 +0000 (15:08 +0100)]
when clicking an ibar icon for a non-order icon that has only one window, activate the window

T375

10 years agodon't show comp win animation during a forced hide
discomfitor [Thu, 19 Sep 2013 21:16:18 +0000 (22:16 +0100)]
don't show comp win animation during a forced hide

fixes unwanted fade in when desk flip animations are disabled

10 years agounused warn--
discomfitor [Thu, 19 Sep 2013 19:09:15 +0000 (20:09 +0100)]
unused warn--

10 years agoblock signal binds on deleted borders
discomfitor [Thu, 19 Sep 2013 18:47:42 +0000 (19:47 +0100)]
block signal binds on deleted borders

probably fixes pointer getting stuck on move/resize from internal windows

10 years agomake button focus effect slightly more muted
discomfitor [Thu, 19 Sep 2013 16:38:22 +0000 (17:38 +0100)]
make button focus effect slightly more muted

10 years agoblock ibar client adds for .desktops without icons
discomfitor [Thu, 19 Sep 2013 16:26:13 +0000 (17:26 +0100)]
block ibar client adds for .desktops without icons

T388 probably

10 years agoimprovement: clicking filemanager during rename cancels rename
discomfitor [Thu, 19 Sep 2013 15:54:24 +0000 (16:54 +0100)]
improvement: clicking filemanager during rename cancels rename

10 years agobugfix: efm now allows repeated creation of new files from menus
discomfitor [Thu, 19 Sep 2013 15:29:55 +0000 (16:29 +0100)]
bugfix: efm now allows repeated creation of new files from menus

10 years agoUpdate wayland version requirement after changes in 0fd9c57
Doug Newgard [Tue, 17 Sep 2013 06:55:22 +0000 (07:55 +0100)]
Update wayland version requirement after changes in 0fd9c57

10 years agomailmaip: Add .mailmap file to fixup various git author entries.
Stefan Schmidt [Fri, 13 Sep 2013 13:05:26 +0000 (14:05 +0100)]
mailmaip: Add .mailmap file to fixup various git author entries.

This is an attempt to unify the various spellings and email addresses people
use in the git author line. This simple matching rules clean these up and show
them as one single author. Which in turn makes statistics with e.g. git
shortlog much nicer.

I only fixed these up for the top 50 committer in efl. If your entry is missing
or wrong feel free to add or change it. This changes alone brings down the
unique author count to 164 from 183.

10 years agoFix zmike issue w/ surface losing focus when we move/resize.
Chris Michael [Thu, 12 Sep 2013 13:59:51 +0000 (14:59 +0100)]
Fix zmike issue w/ surface losing focus when we move/resize.
 - Check if surface is still focused by the pointer on focus_out events
   NB: Needed due to spurious focus_out events we receive from evas/edje
 - On spurious mouse_out event, check if pointer is actually still
inside the surface.
 - Cleanup Move and Resize Grab code (don't need a binding event
struct here).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoFix zmike issue w/ surface losing focus when we move/resize.
Chris Michael [Thu, 12 Sep 2013 13:58:44 +0000 (14:58 +0100)]
Fix zmike issue w/ surface losing focus when we move/resize.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoPass along the evas_event for mouse_in/out on a surface to the smart
Chris Michael [Thu, 12 Sep 2013 13:57:58 +0000 (14:57 +0100)]
Pass along the evas_event for mouse_in/out on a surface to the smart
callback.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agotweak teamwork default settings to make it more useful
Mike Blumenkrantz [Thu, 12 Sep 2013 08:32:42 +0000 (09:32 +0100)]
tweak teamwork default settings to make it more useful

10 years agolower pixman version requirement for wayland build
Mike Blumenkrantz [Thu, 12 Sep 2013 06:59:45 +0000 (07:59 +0100)]
lower pixman version requirement for wayland build

10 years agowe are already at 62 shutdown entires. push up to 80 as 64 is almost full.
Carsten Haitzler (Rasterman) [Thu, 12 Sep 2013 04:59:27 +0000 (13:59 +0900)]
we are already at 62 shutdown entires. push up to 80 as 64 is almost full.

10 years agofix comp fullscreen nocomp detection to work properly given comp changes
Carsten Haitzler (Rasterman) [Wed, 11 Sep 2013 16:23:23 +0000 (01:23 +0900)]
fix comp fullscreen nocomp detection to work properly given comp changes

10 years agoUpdate E18 wayland client application support with recent wayland git
Chris Michael [Wed, 11 Sep 2013 09:10:55 +0000 (10:10 +0100)]
Update E18 wayland client application support with recent wayland git
changes.

 - Remove function & calls to wl_*_release as they are redefined in
the client protocol again.
 - Fix up calls for getting resource_user_data.
 - Add WL_HIDE_DEPRECTAED define

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoRemove wl_keyboard_release and wl_touch_release functions.
Chris Michael [Wed, 11 Sep 2013 07:28:22 +0000 (08:28 +0100)]
Remove wl_keyboard_release and wl_touch_release functions.

NB: Once again, they are redefined in the protocol (for now), so don't
need them here.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoRemove wl_pointer_release function
Chris Michael [Wed, 11 Sep 2013 07:15:57 +0000 (08:15 +0100)]
Remove wl_pointer_release function

NB: It's redefined in the client protocol again (for now).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoadd wl surface -> e_border mapping
Mike Blumenkrantz [Wed, 11 Sep 2013 08:01:18 +0000 (09:01 +0100)]
add wl surface -> e_border mapping

10 years agoreverse tablet enabled/disabled in config dialog.
Carsten Haitzler (Rasterman) [Mon, 9 Sep 2013 09:41:10 +0000 (18:41 +0900)]
reverse tablet enabled/disabled in config dialog.

10 years agoAdd missing __UNUSED__
Chris Michael [Mon, 9 Sep 2013 06:33:08 +0000 (07:33 +0100)]
Add missing __UNUSED__

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoadd simple tablet acpi button event.
Carsten Haitzler (Rasterman) [Mon, 9 Sep 2013 02:29:14 +0000 (11:29 +0900)]
add simple tablet acpi button event.

10 years agofix harmless cast warning
discomfitor [Fri, 6 Sep 2013 14:57:28 +0000 (15:57 +0100)]
fix harmless cast warning

10 years agodelete pager popup timer...always.
discomfitor [Fri, 6 Sep 2013 14:55:58 +0000 (15:55 +0100)]
delete pager popup timer...always.

10 years agofix pager visual fade out
discomfitor [Thu, 5 Sep 2013 18:01:17 +0000 (19:01 +0100)]
fix pager visual fade out

10 years agoensure post_deactivate menu callbacks run when hiding all menus
discomfitor [Thu, 5 Sep 2013 16:26:22 +0000 (17:26 +0100)]
ensure post_deactivate menu callbacks run when hiding all menus

fixes shelf autohiding in some cases

10 years agomenu callbacks should never deactivate their menus...
discomfitor [Thu, 5 Sep 2013 16:25:57 +0000 (17:25 +0100)]
menu callbacks should never deactivate their menus...

10 years agoformatting
discomfitor [Thu, 5 Sep 2013 16:03:26 +0000 (17:03 +0100)]
formatting

10 years agofirst we check focus model WITHOUT also applying automatically applied raise option...
Mike Blumenkrantz [Thu, 5 Sep 2013 12:44:34 +0000 (13:44 +0100)]
first we check focus model WITHOUT also applying automatically applied raise option, then we check focus option, THEN we check raise option

10 years agoclick to raise ALWAYS raises. ALWAYS.
Mike Blumenkrantz [Thu, 5 Sep 2013 12:42:18 +0000 (13:42 +0100)]
click to raise ALWAYS raises. ALWAYS.

10 years agoRevert "enable subdir-objects for e_fm directory"
Stefan Schmidt [Wed, 4 Sep 2013 10:48:51 +0000 (11:48 +0100)]
Revert "enable subdir-objects for e_fm directory"

This reverts commit 21f4a15c90a735a61b8be2013d4e3796aece1e01.

It breaks make distcheck. Hard to track down as the error messages came
in po processing and looked like this:
0:10:58.392 make[4]: *** No rule to make target `.deps/enlightenment_sys-e_sys_main.Po'.  Stop.

The subdir-objects confused our build setup. If anyone thinks this is
still needed and has a better fix go ahead.

10 years agoapply show_ready timeout to each new show, not just the first one.
Carsten Haitzler (Rasterman) [Wed, 4 Sep 2013 06:13:26 +0000 (15:13 +0900)]
apply show_ready timeout to each new show, not just the first one.

10 years agoUpdate russian translation
Igor Murzov [Sun, 1 Sep 2013 13:28:46 +0000 (17:28 +0400)]
Update russian translation

10 years agoRevert "updating desktop files"
Igor Murzov [Mon, 2 Sep 2013 22:33:45 +0000 (02:33 +0400)]
Revert "updating desktop files"

This reverts commit 22f7a34e2368de7693efee812c1d4d83604e76a4.

10 years agodon't consider sigbus a trap/crash signal offense - i/o block error for example
Carsten Haitzler (Rasterman) [Tue, 3 Sep 2013 23:53:14 +0000 (08:53 +0900)]
don't consider sigbus a trap/crash signal offense - i/o block error for example

10 years agonull check here in case someone decides to try crashing their compositor for fun?
Mike Blumenkrantz [Tue, 3 Sep 2013 13:09:38 +0000 (14:09 +0100)]
null check here in case someone decides to try crashing their compositor for fun?

10 years agoteamwork action can now show any uri on demand
Mike Blumenkrantz [Mon, 2 Sep 2013 13:51:08 +0000 (14:51 +0100)]
teamwork action can now show any uri on demand

10 years agoremove some weird gif hackaround in e_icon which breaks memfile gifs
Mike Blumenkrantz [Mon, 2 Sep 2013 13:36:17 +0000 (14:36 +0100)]
remove some weird gif hackaround in e_icon which breaks memfile gifs

10 years agoenable teamwork module by default in standard config
Mike Blumenkrantz [Mon, 2 Sep 2013 13:20:39 +0000 (14:20 +0100)]
enable teamwork module by default in standard config

10 years agouse billiob's new edje_cc version defines to fix 1.7 theme building
discomfitor [Sat, 31 Aug 2013 14:10:05 +0000 (15:10 +0100)]
use billiob's new edje_cc version defines to fix 1.7 theme building

10 years agoif out an evas 1.8 function
discomfitor [Sat, 31 Aug 2013 14:09:53 +0000 (15:09 +0100)]
if out an evas 1.8 function

10 years agosince we're now requiring an efl version which has the necessary ecore-x functions...
discomfitor [Sat, 31 Aug 2013 14:07:15 +0000 (15:07 +0100)]
since we're now requiring an efl version which has the necessary ecore-x functions, remove old and not-compiling ecore-x randr code which obviously has never been compile tested

10 years agothis job struct member is a job, not a timer
discomfitor [Sat, 31 Aug 2013 14:06:39 +0000 (15:06 +0100)]
this job struct member is a job, not a timer

10 years agorequire efl 1.7.8, soon to be 1.8...maybe
discomfitor [Sat, 31 Aug 2013 14:00:20 +0000 (15:00 +0100)]
require efl 1.7.8, soon to be 1.8...maybe

10 years agoenable subdir-objects for e_fm directory
discomfitor [Sat, 31 Aug 2013 13:56:42 +0000 (14:56 +0100)]
enable subdir-objects for e_fm directory

10 years agoin a move which is likely to make me both hugely popular and unpopular, I'm removing...
discomfitor [Sat, 31 Aug 2013 13:46:17 +0000 (14:46 +0100)]
in a move which is likely to make me both hugely popular and unpopular, I'm removing the "extra desktops" that we've been shipping for a few years

this was, I guess, an attempt to provide users with an easily accessible ibar icon when starting a new config. problem: xterm isn't installed by default on ANY distributions! so now we end up providing a launcher which is guaranteed to fail, and that makes us look pretty stupid. same thing goes for mplayer.

regardless of whether they're installed, however, these aren't our apps, so we shouldn't be trying to provide .desktops for them: doing that tell users that we support and recommend the use of these apps, and I'm not prepared to make that claim for any app other than powerpoint.

10 years agofeature: Navigate menu item now opens $HOME
Mike Blumenkrantz [Fri, 30 Aug 2013 13:58:17 +0000 (14:58 +0100)]
feature: Navigate menu item now opens $HOME

10 years agoonly check for frame input cutting if window is not borderless
Mike Blumenkrantz [Fri, 30 Aug 2013 10:00:55 +0000 (11:00 +0100)]
only check for frame input cutting if window is not borderless

10 years agoonly cut border frames if they've been calculated
Mike Blumenkrantz [Fri, 30 Aug 2013 09:52:21 +0000 (10:52 +0100)]
only cut border frames if they've been calculated

10 years agoend desk flip immediately if there are no animating windows
Mike Blumenkrantz [Fri, 30 Aug 2013 09:39:55 +0000 (10:39 +0100)]
end desk flip immediately if there are no animating windows

fixes desk flips with no visible/non-moving windows

10 years agoshow input window objects on show
Mike Blumenkrantz [Fri, 30 Aug 2013 09:29:35 +0000 (10:29 +0100)]
show input window objects on show

10 years agoonly create render update tiler for comp wins that need it
Mike Blumenkrantz [Fri, 30 Aug 2013 09:29:03 +0000 (10:29 +0100)]
only create render update tiler for comp wins that need it

10 years agoshow efm toolbar+sidebar by default in standard profile, same as in code
Mike Blumenkrantz [Fri, 30 Aug 2013 08:57:52 +0000 (09:57 +0100)]
show efm toolbar+sidebar by default in standard profile, same as in code
T337

10 years agoset precise_is_inside on comp image object to finally fix shaped overrides once and...
Mike Blumenkrantz [Fri, 30 Aug 2013 08:37:24 +0000 (09:37 +0100)]
set precise_is_inside on comp image object to finally fix shaped overrides once and for all

10 years agoReduce extra function call to client_get_display
Chris Michael [Wed, 28 Aug 2013 08:43:25 +0000 (09:43 +0100)]
Reduce extra function call to client_get_display

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoGet keysym from X on key_up.
Chris Michael [Wed, 28 Aug 2013 08:43:05 +0000 (09:43 +0100)]
Get keysym from X on key_up.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoRemove redundant useage of grab pointer.
Chris Michael [Wed, 28 Aug 2013 07:14:51 +0000 (08:14 +0100)]
Remove redundant useage of grab pointer.
Add safety checks for pointer button_count.
When releasing a busy grab, also check if surface is NULL.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoIncrease timeout for spurious e_border mouse up.
Chris Michael [Wed, 28 Aug 2013 07:12:16 +0000 (08:12 +0100)]
Increase timeout for spurious e_border mouse up.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoRemove redundant wl_pointer in grab structure.
Chris Michael [Wed, 28 Aug 2013 07:12:01 +0000 (08:12 +0100)]
Remove redundant wl_pointer in grab structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agofix manager show request handler to be global and fire before the comp handler; fixes...
Mike Blumenkrantz [Tue, 27 Aug 2013 08:21:42 +0000 (09:21 +0100)]
fix manager show request handler to be global and fire before the comp handler; fixes stacking and theme setting

10 years agoRevert "add border stacking handler as a third line of defense against missionaccompl...
Mike Blumenkrantz [Tue, 27 Aug 2013 07:38:39 +0000 (08:38 +0100)]
Revert "add border stacking handler as a third line of defense against missionaccomplished.jpg stacking issues"

reverts 895bf4f78f00ca8cc7ba4656083ef53df60e23f1, which totally broke initial stacking of windows in almost all cases

10 years agoallow enter/kp enter/space to select a desktop when pager popup is up
Carsten Haitzler (Rasterman) [Sun, 25 Aug 2013 10:29:39 +0000 (19:29 +0900)]
allow enter/kp enter/space to select a desktop when pager popup is up

10 years agoimprove e on debian kfreebsd (Patch by Petr Salinger)
Boris Faure [Sat, 24 Aug 2013 13:52:27 +0000 (15:52 +0200)]
improve e on debian kfreebsd (Patch by Petr Salinger)

Closes task 302.

10 years agoallow cpufreq config to be accessed without a gadget - pstate necessity
Carsten Haitzler (Rasterman) [Sat, 24 Aug 2013 10:22:39 +0000 (19:22 +0900)]
allow cpufreq config to be accessed without a gadget - pstate necessity

10 years agoalso dont access null bd pointer here either.
Carsten Haitzler (Rasterman) [Sat, 24 Aug 2013 04:30:32 +0000 (13:30 +0900)]
also dont access null bd pointer here either.

10 years agoHook into mouse_wheel events for surface.
Chris Michael [Fri, 23 Aug 2013 10:22:23 +0000 (11:22 +0100)]
Hook into mouse_wheel events for surface.
Send wheel event to the pointer interface.

NB: Discomfitor/Zmike .. You Have Mouse Wheel Support Now !! ;)

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoHandle mouse wheel events in the default pointer grab
Chris Michael [Fri, 23 Aug 2013 10:21:13 +0000 (11:21 +0100)]
Handle mouse wheel events in the default pointer grab

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoAdd callbacks mouse_wheel event to the surface.
Chris Michael [Fri, 23 Aug 2013 10:20:38 +0000 (11:20 +0100)]
Add callbacks mouse_wheel event to the surface.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agouse right check on mouse_x_up to prevent random crashes
discomfitor [Thu, 22 Aug 2013 17:32:06 +0000 (18:32 +0100)]
use right check on mouse_x_up to prevent random crashes

10 years agookay, setting action border on move/resize signals was a bad idea
Mike Blumenkrantz [Thu, 22 Aug 2013 14:02:11 +0000 (15:02 +0100)]
okay, setting action border on move/resize signals was a bad idea

10 years agouniconify+unshade selected window on winlist hide
Mike Blumenkrantz [Thu, 22 Aug 2013 13:55:57 +0000 (14:55 +0100)]
uniconify+unshade selected window on winlist hide

10 years agoadd border stacking handler as a third line of defense against missionaccomplished...
Mike Blumenkrantz [Thu, 22 Aug 2013 13:28:12 +0000 (14:28 +0100)]
add border stacking handler as a third line of defense against missionaccomplished.jpg stacking issues

10 years agobetter fix for gettext macro checking
Mike Blumenkrantz [Thu, 22 Aug 2013 13:03:35 +0000 (14:03 +0100)]
better fix for gettext macro checking

10 years agoalso unset take_focus when shading a window
Mike Blumenkrantz [Thu, 22 Aug 2013 12:29:36 +0000 (13:29 +0100)]
also unset take_focus when shading a window

10 years agogenerate e18.service using prefix, allows disabling systemd.
Gustavo Sverzut Barbieri [Sat, 10 Aug 2013 00:29:18 +0000 (21:29 -0300)]
generate e18.service using prefix, allows disabling systemd.

If one have systemd but installs to ~/ (no root) then installing
e18.service hurts.

Have e18.service to be generated using @prefix@ so it won't hardcode
to /usr/bin, removing "-locked" as that can be configured in the GUI
and in some cases you just want your e18 without lock/password.

10 years agoalways force xwindow move during eval; fixes window positioning on shaded clients...
Mike Blumenkrantz [Thu, 22 Aug 2013 12:09:46 +0000 (13:09 +0100)]
always force xwindow move during eval; fixes window positioning on shaded clients across restarts

10 years agoiconic windows once again remain iconic across restarts
Mike Blumenkrantz [Thu, 22 Aug 2013 11:52:59 +0000 (12:52 +0100)]
iconic windows once again remain iconic across restarts

10 years agoallow mouse in focus events on focused windows; this may fix issues for the whiners...
Mike Blumenkrantz [Thu, 22 Aug 2013 11:43:34 +0000 (12:43 +0100)]
allow mouse in focus events on focused windows; this may fix issues for the whiners who say stacking is broken

10 years agos/AM_GNU_GETTEXT/AC_GNU_GETTEXT/g
Mike Blumenkrantz [Thu, 22 Aug 2013 10:38:32 +0000 (11:38 +0100)]
s/AM_GNU_GETTEXT/AC_GNU_GETTEXT/g

10 years agocall window_resize action when beginning a netwm resize and set the direction/gravity...
Mike Blumenkrantz [Thu, 22 Aug 2013 10:32:20 +0000 (11:32 +0100)]
call window_resize action when beginning a netwm resize and set the direction/gravity after; fixes gtk resize grips

10 years agoenforce action border/input_win setting whenever moving/resizing a window
Mike Blumenkrantz [Thu, 22 Aug 2013 10:31:18 +0000 (11:31 +0100)]
enforce action border/input_win setting whenever moving/resizing a window

10 years agoformatting
Mike Blumenkrantz [Thu, 22 Aug 2013 08:49:39 +0000 (09:49 +0100)]
formatting

10 years agoRevert "Remove call to ecore_x function for getting keycode."
Chris Michael [Wed, 21 Aug 2013 13:40:58 +0000 (14:40 +0100)]
Revert "Remove call to ecore_x function for getting keycode."

This reverts commit ccb72c38ca3197519094ad3fbd4510cd1609cde1.

Revert this (for now) because it breaks key input for wayland apps running
inside of X. Need more time to look into it....

10 years agoset some better focus-raise defaults after recent raise-on-focus fix
Mike Blumenkrantz [Wed, 21 Aug 2013 08:29:39 +0000 (09:29 +0100)]
set some better focus-raise defaults after recent raise-on-focus fix

10 years agoanother ecore-x instance in wl_desktop_shell
Mike Blumenkrantz [Wed, 21 Aug 2013 06:17:33 +0000 (07:17 +0100)]
another ecore-x instance in wl_desktop_shell

10 years agoRemove call to ecore_x function for getting keycode.
Chris Michael [Tue, 20 Aug 2013 08:55:43 +0000 (09:55 +0100)]
Remove call to ecore_x function for getting keycode.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoremove unnecessary compositing check in engine config...we're always compositing
Mike Blumenkrantz [Mon, 19 Aug 2013 13:42:33 +0000 (14:42 +0100)]
remove unnecessary compositing check in engine config...we're always compositing