summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | TH - simplify kbd iconCarsten Haitzler (Rasterman)2021-02-238-931/+74
| | |
| * | TH - simplify phone iconCarsten Haitzler (Rasterman)2021-02-234-215/+6
| | |
| * | TH - quieten tapsCarsten Haitzler (Rasterman)2021-02-232-0/+0
| | |
| * | TH - move samples to single locationCarsten Haitzler (Rasterman)2021-02-236-72/+12
| | |
| * | TH - efl.ui checkCarsten Haitzler (Rasterman)2021-02-213-659/+547
| | |
| * | TH - efl.ui calendaerCarsten Haitzler (Rasterman)2021-02-212-300/+232
| | |
* | | Merge branch 'master' into devs/hermet/lottieHermet Park2021-03-0319-281/+111
|\ \ \ | | |/ | |/|
| * | efl ui format - now dont leak and dont double freeCarsten Haitzler (Rasterman)2021-03-021-2/+8
| | |
| * | efl ui format - only sety format fun to null if format func free existsCarsten Haitzler (Rasterman)2021-03-022-4/+7
| | |
| * | elm slider - don't double-free output format.Carsten Haitzler (Rasterman)2021-03-021-0/+3
| | |
| * | ecore_wl2: Remove legacy teamwork stuffChristopher Michael2021-03-014-51/+1
| | | | | | | | | | | | | | | | | | | | | This patch removes the remainder of the Teamwork protocol & implementation. The module has been removed from Enlightenment for some time now so there is no need to generate a protocol or have any legacy code remaining..
| * | ecore-evas-wayland: Remove wayland wobbly windows junkChristopher Michael2021-03-011-48/+0
| | | | | | | | | | | | | | | Never worked properly, is unsupported by upstream wayland, and is just general clutter so let's remove it.
| * | ecore_wl2: Remove wayland wobbly windows stuffsChristopher Michael2021-03-013-100/+0
| | | | | | | | | | | | | | | This cleans up the www mess that never worked properly and is unsupported with no plans to ever be used
| * | wayland_protocol: Remove wayland wobbly windows junkChristopher Michael2021-03-012-30/+1
| | | | | | | | | | | | | | | | | | This protocol never fully worked properly, is unsupported & unused, would never be accepted in upstream wayland, and is just generally worthless so let's remove it. There are no plans to ever support it...
| * | eeze_disk: fix potential memory leakChristopher Michael2021-02-251-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | If allocation for disk fails, then we leak memory from previously called _new_device function. This patch based on D12223 from akanad (Wonki Kim) ref D12223
| * | eeze_disk: Remove extra blank linesChristopher Michael2021-02-251-2/+0
| | | | | | | | | | | | NB: No functional changes
| * | efl_loop: Fix unchecked return valueChristopher Michael2021-02-251-1/+5
| | | | | | | | | | | | | | | | | | Small patch to check return value of eina_value_get reported by Coverity Fixes CID1400919
| * | eio_test_manager: Fix unchecked return valueChristopher Michael2021-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | Small patch to check return value of eina_value_convert reported by Coverity Fixes CID1400976
| * | eina_promise: Fix unchecked return valueChristopher Michael2021-02-251-1/+3
| | | | | | | | | | | | | | | | | | Small patch to check return value of eina_value_get reported by Coverity Fixes CID1400993
| * | elm_glview: Fix unchecked return valueChristopher Michael2021-02-251-1/+2
| | | | | | | | | | | | | | | | | | | | | Small patch to check return value of evas_gl_make_current reported by Coverity. Fixes CID1401018
| * | eina_value: Fix unchecked return valueChristopher Michael2021-02-251-12/+12
| | | | | | | | | | | | | | | | | | | | | Small patch to check return value of eina_value_type_setup reported by Coverity Fixes CID1401023
| * | eldbus_fake_server: Fix unchecked return valueChristopher Michael2021-02-251-5/+13
| | | | | | | | | | | | | | | | | | | | | Small patch to check return values of eldbus_message_iter_arguments_get reported by Coverity. Fixes CID1401042
| * | elm_slider: Fix unchecked return valueChristopher Michael2021-02-251-1/+3
| | | | | | | | | | | | | | | | | | | | | Small patch to check the return value of eina_value_get reported by Coverity Fixes CID1401061
| * | ecore: Update to not use deprecated mallinfoChristopher Michael2021-02-251-16/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mallinfo (the structure) and mallinfo (the function) have both been deprecated in favor of mallinfo2 which has been updated to handle allocations > 4GB. This patch updates ecore usage of deprecated mallinfo to use mallinfo2. If the system does NOT have mallinfo2, then this code will fallback to using mallinfo.
| * | header_checks: Add check for mallinfo2Christopher Michael2021-02-251-0/+1
| | |
| * | elm - efl ui format - remove leak on format infoCarsten Haitzler (Rasterman)2021-02-251-9/+4
| | |
| * | eina_tests: Fix argument cannot be negativeChristopher Michael2021-02-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coverity reports that 'fd' returned from 'open' here returns a negative number. Passing a negative number to the 'write' function is not allowed, so we should change the 'fail_if' checks here to make sure 'fd' is not negative. Fixes CID1400940 @fix
* | | +++Hermet Park2021-03-031-35/+0
| | |
* | | +++Hermet Park2021-03-021-1/+1
| | |
* | | Merge branch 'feature/themes/flat' into devs/hermet/lottieHermet Park2021-02-18131-2069/+7074
|\ \ \ | | |/ | |/|
| * | TH - csv icon for mimeCarsten Haitzler (Rasterman)2021-02-121-0/+2
| | |
| * | TH - wavsCarsten Haitzler (Rasterman)2021-02-129-8/+23
| | |
| * | TH - shelf/gadgets - add paddingh/spacing to be less crammedCarsten Haitzler (Rasterman)2021-02-097-316/+314
| | |
| * | TH - elm code fixupCarsten Haitzler (Rasterman)2021-02-041-7/+7
| | |
| * | TH - start efl.ui - bg + border doneCarsten Haitzler (Rasterman)2021-02-034-489/+298
| | |
| * | TH - fill in some more mime types from existing iconsCarsten Haitzler (Rasterman)2021-01-271-0/+6
| | |
| * | TH - finish efm iconsCarsten Haitzler (Rasterman)2021-01-2771-220/+4393
| | |
| * | TH - efm iconsCarsten Haitzler (Rasterman)2021-01-2439-227/+1962
| | |
| * | TH - elm code - rel2 - that just smells wrongCarsten Haitzler (Rasterman)2021-01-211-5/+0
| | |
| * | TH - remove old illume stuff - long deadCarsten Haitzler (Rasterman)2021-01-212-677/+0
| | |
| * | TH - elm calendar - doCarsten Haitzler (Rasterman)2021-01-202-141/+90
| | |
* | | Merge branch 'master' into devs/hermet/lottieHermet Park2021-02-1835-43/+975
|\ \ \ | | |/ | |/|
| * | Revert "ecore: Update to not use deprecated mallinfo"Christopher Michael2021-02-171-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Reverting this, for now, because some distro's are still not updated... This should probably use a malloc version check, but I don't have time this week for a proper fix... This reverts commit 17137316eeb728a30c3c14e4b3a2f1cd8765bbfc.
| * | eeze: fix a potention memory leakShinwoo Kim2021-02-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: if udev device get parents fails, memory leaks. this patch fixes the problem. Reviewers: raster, Hermet, jsuya, herb, ali.alzyod, devilhorns Reviewed By: ali.alzyod, devilhorns Subscribers: ali.alzyod, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12249
| * | ecore: Update to not use deprecated mallinfoChristopher Michael2021-02-161-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | mallinfo (the structure) and mallinfo (the function) have both been deprecated in favor of mallinfo2 which has been updated to handle allocations > 4GB. This patch updates ecore usage of deprecated mallinfo to use mallinfo2
| * | gl: remove memory leak of orient_setShinwoo Kim2021-02-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: The tex->pt->references is descreased by evas_gl_common_texture_free -> pt_unref if tex->references is 0 And tex->pt->texture is removed by evas_gl_common_texture_free -> pt_unref -> glDeleteTextures if tex->pt->references is 0 The evas_gl_common_texture_free decreases tex->references only if tex->references is bigger than 0. There is no chance to decrease tex->pt->references at this point. So if orient_set increases both references of tex and tex->pt, then the tex->pt->reference is not decreased till tex->references is 0. So do not increase tex->pt->references in eng_orient_set. Reviewers: raster, cedric, Hermet Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12243
| * | theme: Silence warning.Alastair Poole2021-02-091-0/+1
| | |
| * | Added the heif loaderthierry19702021-02-0610-4/+347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: that supports images : *.heif, *hiec and *.avif I have disabled *.avif images, there is already a loader. Reviewers: stefan_schmidt, raster Subscribers: raster, vtorri, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12135
| * | Efreet: fix file:// scheme on WindowsVincent Torri2021-02-062-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: On Windows, file:///c:/path/to/file is correct and not managed. Use a Win API for manage it correctly Test Plan: test case Reviewers: raster, cedric Reviewed By: raster Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12244
| * | Efreet: do not translate standard directories on WindowsVincent Torri2021-02-061-6/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: The directories on hard disk are not translated on Windows Test Plan: test case Reviewers: raster, cedric Reviewed By: raster Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12246