Chris Michael
13509d6dcc
@bugfix : Fix configure.ac to define HAVE_WAYLAND_ONLY
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
a32d74d1c7
@feature : Add new drm compositing module
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Mike Blumenkrantz
a2025ddaad
ignore size change configurerequests during maximize if not also changing position
...
correcty fixes gtk window (un)maximize
9 years ago
Mike Blumenkrantz
d8375aaf9d
Revert "apply client resize limit for all possible size values during maximize calcs"
...
This reverts commit 08acb0c6aa
.
fix T1102
9 years ago
Mike Blumenkrantz
9859daee07
bugfix: get entry width based on viewport size, not entry size
...
things like icon properties dialog now fit on a 4k monitor
9 years ago
Mike Blumenkrantz
791ed12f7b
fix elm win usage
9 years ago
Mike Blumenkrantz
9f310291a7
don't change backlight on zone shutdown
9 years ago
Mike Blumenkrantz
ee1cc930c1
ibar mouseover menu no longer breaks when client menu is activated
9 years ago
Carsten Haitzler
ad6aa3db71
part of previous commit - also set delete_requested to 0
9 years ago
Gustavo Sverzut Barbieri
834dd88f95
configure: allow to specify different systemd units dir, print sysactions.
...
I don't install to the system, so that way I can install to
~/.config/systemd/user.
also print the sysaction commands so we can be sure what it is using.
9 years ago
Gustavo Sverzut Barbieri
36d542f84e
m4/ac-plugins: evaluate color escape so it works everywhere.
...
the color escapes were being evaluated only on "echo -e", but we're
using it in "cat" statements as well. Then evaluate the color escape
so it will work everywhere.
9 years ago
Gustavo Sverzut Barbieri
5ca6eaf418
fix @dataroot@ missing warning.
...
As per autoconf[1] documentation, we should declare @datarootdir@ so
it uses the new convetion of expression @datadir@ as terms of
@datarootdir@.
[1] http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Changed-Directory-Variables.html
9 years ago
Mike Blumenkrantz
a6148e5e56
fix client resistance visibility check typo
...
fix T1087
9 years ago
Carsten Haitzler
b1373fe63f
fix hiding of windows when delete is requested
...
this is applicable to e19 only (you can't backport this patch as-is -
e19 is too different). this fixes T1063.
9 years ago
Mike Blumenkrantz
19f8126847
prevent fallthrough in determining gcc visibility
...
CID 1040127
9 years ago
Mike Blumenkrantz
b9cdeb17f5
add note about switch statement fallthrough
...
CID 1040128
9 years ago
Mike Blumenkrantz
ce429495bb
bugfix: don't deref teamwork pointer after null check
...
CID 1040134
9 years ago
Mike Blumenkrantz
a54fda4530
bugfix: don't deref possibly-null value in mouse bindings
...
CID 1040138
9 years ago
Mike Blumenkrantz
4b58fa9a4e
replace ev->keyname with ev->key
...
see efl 5ae4cfd1923e502731f4d8fc2bf67b1f536a9216
9 years ago
Mike Blumenkrantz
8422eea8d0
remove unnecessary battery_config null check
...
CID 1040140
9 years ago
Mike Blumenkrantz
d391e5c130
validate params for e_dnd_util_text_uri_list_convert()
...
CID 1040144
9 years ago
Mike Blumenkrantz
457a385fa7
clamp screen sizes to 1 to avoid impossible division-by-zero for window shots
...
CID 1040148
9 years ago
Mike Blumenkrantz
e0a5cd6e7d
bugfix: correctly calculate minimum flowlayout rows
...
CID 1132740
9 years ago
Mike Blumenkrantz
01abad3f64
bugfix: efm_op no longer tries to close invalid fds during delete ops
...
CID 1132741
9 years ago
Mike Blumenkrantz
4b3e2797a0
bugfix: don't use external log domain in systray
...
CID 1132742
9 years ago
Mike Blumenkrantz
6142845ef8
bugfix: don't use external log domain in music player
...
CID 1132743
9 years ago
Mike Blumenkrantz
cea010dce0
bugfix: don't crash when saving screenshots with no file extension
...
CID 1132744
9 years ago
Mike Blumenkrantz
b9eaf4d239
bugfix: don't crash on possibly-null gadman bg string extensions
...
CID 1132749
9 years ago
Mike Blumenkrantz
b373b561e4
check X comp_data existence in pixmap PRESENT usage during refresh
...
CID 1155279
9 years ago
Mike Blumenkrantz
450d6cf321
add comments to suppress false positives in intentional switch fallthroughs
...
CIDs 1155283, 1155282, 1155281
9 years ago
Mike Blumenkrantz
9db01b9cbf
don't check for non-pointer existence in lokker pin validation
...
CID 1155284
9 years ago
Mike Blumenkrantz
c545deb81c
fix gadman resistance checking for fake/desk shelves
9 years ago
Mike Blumenkrantz
26cbbe6723
improve client positioning resistance accuracy for hidden clients and fake shelves
9 years ago
Mike Blumenkrantz
fe5f8df001
use E_CLIENT_FOREACH macro for resist calcs
...
CID 1155285
9 years ago
Mike Blumenkrantz
3f3322cb9c
null check auth current user get
...
CID 1155286
9 years ago
Mike Blumenkrantz
865dc17221
null check client on X stack request
...
CID 1155287
9 years ago
Mike Blumenkrantz
ddcc678d78
ensure va_end is called when creating new pixmaps
...
CID 1155292
9 years ago
Mike Blumenkrantz
de03331469
fix indent for iconic hint setting
...
seriously?
CID 1156985
9 years ago
Mike Blumenkrantz
537b4054d3
simplify/optimize e_win show trap
...
CID 1163853
9 years ago
Mike Blumenkrantz
6dd98df0d6
remove all remaining efl version check defines
9 years ago
Mike Blumenkrantz
d0589662c5
bugfix: check for unicode string end in client menu
...
CID 1186203
9 years ago
Mike Blumenkrantz
2b3906d8da
bugfix: don't crash when passing NULL desk to e_client_under_pointer_get
...
CID 1186204
9 years ago
Mike Blumenkrantz
dacb821f05
trivial dead code--
...
CID 1187922
9 years ago
Mike Blumenkrantz
3583d76839
trivial dead code--
...
CID 1187923
9 years ago
Mike Blumenkrantz
b8a3e1ed4f
fix probably-impossible divide-by-zero in menu item layout
...
CID 1187924
9 years ago
Mike Blumenkrantz
400c1f5177
make win->client check more explicit in efm_opinfo
...
CID 1187925
9 years ago
Mike Blumenkrantz
0a316209aa
bugfix: set connman pending.disconnect when disconnecting a service
9 years ago
Mike Blumenkrantz
ded3b76723
make connman if statements more clear for freeing data
...
CID 1039738
9 years ago
Mike Blumenkrantz
b25706727b
bugfix: don't iterate with or access freed pointer in comp match dialog
...
CID 1039740
9 years ago
Mike Blumenkrantz
9f3f5e29d1
bugfix: ensure use of non-garbage values for menu item icon placeholders
...
CID 1039769, 1039768
9 years ago