efl/src
Chris Michael d34ad18f30 ecore-evas-wl: Fix issue of improper window geometry
This fixes an issue where maximizing a window would set improper xdg
surface window geometry. We receive window configure sizes based on
xdg surface window geometry, so we need to subtract framespace there
or else window size grows when maximizing/unmaximizing multiple times.
This also adjusts the call to xdg_surface_set_window_geometry to
account for framespace (Fixes T2842).

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-11-17 13:51:19 -05:00
..
benchmarks Eo benchmarks: Add basic callbacks benchmarks. 2015-11-09 11:43:04 +00:00
bin eo generator: better output whitespace handling with pointers 2015-11-11 15:15:08 +00:00
bindings eolian-cxx: Fix inheritance from C++ classes after Eo ABI breakage 2015-09-30 17:55:16 -05:00
edje_external/emotion
examples eolian: fix build after removal of --eo option. 2015-11-17 05:39:09 +01:00
lib ector: Fix incorrect expression 2015-11-17 10:06:55 -05:00
modules ecore-evas-wl: Fix issue of improper window geometry 2015-11-17 13:51:19 -05:00
scripts eolian: improve function_full_c_name_get API 2015-07-08 12:10:20 +01:00
static_libs ecore_con: Moving dns.c and dns.h to static_libs. 2015-11-10 14:10:02 -08:00
tests Evas textblock: fix bad deletion in test case 2015-11-17 16:22:02 +02:00
utils/ecore
Makefile.am ecore-buffer: Add ecore_buffer library to EFL. 2015-06-22 10:31:42 -04:00
Makefile_EPhysics.am
Makefile_Ecore.am Ecore tests: REMOVE wayland tests. 2015-05-08 16:18:36 +01:00
Makefile_Ecore_Audio.am ecore_audio: do not compile elua file if ecore_audio is disabled 2015-10-26 01:11:23 +01:00
Makefile_Ecore_Audio_Cxx.am eolian_cxx: Use C++ wrappers instead of native types as parameters 2015-06-24 15:23:01 +01:00
Makefile_Ecore_Avahi.am
Makefile_Ecore_Buffer.am ecore-buffer: Add ecore_buffer library to EFL. 2015-06-22 10:31:42 -04:00
Makefile_Ecore_Cocoa.am
Makefile_Ecore_Con.am ecore_con: fix another case where files have been moved and sitcheck benn broken 2015-11-12 15:11:50 +01:00
Makefile_Ecore_Cxx.am eolian_cxx: Use C++ wrappers instead of native types as parameters 2015-06-24 15:23:01 +01:00
Makefile_Ecore_Drm.am build: replace libsystemd-{daemon, journal} with libsystemd 2015-08-25 10:52:47 +02:00
Makefile_Ecore_Evas.am ecore_evas_convert: make sure we add all needed flags and deps for the build 2015-09-08 10:16:21 +02:00
Makefile_Ecore_FB.am
Makefile_Ecore_File.am
Makefile_Ecore_IMF.am
Makefile_Ecore_IMF_Evas.am
Makefile_Ecore_Input.am
Makefile_Ecore_Input_Evas.am
Makefile_Ecore_Ipc.am
Makefile_Ecore_Psl1ght.am
Makefile_Ecore_SDL.am
Makefile_Ecore_Wayland.am ecore_wl: Add generated session-recovery-protocol files to build 2015-06-29 17:09:57 +02:00
Makefile_Ecore_Win32.am
Makefile_Ecore_X.am ecore_x: Add key router feature related with client side. 2015-05-13 20:47:36 +09:00
Makefile_Ector.am efl: fix build out of tree 2015-11-10 00:34:37 -02:00
Makefile_Edje.am Edje: Add test case for SNAPSHOT 2015-10-01 20:10:54 +09:00
Makefile_Edje_Cxx.am eolian_cxx: Use C++ wrappers instead of native types as parameters 2015-06-24 15:23:01 +01:00
Makefile_Edje_Helper.am
Makefile_Eet.am Revert "autotools: enable make check per individual modules." 2015-05-07 20:50:56 +02:00
Makefile_Eet_Cxx.am Revert "autotools: enable make check per individual modules." 2015-05-07 20:50:56 +02:00
Makefile_Eeze.am Revert "autotools: enable make check per individual modules." 2015-05-07 20:50:56 +02:00
Makefile_Efl.am Evas filters: Mark API as @beta 2015-06-25 14:36:10 +09:00
Makefile_Efl_Cxx.am
Makefile_Efreet.am efl - efreetd service move from dbus session bus to ecore ipc 2015-06-24 19:28:17 +09:00
Makefile_Eina.am eina: add API to join pahs, as well as path separators 2015-08-21 17:10:29 +02:00
Makefile_Eina_Cxx.am Revert "autotools: enable make check per individual modules." 2015-05-07 20:50:56 +02:00
Makefile_Eio.am eio: add kevent backend. 2015-09-22 00:13:38 +02:00
Makefile_Eio_Cxx.am
Makefile_Eldbus.am Revert "autotools: enable make check per individual modules." 2015-05-07 20:50:56 +02:00
Makefile_Eldbus_Cxx.am Revert "autotools: enable make check per individual modules." 2015-05-07 20:50:56 +02:00
Makefile_Elocation.am
Makefile_Elua.am elua: remove obsolete xgettext wrapper 2015-07-01 14:51:00 +01:00
Makefile_Elua_Helper.am autotools: provide smaller EOLIAN_FLAGS for customization 2015-06-01 17:35:39 +01:00
Makefile_Embryo.am
Makefile_Emile.am Revert "autotools: enable make check per individual modules." 2015-05-07 20:50:56 +02:00
Makefile_Emotion.am emotion: add libvlc module 2015-09-21 23:19:20 +02:00
Makefile_Eo.am Eo: Add eina_types.eot for general types. 2015-05-29 11:39:04 +01:00
Makefile_Eo_Cxx.am bindings/eo: Only install Eo.hh once to avoid failing double install 2015-04-20 09:12:34 +02:00
Makefile_Eolian.am eolian/generator: add proper generation of references 2015-07-07 17:19:13 +01:00
Makefile_Eolian_Cxx.am autotools: remove EOLIAN_FLAGS 2015-06-01 17:28:45 +01:00
Makefile_Eolian_Cxx_Helper.am autotools: provide smaller EOLIAN_FLAGS for customization 2015-06-01 17:35:39 +01:00
Makefile_Eolian_Helper.am eolian generator: remove useless --eo argument 2015-11-09 15:02:32 +00:00
Makefile_Escape.am
Makefile_Ethumb.am build: Do not show mkdir calls in silent mode 2015-05-07 11:15:12 +02:00
Makefile_Ethumb_Client.am
Makefile_Evas.am evas: add forgotten file to SOURCES to fix distcheck 2015-11-12 15:01:29 +01:00
Makefile_Evas_Cxx.am eolian_cxx: Use C++ wrappers instead of native types as parameters 2015-06-24 15:23:01 +01:00
Makefile_Evil.am evil: fix dladdr() implementation, add 2 unit tests for evil. 2015-05-07 09:53:12 +02:00