summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eio: instantiate some default Efl.Io.Manager and an Efl.Uri.Mapper for files.devs/cedric/uriCedric BAIL2016-06-221-0/+17
* eio: add an Efl.Uri.Mapper for file.Cedric BAIL2016-06-224-2/+58
* ecore: handle default mapper.Cedric BAIL2016-06-223-0/+24
* ecore: automatically add an Efl.Uri.Manager to the main loop provider.Cedric BAIL2016-06-222-0/+11
* ecore: add an Efl.Uri_Manager.Cedric BAIL2016-06-226-2/+444
* ecore: fix arguments to use Eo native array type.Cedric BAIL2016-06-229-181/+75
* eio: register one Efl_Io_Manager by default on the main loop at init time.Cedric BAIL2016-06-222-2/+30
* eio: rename eio_job to efl_io_manager.Cedric BAIL2016-06-227-87/+86
* ecore: add test for registered provider.Cedric BAIL2016-06-221-0/+29
* ecore: add ability for the main loop to provide other class of object.Cedric BAIL2016-06-223-2/+55
* docs: update gendoc.lua to latest eolian APIDaniel Kolesa2016-06-221-22/+47
* elm win: only set wl cursors on mouse in to the window areaMike Blumenkrantz2016-06-221-1/+16
* elm win: set input regions for wl windows againMike Blumenkrantz2016-06-221-0/+2
* Ui text: Add an editable variant (tiny wrapper).Tom Hacohen2016-06-228-31/+61
* Canvas text: Add missing cursor changed callbacks.Tom Hacohen2016-06-221-0/+32
* Canvas text: Don't call callbacks while cursors are in inconsistent states.Tom Hacohen2016-06-221-1/+13
* elc_combobox.c: apply style to inner parts of combobox like entry and genlistVitalii Vorobiov2016-06-221-0/+2
* evas 3d: Fix shaders compilation (parallax and normal)Jean-Philippe Andre2016-06-224-22/+52
* evas 3d: Fix shaders generation scriptJean-Philippe Andre2016-06-221-0/+1
* evas: Fix crash in Efl.Ui.BoxJean-Philippe Andre2016-06-221-3/+11
* eolian-cxx: Added stringshareFelipe Magno de Almeida2016-06-214-0/+84
* elementary: Use callback array for monitoring callbacks in fileselectorVitor Sousa2016-06-211-4/+6
* evas-drm: Reset current buffer state when pageflip completesChris Michael2016-06-211-1/+8
* ecore-drm2: Fix redrawing screen when we vt-switch back to a sessionChris Michael2016-06-213-2/+15
* elput: Support suspending and resuming inputs on vt switchChris Michael2016-06-213-1/+34
* evas-drm: Remove improper EINA_UNUSED for function parameterChris Michael2016-06-211-1/+1
* examples: evas3d: fix out of range arrayOleksandr Shcherbina2016-06-211-1/+2
* examples: evas: put define into config_h guards to avoid redefinitionStefan Schmidt2016-06-211-2/+1
* examples: evas3d: uniform use of config.h include or manual definesStefan Schmidt2016-06-2120-3/+41
* build: clean generated js and lua files manually to avoid problems with CLEAN...Stefan Schmidt2016-06-2110-25/+11
* eolian: implement a stringshare builtinDaniel Kolesa2016-06-219-20/+19
* examples: edje: rename new svg test file to its correct nameStefan Schmidt2016-06-211-0/+0
* Canvas text: revert new behavior on text appendDaniel Hirt2016-06-212-54/+39
* Canvas text cursor: fix text insertionDaniel Hirt2016-06-211-14/+4
* Canvas text cursor: remove redefinition, already in legacy.Daniel Hirt2016-06-211-1/+0
* evas: Fix redefinition of Efl_Canvas_Object typeJean-Philippe Andre2016-06-211-1/+1
* evas: Remove common interface and use provider_findJean-Philippe Andre2016-06-2127-75/+76
* edje: Fix compilation of svg example (add -beta)Jean-Philippe Andre2016-06-211-0/+3
* svg: added support for parsing and showing of polyline data.Subhransu Mohanty2016-06-213-8/+32
* efl/interface: fixed scubic_to and quad_to implementation.Subhransu Mohanty2016-06-211-7/+18
* edje/example: Added example for testing vector part with svg images.Subhransu Mohanty2016-06-2119-3/+487
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-21198-1002/+1004
* elm: Fix obvious warning (leak / typo)Jean-Philippe Andre2016-06-211-1/+1
* examples: Fix misuse of evas image api on canvas 3dJean-Philippe Andre2016-06-211-3/+1
* ecore: Fix _ecore_animator_shutdown (double free)Jean-Philippe Andre2016-06-211-0/+2
* eolian-cxx: Remove Eina_Bool from event function wrapperFelipe Magno de Almeida2016-06-201-37/+5
* elementary: remove wrong documentation for Elm.Widget.focusVitor Sousa2016-06-201-14/+0
* Eo event: Add a test for stopping callbacks within another callback.Tom Hacohen2016-06-201-0/+19
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-20120-1188/+665
* Eo event callbacks: Change the way callbacks are stopped.Tom Hacohen2016-06-204-19/+29