Chris Michael [Tue, 16 Apr 2013 10:47:57 +0000 (11:47 +0100)]
Remove printf
Remove nasty "fullscreen" hack.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 16 Apr 2013 10:45:08 +0000 (11:45 +0100)]
Add support for popup, fullscreen, move, resize of a wayland client.
Fix several bugs with regard to moving, resizing a wayland client.
Implement popup menu functionality.
Implement (but disable right now) fullscreen functionality
- NB: Disabled currently as I am hunting a potential e_border bug.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 16 Apr 2013 10:43:56 +0000 (11:43 +0100)]
Remove unnecessary calls to evas_object_image functions.
Set image scale and content hints.
Record the "mouse_down" time so we can ignore spurious mouse_up events.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 16 Apr 2013 10:41:54 +0000 (11:41 +0100)]
Add a reference to the Evas of the surface.
Use Eina_List for border hooks (as we need more than one anyway).
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 16 Apr 2013 10:41:34 +0000 (11:41 +0100)]
Call surface configure with proper geometry.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 12 Apr 2013 08:35:15 +0000 (09:35 +0100)]
Add support for transient surfaces.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 12 Apr 2013 08:34:28 +0000 (09:34 +0100)]
Add transient fields to the shell surface structure.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 12 Apr 2013 08:22:11 +0000 (09:22 +0100)]
Add code to support popups and fullscreen :)
Fix some unused variables.
Be sure to destroy any ping timers on surface destroy.
End any existing popup grabs when we start a new grab.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 12 Apr 2013 08:21:33 +0000 (09:21 +0100)]
Add popup fields to the shell surface structure.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 12 Apr 2013 06:42:24 +0000 (07:42 +0100)]
Add support to resize wayland clients.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 12 Apr 2013 06:41:57 +0000 (07:41 +0100)]
Add width & height to the grab structure.
Add edges (for resize) to the grab structure.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Fri, 12 Apr 2013 06:10:02 +0000 (07:10 +0100)]
Add support for moving surfaces.
Add support for fullscreen/unfullscreen.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 11:18:32 +0000 (12:18 +0100)]
Add code to unset the pointer cursor image when the mouse leaves the
input area.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 11:18:10 +0000 (12:18 +0100)]
Add code to update the pointer cursor image for wayland clients.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 08:27:40 +0000 (09:27 +0100)]
Set the border input object using the EAPI function.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 08:26:44 +0000 (09:26 +0100)]
Set the e_border to borderless by default for wayland clients.
Add function to listen for the ecore_evas resize and adjust the size
of the surface smart object.
Add support for Maximize/Unmaximize of wayland clients.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 08:25:55 +0000 (09:25 +0100)]
Add e_border_input_object_set function.
Add missing function prototype declarations for mouse events.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 08:25:37 +0000 (09:25 +0100)]
Add API function for setting a border input object
Needed for wayland client support.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 07:38:04 +0000 (08:38 +0100)]
Remove dead comments.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 07:36:10 +0000 (08:36 +0100)]
Remove dead comment.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 07:35:29 +0000 (08:35 +0100)]
Add missing EINTERN for init and shutdown functions.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 07:33:59 +0000 (08:33 +0100)]
Add support for key up/down events from the surface and pass them
along to the wayland client.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 07:33:01 +0000 (08:33 +0100)]
Add key up/down events for surface and raise the callbacks when they
happen.
Be sure to set focus on the input object else we do not get any key
events from Evas.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 07:32:04 +0000 (08:32 +0100)]
Initialize keyboard before initializing comp module.
This is needed so that setxkbmap runs before we initialize the wayland
compositor So that wayland clients can use the proper keymap.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 07:31:25 +0000 (08:31 +0100)]
Actually export comp_wl_time_get and comp_wl_input_modifiers update
functions as they may be needed in various shell modules.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 06:05:33 +0000 (07:05 +0100)]
Handle mouse up and down events from the surface.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 11 Apr 2013 06:05:08 +0000 (07:05 +0100)]
Add support for mouse up and down events.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 10 Apr 2013 14:24:25 +0000 (15:24 +0100)]
Add support for the e_surface smart object.
Add code to listen for the callbacks from e_surface and pass events
along to the wayland client.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 10 Apr 2013 14:23:01 +0000 (15:23 +0100)]
Add function to support setting e_border input area
Add code to handle null input areas (wrt pass_events on the image).
Add mouse movement callbacks (in, out, move).
Place the input rectangle below the image object.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 10 Apr 2013 13:18:30 +0000 (14:18 +0100)]
Add an input object to e_border structure.
Only setup input object callbacks once.
Use input object for mouse_in/out detection.
NB: This is needed for wayland clients to properly function with
regard to E's border pointer focus.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 10 Apr 2013 10:01:52 +0000 (11:01 +0100)]
Add surface smart object support to the desktop shell.
Add code to handle shell surface requests.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 10 Apr 2013 09:59:14 +0000 (10:59 +0100)]
Add code to load/unload the desktop shell module.
Add code to handle surface attach requests.
Add code to handle surface commit requests:
- Use the surface smart object to handle input and image updates.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 10 Apr 2013 09:58:38 +0000 (10:58 +0100)]
Add surface smart object to E_Wayland_Surface struture.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 10 Apr 2013 09:58:07 +0000 (10:58 +0100)]
Add surface smart object to build
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 10 Apr 2013 09:57:49 +0000 (10:57 +0100)]
Add code for start of surface smart object.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:56:24 +0000 (13:56 +0100)]
Add start of desktop shell code.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:41:48 +0000 (13:41 +0100)]
Fix desktop shell Makefile to include the wayland client cflags
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:41:30 +0000 (13:41 +0100)]
Fix pkg-config for wl_desktop_shell module.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:36:29 +0000 (13:36 +0100)]
Fix module_idler variable name (damn I cannot type today) :(
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:36:11 +0000 (13:36 +0100)]
Fix up modules directory Makefile to include desktop shell.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:22:34 +0000 (13:22 +0100)]
Actually declare the idler variable so things build (Oopsie).
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:20:43 +0000 (13:20 +0100)]
Add start of desktop shell code.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:16:42 +0000 (13:16 +0100)]
Add start of wl_desktop_shell module code.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:16:22 +0000 (13:16 +0100)]
Add Makefile for wl_desktop_shell module.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:15:58 +0000 (13:15 +0100)]
Add autofoo support for building wl_desktop_shell module.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 12:04:30 +0000 (13:04 +0100)]
Add an idler to defer shell module loading.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 10:31:50 +0000 (11:31 +0100)]
Add code to create, destroy, and otherwise handle the wayland region
interface and wayland surface interface.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 10:06:31 +0000 (11:06 +0100)]
Add function prototypes for surface_destroy and region_destroy.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 10:03:14 +0000 (11:03 +0100)]
Add code to support initialize, setup and destruction of wayland
inputs (pointer, keyboard, touch).
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 09:19:00 +0000 (10:19 +0100)]
Add start of a wayland compositor.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 08:44:24 +0000 (09:44 +0100)]
Add wayland client egl support to build infrastructure.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 08:40:54 +0000 (09:40 +0100)]
Add egl support for wayland clients to build infrastructure.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 08:40:22 +0000 (09:40 +0100)]
Add headers and defaults for input support and egl support.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 08:03:08 +0000 (09:03 +0100)]
Rename input rectangle object (oopsie).
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 07:31:05 +0000 (08:31 +0100)]
Add header for a Wayland Compositor.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 07:14:39 +0000 (08:14 +0100)]
Cleanup Wayland Client support build files.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 07:13:13 +0000 (08:13 +0100)]
Cleanup Wayland Client support dependencies
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 9 Apr 2013 07:09:03 +0000 (08:09 +0100)]
Remove all old wayland compositor files.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Mike Blumenkrantz [Tue, 16 Apr 2013 11:37:24 +0000 (12:37 +0100)]
use e_zoomap_child_resize() in menu
Mike Blumenkrantz [Tue, 16 Apr 2013 11:37:11 +0000 (12:37 +0100)]
add e_zoomap_child_resize() to save my sanity
Carsten Haitzler (Rasterman) [Tue, 16 Apr 2013 11:27:36 +0000 (20:27 +0900)]
move del handler to wrap.
Carsten Haitzler (Rasterman) [Tue, 16 Apr 2013 11:26:17 +0000 (20:26 +0900)]
be more protective against obj refs on del in zoomap
Mike Blumenkrantz [Tue, 16 Apr 2013 11:24:40 +0000 (12:24 +0100)]
fix infinite loop on menu zoomap deletion
Carsten Haitzler (Rasterman) [Tue, 16 Apr 2013 11:14:12 +0000 (20:14 +0900)]
dont resize if a cw is there...
Carsten Haitzler (Rasterman) [Tue, 16 Apr 2013 11:10:06 +0000 (20:10 +0900)]
and in zoomap make alpha on by default (solid currently doesnt work),
and always should be off by default.
Carsten Haitzler (Rasterman) [Tue, 16 Apr 2013 11:06:47 +0000 (20:06 +0900)]
add zoomap so we get back our zooming comp client things with.. menu
for today. popups need doing... anything that bypasses the comp native
surface stuff needs this. :)
Mike Blumenkrantz [Tue, 16 Apr 2013 11:04:40 +0000 (12:04 +0100)]
fix clipper sizing for zoom comp effect
Mike Blumenkrantz [Tue, 16 Apr 2013 10:06:15 +0000 (11:06 +0100)]
fix window event input when rapidly switching desks
Mike Blumenkrantz [Tue, 16 Apr 2013 08:02:13 +0000 (09:02 +0100)]
fix shaped windows
Mike Blumenkrantz [Tue, 16 Apr 2013 07:07:53 +0000 (08:07 +0100)]
remove some no-longer needed border shape code
Mike Blumenkrantz [Tue, 16 Apr 2013 06:45:07 +0000 (07:45 +0100)]
fix border shadow visuals
Mike Blumenkrantz [Tue, 16 Apr 2013 06:35:26 +0000 (07:35 +0100)]
fix crash when action is active on border during deletion
Mike Blumenkrantz [Mon, 4 Mar 2013 08:46:24 +0000 (08:46 +0000)]
desk transition config dialogs FIXED(ish) and show comp effects
Mike Blumenkrantz [Mon, 4 Mar 2013 08:02:34 +0000 (08:02 +0000)]
expose e_theme_collection_items_find() as a useful function
Mike Blumenkrantz [Mon, 4 Mar 2013 07:55:48 +0000 (07:55 +0000)]
rename comp border edje groups from e/comp/* to e/comp/border/*
Mike Blumenkrantz [Thu, 28 Feb 2013 15:20:32 +0000 (15:20 +0000)]
giant comp rejiggering commit #6:
* border->fx REMOVED, related border api REMOVED
* comp edc has new class of groups: e/comp/effects[/auto]
** these are effects which can be applied to any compositor object through the e_comp_win_effect* api and are written in embryo
*** two types - base and auto - base = manual, for use with animators; auto are "trigger and forget", for use as actual effects
* desk flip transition animations moved to comp effects and FIXED(ish)
* "zoom" effect renamed to "diagonal" for slightly less misleading name since it never did any zooming
* actual "zoom" effect added
* border hierarchy now as follows: cw->effect_obj swallows cw->shobj, cw->shobj swallows cw->bd->bg_object ?: cw->obj, if (cw->bd->bg_object) cw->bd->bg_object swallows cw->obj
** cw->effect_obj now used for all positioning and comp logic
** cw->effect_obj ONLY used for object transformation effects (moving, zooming, fading, etc)
** cw->shobj ONLY for comp visual/non-movement effects (focus effect, unfocus opacity, legacy shadows); this is a candidate for removal/rewrite in E19
* even more comp shape rewrites
* desk flip animation time now controlled by theme since edje doesn't support setting transition time in C; related config value removed
* desk flip transitions (in e_desk.c) rewritten
* various modules (evry/illume2) updated to use comp effects instead of fx offset
* desk flip configuration BROKEN(ish)
Mike Blumenkrantz [Mon, 25 Feb 2013 14:04:12 +0000 (14:04 +0000)]
giant comp rejiggering commit #5:
* border frame/object now drawn directly on compositor canvas
* border shadows now in border theme with edje hint, non-updated themes still receive comp object shadows FOR NOW
* e_border MOVE/RESIZE pointer mode defines are now e_pointer.h enums
* added BD_CHANGED() util macro for setting bd->changed and printing a debug line to assist in finding places where this all-important flag is wrongly set
* bd->bg_win removed entirely
* bd->pointer objects moved to compositor object; now only one pointer object exists for each compositor
* resizing windows now shows a new and totally-intended scaling effect for window contents
* some additional retooling of border deletion/free callbacks
* fixed lurking potential bug where window could recieve focus from autoraise timer after border had been deleted
* more comp shape improvements/rewrites
* desk transitions are now BROKEN(ish)
* various modules updated to not be totally broken with these changes
Mike Blumenkrantz [Wed, 6 Mar 2013 11:49:15 +0000 (11:49 +0000)]
e_win no longer constantly overwrites netwm properties
maxerba [Thu, 11 Apr 2013 12:41:02 +0000 (14:41 +0200)]
updating portuguese trasnlation
Carsten Haitzler (Rasterman) [Wed, 10 Apr 2013 10:09:18 +0000 (19:09 +0900)]
update po..
maxerba [Mon, 8 Apr 2013 16:40:54 +0000 (18:40 +0200)]
updating esperanto translation
Jérémy Zurcher [Fri, 5 Apr 2013 20:06:39 +0000 (22:06 +0200)]
systemd: update NEWS, missing in the parent commit
Jérémy Zurcher [Fri, 5 Apr 2013 13:20:23 +0000 (15:20 +0200)]
systemd: fix + complete power mgmt method support
- fix typo in configure.ac for suspend/hibernate method selection
- add systemd support of halt and reboot actions
maxerba [Thu, 4 Apr 2013 11:46:03 +0000 (13:46 +0200)]
Correction for the italian translation
maxerba [Thu, 4 Apr 2013 11:39:25 +0000 (13:39 +0200)]
updating protuguese translation
maxerba [Mon, 1 Apr 2013 09:25:32 +0000 (11:25 +0200)]
Correction in italian translation
Carsten Haitzler (Rasterman) [Sun, 31 Mar 2013 05:55:14 +0000 (14:55 +0900)]
update po.
Carsten Haitzler (Rasterman) [Sun, 31 Mar 2013 02:58:41 +0000 (11:58 +0900)]
segv-- for clock popup o_popclock object ref benig dangling. this is a
new bug methinks in e18 dev.
Cedric Bail [Sat, 30 Mar 2013 09:14:07 +0000 (18:14 +0900)]
systemd: support only since 192.
Cedric Bail [Sat, 30 Mar 2013 03:08:08 +0000 (12:08 +0900)]
systemd: add support for hibernate and suspend.
Cedric Bail [Thu, 28 Mar 2013 14:53:24 +0000 (23:53 +0900)]
e: add support for systemd user session.
Jérémy Zurcher [Sat, 30 Mar 2013 09:14:45 +0000 (10:14 +0100)]
reprotect _mixer_popup_key_down_cb
/me still asleep, it's better like this
Jérémy Zurcher [Sat, 30 Mar 2013 09:07:05 +0000 (10:07 +0100)]
fix _e_popup_autoclose_key_down_cb
- uses autoclose_popup->key_data as autoclose_popup->key_cb data
key_data is provided at cb registration through e_popup_autoclose(…)
- re-enable _mixer_popup_key_down_cb
Carsten Haitzler (Rasterman) [Sat, 30 Mar 2013 05:11:07 +0000 (14:11 +0900)]
me. valgrind. happy fun times together. methinks we should hasve more
people do this.
Carsten Haitzler (Rasterman) [Fri, 29 Mar 2013 13:03:09 +0000 (22:03 +0900)]
oops printf--
Carsten Haitzler (Rasterman) [Fri, 29 Mar 2013 12:57:55 +0000 (21:57 +0900)]
fix menu flipping/flickering when menu bigger than screen.
Carsten Haitzler (Rasterman) [Fri, 29 Mar 2013 10:24:22 +0000 (19:24 +0900)]
mixer key control broken .. to the point it segs now. :) patch over
seg. :)
Carsten Haitzler (Rasterman) [Wed, 27 Mar 2013 12:49:58 +0000 (21:49 +0900)]
update po's
Carsten Haitzler (Rasterman) [Wed, 27 Mar 2013 12:26:15 +0000 (21:26 +0900)]
remove azy code and build/configure checks. after zmike made it plain
azy will never become part of efl, and things like being able to do
http get/posts etc. should be part of efl itself as a core feature,
then we forever will have to choose ecore_con_url or some efl
mechanism OR azy.. or go implement both always, and implementing both
is just stupid. imlementing azy only means we add more dependencies
outside of efl and we repeat the mistakes of the past with the split
tree, or we implement the efl method only (ecore-con-url), so i'm
choosing the one with the least dependencies. call me if this position
on azy outside of efl changes.
Mike Blumenkrantz [Tue, 26 Mar 2013 11:51:40 +0000 (11:51 +0000)]
fix ibox crash when border hasn't been assigned to a zone