summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* efl canvas image - dbug ingo get - dont get if no root dbg info suppliedCarsten Haitzler (Rasterman)2017-07-231-1/+2
* evas module load add comments pointing out this is intentional ptr lossCarsten Haitzler (Rasterman)2017-07-231-1/+5
* efreetd cache - fix leak of strbuf when error conditions abort saveCarsten Haitzler (Rasterman)2017-07-231-3/+3
* efreetd cache - handle queue case leaking strbufCarsten Haitzler (Rasterman)2017-07-231-1/+2
* ecore_audio headers conflict with app have ifdefsCarsten Haitzler (Rasterman)2017-07-222-11/+5
* efl_wl - also add xkbcommon as it's actually usedCarsten Haitzler (Rasterman)2017-07-221-1/+1
* ecore_drm2: Ensure device we find can mode setDerek Foreman2017-07-211-1/+31
* ecore_drm2: Open elput manager before drm deviceDerek Foreman2017-07-211-9/+9
* hover: Return valid slot for main_menu_submenuJean-Philippe Andre2017-07-211-2/+13
* ecore-evas-wayland: destroy frame callback on hideMike Blumenkrantz2017-07-211-0/+3
* eldbus: print full filename when codegen write failsMike Blumenkrantz2017-07-211-2/+2
* wayland: stop creating 1x1 surfaces on initMike Blumenkrantz2017-07-216-68/+71