summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elementary: fix quicklaunch support.devs/subhransu/vector_workdevs/subhransu/fontCedric BAIL2017-11-071-19/+13
* elementary: refactor and clean efl_quicklaunch_prepare.Cedric BAIL2017-11-071-54/+15
* elementary: fix ELM_MAIN macro to properly expose symbol.Cedric BAIL2017-11-071-6/+4
* elementary: add debugging information to quicklaunch binary.Cedric BAIL2017-11-071-1/+10
* elementary: use efl_exit to leave the mainloop instead of direct use of exit.Cedric BAIL2017-11-071-1/+5
* evas: rely on ecore to reset evas rendering thread on fork.Cedric BAIL2017-11-071-0/+50
* evas: rely on ecore to reset upscaler thread on fork.Cedric BAIL2017-11-071-0/+28
* evas: rely on ecore to reset ecore_pipe for evas_async_events.Cedric BAIL2017-11-071-18/+12
* ecore: introduce ecore_init_ex/ecore_shutdown_ex to propagate argc,argv prope...Cedric BAIL2017-11-074-11/+70
* ecore: report startup time of the main loop with EFL_FIRST_LOOP environment v...Cedric BAIL2017-11-071-0/+25
* ecore,elementary: move startup time accounting in ecore.Cedric BAIL2017-11-075-2/+16
* elementary: move Efl new general purpose API to efl_general.hCedric BAIL2017-11-072-70/+69
* efl net - handle proxy helper fails better and abort proxy lookupsCarsten Haitzler (Rasterman)2017-11-071-1/+15
* cxx: Fix slider exampleJean-Philippe Andre2017-11-071-3/+9
* slider: Export the part classJean-Philippe Andre2017-11-073-3/+2
* slider: Advertise indicator part in the EO fileJean-Philippe Andre2017-11-071-0/+3
* evas: Yet another OSX build fix...Jean-Philippe Andre2017-11-071-2/+2
* example: Add elocation to elm buildLauro Moura2017-11-071-1/+4
* efl_ui_radio: keep radio state when theme is changedSungtaek Hong2017-11-071-2/+0
* evas: Another attempt at fixing OSX buildJean-Philippe Andre2017-11-071-2/+5
* eina: Fix spelling errors in documentation (matrixsparse..module)Bryce Harrington2017-11-073-19/+19
* eina freeq - make it clear that content is invalid on submissionCarsten Haitzler (Rasterman)2017-11-071-0/+12
* eo - fix freeq usage to not use freeq for a vtable cleaningCarsten Haitzler (Rasterman)2017-11-071-1/+1
* elm win - note need for other display system code...Carsten Haitzler (Rasterman)2017-11-071-0/+6
* Efl.Ui.Slider: implement Slider.part & Ui.format functionsAmitesh Singh2017-11-078-124/+214
* elm: Fix make check (code_widget)devs/woohyun/ui_propertyJean-Philippe Andre2017-11-072-2/+3
* evas: Fix make checkJean-Philippe Andre2017-11-071-1/+1
* elm: Fix ui.win "bg" test caseJean-Philippe Andre2017-11-071-12/+13
* elm: Create legacy widgets with elm_legacy_addJean-Philippe Andre2017-11-0770-120/+126
* elm: Don't do anything before constructionJean-Philippe Andre2017-11-076-17/+9
* elm: Call efl_access_type_set after constructionJean-Philippe Andre2017-11-073-3/+3
* efl ui win - make win centering work with multiple screensCarsten Haitzler (Rasterman)2017-11-072-21/+121
* 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-072-1/+3
* vg_common: property apply "objectBoundingBox" morphings to radial gradientVitalii Vorobiov2017-11-073-8/+84
* svg_parse: parse correct values for radialGradientVitalii Vorobiov2017-11-072-17/+31
* vg_common: apply related coordinates for linear gradientVitalii Vorobiov2017-11-071-15/+21
* svg_parse: parse linear gradient variables accroding to gradientUnitsVitalii Vorobiov2017-11-072-10/+146
* 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-073-1/+16
* efl_gfx_path: fix typo in _path_bounds_getVitalii Vorobiov2017-11-071-1/+1
* vg_loaders/svg: set up default focal values for radialGradientVitalii Vorobiov2017-11-071-0/+31
* ector: use cairo_pattern_add_color_stop_rgba in gradient_radialVitalii Vorobiov2017-11-071-0/+1
* 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-074-2/+102
* evas_vg_cache: load svg from any file, not from defined onlyVitalii Vorobiov2017-11-071-0/+23
* evas: Fix invalid header protectorJean-Philippe Andre2017-11-071-2/+2
* Remove evas internal dependency from the evas_font modulesubhransu mohanty2017-11-0722-1208/+1316
* elm: Try to fix compilation (link) for OSXJean-Philippe Andre2017-11-073-3/+2