summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eina: JSON parserdevs/jackdanielz/json_parserYossi Kantor2013-09-1014-4/+3105
* EvasGL: Fix surface destroy mismatch bug.Sung W. Park2013-09-102-13/+10
* evas: factorize some code.Cedric Bail2013-09-091-172/+103
* eina - remove deadlock from share-common + remove extra lock/unlockCarsten Haitzler (Rasterman)2013-09-081-10/+24
* Evas object clouseau: Added object name to the property list.Tom Hacohen2013-09-061-0/+6
* Evas object clouseau: cleaned up the code a bit.Tom Hacohen2013-09-061-14/+19
* edje: add border linked to Image sets.Cedric Bail2013-09-066-54/+190
* edje: fix recursive scale_set on edje_objectMichael Bouchaud2013-09-051-7/+4
* evas - fix render op reset when drawing map objs :)Carsten Haitzler (Rasterman)2013-09-051-0/+2
* edje: forgotten patch to fix ABI.Cedric Bail2013-09-051-0/+2
* edje: fix function to use Eo API.Cedric Bail2013-09-054-8/+61
* evas: add evas_object_smart_iterator_new().Cedric Bail2013-09-055-0/+119
* eina - stringshare - strlen already would deal with optimization casesCarsten Haitzler (Rasterman)2013-09-051-16/+2
* Merge branch 'framespace'Chris Michael2013-09-048-96/+147
|\
| * Create any wayland canvases as Alpha by default now.Chris Michael2013-09-042-30/+20
| * Set surface opaque region to NULL if window is transparent/alpha.Chris Michael2013-09-041-0/+2
| * Added functions for setting input and opaque regions on a window.Chris Michael2013-08-291-30/+52
| * Add API functions for setting window input & opaque regions.Chris Michael2013-08-291-0/+34
| * Remove 2 unused integer members from window structure.Chris Michael2013-08-291-1/+0
| * Update ecore_evas wayland_egl for removal of server_allocation member.Chris Michael2013-08-291-1/+2
| * Update ecore_evas wayland_shm routines for removal ofChris Michael2013-08-291-1/+2
| * Update common routines for removal of server_allocation field.Chris Michael2013-08-291-1/+2
| * Don't use Eina_Rectangles for server and saved allocation, can justChris Michael2013-08-291-11/+14
| * Reduce size of Ecore_Wl_Window structure.Chris Michael2013-08-291-1/+5
| * Remove pending_allocation member of window structure (not usedChris Michael2013-08-291-1/+1
| * Remove calls to saved input & opaque region of window.Chris Michael2013-08-291-9/+0
| * Remove region members from Ecore_Wl_Window structure. No need to keepChris Michael2013-08-291-5/+0
| * Fix copy/paste issue.Chris Michael2013-08-291-1/+1
| * Avoid potential memleak on rotation of tilebuf.Chris Michael2013-08-291-0/+1
| * Avoid potential memleak on rotation of tilebuf.Chris Michael2013-08-291-1/+8
| * Port 1f82fbe14d2a to wayland shm engineChris Michael2013-08-291-1/+1
| * Fix formattingChris Michael2013-08-291-3/+3
* | edje: be recursive on edje_object_scale_setMichaël Bouchaud (yoz)2013-09-042-4/+6
* | ecore-input - compose seq handler now uses compact str - saves about 100kCarsten Haitzler (Rasterman)2013-09-042-9907/+9955
* | evas - in dump also ensure an idle flush logic and proxy surface dump happensCarsten Haitzler (Rasterman)2013-09-041-0/+31
* | evas/gl: Do not reassign the surface during make current.Rafael Antognolli2013-09-041-4/+0
* | Evas textblock: fixed *_markup_get issue with escaped chars.Tom Hacohen2013-09-034-45/+49
* | evas/render: improve evas_render_sync()Ulisses Furquim2013-09-033-20/+15
* | eina: forgotten lock, thanks coverity.Cedric Bail2013-09-031-0/+4
* | ecore: fix segfault while adding new local or global data to thread.Mariusz Grzegorczyk2013-09-031-6/+15
* | Revert "evas/render - this is insane to me since nowhere it release the rende...Cedric Bail2013-09-031-2/+1
* | evas: simplify logic and API signature, thanks k-s.Cedric Bail2013-09-032-14/+6
* | evas/render: sync all canvases in _render_dump()Ulisses Furquim2013-09-021-1/+1
* | evas/async_render: remove block/unblock of render thread.Ulisses Furquim2013-09-023-25/+2
* | evas/render: introduce evas_render_sync().Ulisses Furquim2013-09-024-0/+28
* | eldbus: Check if interface of signal match with signal handlerJosé Roberto de Souza2013-09-021-0/+2
* | eldbus: Add timeout message error as a macroJosé Roberto de Souza2013-09-022-4/+5
* | eldbus: Add eldbus_object_manager_interfaces_added/removed()José Roberto de Souza2013-09-022-0/+18
* | eldbus: Make properties_monitor() return a boolean indicating if props are al...José Roberto de Souza2013-09-022-19/+25
* | eldbus: Add a new proxy event to notify when properties are cachedJosé Roberto de Souza2013-09-022-3/+14