index
:
~reynaldo/efl
gst
Unnamed repository; edit this file 'description' to name the repository.
reynaldo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
efl - fix build after cedric breakage
Carsten Haitzler (Rasterman)
2
-1
/
+4
2017-11-07
elementary: fix quicklaunch support.
Cedric BAIL
1
-19
/
+13
2017-11-07
elementary: refactor and clean efl_quicklaunch_prepare.
Cedric BAIL
1
-54
/
+15
2017-11-07
elementary: fix ELM_MAIN macro to properly expose symbol.
Cedric BAIL
1
-6
/
+4
2017-11-07
elementary: add debugging information to quicklaunch binary.
Cedric BAIL
1
-1
/
+10
2017-11-07
elementary: use efl_exit to leave the mainloop instead of direct use of exit.
Cedric BAIL
1
-1
/
+5
2017-11-07
evas: rely on ecore to reset evas rendering thread on fork.
Cedric BAIL
1
-0
/
+50
2017-11-07
evas: rely on ecore to reset upscaler thread on fork.
Cedric BAIL
1
-0
/
+28
2017-11-07
evas: rely on ecore to reset ecore_pipe for evas_async_events.
Cedric BAIL
1
-18
/
+12
2017-11-07
ecore: introduce ecore_init_ex/ecore_shutdown_ex to propagate argc,argv prope...
Cedric BAIL
4
-11
/
+70
2017-11-07
ecore: report startup time of the main loop with EFL_FIRST_LOOP environment v...
Cedric BAIL
1
-0
/
+25
2017-11-07
ecore,elementary: move startup time accounting in ecore.
Cedric BAIL
5
-2
/
+16
2017-11-07
elementary: move Efl new general purpose API to efl_general.h
Cedric BAIL
2
-70
/
+69
2017-11-07
efl net - handle proxy helper fails better and abort proxy lookups
Carsten Haitzler (Rasterman)
1
-1
/
+15
2017-11-07
cxx: Fix slider example
Jean-Philippe Andre
1
-3
/
+9
2017-11-07
slider: Export the part class
Jean-Philippe Andre
3
-3
/
+2
2017-11-07
slider: Advertise indicator part in the EO file
Jean-Philippe Andre
1
-0
/
+3
2017-11-07
evas: Yet another OSX build fix...
Jean-Philippe Andre
1
-2
/
+2
2017-11-07
example: Add elocation to elm build
Lauro Moura
1
-1
/
+4
2017-11-07
efl_ui_radio: keep radio state when theme is changed
Sungtaek Hong
1
-2
/
+0
2017-11-07
evas: Another attempt at fixing OSX build
Jean-Philippe Andre
1
-2
/
+5
2017-11-07
eina: Fix spelling errors in documentation (matrixsparse..module)
Bryce Harrington
3
-19
/
+19
2017-11-07
eina freeq - make it clear that content is invalid on submission
Carsten Haitzler (Rasterman)
1
-0
/
+12
2017-11-07
eo - fix freeq usage to not use freeq for a vtable cleaning
Carsten Haitzler (Rasterman)
1
-1
/
+1
2017-11-07
elm win - note need for other display system code...
Carsten Haitzler (Rasterman)
1
-0
/
+6
2017-11-07
Efl.Ui.Slider: implement Slider.part & Ui.format functions
Amitesh Singh
8
-124
/
+214
2017-11-07
elm: Fix make check (code_widget)
Jean-Philippe Andre
2
-2
/
+3
2017-11-07
evas: Fix make check
Jean-Philippe Andre
1
-1
/
+1
2017-11-07
elm: Fix ui.win "bg" test case
Jean-Philippe Andre
1
-12
/
+13
2017-11-07
elm: Create legacy widgets with elm_legacy_add
Jean-Philippe Andre
70
-120
/
+126
2017-11-07
elm: Don't do anything before construction
Jean-Philippe Andre
6
-17
/
+9
2017-11-07
elm: Call efl_access_type_set after construction
Jean-Philippe Andre
3
-3
/
+3
2017-11-07
efl ui win - make win centering work with multiple screens
Carsten Haitzler (Rasterman)
2
-21
/
+121
2017-11-07
evas_vg_load_svg: get rid of static Evas_SVG_Parsing
Vitalii Vorobiov
1
-186
/
+214
2017-11-07
evas_vg_load_svg: default stop opacity color should be 255, not 0
Vitalii Vorobiov
2
-1
/
+3
2017-11-07
vg_common: property apply "objectBoundingBox" morphings to radial gradient
Vitalii Vorobiov
3
-8
/
+84
2017-11-07
svg_parse: parse correct values for radialGradient
Vitalii Vorobiov
2
-17
/
+31
2017-11-07
vg_common: apply related coordinates for linear gradient
Vitalii Vorobiov
1
-15
/
+21
2017-11-07
svg_parse: parse linear gradient variables accroding to gradientUnits
Vitalii Vorobiov
2
-10
/
+146
2017-11-07
svg_parse: implement <length> parse
Vitalii Vorobiov
1
-68
/
+112
2017-11-07
svg_parse: save global size variable to use when gradient size recalc
Vitalii Vorobiov
1
-3
/
+21
2017-11-07
vg_common: parse and store userSpaceOnUse (for gradient) when it is set
Vitalii Vorobiov
3
-1
/
+16
2017-11-07
efl_gfx_path: fix typo in _path_bounds_get
Vitalii Vorobiov
1
-1
/
+1
2017-11-07
vg_loaders/svg: set up default focal values for radialGradient
Vitalii Vorobiov
1
-0
/
+31
2017-11-07
ector: use cairo_pattern_add_color_stop_rgba in gradient_radial
Vitalii Vorobiov
1
-0
/
+1
2017-11-07
saver/svg: parse loaded tree data into svg XML file and save it
Vitalii Vorobiov
1
-10
/
+132
2017-11-07
vg_savers/svg: empty (for now) module that will save svg in original file
Vitalii Vorobiov
4
-2
/
+102
2017-11-07
evas_vg_cache: load svg from any file, not from defined only
Vitalii Vorobiov
1
-0
/
+23
2017-11-07
evas: Fix invalid header protector
Jean-Philippe Andre
1
-2
/
+2
2017-11-07
Remove evas internal dependency from the evas_font module
subhransu mohanty
22
-1208
/
+1316
[next]