summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eldbus: Welcome two new APIs and one connection typedevs/etrunko/eldbus_addr_connEduardo Lima (Etrunko)2013-05-232-8/+102
* eldbus: New internal function _eldbus_connection_free()Eduardo Lima (Etrunko)2013-05-231-6/+11
* eina_list.h: fixed documentation source formatting while reading the code.Daniel Juyung Seo2013-05-231-35/+37
* ecore_pipe.c: fixed fd handler increasing issue.Daniel Juyung Seo2013-05-223-0/+7
* move ecore-x fd handler creation to after ecore-x init has finished so we can...Mike Blumenkrantz2013-05-222-18/+18
* edje/textblock - keep the styles if the new font by the text class is applied.ChunEon Park2013-05-225-7/+20
* edje - oops remove not intended linesChunEon Park2013-05-221-2/+0
* edje/text - trivial change (typo, indent)ChunEon Park2013-05-222-69/+72
* Typo--David Walter Seikel2013-05-221-1/+1
* Function prototype not needed.David Walter Seikel2013-05-221-2/+0
* Stop leaking evas objects in Lua.David Walter Seikel2013-05-221-3/+7
* Revert "Evas eo compat: Freeze object events when deleting."Tom Hacohen2013-05-211-3/+0
* Evas eo compat: Freeze object events when deleting.Tom Hacohen2013-05-211-0/+3
* Eo: Made del event an hot event (we always want to get it).Tom Hacohen2013-05-211-1/+1
* Fix memleak in ecore_x_randr_crtc_settings_set.Chris Michael2013-05-211-26/+42
* evas_object_textblock.c: fixed a typo in the documentation.Daniel Juyung Seo2013-05-211-1/+1
* Set the surface user data to be the current buffer.Chris Michael2013-05-211-0/+1
* Use ecore_wl_window_surface_find to get the Ecore_Wl_Window.Chris Michael2013-05-211-4/+4
* Add function to get a Ecore_Wl_Window from a wl_surface.Chris Michael2013-05-212-1/+34
* evas: always set degre to zero before using it.Cedric Bail2013-05-211-1/+3
* ecore_evas/x: Fixed that cursor object was not disappearRyuan Choi2013-05-211-3/+6
* evas/gl: Use GL_FRAMEBUFFER_BINDING, which is available on both.Rafael Antognolli2013-05-201-4/+1
* With antognolli's framespace changes, we no longer need to subtractChris Michael2013-05-201-4/+4
* fix eldbus generator memleak when failing to fetch argsMike Blumenkrantz2013-05-201-0/+1
* ecore: animator can get called with the same value due to rounding and range ...Cedric Bail2013-05-201-1/+1
* evas: make canvas event to hot to be frozen.Cedric Bail2013-05-201-6/+6
* eo: some event should not be frozen.Cedric Bail2013-05-202-4/+28
* remove about 16m mem for mesa for extra evgl contextCarsten Haitzler (Rasterman)2013-05-201-5/+38
* Fix antognolli build break when --with-opengl=es.Chris Michael2013-05-191-0/+3
* edje/vim - syntax updatedChunEon Park2013-05-191-1/+2
* Revert this, there is no build break apparently. Give cookie back toChris Michael2013-05-181-1/+0
* include evas_gl_common.hChris Michael2013-05-181-0/+1
* disable all the waiting on gl - squeeze some more performance out of gl.Carsten Haitzler (Rasterman)2013-05-181-3/+3
* evas/gl: Restore framebuffer after texture creation.Rafael Antognolli2013-05-171-1/+3
* edje: Fix edje box crashJosé Roberto de Souza2013-05-171-1/+5
* tests/ecore_animators: Don't rely on consistent timingDaniel Willmann2013-05-171-8/+1
* ecore_animator: Ensure correct start/end values are returned.Daniel Willmann2013-05-171-3/+4
* tests/ecore: Add test for ecore_animatorDaniel Willmann2013-05-174-0/+113
* eina_fp: Fix eina_f32p32_mul rounding issuesDaniel Willmann2013-05-171-6/+17
* eina_test_fp: Test multiplication and division as wellDaniel Willmann2013-05-171-0/+98
* eo ptr ind: fix commentsJérémy Zurcher2013-05-171-4/+5
* eo ptr ind: empty tables are freed except 1 kept as spareJérémy Zurcher2013-05-171-6/+39
* eo ptr ind: current_table -> _current_tableJérémy Zurcher2013-05-171-9/+9
* eio: fix Eio.h author informationJihoon Kim2013-05-171-2/+2
* evas/wayland-egl: Don't crash when re->win is NULLEduardo Lima (Etrunko)2013-05-161-1/+2
* eio - fix header doc.ChunEon Park2013-05-161-2/+4
* eo ptr ind: store partial Eo Id in the tableJérémy Zurcher2013-05-161-33/+25
* Add missing NULL fields.Chris Michael2013-05-161-1/+3
* Revert "ecore evas wayland: if(()) are used for assignments, add missing NULL...Chris Michael2013-05-162-7/+5
* eo ptr ind: use of mprotect when EINA_DEBUG_MALLOC is setJérémy Zurcher2013-05-161-1/+31