summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* naviframe: Fix to add SIG_ITEM_ACTIVATED in smart callbacks.Jaehyun Cho2016-10-071-0/+1
* naviframe: Add "item,activated" smart callback.Jaehyun Cho2016-10-072-0/+13
* Revert "naviframe: Add "push,finished" and "pop,finished" smart callbacks."Jaehyun Cho2016-10-072-41/+2
* eo: Fix deadlocks with composite objectsJean-Philippe Andre2016-10-062-14/+17
* eo: Fix deadlock in efl_parent_setJean-Philippe Andre2016-10-061-0/+4
* evas: Fix async filters following changes in EOJean-Philippe Andre2016-10-061-15/+15
* eo: Fix deadlock with shared objectsJean-Philippe Andre2016-10-061-1/+1
* fileselector: Fix crash on file selectJean-Philippe Andre2016-10-061-1/+4
* Efl.Loop.User: Use prefix to rename efl_loop_user_loop_getJean-Philippe Andre2016-10-066-18/+19
* fileselector: Fix eio model usage (future_all)Jean-Philippe Andre2016-10-061-33/+30
* eio_model: Provide main loop even without parentJean-Philippe Andre2016-10-062-1/+14
* evas: Provide loop from Evas.CanvasJean-Philippe Andre2016-10-061-0/+4
* Ui text: port link anchors from entryDaniel Hirt2016-10-053-105/+274
* Canvas text: add annotation_positions_get methodDaniel Hirt2016-10-052-0/+33
* Efl canvas text: fix api doc a bitDaniel Hirt2016-10-051-55/+85
* Canvas text cursor: add simple_geometry_get methodDaniel Hirt2016-10-052-8/+48
* Ui text: update all decorations on resizeDaniel Hirt2016-10-051-0/+1
* Ui text: port atspi implementationDaniel Hirt2016-10-051-125/+87
* eina: Fix compilation with clangJean-Philippe Andre2016-10-051-16/+24
* naviframe: Add "push,finished" and "pop,finished" smart callbacks.Jaehyun Cho2016-10-052-2/+41
* naviframe: Fix to reset pushing flag of pushed item.Jaehyun Cho2016-10-051-0/+2
* evas/vg: renamed the legacy vg shape apisSubhransu Mohanty2016-10-053-50/+50
* eina_cpu: Fix arm buildDerek Foreman2016-10-041-0/+5
* ecore_file/ipc: clean up documentationJee-Yong Um2016-10-047-756/+769
* eio - put in fix by disabling some fallback codeAl Poole2016-10-041-8/+0
* ecore_x - remove ecore_x_vsync tool as it isnt enabled or used runtimeCarsten Haitzler (Rasterman)2016-10-043-775/+0
* Edje_Edit: add forgotten part_item_index API into headerVitalii Vorobiov2016-10-031-0/+100
* eina_list prefetch macros - handle misstyped list ptr by castingCarsten Haitzler (Rasterman)2016-10-021-6/+6
* eina: fix macos spinlocks and upgrade API to sierraJean Guyomarc'h2016-10-012-35/+54
* eo - eo ptr lookup - do some prefetches to get some micro-speedupsCarsten Haitzler (Rasterman)2016-10-012-28/+32
* eina list - make use of prefetch for minor speedupsCarsten Haitzler (Rasterman)2016-10-011-9/+25
* eina - add prefetch macros to map to compiler builtins if they existCarsten Haitzler (Rasterman)2016-10-011-1/+79
* Evas_Device: Fix API name.Guilherme Iscaro2016-09-292-4/+4
* efl: Update Efl.Model to use new Efl_Promise and Efl_FutureFelipe Magno de Almeida2016-09-2915-349/+386
* eo - goto-ify a chunk iof code moving debug printfs out of hot pathsCarsten Haitzler (Rasterman)2016-09-293-419/+440
* eo - fix error case lock not unlocking with shared objects from coverityCarsten Haitzler (Rasterman)2016-09-292-28/+86
* eo - remove pointless if found by coverityCarsten Haitzler (Rasterman)2016-09-291-1/+1
* eo - silence coverit "leak" on eo init if eoid table tls alloc failsCarsten Haitzler (Rasterman)2016-09-291-0/+1
* elm: nstate - cleanup edje signal cbAmitesh Singh2016-09-291-0/+4
* elementary: refactor elm_atspi_bridge functiondevs/bdilly/uninitialized_warningBruno Dilly2016-09-281-13/+11
* ector: make the ector objects as shared object after eo changes.Subhransu Mohanty2016-09-283-0/+6
* edje_program: add NULL checkingJaehwan Kim2016-09-281-4/+5
* eo id and shared domain objects - do locking properly and betterCarsten Haitzler (Rasterman)2016-09-287-154/+217
* elementary: fix copy & paste error, thanks Dave.Cedric BAIL2016-09-271-2/+2
* elm: rename globally used variable 'ret' to prevent shadow warningsMike Blumenkrantz2016-09-271-4/+4
* elm_panel : Fix bug with set scrollable panel orient.JEONGHYUN YUN2016-09-271-22/+40
* ecore_cocoa: upgrade API to macOS SierraJean Guyomarc'h2016-09-274-42/+76
* Ecore_Input: Add Efl_Input_Device in Ecore_Events structs.Guilherme Iscaro2016-09-261-0/+16
* Ecore_Evas_X: Add VNC draw support.Guilherme Iscaro2016-09-263-0/+71
* Evas_Device: Use efl_del() in evas_device_del().Guilherme Iscaro2016-09-261-1/+1