Chris Michael
e82da5e67a
cleanup compiler warnings when building for wayland-only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
459492b9ad
don't define x selection notify handler if we are building for wayland-only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
35cac300f3
Revert "don't clear 'changed' variable unless we are going to use it. (fixes"
...
This reverts commit 58cbf19c10
.
9 years ago
Chris Michael
81dcfd5f55
declare drag finished callback event if building for wayland-only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
4f59146512
fix compiler warnings when building for wayland-only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
66233ec6a7
fix compiler warnings when building for wayland-only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
58cbf19c10
don't clear 'changed' variable unless we are going to use it. (fixes
...
compiler warning when building for wayland-only)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
f252cd1bb5
fix compiler warnings when building for wayland-only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
8889a0fc1c
remove ifdef's for compiling out e_dnd support in wayland-only mode
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
6dff3365e7
clean compiler warnings when building for wayland-only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
20c59557db
only call ecore-x functions here if we are Not build for wayland-only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
92c6e8799c
fix unused function paramters warning when building for wayland only
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
6a07c9f99d
wl-desktop-shell: Update module code for new xdg shell protocol
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
702e32ea2a
wl-desktop-shell: Update desktop shell module for new xdg shell protocol
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
c27ba8b8c2
e-comp-wl: Update compositor for new xdg shell protocol
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
0071b63f06
e-comp-wl: Remove dead structure members
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
44168b4a36
wl-desktop-shell: Bump xdg protocol version
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Tom Hacohen
68b4dcefab
fix: Add more desktops to be tiled by default in the tiling config.
...
Now the first 4X4 are tiled by default.
Fixes T1682.
9 years ago
Mike Blumenkrantz
cbcb1130b6
thaw evas on winlist activation with no clients available
...
fix T1667
9 years ago
Mike Blumenkrantz
8814d3ad28
client hooks should not continue to be called if the client has been deleted
9 years ago
maxerba
041763a99b
Updating italian translation
9 years ago
Mike Blumenkrantz
57b5fd4d44
force comp render queue more aggressively to detect changes in nocomp
9 years ago
Mike Blumenkrantz
3aaa843a4f
comp render queue on every client resize instead of on unmaximize
9 years ago
Srivardhan Hebbar
d65e0316c3
autotools: modified autogen.sh script to be able to build from different directory.
...
Summary:
Right now we cannot have a designated build directory and build in the same folder as in the source. So modified the autogen.sh so that we can have a designated build directory and can build from that.
@feature
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric, raster, devilhorns
Subscribers: zmike, cedric
Differential Revision: https://phab.enlightenment.org/D1359
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years ago
Wonguk Jeong
32efb7e5e4
conf_application: fix crash on setting Desktop Environment
...
use e_util_strcmp instead of strcmp. (previously, NULL check was omitted)
Fixes T1673
9 years ago
Cedric BAIL
ed0efbe926
lokker: empty string should not be translated.
...
@fix
9 years ago
Carsten Haitzler
9d657a8187
update po's
9 years ago
Carsten Haitzler
9391d261ba
e_start - add ~/Applications/.bin to use for app bin searches
...
this is here to help for user installed apps
9 years ago
Carsten Haitzler
2b6f3ffc82
fix README to be more up to date
9 years ago
Stefan Schmidt
98457f7332
modules/mixer: Check fcntl setting CLOEXEC for success
...
We still keep going if this fails but print out an error.
CID: 1039960
9 years ago
Stefan Schmidt
bbd35e82c3
modules/teamwork: Use eina_file_mkstemp() to avoid problems with umask
...
Keeping the snprintf to arrange for the tmp file name including the i->addr
in the filename.
CID: 1039805
9 years ago
Stefan Schmidt
4e98f7cb18
modules/pager: We already dereferenced pw->desk before, no need to check now
...
We already dereferenced it a few lines before thus we could never reach this
here when it would be NULL.
CID: 1039809
9 years ago
Stefan Schmidt
88f4b19f30
modules/teamwork: The ih value would never be < 1 as we checked it already.
...
ih did not check since the last time we checked it for < 1 a few lines before.
CID: 1232000
9 years ago
Stefan Schmidt
3a1cc22f83
modules/lokker: Array address is never NULL.
...
This would always be true. Comparing against the first array item is fine.
CID: 1155284
9 years ago
Stefan Schmidt
90daba7645
e_client: _e_client_cb_drag_finished is not used in wayland only mode
...
Mostly cosmetic as it avoid a warning of an unused function when compiling
for wayland only.
9 years ago
Stefan Schmidt
5e4cdb9064
modules/wl_drm: Remove trailing whitespaces
9 years ago
Mike Blumenkrantz
8ba2fb6d6f
add borderless theme for deskmirror clients to support various animations
9 years ago
Chris Michael
25a8be59c5
Cleanup teamwork module from having missing initializerss for Eldbus
...
Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Sebastian Dransfeld
8c46220dd6
e: Improve code
9 years ago
Chris Michael
7861f5e69c
bugfix: Cleanup systray module having missing initializers for Eldbus
...
Message & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
f168e42b45
bugfix: Cleanup msgbus module from having missing field initializers
...
for Eldbus Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
d207db2fdf
bugfix: Cleanup fileman module from having missing initializers for
...
Eldbus Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
23e430be25
bugfix: Cleanup bluex module having missing initializers for services
...
& icons
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
5813889aa2
bugfix: Cleanup appmenu module having missing field initializers for
...
Eldbus Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
59f080f527
bugfix: Fix e_notification file having missing initializers for Eldbus
...
Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
a6dc950040
bugfix: Fix e_msgbus file having missing initializers for Eldbus
...
Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Mike Blumenkrantz
a0179c8c59
force render queue on unmaximize if client was fullscreen
...
fix T1665
9 years ago
Sebastian Dransfeld
764755eb9f
e: Add preferred desktop environment for apps
...
In preferences we show which external applications can be used for
setting preferences. If several desktop environments are installed, this
list will have several duplicates, as there can be many different apps
for setting a preference.
With this setting we can filter out for one desktop_environment.
@feature
9 years ago
Sebastian Dransfeld
ff31c0533b
e: Use same gettext version as efl and elementary
9 years ago
Carsten Haitzler
c621f82b51
e backlight - limit min to 0.05 to avoid totally off backlight
...
this seems new, but if you set backlight to 0 it isnt at minimum, but
is entirely off on my intel laptop and this is not what was desired
with bl level of 0, so limit to 0.05 for now to avoid accidentally
turning your screen off. might fix this later to allow explicit off -
but this should use dpms etc. to turn the screen off as well as
possible scanout etc.
9 years ago