summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* clean vsync code - use do+while not goto.Carsten Haitzler (Rasterman)2014-08-021-12/+21
* ecore-x-vsync - rearragnge to move vsync event input to threadCarsten Haitzler (Rasterman)2014-08-021-84/+129
* build: Bring coverage back to a working stateStefan Schmidt2014-08-011-5/+5
* build/drm: Fix missing ecore-drm for evas_drm engineMinJeong Kim2014-08-012-2/+3
* fix wakeups to not happen for now until i fix vsyncCarsten Haitzler (Rasterman)2014-08-011-1/+6
* release: Update NEWS and bump version for 1.11.0-alpha1 releasev1.11.0-alpha1Stefan Schmidt2014-08-012-3/+158
* ecore-x vsync nvidia glx tool - handle clients disabling first then enablingCarsten Haitzler (Rasterman)2014-08-011-10/+12
* ecore animator - this fixes suspended animators still waking upCarsten Haitzler (Rasterman)2014-08-011-8/+30
* ecore_x - vsync nvidia/glx service fix so it connects 1st not 2nd timeCarsten Haitzler (Rasterman)2014-08-011-5/+8
* ecore_x_vsync - protect against silly clients asking for vsync lotsCarsten Haitzler (Rasterman)2014-07-311-14/+14
* autotools: fix distcheck by removing Makevars in proper stageDaniel Kolesa2014-07-311-0/+3
* autotools: po/Makevars is generated by configure, not Makefile.Cedric BAIL2014-07-311-1/+0
* tests/eolian_cxx: Package callback.eo file into tarball in all cases.Stefan Schmidt2014-07-311-2/+1
* ecore_evas_extn: fix wrong plug image display after connectThiep Ha2014-07-311-2/+4
* autotools: Fix eolian_cxx tests.Savio Sena2014-07-301-1/+2
* fix build dep problem with ecore-xCarsten Haitzler (Rasterman)2014-07-311-1/+1
* Revert "tests/eolian_cxx: Add another generated file to BUILT_SOURCES"Carsten Haitzler (Rasterman)2014-07-301-2/+1
* evas - gl-x11 - extensions - be more specific about video_sync extnCarsten Haitzler (Rasterman)2014-07-301-1/+1
* eolian: fix: remove unused functionDaniel Kolesa2014-07-301-17/+0
* tests/eolian_cxx: Add another generated file to BUILT_SOURCESStefan Schmidt2014-07-301-1/+2
* build: Clean Makevar now that we generate one on our ownStefan Schmidt2014-07-301-0/+1
* ecore_evas_extn: do not double close fd in case of memory starvation.Cedric BAIL2014-07-301-0/+1
* autotools: shutup stupid warning.Cedric BAIL2014-07-301-0/+2
* Eldbus C++: Don't generate C++ bindings when C++ is disabled.Tom Hacohen2014-07-301-1/+3
* fix vsync display env var handling to be rightCarsten Haitzler (Rasterman)2014-07-302-2/+2
* evas-wayland-shm: Free allocated rectangle after sending damagesChris Michael2014-07-291-0/+2
* build: Make sure xgettext_wrapper.sh gets packaged into the tarballStefan Schmidt2014-07-291-0/+1
* evas/engine_gl_generic: Make sure we epend on the needed header for compiling.Stefan Schmidt2014-07-291-1/+2
* Revert "configure.ac: generate Makevars in the correct directory even with ou...Stefan Schmidt2014-07-291-2/+2
* ecore-x-vsync - oops - fixed, but debug paths left in - remove..Carsten Haitzler (Rasterman)2014-07-291-5/+2
* ecore-x-vsync - found issue when vt switchign with nvidia - workaroundCarsten Haitzler (Rasterman)2014-07-292-33/+64
* fix parallel build for ecore_x_vsync toolCarsten Haitzler (Rasterman)2014-07-291-1/+1
* ecore_x - vsync fix drm support to work againCarsten Haitzler (Rasterman)2014-07-292-144/+123
* Evas GL Generic: Don't install an internal header.Tom Hacohen2014-07-291-1/+0
* eolian: remove irrelevant commentsDaniel Kolesa2014-07-291-2/+0
* [Evas\evas-3d\example] Add example of 3d-shooterperepelits.m2014-07-2913-0/+8590
* ecore: fix example build fail (ecore_compose_get_example)Wonguk Jeong2014-07-291-1/+2
* ecore x vsync animator support - add a glx based vsync tickerCarsten Haitzler (Rasterman)2014-07-287-46/+808
* add simple ecore_con_url test suiteMike Blumenkrantz2014-07-284-0/+51
* call ecore_init() for ecore_con_url_init()Mike Blumenkrantz2014-07-281-0/+2
* remove unnecessary header include from ecore-con testMike Blumenkrantz2014-07-281-2/+0
* eolian: fix: remove leftover keywordsDaniel Kolesa2014-07-281-2/+2
* eolian: preliminary eo file support for builtin true/false/nullDaniel Kolesa2014-07-286-8/+26
* ecore_imf: documentation about ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY enumsJihoon Kim2014-07-281-4/+4
* Revert "eina: Eina_Module - check whether the file exists or not, before memo...Mike Blumenkrantz2014-07-272-6/+4
* move ecore documentation not in headers to .h files for consistencyCarsten Haitzler (Rasterman)2014-07-2619-1096/+1071
* add function to set ecore loop timeCarsten Haitzler (Rasterman)2014-07-262-0/+28
* ecore animator - adjust ecore loop time when animtor ticks to be exactCarsten Haitzler (Rasterman)2014-07-261-1/+9
* evas: move to SDL2 and use GL_Generic infrastructure.Cedric BAIL2014-07-2510-1149/+575
* evas: provide GetProcAddress by the engine.Cedric BAIL2014-07-253-32/+14