Mike Blumenkrantz [Tue, 7 May 2013 10:42:02 +0000 (11:42 +0100)]
fix input shapes for input windows: desk flipping once again functional
Ian Lee [Tue, 7 May 2013 10:17:02 +0000 (11:17 +0100)]
patches to remove eukit and add device icon from D99
Mike Blumenkrantz [Tue, 7 May 2013 09:32:38 +0000 (10:32 +0100)]
unbreak window resizing
Mike Blumenkrantz [Tue, 7 May 2013 09:14:05 +0000 (10:14 +0100)]
leave britney^Wgravity alone (during shading)!
Mike Blumenkrantz [Tue, 7 May 2013 07:50:35 +0000 (08:50 +0100)]
window shading no longer changes xwin geometry and looks nicer
Mike Blumenkrantz [Tue, 7 May 2013 07:50:08 +0000 (08:50 +0100)]
block damage and pixmap fetches on windows in geometry updates if window is shading
Mike Blumenkrantz [Tue, 7 May 2013 07:49:44 +0000 (08:49 +0100)]
ensure comp geometry update happens even if update gets deferred
Mike Blumenkrantz [Tue, 7 May 2013 07:49:21 +0000 (08:49 +0100)]
don't use pixmap size for comp geom updates if border is shading
Carsten Haitzler (Rasterman) [Mon, 6 May 2013 08:33:39 +0000 (17:33 +0900)]
update po's
Igor Murzov [Sat, 4 May 2013 20:42:13 +0000 (00:42 +0400)]
Comment out outdated translations in .desktop file of conf_comp module.
Translations in .desktop file of conf_comp module are copied from
one of now removed comp module. And as there is no tag 'fuzzy' for
desktop files, translations that need to be updated are commented out.
Igor Murzov [Sat, 4 May 2013 20:33:45 +0000 (00:33 +0400)]
Partially revert commit
8d7c40c622
maxerba [Sat, 4 May 2013 18:40:16 +0000 (20:40 +0200)]
updating serbian translation
maxerba [Sat, 4 May 2013 17:54:52 +0000 (19:54 +0200)]
updating italian translation
Chris Michael [Sat, 4 May 2013 13:35:01 +0000 (14:35 +0100)]
Test for valid Wayland compositor before trying to shutdown.
Signed-off-by: Chris Michael <devilhorns@comcast.net>
Chris Michael [Sat, 4 May 2013 11:30:02 +0000 (12:30 +0100)]
Check for valid wayland compositor before trying to init desktop shell.
Signed-off-by: Chris Michael <devilhorns@comcast.net>
Chris Michael [Sat, 4 May 2013 11:26:25 +0000 (12:26 +0100)]
Check for valid wayland compositor and display before dispatching.
Signed-off-by: Chris Michael <devilhorns@comcast.net>
Mike Blumenkrantz [Fri, 3 May 2013 12:29:25 +0000 (13:29 +0100)]
fix invalid read of notification popup after delete
Igor Murzov [Fri, 3 May 2013 09:17:30 +0000 (13:17 +0400)]
po/POTFILES.in: Sort filenames alphabetically, remove duplicates
Chris Michael [Fri, 3 May 2013 05:38:24 +0000 (06:38 +0100)]
e_xkb_layout_get can return NULL so trap for that and only set the
names.layout below if needed.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
maxerba [Thu, 2 May 2013 17:28:24 +0000 (19:28 +0200)]
updating portuguese translation
Igor Murzov [Sun, 28 Apr 2013 21:02:36 +0000 (01:02 +0400)]
Update russian translation
Igor Murzov [Sun, 28 Apr 2013 20:55:42 +0000 (00:55 +0400)]
Remove kurdish translation
It has only 5 translated messages and takes 10K+ lines.
Igor Murzov [Mon, 29 Apr 2013 07:19:51 +0000 (11:19 +0400)]
Fix thinkos
Igor Murzov [Mon, 29 Apr 2013 07:09:54 +0000 (11:09 +0400)]
Fix incorrect format usage in E_CONFIGURE_OPTION_MINMAX_STEP_FMT
Igor Murzov [Sun, 28 Apr 2013 20:51:41 +0000 (00:51 +0400)]
Add some more messages to the pot
Igor Murzov [Sun, 28 Apr 2013 20:49:16 +0000 (00:49 +0400)]
Gettextize bluez4 module
Mike Blumenkrantz [Thu, 2 May 2013 07:04:28 +0000 (08:04 +0100)]
add free callback to size debugging
Carsten Haitzler (Rasterman) [Tue, 30 Apr 2013 03:37:59 +0000 (12:37 +0900)]
let us... force zoomap always for popups and menus. let's eee if this
speeds things up?
maxerba [Mon, 29 Apr 2013 21:55:20 +0000 (23:55 +0200)]
adding serbian translation
maxerba [Mon, 29 Apr 2013 15:26:58 +0000 (17:26 +0200)]
updating french and spanish translations
Mike Blumenkrantz [Mon, 29 Apr 2013 08:45:36 +0000 (09:45 +0100)]
move dnd init again so it doesn't break during comp init
Mike Blumenkrantz [Mon, 29 Apr 2013 08:43:46 +0000 (09:43 +0100)]
remove unnecessary comp checks for init win
Mike Blumenkrantz [Fri, 26 Apr 2013 09:37:54 +0000 (10:37 +0100)]
fix dnd text-url/list handler to add trailing null before parsing into list
Chris Michael [Fri, 26 Apr 2013 12:47:38 +0000 (13:47 +0100)]
Start on code to allow Wayland Clients to render using EGL
Currently, all Wayland Clients render inside E using software
(regardless of E's compositor setting).
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 26 Apr 2013 12:46:00 +0000 (13:46 +0100)]
Add egl extension header
Add bind and unbind proc address
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 26 Apr 2013 11:06:42 +0000 (12:06 +0100)]
Add support for Dynamic Keymap changes in Wayland Clients.
Now, if you change E's keyboard layout, then Wayland Clients will also
dynamically change to the new keymap.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 26 Apr 2013 10:30:34 +0000 (11:30 +0100)]
Add keyboard_resource to compositor struct.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 26 Apr 2013 10:04:29 +0000 (11:04 +0100)]
Add Event handler (for keymap events) to compositor structure.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Mike Blumenkrantz [Fri, 26 Apr 2013 07:53:16 +0000 (08:53 +0100)]
default notification urgency to normal to ensure that notifications are displayed when they do not explicitly set the urgency hint
Carsten Haitzler (Rasterman) [Fri, 26 Apr 2013 07:28:27 +0000 (16:28 +0900)]
protect against failure to find a container layer win in comp
it may happen that a container layer window cannot be found (someone
deleted it other than e - which is possible), and e hasn't expected
this. comp will have removed the comp win entry but containers will
not know. this is either some client being stupid, or malicious, but
protect against it, complain with an ERR and march on so we don't crash.
Carsten Haitzler (Rasterman) [Fri, 26 Apr 2013 07:21:37 +0000 (16:21 +0900)]
fix race condtion in comp caused by delayed job doing the populate.
by making a job to delay population we play a race condition game with
initting of other bits of e. this means the comp may or may not have
been filled by the container layer winds before other internal events
and actions start making comp wins and setting layers. this means that
things like e_comp_win_find() for a con->layers[n].win may fail... as
this has yet to be added... and thus.. we crash in startup. it's a
race condition.
so this removed the delay job and makes population of the comp
explicit. it puts the population into the hnds of the e_main init
after a manager has been created and after a container is created, and
thus laer wins created, so it can walk the x window stack correctly,
but before anything else is done. this means that we will be properly
inited at this point without a race condition.
Mike Blumenkrantz [Fri, 26 Apr 2013 07:04:53 +0000 (08:04 +0100)]
fix border theme bug which prevented windows from unshading correctly when animation was disabled
maxerba [Thu, 25 Apr 2013 13:20:54 +0000 (15:20 +0200)]
updating italian translation
Mike Blumenkrantz [Thu, 25 Apr 2013 11:03:01 +0000 (12:03 +0100)]
minor theme fix from phab
https://phab.enlightenment.org/D89
Mike Blumenkrantz [Thu, 25 Apr 2013 11:02:36 +0000 (12:02 +0100)]
restack event rect for efm...always
Mike Blumenkrantz [Thu, 25 Apr 2013 10:50:48 +0000 (11:50 +0100)]
add another check for vmware windows, ticket #1057
Mike Blumenkrantz [Thu, 25 Apr 2013 10:45:53 +0000 (11:45 +0100)]
improve efm mouse move detection (no more tooltips when cursor is in separate window)
Mike Blumenkrantz [Thu, 25 Apr 2013 10:21:22 +0000 (11:21 +0100)]
add deskmirror, a new widget which breaks evas in a number of terrifying ways
to experience the terror, uncomment the define in e_deskmirror.h
Mike Blumenkrantz [Thu, 25 Apr 2013 10:21:18 +0000 (11:21 +0100)]
fix stacking list order of comp objects under the layout
Mike Blumenkrantz [Thu, 25 Apr 2013 08:23:14 +0000 (09:23 +0100)]
block efm key actions while menu is active
https://phab.enlightenment.org/T12
Mike Blumenkrantz [Thu, 25 Apr 2013 08:20:22 +0000 (09:20 +0100)]
menus are no longer enrolled in the same school as mexican jumping beans
Mike Blumenkrantz [Thu, 25 Apr 2013 08:12:43 +0000 (09:12 +0100)]
unbreak notification callbacks, fix notification crashes
this should not have been committed as-is, and I'm very disappointed at the lack of testing here.
Mike Blumenkrantz [Thu, 25 Apr 2013 07:50:37 +0000 (08:50 +0100)]
unset data ptr for notification handler in notification module
Mike Blumenkrantz [Tue, 23 Apr 2013 16:09:51 +0000 (17:09 +0100)]
only apply solid zoomap for menus
Mike Blumenkrantz [Tue, 23 Apr 2013 15:46:26 +0000 (16:46 +0100)]
move border shadow checks to e_util
Lucas De Marchi [Tue, 23 Apr 2013 15:08:29 +0000 (12:08 -0300)]
Rename edbus->eldbus
Mike Blumenkrantz [Tue, 23 Apr 2013 15:26:19 +0000 (16:26 +0100)]
ignore window focus in events on iconic borders; these are guaranteed to be wrong
Mike Blumenkrantz [Tue, 23 Apr 2013 15:25:56 +0000 (16:25 +0100)]
block refocus of currently focused window when applying desk focus
Mike Blumenkrantz [Tue, 23 Apr 2013 14:37:35 +0000 (15:37 +0100)]
fix comp pixmap fetching to refetch when X is slow
Jérémy Zurcher [Tue, 23 Apr 2013 13:03:21 +0000 (15:03 +0200)]
mixer: factorize popup&gadget balance&volume code
Chris Michael [Tue, 23 Apr 2013 08:54:23 +0000 (09:54 +0100)]
Add list of outputs to compositor (needed for drm compositor).
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Jérémy Zurcher [Tue, 23 Apr 2013 08:55:31 +0000 (10:55 +0200)]
mixer: prevent mem leak and let default card setup on empty module
config
Mike Blumenkrantz [Tue, 23 Apr 2013 08:07:58 +0000 (09:07 +0100)]
set force flag when hiding comp wins on desk switch
Mike Blumenkrantz [Tue, 23 Apr 2013 07:58:08 +0000 (08:58 +0100)]
add comp win zoomaps back with an #ifdef for debugging
Mike Blumenkrantz [Tue, 23 Apr 2013 07:51:59 +0000 (08:51 +0100)]
update comp win geometry on border events
Mike Blumenkrantz [Mon, 22 Apr 2013 14:26:02 +0000 (15:26 +0100)]
remove border checking for comp win add...this is bad I guess
Carsten Haitzler (Rasterman) [Tue, 23 Apr 2013 06:50:49 +0000 (15:50 +0900)]
stop adding max: to bg edj's being generated on import.
Mike Blumenkrantz [Mon, 22 Apr 2013 12:57:22 +0000 (13:57 +0100)]
use e_comp_win_effect_unclip after desk show
Mike Blumenkrantz [Mon, 22 Apr 2013 12:56:48 +0000 (13:56 +0100)]
add e_comp_win_effect_unclip() to unclip an effect object after a transition
Mike Blumenkrantz [Mon, 22 Apr 2013 08:50:52 +0000 (09:50 +0100)]
check for border when adding comp wins without border object; temporary until e19
Mike Blumenkrantz [Mon, 22 Apr 2013 07:54:52 +0000 (08:54 +0100)]
use 2 for desk hide manage to prevent comp source from being hidden
Carsten Haitzler (Rasterman) [Sun, 21 Apr 2013 15:31:22 +0000 (00:31 +0900)]
oops - didnt fix pa RIGHT... now its fixed - detects pa native socket
properly if its an XDG_RUNTIME dir.
Boris Faure [Sat, 20 Apr 2013 16:27:06 +0000 (18:27 +0200)]
tiling: fix segv when adding a stack without config
Carsten Haitzler (Rasterman) [Sat, 20 Apr 2013 15:42:34 +0000 (00:42 +0900)]
e17 mixer - use XDG_RUNTIME_DIR for finding pulse... and have more
generous fallbacks.
Carsten Haitzler (Rasterman) [Sat, 20 Apr 2013 15:17:12 +0000 (00:17 +0900)]
if inst->channel is null... dont segv at least in mixer.
maxerba [Sat, 20 Apr 2013 09:55:12 +0000 (11:55 +0200)]
updating italian translation
Mike Blumenkrantz [Fri, 19 Apr 2013 15:47:06 +0000 (16:47 +0100)]
improve comp mirror safety check again
Mike Blumenkrantz [Fri, 19 Apr 2013 15:23:56 +0000 (16:23 +0100)]
unset comp effect clip after effect ends
Mike Blumenkrantz [Fri, 19 Apr 2013 14:18:28 +0000 (15:18 +0100)]
e_comp_get() supports e_desk
Mike Blumenkrantz [Fri, 19 Apr 2013 12:49:34 +0000 (13:49 +0100)]
add new event for comp win stacking
Mike Blumenkrantz [Fri, 19 Apr 2013 12:44:52 +0000 (13:44 +0100)]
send right comp source events
Mike Blumenkrantz [Fri, 19 Apr 2013 11:47:45 +0000 (12:47 +0100)]
creating individual bgpreview objects no longer requires sizes
Mike Blumenkrantz [Fri, 19 Apr 2013 11:49:39 +0000 (12:49 +0100)]
still using edje group called deskpreview for bgpreviews
Mike Blumenkrantz [Fri, 19 Apr 2013 10:02:29 +0000 (11:02 +0100)]
e_widget_bgpreview_desk_add now takes an evas instead of an evas object
Mike Blumenkrantz [Fri, 19 Apr 2013 09:35:16 +0000 (10:35 +0100)]
update potfiles
Mike Blumenkrantz [Fri, 19 Apr 2013 09:07:15 +0000 (10:07 +0100)]
rename deskpreview -> bgpreview
Mike Blumenkrantz [Fri, 19 Apr 2013 09:03:42 +0000 (10:03 +0100)]
make comp mirror safety check useful
Mike Blumenkrantz [Fri, 19 Apr 2013 08:59:39 +0000 (09:59 +0100)]
simplify comp mirror creation, update related fixme
Mike Blumenkrantz [Fri, 19 Apr 2013 08:40:42 +0000 (09:40 +0100)]
add name to notification content objects+mirrors
Cedric Bail [Fri, 19 Apr 2013 02:22:40 +0000 (11:22 +0900)]
e_comp: don't rely on undefined callback call order.
Iván Briano [Fri, 19 Apr 2013 01:54:29 +0000 (22:54 -0300)]
Hello again, transparent terminals.
Mike Blumenkrantz [Thu, 18 Apr 2013 14:50:49 +0000 (15:50 +0100)]
add new modes for notification display when using multiple monitors, shows a TODO bug for comp zoomap mirrors
Mike Blumenkrantz [Thu, 18 Apr 2013 12:42:23 +0000 (13:42 +0100)]
use zoomap as image source for object mirrors, for all the good it will do
Mike Blumenkrantz [Thu, 18 Apr 2013 12:42:00 +0000 (13:42 +0100)]
ensure we use edje util zoomap function only on known edje objects
Mike Blumenkrantz [Thu, 18 Apr 2013 12:04:23 +0000 (13:04 +0100)]
set current config version on load
Mike Blumenkrantz [Thu, 18 Apr 2013 11:57:37 +0000 (12:57 +0100)]
try actually updating on border resize event for slightly more accurate resizes when doing shade animations rapidly
Mike Blumenkrantz [Thu, 18 Apr 2013 11:56:46 +0000 (12:56 +0100)]
comp win geometry updates with updates pending now queue another render job
Mike Blumenkrantz [Thu, 18 Apr 2013 11:53:13 +0000 (12:53 +0100)]
render queue and flag geometry update on border resize event to catch shading animations
Mike Blumenkrantz [Thu, 18 Apr 2013 11:44:19 +0000 (12:44 +0100)]
fix comp win geometry updates for shaded windows
Mike Blumenkrantz [Thu, 18 Apr 2013 11:38:39 +0000 (12:38 +0100)]
clean up pager desk drag objects