summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add EAPI void eina_list_filter_map_reduce(…)devs/jeyzu/eina-apiJérémy Zurcher2013-06-133-0/+64
* eina_list_reduce: 3 arg NONNULLJérémy Zurcher2013-06-131-1/+1
* eina_list map reduce: reduce codeJérémy Zurcher2013-06-131-10/+6
* add EAPI Eina_List* eina_list_reduce(Eina_List *list, Eina_Reduce_Cb func, vo...Jérémy Zurcher2013-06-134-2/+57
* add EAPI eina_list_map(Eina_List *list, Eina_Map_Cb func)Jérémy Zurcher2013-06-134-2/+60
* add EAPI eina_list_filter(Eina_List *list, Eina_Filter_Cb func)Jérémy Zurcher2013-06-124-0/+102
* eina_test_list: formatJérémy Zurcher2013-06-121-5/+5
* add EAPI eina_list_remove_duplicates(Eina_List *list, Eina_Bool keep_first)Jérémy Zurcher2013-06-123-0/+139
* Split .gitignore into multiple filesEduardo Lima (Etrunko)2013-06-1135-299/+306
* edc.vim: added SPRING keyword.Daniel Juyung Seo2013-06-121-1/+1
* evas - partial rendering support now for qualcomm extn too.Carsten Haitzler (Rasterman)2013-06-115-2/+114
* eo_class_new: fix big memory wasteJérémy Zurcher2013-06-101-1/+2
* eo: fix advertised object size in dbg msgJérémy Zurcher2013-06-101-1/+1
* eldbus: Fix crash when eldbus is shutdown and we have a live connection of ty...José Roberto de Souza2013-06-101-2/+10
* Revert "continuation of ascent/descent fix by tom - make textblock work too."Tom Hacohen2013-06-101-44/+4
* Revert "fix slowdown as a result of fixing text ascent/descent for fontsets f...Tom Hacohen2013-06-102-17/+0
* eina_log: screen-256color also support colorsBoris Faure2013-06-091-2/+4
* fix bug introduced by: f1ba71147e6522d5f5bce48e81bf5f2dab3068d6Carsten Haitzler (Rasterman)2013-06-091-9/+9
* update images.mkCarsten Haitzler (Rasterman)2013-06-091-1/+1
* eina-log: xterm-256 (or terminology someday…) supports colorsBoris Faure2013-06-081-2/+4
* Evas font: Fix initialization of ascent/descent for empty objects.Tom Hacohen2013-06-071-2/+9
* Evas text: Removed unused variables.Tom Hacohen2013-06-071-1/+0
* Egl Overhaul (ecore_evas part)Chris Michael2013-06-071-19/+23
* During shm engine creation, we can create the ecore_wl_window firstChris Michael2013-06-071-10/+10
* Egl Overhaul (ecore_evas part)Chris Michael2013-06-071-0/+2
* Ok ... Big Wl Egl Overhaul...(evas portion)Chris Michael2013-06-071-54/+52
* Add private function to get the window hash.Chris Michael2013-06-071-13/+30
* Add private function to get the window hash.Chris Michael2013-06-071-0/+1
* Modify ecore_wl_input keypress code to handle modifiers Not on everyChris Michael2013-06-071-17/+27
* Add ecore_wl_animator_source_set code for setting Custom animators.Chris Michael2013-06-071-0/+96
* Modify ecore_wl_animator_source_set function to not need a window.Chris Michael2013-06-071-1/+4
* Fix move_resize to call the proper function.Chris Michael2013-06-071-1/+1
* Fix segfault: Don't try to printf a debug message if we don't have a cache.Chris Michael2013-06-071-1/+1
* Bunch of minor "consistency" changes to bring egl and shm code in-sync.Chris Michael2013-06-071-24/+9
* Add support for move_resize.Chris Michael2013-06-071-45/+57
* Add anim_pending and anim_callback to window structure.Chris Michael2013-06-071-1/+11
* Fix some doxy formatting.Chris Michael2013-06-071-2/+2
* Add async render support for ecore_evas_wayland_eglChris Michael2013-06-071-3/+38
* Add wl_egl_window to private structure.Chris Michael2013-06-071-0/+3
* Remove dead commented code and fix up formatting.Chris Michael2013-06-071-14/+9
* fix pkgbuildCarsten Haitzler (Rasterman)2013-06-071-10/+6
* update pkgbuildCarsten Haitzler (Rasterman)2013-06-072-3/+1
* fix up pkgbuild to be cleaner.Carsten Haitzler (Rasterman)2013-06-071-9/+13
* fix up pkgbuild to be cleaner.Carsten Haitzler (Rasterman)2013-06-071-3/+1
* evas/callbacks: Prevent post_event_callback_call recursion.Rafael Antognolli2013-06-061-1/+5
* Evas font: Fixed line size calculation using multiple fonts.Tom Hacohen2013-06-061-15/+2
* Evas font: Remove useless multiplication and division.Tom Hacohen2013-06-061-2/+1
* evas_font_load: Remove duplicate include of evas_font_ot.hDaniel Willmann2013-06-061-2/+1
* Evas font: Fixed hb_font_destroy related warning.Tom Hacohen2013-06-061-2/+2
* edje - refactoring.ChunEon Park2013-06-061-73/+80