summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* __WIP__devs/bu5hm4n/sandbox_fixMarcel Hollerbach2017-12-041-3/+10
| | | | just to show okra
* Luncher: Add config options to not show tooltips on mouse inStephen Houston2017-12-045-5/+46
|
* meson: wl_drm now requires libdrmMarcel Hollerbach2017-12-031-1/+1
| | | | this fixes building
* meson: fix buildMarcel Hollerbach2017-12-032-2/+4
| | | | everything that includes e.h needs deps_e as dependencys, otherwise headers may not be found
* vkbd: Fix null pointer dereferenceChris Michael2017-12-011-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 whitespaceChris Michael2017-12-012-4/+4
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* conf-randr: No need to set this variable twiceChris Michael2017-11-281-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-261-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 eetStefan Schmidt2017-11-246-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-codegenStefan Schmidt2017-11-234-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 dependencyStefan Schmidt2017-11-231-1/+1
| | | | Current E needs efl >= 1.20.5 which has elementary merged.
* remove autotoolsMike Blumenkrantz2017-11-20118-5505/+2
|
* music-control - Fix build after raster's file renameAndy Williams2017-11-191-2/+2
|
* music-control - add rage mpris supportCarsten Haitzler (Rasterman)2017-11-171-0/+1
|
* music-control - install properly with meson build with iconCarsten Haitzler (Rasterman)2017-11-173-3/+1
| | | | @fix
* fix mouse hangs after unblankCarsten Haitzler (Rasterman)2017-11-143-19/+41
| | | | this fixes T5883
* Make e_gadget_runner.c compile on efl 1.20Derek Foreman2017-11-091-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 hookMike Blumenkrantz2017-11-081-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 objectMike Blumenkrantz2017-11-081-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 clientsMike Blumenkrantz2017-11-081-1/+0
| | | | I think this was unintentionally working around a placement bug?
* more E_BITFIELD conversionsMike Blumenkrantz2017-11-0855-247/+247
|
* unify meson version requirements for eflMike Blumenkrantz2017-11-071-1/+1
|
* use last client from E_Exec_Instance list when updating luncher popupsMike Blumenkrantz2017-11-071-1/+1
| | | | | | the last client is the most recently-added fix T6288
* always emit E_EVENT_COMP_OBJECT_ADD eventsMike Blumenkrantz2017-11-071-1/+0
| | | | fix T6322
* prevent double shutdown of x11 compositor in xwayland modeMike Blumenkrantz2017-11-071-2/+5
| | | | only do shutdown in xwl module if not actively shutting down
* avoid performing client rescales during shutdownMike Blumenkrantz2017-11-073-1/+5
|
* use E_BITFIELD define for bitfield struct membersMike Blumenkrantz2017-11-0741-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 existMike Blumenkrantz2017-11-071-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 gadgetMike Blumenkrantz2017-11-071-2/+3
|
* destroy luncher iconify provider on gadget deleteMike Blumenkrantz2017-11-071-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 Blumenkrantz2017-11-071-2/+2
| | | | fix T6316
* e comp object - patch volume update case for propagating state signalsCarsten Haitzler (Rasterman)2017-11-071-0/+38
| | | | | | | complete f161edc3f3f13feb57ea118de506c2f0e8903fae with missing update case @feature
* comp object -> propgate signals to the volume objects from the frameCarsten Haitzler (Rasterman)2017-11-074-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 disablingMike Blumenkrantz2017-11-061-3/+5
| | | | ref 61ddcb25e6075e5e6a5436dc6f981e45317c5d7d
* hits: silence warnings about possible null string for strcmpCarsten Haitzler (Rasterman)2017-11-061-2/+2
|
* e sys - frix warning for less noiseCarsten Haitzler (Rasterman)2017-11-061-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 filesmaxerba2017-11-053-0/+5
|
* meson: this version is enough for the things we use in the momentMarcel Hollerbach2017-11-041-1/+1
| | | | this makes meson build work on ubuntu 17.04
* meson: make those scripts executableMarcel Hollerbach2017-11-043-0/+0
| | | | A missing executable bit here brings old meson version down while building e.
* check meson module option state before executing subdirMike Blumenkrantz2017-11-031-4/+6
| | | | fix module disabling
* update README with meson instructionsMike Blumenkrantz2017-11-031-5/+11
|
* make autotools build depend on protocol xml files to pull in changesMike Blumenkrantz2017-11-031-1/+9
|
* fix undefined symbols on autotools+wayland buildMike Blumenkrantz2017-11-032-4/+6
|
* save sandbox gadget configs when saving normal gadget configMike Blumenkrantz2017-11-031-0/+4
|
* disable sandbox gadgets if loader cannot be found on startupMike Blumenkrantz2017-11-031-5/+10
|
* make wl_pointer cursor handling state-based to correctly handle cursor visualsMike Blumenkrantz2017-11-034-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 cursorMike Blumenkrantz2017-11-031-0/+1
| | | | don't rely on efl internals for this
* unset wayland cursor for all pointers when running nested in wlMike Blumenkrantz2017-11-031-0/+6
|
* create wl output resource when running in wl nestedMike Blumenkrantz2017-11-031-0/+3
|
* add gadget sandboxingMike Blumenkrantz2017-11-039-1/+1336
| | | | docs in progress, tasks https://phab.enlightenment.org/project/board/179/