efl/src
Jean-Philippe Andre e74cac57e4 evas/cserve2: Reconnect to cserve2 in case of server crash
Try to reconnect to cserve2 if the socket connection was lost.
Resend some messages if necessary.

Images reload seems to be working.
Actually, the images don't change over time, so the clients just
keep the previous references to their images.

FONT RELOAD IS NOT WORKING:
- Crashes
- Invalid glyph data
- Infinite loop in _glyph_map_remap_check()

Root cause:
When new glyphs are requested from the server, they are added to
the mempool. So it is necessary to remap the font.
Unfortunately, in case of server reboot, we did not keep the mempool
so the old glyphs that were not requested again will not be valid.
2013-10-28 15:47:16 +09:00
..
benchmarks Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
bin evas/cserve2: Reconnect to cserve2 in case of server crash 2013-10-28 15:47:16 +09:00
edje_external/emotion
examples ecore examples: move pkg-config at the end of gcc command. 2013-10-22 00:45:29 +09:00
lib evas/cserve2: Reconnect to cserve2 in case of server crash 2013-10-28 15:47:16 +09:00
modules evas/cserve2: Implement support for GL engine 2013-10-28 15:47:15 +09:00
scripts/eina
static_libs Synced libunibreak local copy with upstream. 2013-08-07 11:57:09 +01:00
tests eina: add test for old ABI supported function, but not exposed anymore. 2013-10-25 20:16:10 +09:00
utils/ecore Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00
Makefile.am examples: Make make return an error if one of the examples fails compile 2013-07-11 09:55:02 +01:00
Makefile_EPhysics.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore.am ecore system: Add Tizen backend 2013-08-15 14:46:30 -03:00
Makefile_Ecore_Audio.am Revert "ecore_audio: Add alsa support" 2013-05-03 17:44:07 -03:00
Makefile_Ecore_Cocoa.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Con.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Evas.am Start on ecore_evas Drm code. 2013-05-14 10:49:14 +01:00
Makefile_Ecore_FB.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_File.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_IMF.am ecore_imf: Add support for wayland 2013-06-24 16:14:14 -03:00
Makefile_Ecore_IMF_Evas.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Input.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Input_Evas.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Ipc.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Psl1ght.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_SDL.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Wayland.am ecore/wayland: Do not generate subsurface source files. 2013-10-11 14:26:34 -03:00
Makefile_Ecore_Win32.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_WinCE.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_X.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Edje.am edje_test: Test geometry of a more complex layout 2013-06-28 14:25:30 +01:00
Makefile_Edje_Helper.am
Makefile_Eet.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Eeze.am eeze: handle its intall hook correctly. 2013-05-05 17:25:48 +09:00
Makefile_Efl.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Efreet.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Eina.am eina: add test for old ABI supported function, but not exposed anymore. 2013-10-25 20:16:10 +09:00
Makefile_Eio.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Eldbus.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Embryo.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Emotion.am Makefile: compilation succed without png support 2013-05-30 23:47:35 +02:00
Makefile_Eo.am eo: add EO_CLASS_CLASS 2013-10-13 00:00:13 +02:00
Makefile_Escape.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ethumb.am Makefile: compilation succed without png support 2013-05-30 23:47:35 +02:00
Makefile_Ethumb_Client.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Evas.am evas/cserve2: Add SHM debug tool (CLI) 2013-10-28 15:47:14 +09:00
Makefile_Evil.am Revert "evil: Fix parallel make by setting internal dependencies." 2013-07-18 14:21:19 +01:00