summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* efreet: Add async menu parsingSebastian Dransfeld2013-06-202-28/+122
* efreet: Make _path_to_file_id threadsafeSebastian Dransfeld2013-06-201-1/+18
* efreet: Make desktop cache threadsafeSebastian Dransfeld2013-06-201-3/+32
* efreet: Make efreet_desktop threadsafeSebastian Dransfeld2013-06-201-5/+32
* efreet: FormattingSebastian Dransfeld2013-06-201-4/+4
* efreet: Release log domain on evil errorSebastian Dransfeld2013-06-201-1/+7
* efreet: doc fixesSebastian Dransfeld2013-06-201-2/+2
* efreet: Reorganize fileSebastian Dransfeld2013-06-201-120/+121
* efreet: Init variables in initSebastian Dransfeld2013-06-201-72/+72
* efreet: Init efreet_menu_prefix in initSebastian Dransfeld2013-06-201-24/+7
* efreet: Remove static variableSebastian Dransfeld2013-06-201-23/+24
* efreet: Remove static variableSebastian Dransfeld2013-06-201-27/+29
* efreet: Improve eina hash usageSebastian Dransfeld2013-06-201-16/+4
* cserve2: fix minor memleaks with fontsJean-Philippe Andre2013-06-202-2/+15
* cserve2: add more error debug for font loadingJean-Philippe Andre2013-06-201-0/+5
* cserve2: Handle interrupts when failing to read from serverJean-Philippe Andre2013-06-201-2/+12
* cserve2: prevent infinite loop during connectionJean-Philippe Andre2013-06-201-1/+13
* evas: fix texture allocation bugs.Cedric Bail2013-06-201-6/+10
* evas: fast path for map with same color on all corner.Cedric Bail2013-06-203-8/+26
* more descriptive error message in eldbus when property fetching failsMike Blumenkrantz2013-06-201-1/+4
* Dont need the ret variable unless we are actually going to use it.Chris Michael2013-06-201-1/+2
* inform users when eldbus-codegen is cowardly refusing to generate codeMike Blumenkrantz2013-06-191-1/+4
* use sizeof for eldbus-codegen internal define lengthsMike Blumenkrantz2013-06-191-7/+7
* s/LENGHT/LENGTHMike Blumenkrantz2013-06-191-19/+19
* evas: fix clang compilation.Cedric Bail2013-06-181-2/+2
* evas: reduce memory footprint taken by Evas_Object_Table callbacks setup.Cedric Bail2013-06-183-15/+19
* evas: reduce memory usage by using Eo array of callbacks.Cedric Bail2013-06-183-23/+31
* Ooops, missing on "get_pixles" --> "pixels_get" conversionChris Michael2013-06-171-1/+1
* Fix render engine function "get_pixels" to be "pixels_get" (EFLChris Michael2013-06-171-21/+17
* Formatting fixesChris Michael2013-06-171-6/+9
* Remove 'hack' which worked around a Weson bug wrt pointer settingChris Michael2013-06-171-1/+0
* Don't crash when window is null (for mouse_down comparison)Chris Michael2013-06-171-10/+11
* Debug--Chris Michael2013-06-171-1/+1
* Fix formattingChris Michael2013-06-171-5/+6
* eo_class_new: reorder last operations in class creationJérémy Zurcher2013-06-181-24/+20
* eo_class_new: pack ext data offsets at the end of _Eo_ClassJérémy Zurcher2013-06-171-22/+33
* eo_class_new: speed up mixins offset table creationJérémy Zurcher2013-06-171-29/+21
* eo_class_new: check parent and desc before doing anythingJérémy Zurcher2013-06-171-44/+39
* eo_class_new: pack mro at the end of _Eo_ClassJérémy Zurcher2013-06-172-71/+72
* eo_class_new: remove duplicates in extensions as well as in mroJérémy Zurcher2013-06-171-24/+31
* eo_class_new: pack extensions at the end of _Eo_ClassJérémy Zurcher2013-06-171-18/+27
* eo_class_new: add and use _eo_class_szJérémy Zurcher2013-06-171-3/+5
* eo_class_new: replace class field extn_data_size with obj_sizeJérémy Zurcher2013-06-171-14/+10
* Evas: add partial rendering support for evasgl direct renderingSung W. Park2013-06-1711-121/+386
* Revert "Saving evasgl direct partial rendering fix temporarily"Sung W. Park2013-06-178-355/+98
* Revert "Touch for evas gl direct rendering partial rendering/swap fix."Sung W. Park2013-06-172-6/+37
* Revert "Added Wayland fix for evas_gl direct fix"Sung W. Park2013-06-172-44/+10
* Added Wayland fix for evas_gl direct fixSung W. Park2013-06-172-10/+44
* Touch for evas gl direct rendering partial rendering/swap fix.Sung W. Park2013-06-172-37/+6
* Saving evasgl direct partial rendering fix temporarilySung W. Park2013-06-178-98/+355