summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ecore_Conn: Set EOS only if the connection is not closed.#algo.devs/iscaro/http_errGuilherme Iscaro2017-07-281-2/+4
* Ecore_Con: Fix CLOEXEC documentation.Guilherme Iscaro2017-07-282-4/+4
* Elm entry: fix call to set text via entry_setDaniel Hirt2017-07-281-1/+1
* elm test: img.zoomable: allow top rect to pass eventsAmitesh Singh2017-07-281-0/+1
* eo-cxx: Add overload for Eina_Bool inout handling interoperabilityFelipe Magno de Almeida2017-07-271-0/+4
* Ecore_Conn: Enable CLOEXEC by default.Guilherme Iscaro2017-07-279-16/+3
* Ecore_IPC: Preserve Ecore_Con legacy behaviour.Guilherme Iscaro2017-07-271-1/+30
* efl.ui.image.zoomable: Add missing edje.group_size_min/max_getAmitesh Singh2017-07-272-0/+20
* evas: Always call show/hide interceptJean-Philippe Andre2017-07-271-4/+7
* elm_widget: change to @inoutMarcel Hollerbach2017-07-261-1/+1
* elm_widget: fix warningMarcel Hollerbach2017-07-261-2/+2
* ecore_events: inarray should be flushed before returnWooHyun Jung2017-07-261-4/+8
* ecore_evas_wayland: fix bug ecore_evas cannot update the evas when rotationdevs/thiep/size.testJiyoun Park2017-07-261-1/+4
* elm_code: Fix missing middle button selection pasteAndy Williams2017-07-251-3/+29
* elput: Close fds when asked toDerek Foreman2017-07-251-0/+1
* edje_cc: fix wrong comment about lazEDC norequired.Sungtaek Hong2017-07-251-1/+1
* elm: Move calls to efl_destructor(efl_super()) to the endJean-Philippe Andre2017-07-253-10/+12
* elm_widget: only emit events when there is really a changed managerMarcel Hollerbach2017-07-243-14/+22
* elm_widget: call the events after eval outself with new manager/parentMarcel Hollerbach2017-07-241-1/+2
* elm_widget: only set focus.manager if we are really registeringMarcel Hollerbach2017-07-241-2/+1
* elm_widget: give feedback if registration was successfull or notMarcel Hollerbach2017-07-247-23/+25
* elput: Fix multiple open/close of drm devicesDerek Foreman2017-07-242-0/+20
* ecore-wl2: handle null offer drags more effectivelyMike Blumenkrantz2017-07-243-37/+44
* Revert "ecore wl2 - dnd - handle NULL drags... shouldnt happen but does"Mike Blumenkrantz2017-07-241-10/+5
* ecore wl2 - dnd - handle NULL drags... shouldnt happen but doesCarsten Haitzler (Rasterman)2017-07-241-5/+10
* efl net server udp - report erro on alloc failureCarsten Haitzler (Rasterman)2017-07-241-0/+9
* ecore con proxy helper - complain when realloc failsCarsten Haitzler (Rasterman)2017-07-241-0/+6
* ecore exe - pisix - handle malloc failsCarsten Haitzler (Rasterman)2017-07-241-4/+12
* ecore win32 exe handling - check realloc and malloc returnsCarsten Haitzler (Rasterman)2017-07-241-7/+24
* ecore_exe - handle realloc failures by complaining and rolling backCarsten Haitzler (Rasterman)2017-07-241-2/+13
* embryo_cc - be sensible about realloc returns so analysers are happyCarsten Haitzler (Rasterman)2017-07-241-8/+10
* efreetd cache create - fix reallocs to bail on out of memory cleanlyCarsten Haitzler (Rasterman)2017-07-241-4/+19
* edje_cc - make svg loader (still beta) handle out of memory nicelyCarsten Haitzler (Rasterman)2017-07-241-2/+18
* edje convert - make realloc fatal and complain about itCarsten Haitzler (Rasterman)2017-07-241-1/+5
* edje_cc out: fix div by 0 correctlyAmitesh Singh2017-07-241-2/+2
* elm_code: Fix crash with long linesAndy Williams2017-07-232-25/+15
* edje_cc out - fix theoretical div by 0Carsten Haitzler (Rasterman)2017-07-231-1/+4
* edje_cc out ... fix theoretical div by zero...Carsten Haitzler (Rasterman)2017-07-231-1/+4
* efl ui grid - handle invalid 0x0 fully if the grid size fails to do itCarsten Haitzler (Rasterman)2017-07-231-1/+2
* edje_cc out ... check more iui list element ptrs to help coverityCarsten Haitzler (Rasterman)2017-07-231-4/+4
* edje_cc out - double check list element ptr to make coverity happyCarsten Haitzler (Rasterman)2017-07-231-1/+1
* evas seat focus add - handle other case where layer may be nullCarsten Haitzler (Rasterman)2017-07-231-1/+2
* eina debug timer - handle fail wakeup write with error complaintCarsten Haitzler (Rasterman)2017-07-231-1/+2
* add comment about poll high/medium/low implementation of eventsCarsten Haitzler (Rasterman)2017-07-231-0/+9
* ecore main - fix division to remain a double/float as expectedCarsten Haitzler (Rasterman)2017-07-231-1/+1
* eina debug - don't try and collect stats on more than a million threadsCarsten Haitzler (Rasterman)2017-07-231-0/+2
* elm cnp - check if selbuf is null or not and skip copying if nullCarsten Haitzler (Rasterman)2017-07-231-1/+1
* evas callbacks - check if obj->events is valid because it's cow allocedCarsten Haitzler (Rasterman)2017-07-231-3/+5
* eina debug - add comments to cpu debug using locks to pause sysmonCarsten Haitzler (Rasterman)2017-07-231-0/+2
* eina debug - check return value of syscall for errorsCarsten Haitzler (Rasterman)2017-07-231-1/+1