summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* evas-pdf: Properly set return value before cleanup is calledChristopher Michael2021-09-211-1/+1
* evas-rsvg: Update rsvg code to not use deprecated functionsChristopher Michael2021-09-211-0/+23
* evas-rsvg: Minor formatting fixesChristopher Michael2021-09-211-3/+4
* evas_map: use source size for uv instead of proxy sizeShinwoo Kim2021-09-203-2/+29
* evas - gl x11 - dont crearte eglimage multiple times in same frameCarsten Haitzler (Rasterman)2021-09-064-2/+8
* eo - make no_anon EO_API for test suiteCarsten Haitzler (Rasterman)2021-09-062-2/+2
* efl mem - every mmap anon - allow envv ar to turn it off to be mallocCarsten Haitzler (Rasterman)2021-09-067-70/+168
* code: add simple shell syntax highlighting.Alastair Poole2021-09-061-0/+15
* elm - map widget - empty out and clean out code and tests - brokenCarsten Haitzler (Rasterman)2021-09-057-7429/+373
* Elm Config: adapt elm_config scale on HiDPI devices on WindowsVincent Torri2021-09-051-0/+274
* evas - gl - ensure surfaces are 0 when destroyedCarsten Haitzler (Rasterman)2021-09-051-1/+3
* Evil: improve timer resolution of timers and waitersVincent Torri2021-09-032-1/+18
* ecore-x - add force refresh call to randr apiCarsten Haitzler (Rasterman)2021-09-032-3/+33
* fix if state formattingali-alzyod2021-08-301-6/+8
* Content Fit Enhancmentali-alzyod2021-08-303-3/+35
* elm theme - more ccCarsten Haitzler (Rasterman)2021-08-291-0/+1
* edje cc lookup - fix to proper path fallback - mis-lookups fixedCarsten Haitzler (Rasterman)2021-08-161-3/+3
* efl ui focus - unbork focus from noise fix previous commitCarsten Haitzler (Rasterman)2021-08-131-2/+0
* elm focus stuff - just handle corner cases during tree deletes quietlyCarsten Haitzler (Rasterman)2021-08-114-9/+12
* elm - config - support coarse palette entires with colonCarsten Haitzler (Rasterman)2021-08-091-1/+1
* edje - fix up colorclass lookups to always be recrusvie nowCarsten Haitzler (Rasterman)2021-08-095-56/+6
* edje - we can't rely on string ptr coming from eet file anymore...Carsten Haitzler (Rasterman)2021-08-091-19/+0
* pdf loader - also handle non-small letter extnsCarsten Haitzler (Rasterman)2021-08-091-1/+1
* evas gl: bind texture with external target for mapShinwoo Kim2021-07-281-1/+8