platform/upstream/efl.git
2012-12-14 Lucas De Marchiedbus: add edbus.spec to gitignore
2012-12-14 Lucas De Marchiedbus: Remove useless defines
2012-12-14 Lucas De Marchiedbus: remove unneeded code
2012-12-14 Lucas De Marchiedbus: if you goto end, you don't use else
2012-12-14 Lucas De Marchiedbus: Add missing EINA_WARN_UNUSED_RESULT to service API
2012-12-14 Lucas De Marchiedbus: Add blank lines to separate function docs
2012-12-14 Lucas De Marchiedbus: Give proper doc to edbus_service_property_changed()
2012-12-14 José Roberto... ethumb: Unref edbus object and proxy
2012-12-14 José Roberto... ethumb: Remove unused strings
2012-12-14 José Roberto... efreet: Unregister when client connection die
2012-12-14 José Roberto... efreet: Unref edbus object and proxy
2012-12-14 José Roberto... efreet: Use connection events to monitor Disconnected...
2012-12-14 Stefan SchmidtRevert "efl/embryo: Keep room for the terminating ...
2012-12-14 Stefan Schmidtefl/embryo: Keep room for the terminating '\0' we may...
2012-12-14 Mike Blumenkrantzfix some NULL derefs in tb part recalc, also a typo...
2012-12-14 Carsten Haitzlerstart some work on allowing ecore_extn to double-buffer...
2012-12-14 Cedric BAILefl: don't skip redraw when needed.
2012-12-14 Cedric BAILeina: fix Eina_Barrier when pthread doesn't provide...
2012-12-13 Bruno Dillyephysics: move src/bin to examples
2012-12-13 Bruno Dillyephysics: get back example header
2012-12-13 Bruno Dillyephysics_tests: copy forgotten stuff and svnignore
2012-12-13 Bruno Dillyephysics: cleanup after tests split
2012-12-13 Bruno DillyCreate trunk/ephysics_tests
2012-12-13 Bruno Dillyephysics: prepare to split tests
2012-12-13 Massimo Maiuranaupdating various translations
2012-12-13 Bruno Dillyedje: update NEWS and Changelog
2012-12-13 Stefan Schmidteeze/sensor: Fix leaks when getting allocated data...
2012-12-13 Bruno Dillyefl: fix cflags for the case that x_includes in not...
2012-12-13 Stefan Schmidtevas/bidi: Make sure we access the correct memory here.
2012-12-13 Stefan Schmidteeze/sensor: Add more documentation and comment the...
2012-12-13 Jihoon Kimedje: Return plain text in retrive surrounding text...
2012-12-13 Cedric BAILevas: fix case when we were in the middle of a charactere.
2012-12-13 Cedric BAILefl: fix an uninitialized data path in OpenGL engine.
2012-12-13 Cedric BAILefl: fix potential segv in Evas software engine native_...
2012-12-13 Cedric BAILevas: preserve ellipsis.
2012-12-13 Carsten Haitzlermove escape and eio to IN-EFL.
2012-12-13 Cedric BAILedje: don't expose private variable in our public API.
2012-12-13 Cedric BAILevas: make Evas_Object_Text ellipsis handle faster...
2012-12-13 Carsten Haitzlerupdate pos
2012-12-13 Carsten Haitzlerecore-evas moduels broke listing of modules... names...
2012-12-13 Rui SeabraAdd eo's datadir to efl and make edje's build depend...
2012-12-12 Daniel Willmannefl: Fix possible memory corruption in ecore xrandr...
2012-12-12 Daniel Willmannefl: Fix building examples when coverage is enabled
2012-12-12 Daniel Willmanneet: Fix possible buffer overflow in functions relying...
2012-12-12 Cedric BAILedje: use Evas to compute Ellipsis.
2012-12-12 Cedric BAILevas: add ellipsis support in evas.
2012-12-12 Daniel Zaouieo_step gdb script installation to help debugging of...
2012-12-12 ChunEon Parkevas/gl - actually, this is correct.
2012-12-12 Daniel Willmannephysics: Don't build tests by default -> Avoid circula...
2012-12-12 Cedric BAILefl: check that the object is not deleted or NULL befor...
2012-12-12 Stefan Schmidteeze/tests: Disable tests that will fail with -fvisibil...
2012-12-12 ChunEon Parkevas - fix the gl line inccorect position problem.
2012-12-11 Daniel Juyung Seoephysics examples.dox: Apply ephysics api changes ...
2012-12-11 Bruno Dillyedje: update physics to handle ephysics API breakage
2012-12-11 Leandro DorileoEPhysics: test_soft_ellipsoid.c becomes test_soft_sphere.c
2012-12-11 Leandro DorileoEPhysics: soft_circle and soft_ellipsoid renaming
2012-12-11 Leandro DorileoEPhysics: fix issues with force application
2012-12-11 Leandro DorileoEPhysics: fix issues with rotation
2012-12-11 Leandro DorileoEPhysics: add ephysics_body_sphere_add() API
2012-12-11 Leandro DorileoEPhysics: ephysics_body_circle_add() becomes ephysics_b...
2012-12-11 Bruno Dillyephysics: scan-build cleanup
2012-12-11 Bruno Dillyephysics: warn if try to use functions not implemented
2012-12-11 José Roberto... edbus: Dont create proxy of FDO.Instropectable
2012-12-11 José Roberto... edbus: Dont create proxy of FDO.Peer
2012-12-11 José Roberto... edbus: Fix typo in object manager
2012-12-11 José Roberto... edbus: Dont create proxy of Object Manager on edbus_obj...
2012-12-11 José Roberto... edbus: Only one ref of Properties interface in each...
2012-12-11 Lucas De Marchiedbus: Better naming for FDO proxy in connection
2012-12-11 José Roberto... edbus: Keep only one reference of object and proxy...
2012-12-11 Lucas De Marchiedbus: simplify returning new ref of obj/proxy
2012-12-11 José Roberto... edbus: Add ref to object and proxy in edbus_object...
2012-12-11 José Roberto... edbus: Fix typo on doc of edbus_message_arguments_get
2012-12-11 José Roberto... edbus: Add object method call
2012-12-11 José Roberto... edbus: Add missing break in edbus_message_from_eina_value
2012-12-11 José Roberto... edbus: Add example for reading str array inside a varia...
2012-12-11 José Roberto... edbus: Change some function parameters to const
2012-12-11 José Roberto... edbus: Signal property changed after a successful prope...
2012-12-11 José Roberto... edbus: Fix signature check in edbus_message_iter_fixed_...
2012-12-11 José Roberto... edbus: Add Variant to Property set function
2012-12-11 José Roberto... edbus: Add proxy to Proxy_Event_Property_Changed
2012-12-11 José Roberto... edbus: Remove signal_handler_del over a already freed...
2012-12-11 José Roberto... edbus: Add Disconnected event in connection
2012-12-11 José Roberto... edbus: Remove unnecessary connection events
2012-12-11 José Roberto... edbus: Add edbus_private_connection_get()
2012-12-11 José Roberto... edbus: Refactor examples
2012-12-11 José Roberto... edbus: Support '(' and '{' in edbus_message_iter_get_an...
2012-12-11 José Roberto... edbus: Allow to monitor unique id in edbus_name_owner_c...
2012-12-11 José Roberto... edbus: Fix bug found in refactored banshee example
2012-12-11 José Roberto... edbus: Refactor banshee example
2012-12-11 José Roberto... edbus: Refactor edbus_connection_name
2012-12-11 José Roberto... edbus: Handle 'unref signal handler inside of own callb...
2012-12-11 José Roberto... edbus: Use edbus_connection_name_get() instead of try...
2012-12-11 José Roberto... edbus: Add EINA_ARG_NONNULL and EINA_WARN_UNUSED_RESULT...
2012-12-11 José Roberto... edbus: Implement edbus_object_managed_objects_get()
2012-12-11 Bruno Dillyedje: add headers explaining all the physics examples.
2012-12-11 Bruno Dillyedje: handle z-axis body attributes
2012-12-11 Bruno Dillyedje: random code cleanup
2012-12-11 Bruno Dillyedje: add group.physics block
2012-12-11 Stefan Schmidteeze/sensor: Improve unit test coverage for eeze_sensor.
2012-12-11 Stefan Schmidteeze:/sensor: These are motions event types we can...
next