summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* efl ui win - make win centering work with multiple screensCarsten Haitzler (Rasterman)2017-11-071-21/+75
* evas_vg_load_svg: get rid of static Evas_SVG_ParsingVitalii Vorobiov2017-11-071-186/+214
* evas_vg_load_svg: default stop opacity color should be 255, not 0Vitalii Vorobiov2017-11-071-0/+2
* vg_common: property apply "objectBoundingBox" morphings to radial gradientVitalii Vorobiov2017-11-071-0/+8
* svg_parse: parse correct values for radialGradientVitalii Vorobiov2017-11-071-14/+22
* svg_parse: parse linear gradient variables accroding to gradientUnitsVitalii Vorobiov2017-11-071-10/+127
* svg_parse: implement <length> parseVitalii Vorobiov2017-11-071-68/+112
* svg_parse: save global size variable to use when gradient size recalcVitalii Vorobiov2017-11-071-3/+21
* vg_common: parse and store userSpaceOnUse (for gradient) when it is setVitalii Vorobiov2017-11-071-1/+10
* vg_loaders/svg: set up default focal values for radialGradientVitalii Vorobiov2017-11-071-0/+31
* saver/svg: parse loaded tree data into svg XML file and save itVitalii Vorobiov2017-11-071-10/+132
* vg_savers/svg: empty (for now) module that will save svg in original fileVitalii Vorobiov2017-11-071-0/+72
* elm: Try to fix compilation (link) for OSXJean-Philippe Andre2017-11-073-3/+2
* emotion: Fix data race conditionChris Michael2017-11-061-0/+2
* evas-wayland-shm: Do not dereference a potentially freed pointerChris Michael2017-11-061-1/+1
* evas-gl-cocoa: Remove need for useless region_free functionChris Michael2017-11-063-9/+1
* evas-gl-drm: Remove need for useless region_free functionChris Michael2017-11-063-8/+1
* evas-gl-sdl: Remove need for useless free_region functionChris Michael2017-11-061-6/+1
* evas-gl-x11: Remove need for useless free_region functionChris Michael2017-11-063-9/+1
* evas-wayland-egl: Remove need for useless free_region functionChris Michael2017-11-063-8/+1
* evas-wayland-shm: Remove need for useless free_region functionChris Michael2017-11-063-8/+1
* evas-software-x11: Remove need for useless free_region functionChris Michael2017-11-065-19/+2
* evas-software-gdi: Remove need for useless free_region functionChris Michael2017-11-063-11/+1
* evas-software-ddraw: Remove need for useless free_region functionChris Michael2017-11-063-11/+1
* evas-eglfs: Remove need for useless free_region functionChris Michael2017-11-063-8/+1
* evas-drm: Remove need for useless free_region functionChris Michael2017-11-063-8/+1
* evas-software-generic: Check for render engine function before callingChris Michael2017-11-061-1/+2
* evas-wayland-shm: Fix formattingChris Michael2017-11-011-1/+3
* evas-drm: Fix formattingChris Michael2017-11-011-1/+3
* elm: Major cleanup of EO filesJean-Philippe Andre2017-11-013-0/+4
* evas: Move evas_canvas.eo to legacy-onlyJean-Philippe Andre2017-11-011-1/+1
* ecore_evas_wayland: Fix session recoveryDerek Foreman2017-10-301-0/+3
* vg_savers/eet: Added implementaion of vg saver to eet fileSubhransu Mohanty2017-10-271-10/+24
* vg_loaders/svg: Copied svg loading implementation from edje_ccSubhransu Mohanty2017-10-271-8/+2105
* vg_loaders/eet: Added implementaion for loading from eet fileSubhransu Mohanty2017-10-271-10/+40
* evas: image_native_set actually receive a context, not an output.Cedric BAIL2017-10-261-3/+2
* wayland: use eina array for ecore-evas event handlersMike Blumenkrantz2017-10-251-27/+42
* wayland: fix window stack implementationMike Blumenkrantz2017-10-251-0/+23
* efl_ui_clock: changed property name from value to timeWooHyun Jung2017-10-251-6/+6
* widget: Rename events to EFL_UI_WIDGET_EVENT_XXXJean-Philippe Andre2017-10-241-1/+1
* evas: Prevent crash with image_data_getJean-Philippe Andre2017-10-181-2/+14
* ee_wayland: Don't use wrong window sizeDerek Foreman2017-10-161-2/+5
* jp2k module - dont print ERR on llading if format wrongCarsten Haitzler (Rasterman)2017-10-161-1/+0
* evas: mark parameter unused now that it is not necessary anymore.Cedric Bail2017-10-131-1/+1
* evas: to avoid warning unused variable and unnecessary assignment is removed.Prince Kumar Dubey2017-10-131-1/+4
* efl: unsigned int/long never be less than zero. Fixed.Prince Kumar Dubey2017-10-131-2/+2
* ecore_evas: preprocessor flag "BUILD_ECORE_EVAS_SOFTWARE_GDI" is not closed p...Prince Kumar Dubey2017-10-131-1/+1
* ecore_wl2: Synchronize state with surface commitsDerek Foreman2017-10-121-5/+0
* wayland_dmabuf: Clean up unused variableDerek Foreman2017-10-121-4/+2
* wayland_dmabuf: Use create_immedDerek Foreman2017-10-121-76/+8