summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-07vg_common: property apply "objectBoundingBox" morphings to radial gradientVitalii Vorobiov3-8/+84
2017-11-07svg_parse: parse correct values for radialGradientVitalii Vorobiov2-17/+31
2017-11-07vg_common: apply related coordinates for linear gradientVitalii Vorobiov1-15/+21
2017-11-07svg_parse: parse linear gradient variables accroding to gradientUnitsVitalii Vorobiov2-10/+146
2017-11-07svg_parse: implement <length> parseVitalii Vorobiov1-68/+112
2017-11-07svg_parse: save global size variable to use when gradient size recalcVitalii Vorobiov1-3/+21
2017-11-07vg_common: parse and store userSpaceOnUse (for gradient) when it is setVitalii Vorobiov3-1/+16
2017-11-07efl_gfx_path: fix typo in _path_bounds_getVitalii Vorobiov1-1/+1
2017-11-07vg_loaders/svg: set up default focal values for radialGradientVitalii Vorobiov1-0/+31
2017-11-07ector: use cairo_pattern_add_color_stop_rgba in gradient_radialVitalii Vorobiov1-0/+1
2017-11-07saver/svg: parse loaded tree data into svg XML file and save itVitalii Vorobiov1-10/+132
2017-11-07vg_savers/svg: empty (for now) module that will save svg in original fileVitalii Vorobiov4-2/+102
2017-11-07evas_vg_cache: load svg from any file, not from defined onlyVitalii Vorobiov1-0/+23
2017-11-07evas: Fix invalid header protectorJean-Philippe Andre1-2/+2
2017-11-07Remove evas internal dependency from the evas_font modulesubhransu mohanty22-1208/+1316
2017-11-07elm: Try to fix compilation (link) for OSXJean-Philippe Andre3-3/+2
2017-11-07evas: Add some crash prevention checksJean-Philippe Andre1-0/+12
2017-11-07tests: Fix make check for atspi beta APIsJean-Philippe Andre4-0/+4
2017-11-07cxx: (Temporary) fix for make checkJean-Philippe Andre5-57/+40
2017-11-07cxx: Fix log color in eina_log.hhJean-Philippe Andre1-1/+1
2017-11-07elm: Fix examples/tests using elementary_configJean-Philippe Andre2-2/+5
2017-11-07cxx: Fix some examples, disable or remove othersJean-Philippe Andre21-1049/+444
2017-11-07cxx: Add beta define to Evas.hhJean-Philippe Andre1-4/+18
2017-11-07cxx: Fix binding temporarily (efl/interfaces)Jean-Philippe Andre1-35/+35
2017-11-07cxx: Fix ifdef protections in function implJean-Philippe Andre1-4/+4
2017-11-07cxx: Add support for operator == with objectsJean-Philippe Andre1-0/+12
2017-11-07cxx: Modify button example with wrefJean-Philippe Andre1-31/+30
2017-11-07cxx: Add experimental "easy" way to use wrefJean-Philippe Andre2-0/+19
2017-11-07cxx: Add _get_wref() convenience to all classesJean-Philippe Andre1-0/+4
2017-11-07cxx: Mark wref::lock as constJean-Philippe Andre1-1/+1
2017-11-07cxx: Add nullptr constructor for weak refsJean-Philippe Andre1-0/+8
2017-11-07cxx: Completely rewrite box exampleJean-Philippe Andre1-128/+14
2017-11-07cxx: Fix a few examplesJean-Philippe Andre8-130/+94
2017-11-07cxx: Instantiate objects with 2 refsJean-Philippe Andre1-2/+2
2017-11-07cxx: Place beta API declarations behind ifdefJean-Philippe Andre3-11/+48
2017-11-06docs: be better at a responsive layout when embeddedAndy Williams1-6/+5
2017-11-07edje_pick: Fix segfault due to wrong memory freeJeeyong Um1-10/+10
2017-11-06evas-object-main: Fix potential null dereferenceChris Michael1-0/+2
2017-11-06evas-object-main: Fix null dereferenceChris Michael1-1/+1
2017-11-06evas-object-main: Fix null dereferenceChris Michael1-1/+1
2017-11-06emotion: Fix data race conditionChris Michael1-0/+2
2017-11-06evas-wayland-shm: Do not dereference a potentially freed pointerChris Michael1-1/+1
2017-11-06evas-gl-cocoa: Remove need for useless region_free functionChris Michael3-9/+1
2017-11-06evas-gl-drm: Remove need for useless region_free functionChris Michael3-8/+1
2017-11-06evas-gl-sdl: Remove need for useless free_region functionChris Michael1-6/+1
2017-11-06evas-gl-x11: Remove need for useless free_region functionChris Michael3-9/+1
2017-11-06evas-wayland-egl: Remove need for useless free_region functionChris Michael3-8/+1
2017-11-06evas-wayland-shm: Remove need for useless free_region functionChris Michael3-8/+1
2017-11-06evas-software-x11: Remove need for useless free_region functionChris Michael5-19/+2
2017-11-06evas-software-gdi: Remove need for useless free_region functionChris Michael3-11/+1