summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* elementary: Replace icon lookup_order with icon_theme.Andy Williams2016-04-257-56/+39
* elementary: Add user setting for icon themeAndy Williams2016-04-254-1/+56
* Genlist: cache mechanism is broken again!Dave Andreoli2016-04-242-0/+92
* eo base - optimize memory by extending extension memoryCarsten Haitzler (Rasterman)2016-04-241-155/+197
* eo - class table - move to mmaped memory if possible and alloc chunksCarsten Haitzler (Rasterman)2016-04-241-17/+61
* fix efreet/file monitor stringshare optimizationCarsten Haitzler (Rasterman)2016-04-233-0/+3
* evas - legacy evas_object_del - always hide obj regardless of refsCarsten Haitzler (Rasterman)2016-04-231-0/+1
* efreetd - reduce memory usage by using stringshare much moreCarsten Haitzler (Rasterman)2016-04-236-31/+29
* edje_edit: fix mempools in group/alias addAndrii Kroitor2016-04-221-61/+45
* edje: add note to the reference of .part_object_get()Jee-Yong Um2016-04-221-1/+5
* elementary: fix callback array declaration to build on Windows.Cedric Bail2016-04-221-6/+4
* elementary: attempt to fix Windows build.Cedric Bail2016-04-221-0/+22
* eina: implement a memory cache for Eina_Rbtree_Iterator.Cedric Bail2016-04-222-14/+57
* ecore-wl2: isolate regular selection requests from dnd-specific codeMike Blumenkrantz2016-04-221-6/+12
* ecore-wl2: Fix formattingChris Michael2016-04-221-2/+6
* ecore-wl2: Port session recovery protocol to work with Ecore_Wl2Chris Michael2016-04-226-0/+141
* docs: ector: improve docs for the abstract renderer base classStefan Schmidt2016-04-221-22/+22
* docs: ector: document generic surface mixinStefan Schmidt2016-04-221-3/+6
* docs: ector: fill gaps in the generic buffer documentationStefan Schmidt2016-04-221-23/+26
* docs: ector: document ector cairo surface classesStefan Schmidt2016-04-224-3/+12
* docs: eldbus: document property valuesStefan Schmidt2016-04-224-10/+10
* docs: efl_vpath: separate summary line from rest of descriptionStefan Schmidt2016-04-221-0/+1
* genlist : arrange focus set in mouse upSangHyeon Lee2016-04-221-3/+3
* ecore: forgot to handle recursive destruction in a function that actually ask...Cedric Bail2016-04-211-0/+17
* elementary: build edje dependency needed for tests.Cedric Bail2016-04-211-1/+1
* efl loop: implement loop.get property to return selfCarsten Haitzler (Rasterman)2016-04-222-0/+7
* elementary: actually this is part of our make dist and shouldn't be build eve...Cedric BAIL2016-04-211-0/+0
* elementary: use Efl.Loop event directly as an API test.Cedric BAIL2016-04-212-16/+35
* ecore: rename Ecore_Mainloop to Efl.Loop.Cedric BAIL2016-04-218-31/+32
* ecore: ecore_main_loop_animator_ticked_get seems to be useful only for Ecore_...Cedric BAIL2016-04-212-11/+0
* ecore: ecore_main_loop_select_func_set is definitively an internal function.Cedric BAIL2016-04-212-25/+0
* ecore: move ecore idle exiter to relly on the factorized main loop event.Cedric BAIL2016-04-218-219/+15
* ecore: remove useless defineCedric BAIL2016-04-211-2/+0
* eolian-cxx: Remove .Base requirementFelipe Magno de Almeida2016-04-2115-40/+94
* ecore: use new refactorized idle infrastructure to make idle enterer rely on ...Cedric BAIL2016-04-218-237/+22
* ecore: allow for possible factorization of all idler event.Cedric BAIL2016-04-213-27/+45
* ecore: move Ecore_Idler to legacy and rely on Eo event restart capability.Cedric BAIL2016-04-2110-190/+130
* ecore: give the mainloop its own private data.Cedric BAIL2016-04-212-8/+7
* ecore: make the main loop singleton initialized and available early on.Cedric BAIL2016-04-213-1/+7
* eolian-cxx: Remove deprecated examplesFelipe Magno de Almeida2016-04-213-244/+1
* elm_cnp: accept appropriate text types in wl drop handlersMike Blumenkrantz2016-04-211-4/+13
* elm_cnp: do not send null accepts for every type within wl data offersMike Blumenkrantz2016-04-211-3/+3
* ecore-wl2: more dnd v3 updatesMike Blumenkrantz2016-04-213-26/+90
* ecore-wl2: use fd handler for receiving selection dataMike Blumenkrantz2016-04-212-78/+15
* elm_cnp: attempt to get all applicable mime types when getting selectionMike Blumenkrantz2016-04-211-2/+4
* ecore-wl2: return some copied code back to its original stateMike Blumenkrantz2016-04-211-10/+6
* ecore-wl2: update wl dnd/clipboard support to v3 of protocolMike Blumenkrantz2016-04-213-2/+31
* ecore-wl2: correct the name and type of some function paramsMike Blumenkrantz2016-04-213-10/+10
* ecore-drm: Fix typo in doxygenChris Michael2016-04-211-1/+1
* wayland_shm: Fix evas test breakageDerek Foreman2016-04-211-0/+1