summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evas generic pdf - handle cleanupp on crashes in poppler and other errorsCarsten Haitzler (Rasterman)2020-12-123-17/+74
* Fixing conversion from size_t to high-low dwords for _WIN64.João Antônio Cardoso2020-12-091-2/+2
* evil: Define environ macro when using VS based on UCRT definitionJoão Antônio Cardoso2020-12-092-1/+8
* eo: Rename EAPI macro to EO_API in Eo libraryFelipe Magno de Almeida2020-12-0952-439/+451
* edje_util: Fix memory leakWoochanlee2020-12-081-0/+1
* png: handle 9-patch ends with stretchShinwoo Kim2020-12-071-0/+14
* eldbus: Add Eldbus.h include entry point header to eldbus_instrospection.hFelipe Magno de Almeida2020-12-061-0/+1
* eio: Add weak symbolFelipe Magno de Almeida2020-12-061-0/+8
* benchmark: Remove unnecessary import and export macros from benchmark executa...Felipe Magno de Almeida2020-12-062-8/+8
* eolian: Add -e parameter to pass export symbol to eolian generatorFelipe Magno de Almeida2020-12-0415-45/+70
* evas - fix build on bigendianCarsten Haitzler (Rasterman)2020-11-301-2/+2
* evas gl - experiment with dithered gl renderingCarsten Haitzler (Rasterman)2020-11-274-9/+113
* eolian: Rename EAPI macro to EOLIAN_API in Eolian libraryFelipe Magno de Almeida2020-11-2519-441/+421
* efl_mono: Use architecture independent ECANCELEDLucas Cavalcante de Sousa2020-11-251-1/+17
* efl-mono: Correctly load dynamic libs for OSXLucas Cavalcante de Sousa2020-11-253-1/+22
* eina: Rename EAPI macro to EINA_API in Eina libraryFelipe Magno de Almeida2020-11-25142-1781/+1742
* ui transit: improve zoom effect smoothness by subpixel rendering.Hermet Park2020-11-252-1/+8
* ecore x - dont free previous resource dbCarsten Haitzler (Rasterman)2020-11-221-1/+3
* ecore-x - add xresource set/get/load etc.Carsten Haitzler (Rasterman)2020-11-225-0/+125
* evas gl: make 9 patch workShinwoo Kim2020-11-201-0/+24
* evas_textblock: reduce content fit calculationsali-alzyod2020-11-191-0/+4
* elm_entry: legacy smart selection[start,cleared] callback fixAli Alzyod2020-11-181-9/+3
* evas test - fix evas suite image data compareCarsten Haitzler (Rasterman)2020-11-131-22/+25
* evil: Rename EAPI macro to EVIL_API in Evil libraryFelipe Magno de Almeida2020-11-1225-89/+101
* ecore evas - wayland clients - dont set invalid min/max widthCarsten Haitzler (Rasterman)2020-11-101-27/+64
* evas - object - grabs - dont delete NULL event grabsCarsten Haitzler (Rasterman)2020-11-101-1/+1
* Revert "eo_test_general.c: Make eo_signals tests pass on Windows"Carsten Haitzler (Rasterman)2020-11-051-20/+5
* eo_test_general.c: Make eo_signals tests pass on WindowsWander Lairson Costa2020-11-041-5/+20
* vg_load_svg: Prevent memory overflow for tag_nameJunsuChoi2020-11-021-0/+1
* evas/textblock: apply style paddings in fit calculationYoungbok Shin2020-10-281-2/+5
* evil: undef setlocale to avoid recursionFelipe Magno de Almeida2020-10-271-0/+2
* efl.ui.text : Fixing cursor movement using keyboard arrows/mouse clickabdulleh Ghujeh2020-10-202-6/+48
* vg_load_svg: Implement ClipPath featureJunsuChoi2020-10-143-4/+167
* Ecore_Win32: add the API ecore_win32_window_maximized_set()Vincent Torri2020-10-134-5/+78
* Ecore_Evas win32: fix activate() functionVincent Torri2020-10-133-2/+29
* evas svg: Fix build errorJunsuChoi2020-10-121-2/+2
* evas svg: avoid unnecessary memory clear.Hermet Park2020-10-121-2/+2
* vg_load_svg: Add points copy of missing polygon/polylineJunsuChoi2020-10-121-0/+2
* Ecore_Evas win32 module: do not set evas viewport size to 0Vincent Torri2020-10-101-12/+14
* elua test: fix undeclared variableVincent Torri2020-10-091-0/+1
* efl ui image - dont cancel preload on image if image is an edje objectCarsten Haitzler (Rasterman)2020-10-091-1/+1
* Evil : move mkstemp(s) and mkdtemp in eina_file directlyVincent Torri2020-10-0818-401/+361
* Revert "Revert "evas_textblock: rainbow flag emoji treated as two clusters(up...WooHyun Jung2020-10-0825-344/+986
* Ecore_file: on Windows, fix errno value when dst exists.Vincent Torri2020-10-061-6/+6
* eina - eina eifle - rename eina_file.c to indicate its for posixCarsten Haitzler (Rasterman)2020-10-052-1/+1
* elementary image zoomable: fix non supported oversized image.Hermet Park2020-10-051-2/+32
* singularize srand in eina_init - only once in one placeCarsten Haitzler (Rasterman)2020-10-0321-75/+22
* Windows: fix copy'n pasteVincent Torri2020-09-301-3/+6
* efreet - windows - still call stat but skip lstat/readlinkCarsten Haitzler (Rasterman)2020-09-291-5/+7
* evas: sw font draw - protect against null pointer accessYoungbok Shin2020-09-281-0/+2