Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __WIP__devs/bu5hm4n/sandbox_fix | Marcel Hollerbach | 2017-12-04 | 1 | -3/+10 |
| | | | | just to show okra | ||||
* | Luncher: Add config options to not show tooltips on mouse in | Stephen Houston | 2017-12-04 | 5 | -5/+46 |
| | |||||
* | meson: wl_drm now requires libdrm | Marcel Hollerbach | 2017-12-03 | 1 | -1/+1 |
| | | | | this fixes building | ||||
* | meson: fix build | Marcel Hollerbach | 2017-12-03 | 2 | -2/+4 |
| | | | | everything that includes e.h needs deps_e as dependencys, otherwise headers may not be found | ||||
* | vkbd: Fix null pointer dereference | Chris Michael | 2017-12-01 | 1 | -2/+2 |
| | | | | | | | | | These look like simple copy-paste issues however coverity was reporting null pointer dereferences here so fix those. Fixes Coverity CID1382959 Signed-off-by: Chris Michael <cp.michael@samsung.com> | ||||
* | vkbd: Remove whitespace | Chris Michael | 2017-12-01 | 2 | -4/+4 |
| | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com> | ||||
* | conf-randr: No need to set this variable twice | Chris Michael | 2017-11-28 | 1 | -1/+0 |
| | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com> | ||||
* | e client - fix initial placement of override redirect windows in x.... | Carsten Haitzler (Rasterman) | 2017-11-26 | 1 | -0/+1 |
| | | | | | | | | | several override redirect windows are being forcibly re-placed by e. they should not be. ever. this affects scim's IM panel i see and chromium's menus. it probably affects more than this. this fixes both of these cases for sure. probably more. @fix | ||||
* | meson: make it possible to set the path for eet | Stefan Schmidt | 2017-11-24 | 6 | -9/+14 |
| | | | | | Follow the approach of edje_cc and eldbus-codegen which detecting the eet binary. | ||||
* | meson: make it possible to set the path for eldbus-codegen | Stefan Schmidt | 2017-11-23 | 4 | -3/+11 |
| | | | | | | | | find_program() did not detect the eldbus-codegen binary in a given prefix. Which is a situation we have on Jenkins builds. Make it an option that can be set like we already do with edje_cc. If there is a more meson-like approach to this I do not know feel free to enlight me. | ||||
* | README: no need to mention elementary as dependency | Stefan Schmidt | 2017-11-23 | 1 | -1/+1 |
| | | | | Current E needs efl >= 1.20.5 which has elementary merged. | ||||
* | remove autotools | Mike Blumenkrantz | 2017-11-20 | 118 | -5505/+2 |
| | |||||
* | music-control - Fix build after raster's file rename | Andy Williams | 2017-11-19 | 1 | -2/+2 |
| | |||||
* | music-control - add rage mpris support | Carsten Haitzler (Rasterman) | 2017-11-17 | 1 | -0/+1 |
| | |||||
* | music-control - install properly with meson build with icon | Carsten Haitzler (Rasterman) | 2017-11-17 | 3 | -3/+1 |
| | | | | @fix | ||||
* | fix mouse hangs after unblank | Carsten Haitzler (Rasterman) | 2017-11-14 | 3 | -19/+41 |
| | | | | this fixes T5883 | ||||
* | Make e_gadget_runner.c compile on efl 1.20 | Derek Foreman | 2017-11-09 | 1 | -0/+20 |
| | | | | | It won't work, but it won't fail to build. Temporary hack until 1.21 is released. | ||||
* | move x11 client re_manage code into corresponding NEW_CLIENT hook | Mike Blumenkrantz | 2017-11-08 | 1 | -50/+49 |
| | | | | | | | | setting desk after e_client_new() completes is too late, as a desk will have been automatically set by this time and any existing positioning data will have been mangled in the process fix T6317 | ||||
* | set zone/desk for clients after creating comp object | Mike Blumenkrantz | 2017-11-08 | 1 | -5/+7 |
| | | | | | | | | | previously this resulted in attempting to move the comp object before it was created, but evas does not throw any errors when null is passed and so it was never noticed fix T6317 ref T6326 | ||||
* | unset E_Client->changes.pos for re_manage clients | Mike Blumenkrantz | 2017-11-08 | 1 | -1/+0 |
| | | | | I think this was unintentionally working around a placement bug? | ||||
* | more E_BITFIELD conversions | Mike Blumenkrantz | 2017-11-08 | 55 | -247/+247 |
| | |||||
* | unify meson version requirements for efl | Mike Blumenkrantz | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | use last client from E_Exec_Instance list when updating luncher popups | Mike Blumenkrantz | 2017-11-07 | 1 | -1/+1 |
| | | | | | | the last client is the most recently-added fix T6288 | ||||
* | always emit E_EVENT_COMP_OBJECT_ADD events | Mike Blumenkrantz | 2017-11-07 | 1 | -1/+0 |
| | | | | fix T6322 | ||||
* | prevent double shutdown of x11 compositor in xwayland mode | Mike Blumenkrantz | 2017-11-07 | 1 | -2/+5 |
| | | | | only do shutdown in xwl module if not actively shutting down | ||||
* | avoid performing client rescales during shutdown | Mike Blumenkrantz | 2017-11-07 | 3 | -1/+5 |
| | |||||
* | use E_BITFIELD define for bitfield struct members | Mike Blumenkrantz | 2017-11-07 | 41 | -428/+434 |
| | | | | | on release builds this will be a bitfield, on devel builds it will make bools a normal unsigned char for easier debugging | ||||
* | requeue client for render if show animation completes and damages exist | Mike Blumenkrantz | 2017-11-07 | 1 | -1/+5 |
| | | | | | attempt to catch clients which have a render queued prior to the image becoming visible | ||||
* | do not add iconify provider for luncher when creating a demo gadget | Mike Blumenkrantz | 2017-11-07 | 1 | -2/+3 |
| | |||||
* | destroy luncher iconify provider on gadget delete | Mike Blumenkrantz | 2017-11-07 | 1 | -2/+1 |
| | | | | | | this is removed on object delete, not config delete fix T6258 | ||||
* | add field width limits to all fscanf params in e_intlc. | Mike Blumenkrantz | 2017-11-07 | 1 | -2/+2 |
| | | | | fix T6316 | ||||
* | e comp object - patch volume update case for propagating state signals | Carsten Haitzler (Rasterman) | 2017-11-07 | 1 | -0/+38 |
| | | | | | | | complete f161edc3f3f13feb57ea118de506c2f0e8903fae with missing update case @feature | ||||
* | comp object -> propgate signals to the volume objects from the frame | Carsten Haitzler (Rasterman) | 2017-11-07 | 4 | -1/+33 |
| | | | | | | | if frame changes (eg by focus signals) the volume object cant adapt. send signals to it too so it can adapt if it wants to. @feat | ||||
* | improve meson build module disabling | Mike Blumenkrantz | 2017-11-06 | 1 | -3/+5 |
| | | | | ref 61ddcb25e6075e5e6a5436dc6f981e45317c5d7d | ||||
* | hits: silence warnings about possible null string for strcmp | Carsten Haitzler (Rasterman) | 2017-11-06 | 1 | -2/+2 |
| | |||||
* | e sys - frix warning for less noise | Carsten Haitzler (Rasterman) | 2017-11-06 | 1 | -1/+2 |
| | | | | | though act will not be set unless mnt is also true... this means less noise from compiler wanrings so we can focus on real errors. | ||||
* | Adding danish strings to desktop files | maxerba | 2017-11-05 | 3 | -0/+5 |
| | |||||
* | meson: this version is enough for the things we use in the moment | Marcel Hollerbach | 2017-11-04 | 1 | -1/+1 |
| | | | | this makes meson build work on ubuntu 17.04 | ||||
* | meson: make those scripts executable | Marcel Hollerbach | 2017-11-04 | 3 | -0/+0 |
| | | | | A missing executable bit here brings old meson version down while building e. | ||||
* | check meson module option state before executing subdir | Mike Blumenkrantz | 2017-11-03 | 1 | -4/+6 |
| | | | | fix module disabling | ||||
* | update README with meson instructions | Mike Blumenkrantz | 2017-11-03 | 1 | -5/+11 |
| | |||||
* | make autotools build depend on protocol xml files to pull in changes | Mike Blumenkrantz | 2017-11-03 | 1 | -1/+9 |
| | |||||
* | fix undefined symbols on autotools+wayland build | Mike Blumenkrantz | 2017-11-03 | 2 | -4/+6 |
| | |||||
* | save sandbox gadget configs when saving normal gadget config | Mike Blumenkrantz | 2017-11-03 | 1 | -0/+4 |
| | |||||
* | disable sandbox gadgets if loader cannot be found on startup | Mike Blumenkrantz | 2017-11-03 | 1 | -5/+10 |
| | |||||
* | make wl_pointer cursor handling state-based to correctly handle cursor visuals | Mike Blumenkrantz | 2017-11-03 | 4 | -38/+71 |
| | | | | | this fixes a lot of corner cases such as apps which set their cursor before receiving pointer.enter events | ||||
* | show internal pointer cursor whenever resetting to internal cursor | Mike Blumenkrantz | 2017-11-03 | 1 | -0/+1 |
| | | | | don't rely on efl internals for this | ||||
* | unset wayland cursor for all pointers when running nested in wl | Mike Blumenkrantz | 2017-11-03 | 1 | -0/+6 |
| | |||||
* | create wl output resource when running in wl nested | Mike Blumenkrantz | 2017-11-03 | 1 | -0/+3 |
| | |||||
* | add gadget sandboxing | Mike Blumenkrantz | 2017-11-03 | 9 | -1/+1336 |
| | | | | docs in progress, tasks https://phab.enlightenment.org/project/board/179/ |