summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-08efl - fix build after cedric breakageCarsten Haitzler (Rasterman)2-1/+4
2017-11-07elementary: fix quicklaunch support.Cedric BAIL1-19/+13
2017-11-07elementary: refactor and clean efl_quicklaunch_prepare.Cedric BAIL1-54/+15
2017-11-07elementary: fix ELM_MAIN macro to properly expose symbol.Cedric BAIL1-6/+4
2017-11-07elementary: add debugging information to quicklaunch binary.Cedric BAIL1-1/+10
2017-11-07elementary: use efl_exit to leave the mainloop instead of direct use of exit.Cedric BAIL1-1/+5
2017-11-07evas: rely on ecore to reset evas rendering thread on fork.Cedric BAIL1-0/+50
2017-11-07evas: rely on ecore to reset upscaler thread on fork.Cedric BAIL1-0/+28
2017-11-07evas: rely on ecore to reset ecore_pipe for evas_async_events.Cedric BAIL1-18/+12
2017-11-07ecore: introduce ecore_init_ex/ecore_shutdown_ex to propagate argc,argv prope...Cedric BAIL4-11/+70
2017-11-07ecore: report startup time of the main loop with EFL_FIRST_LOOP environment v...Cedric BAIL1-0/+25
2017-11-07ecore,elementary: move startup time accounting in ecore.Cedric BAIL5-2/+16
2017-11-07elementary: move Efl new general purpose API to efl_general.hCedric BAIL2-70/+69
2017-11-07efl net - handle proxy helper fails better and abort proxy lookupsCarsten Haitzler (Rasterman)1-1/+15
2017-11-07cxx: Fix slider exampleJean-Philippe Andre1-3/+9
2017-11-07slider: Export the part classJean-Philippe Andre3-3/+2
2017-11-07slider: Advertise indicator part in the EO fileJean-Philippe Andre1-0/+3
2017-11-07evas: Yet another OSX build fix...Jean-Philippe Andre1-2/+2
2017-11-07example: Add elocation to elm buildLauro Moura1-1/+4
2017-11-07efl_ui_radio: keep radio state when theme is changedSungtaek Hong1-2/+0
2017-11-07evas: Another attempt at fixing OSX buildJean-Philippe Andre1-2/+5
2017-11-07eina: Fix spelling errors in documentation (matrixsparse..module)Bryce Harrington3-19/+19
2017-11-07eina freeq - make it clear that content is invalid on submissionCarsten Haitzler (Rasterman)1-0/+12
2017-11-07eo - fix freeq usage to not use freeq for a vtable cleaningCarsten Haitzler (Rasterman)1-1/+1
2017-11-07elm win - note need for other display system code...Carsten Haitzler (Rasterman)1-0/+6
2017-11-07Efl.Ui.Slider: implement Slider.part & Ui.format functionsAmitesh Singh8-124/+214
2017-11-07elm: Fix make check (code_widget)Jean-Philippe Andre2-2/+3
2017-11-07evas: Fix make checkJean-Philippe Andre1-1/+1
2017-11-07elm: Fix ui.win "bg" test caseJean-Philippe Andre1-12/+13
2017-11-07elm: Create legacy widgets with elm_legacy_addJean-Philippe Andre70-120/+126
2017-11-07elm: Don't do anything before constructionJean-Philippe Andre6-17/+9
2017-11-07elm: Call efl_access_type_set after constructionJean-Philippe Andre3-3/+3
2017-11-07efl ui win - make win centering work with multiple screensCarsten Haitzler (Rasterman)2-21/+121
2017-11-07evas_vg_load_svg: get rid of static Evas_SVG_ParsingVitalii Vorobiov1-186/+214
2017-11-07evas_vg_load_svg: default stop opacity color should be 255, not 0Vitalii Vorobiov2-1/+3
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