summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ecore x - ensure pointer is not outside barriers when settingh for screensHEADmasterCarsten Haitzler (Rasterman)2022-01-201-0/+56
* vg_common_svg: Fix when the number of polygon points is oddJunsuChoi2022-01-121-1/+1
* evas_vg_load_svg: Fix colorstop offset parserJunsuChoi2022-01-122-3/+25
* evas_vg_load_svg: Add check that stroke-dasharray is "none"JunsuChoi2022-01-121-0/+2
* Efl.Gfx.Path: Remove unnecessary optimization code for small arcJunsuChoi2022-01-121-5/+0
* evas_vg_load_svg: Fix negative attrs lengthJunsuChoi2022-01-121-1/+1
* ecore input - fix - hopefully - build on freebsd with joystick supportCarsten Haitzler (Rasterman)2022-01-111-6/+4
* evas_vg_load_svg: Prevent array overflowJunsuChoi2022-01-111-1/+1
* efreetd - use putenv for better porting to weird os'sCarsten Haitzler (Rasterman)2022-01-091-6/+20
* elm - test - disable 2 negative tests that are failing to failCarsten Haitzler (Rasterman)2022-01-041-6/+7
* elm test - disabble elm mpa focus tes - map widget is disabledCarsten Haitzler (Rasterman)2022-01-041-1/+1
* elm test - disable excess video tests - gst freezes internallyCarsten Haitzler (Rasterman)2022-01-043-3/+3
* elm tests - disable toggle test - changed themeCarsten Haitzler (Rasterman)2022-01-041-5/+7
* eet - fix seg when doing unusual things with eet write then readCarsten Haitzler (Rasterman)2022-01-043-7/+27
* edje entry - complete key handling for cut (shft+del)Carsten Haitzler (Rasterman)2021-12-301-2/+9
* edje entry - fix past to use shft+ins for paste and no ctlCarsten Haitzler (Rasterman)2021-12-301-2/+2
* Eio: fix functions nameVincent Torri2021-12-291-2/+2
* remove spaceali-alzyod2021-12-241-1/+1
* avif saver: fix test on the returned type of fwrite()Vincent Torri2021-12-161-1/+1
* Make passing data pointer to format_cb possibleMaximilian Lika2021-12-146-7/+160
* ecore evas - wl - detect timestamsp too far in the past and complainCarsten Haitzler (Rasterman)2021-12-101-0/+8
* evas - loaders - avif, heif - allow threaded loadingCarsten Haitzler (Rasterman)2021-12-042-2/+2
* ecore - loop time - do not allow setting into the future - not intendedCarsten Haitzler (Rasterman)2021-12-042-32/+28
* Elm_tests: resize windows according to elm scaleVincent Torri2021-12-0493-283/+544
* ecore_thread: Add ecore_thread_name_set API.Alastair Poole2021-12-042-0/+27
* edje lua2: check string ptr before dereferenceTaehyub Kim2021-11-301-5/+8
* eio_mon: separate dir/file concerns.Alastair Poole2021-11-261-5/+9
* ecore_file: Monitor file writes (kevent).Alastair Poole2021-11-251-5/+7
* elm - spinner - fix entry mysteriously hiding in paleditCarsten Haitzler (Rasterman)2021-11-211-8/+5
* efl ui text - handle edje cc classes for textCarsten Haitzler (Rasterman)2021-11-111-2/+32
* Eina: sanitize eina_path output on WindowsVincent Torri2021-11-106-19/+32
* eina vpath - fix trailing extra / after homeCarsten Haitzler (Rasterman)2021-11-071-0/+5
* eina vpath - fix public vpath location - docs say say public not pubCarsten Haitzler (Rasterman)2021-11-071-1/+3
* efl_canvas_image : remove the animated image limitationTaehyub Kim2021-11-042-4/+1
* elm - palette - add api to check if palette has a system versionCarsten Haitzler (Rasterman)2021-10-312-0/+12
* edje + elm - add new explicit tracking of all cc's used in edj themesCarsten Haitzler (Rasterman)2021-10-319-2/+315
* Evas engines: remove last bits of evas_cserve2Vincent Torri2021-10-262-39/+0
* evas - software x11 - remove unused xlib+egl code in sw x11Carsten Haitzler (Rasterman)2021-10-254-354/+1
* Evas: remove old xcb code in software_x11 codeVincent Torri2021-10-253-34/+12
* eet - fix bug I added in optimization patch in unusual code pathCarsten Haitzler (Rasterman)2021-10-251-0/+2
* eet - optimize eet dictionary buildingCarsten Haitzler (Rasterman)2021-10-234-37/+170
* elm theme - final cc work for elm code cc'sCarsten Haitzler (Rasterman)2021-10-181-33/+33
* tests: enhance evas_map testShinwoo Kim2021-10-181-1/+67
* tests: add evas_map testShinwoo Kim2021-10-124-0/+65
* exactness: Fix compiler warning of uninitialized variableChristopher Michael2021-10-051-0/+1
* evas - loader - rsvg - work around rsvg now returning 0 sized dimsCarsten Haitzler (Rasterman)2021-10-051-12/+26
* ecore anim - just for paranoia also cancel the threadCarsten Haitzler (Rasterman)2021-10-031-0/+1
* emotion - properly track subtitle mute state and init emotion obj earlyCarsten Haitzler (Rasterman)2021-09-263-10/+16
* Ensure we check for the correct minimum rsvg version for rsvg_handle_get_intr...Joshua Strobl2021-09-222-2/+7
* eina-test: Fix unchecked return valueChristopher Michael2021-09-211-1/+1