summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eo:callbacks find by event counterpartdevs/avilog/callbacks_by_counterpartAvi Levin2015-04-143-21/+187
* edje calc now more correctly forces recalc for child groups on state changeMike Blumenkrantz2015-03-311-4/+27
* edje calc no longer performs calculations for group parts of fixed size > 0Mike Blumenkrantz2015-03-311-1/+1
* Evas masking: Implement polygon masking (GL)Jean-Philippe Andre2015-04-011-4/+23
* Evas masking: Ensure texture is up-to-date before drawing (GL)Jean-Philippe Andre2015-04-014-48/+59
* Evas GL common: whitespace fixesJean-Philippe Andre2015-04-011-69/+69
* Evas masking: Implement line masking in GLJean-Philippe Andre2015-04-013-26/+91
* Evas GL generic: Simplify "scaled" images (used for masking)Jean-Philippe Andre2015-04-015-63/+19
* Evas masking: Refactor GL codeJean-Philippe Andre2015-04-0127-353/+354
* ecore_file - fix nasty memory issues in ecore_file_app_exe_get()Carsten Haitzler (Rasterman)2015-04-011-118/+33
* edje object swallowing no longer forces a full recalcMike Blumenkrantz2015-03-311-1/+4
* edje object scale factor changes now trigger deferred recalcsMike Blumenkrantz2015-03-311-1/+1
* edje group part init no longer forces synchronous hint updating during loadMike Blumenkrantz2015-03-311-1/+1
* edje calc no longer forces proxy part source calcs for currently-hidden proxiesMike Blumenkrantz2015-03-311-1/+1
* edje calc no longer performs calculations for group parts of fixed sizeMike Blumenkrantz2015-03-311-2/+12
* edje: add edje_file_iterator_new().Cedric BAIL2015-03-314-1/+67
* edje: fix build break.Cedric BAIL2015-03-311-1/+1
* edje: add edje_mmap_color_class_iterator_new().Cedric BAIL2015-03-312-1/+65
* edje: add option to dump gnu style include dependencies in edje_cc.Dinesh Dwivedi2015-03-314-5/+29
* evas/software_x11: Environment can influence the flow when the value is 1 not...Minkyoung Kim2015-03-311-2/+7
* edje: get the color class value by iterating over all possible value provider.Cedric BAIL2015-03-311-28/+11
* edje: add edje_color_class_active_iterator_new()Cedric BAIL2015-03-312-0/+108
* edje: make Edje_Color_Class a public structure.Cedric BAIL2015-03-312-10/+15
* Evas 3D: Fix shadow map shaderOleksandr Shcherbina2015-03-312-2/+2
* edje: force NULL initialization of desc pointer.Cedric BAIL2015-03-301-0/+1
* edje: this desc pointer is actually never set.Cedric BAIL2015-03-301-1/+0
* ecore_drm: use get_vt instead of parsing the tty attributeMarcel Hollerbach2015-03-301-14/+2
* ecore/idler - simpler checking.ChunEon Park2015-03-281-1/+1
* eina: include blank lines in file iterator T2237Andy Williams2015-03-272-7/+10
* ecore_con: fix ftp upload function to follow documentation.Srivardhan Hebbar2015-03-271-2/+2
* evas: fix gl_cocoa build after recent changes in evas_common_draw_context_fon...Nicolas Aguirre2015-03-271-2/+8
* eina: Change newline parsing to handle crlf betterAndy Williams2015-03-272-6/+7
* edje: edje_edit - recalculate object after chenge aspect preferenceVyacheslav Reutskiy2015-03-271-0/+1
* ecore: trigger events on FD_READ, FD_CONNECT and FD_ACCEPT.Nicolas Aguirre2015-03-261-2/+2
* ecore_con: do not try to load /etc/resolv.conf when on windows.Nicolas Aguirre2015-03-261-0/+2
* [Evas: Evas_3D] Improve shaders mathDmytro Dadyka2015-03-252-70/+49
* Ecore: Use calloc() to initialize Ecore_Event_Key fullyJean-Philippe ANDRE2015-03-257-14/+10
* Build: Fix horribly slow compilation timesJean-Philippe ANDRE2015-03-252-1/+13
* edje: add of textures to Edje 3D node.perepelits.m2015-03-252-0/+108
* eina: add eina_list_data_idx().Michal Jagiello2015-03-252-0/+36
* ecore_con: add example for ftp upload.Srivardhan Hebbar2015-03-252-9/+94
* evas: fix logic of 180 degree image rotation in software_generic backend.kabeer khan2015-03-251-3/+2
* eet: fix variable namingAndrii Kroitor2015-03-261-11/+11
* Wayland shm: Fix shadow variable warningJean-Philippe ANDRE2015-03-251-4/+4
* edje: add text_class_get() APIsSohyun Kim2015-03-264-0/+79
* [Evas: Evas_3D] Refactor shader system: refactored shadow map shade mode.Dmytro Dadyka2015-03-253-52/+9
* [Evas: Evas_3D] Refactor shader system: refactored parallax shade mode.Dmytro Dadyka2015-03-253-194/+36
* Edje: Edje_Edit - code generation for TABLE part (description.table section)Vitalii Vorobiov2015-03-251-0/+44
* Edje: Edje_Edit - fix typo in code generation of BOX partVitalii Vorobiov2015-03-251-1/+1
* ecore_idler: + null check.ChunEon Park2015-03-251-0/+1