summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eo: working version that combines linear and ordered searchdevs/avilog/callbacks_by_eventsAvi Levin2015-04-011-85/+49
* changing to unordered array and normal searchAvi Levin2015-04-011-11/+11
* ordered callbacks by stringshared event_nameAvi Levin2015-04-011-34/+101
* eo: removing unuseful sts data and adding others that are usefulAvi Levin2015-04-011-40/+70
* eo: adding print for benchmarking/statiticsAvi Levin2015-04-011-8/+73
* eo: fixing the annoying bug with the error in delting childrenAvi Levin2015-04-011-30/+82
* Eo: review + fixesDaniel Zaoui2015-04-011-91/+75
* eo: clean up from unsued code and fixing warningsAvi Levin2015-04-011-105/+5
* eo: changing callbacks data sctructureAvi Levin2015-04-011-156/+289
* 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