summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Eo callbacks: Improve memory footprint of callbacks.Tom Hacohen2013-04-111-29/+59
* eeze/sensor: Expose less symbols for the initial API.Stefan Schmidt2013-04-113-36/+38
* this is not a big change - not worth changelog, but allow gl partialCarsten Haitzler (Rasterman)2013-04-112-9/+34
* eeze/sensor: Use Eeze_Sensor_Type in sensor object.Stefan Schmidt2013-04-111-1/+1
* evas: let's do less useless marshalling.Cedric Bail2013-04-111-49/+58
* evas: use a hash for the image scale cache.Cedric Bail2013-04-112-37/+105
* evas: don't call eo_data_get when it is really not necessary.Cedric Bail2013-04-111-10/+8
* evas: use eo_data_get less. Use clipees_has if you want to know the number of...Cedric Bail2013-04-116-45/+97
* evas: remove useless initialization.Cedric Bail2013-04-111-1/+1
* eo: let's cache this value.Cedric Bail2013-04-111-4/+6
* eina: make eina_mempool_alignof a little bit faster.Cedric Bail2013-04-114-23/+70
* eina: little speed improvement by reducing chance to call function.Cedric Bail2013-04-111-3/+5
* evas: reduce unecessary write.Cedric Bail2013-04-111-0/+12
* Fix formatting.Chris Michael2013-04-111-11/+12
* edje_entry: fix typo in commentJihoon Kim2013-04-111-1/+1
* edje_entry: fix formattingJihoon Kim2013-04-111-21/+21
* ecore/wayland: Add support for double and triple click.Rafael Antognolli2013-04-103-23/+159
* Efl textblock/entry: additions to split BiDi cursorYakov Goldberg2013-04-103-56/+185
* Efl textblock/entry: Added support for split BiDi cursor.Tom 'TAsn' Hacohen2013-04-103-3/+134
* eet: be picky and really use the correct format without shitty cast.Cedric Bail2013-04-101-2/+2
* edje_entry.c: When cursor is located to each edge, entry now doesn't grab eve...WooHyun Jung2013-04-101-17/+18
* Eet: Pass the correct parameter to the correct format.Tom Hacohen2013-04-091-2/+2
* eo: Indicate that numbers in error messages are in hex - prefix with 0xDaniel Willmann2013-04-091-8/+8
* eina: add eina_inlist_first and eina_inlist_lastJérémy Zurcher2013-04-092-0/+80
* add a little code to alloc engine info in outs.. but we need a newCarsten Haitzler (Rasterman)2013-04-091-7/+9
* Evas font: Fixed a bug with cluster sizes and ligatures.Tom Hacohen2013-04-081-1/+1
* evas device new/free -> add/del (new 1.8 api so no log).Carsten Haitzler (Rasterman)2013-04-082-6/+6
* clean up outputs list on evas free.Carsten Haitzler (Rasterman)2013-04-081-0/+3
* Add multiple output api support to evas... just "eo infra stubs" rightCarsten Haitzler (Rasterman)2013-04-083-0/+393
* edje: always invalidate and recalc the correct Edje object.Cedric Bail2013-04-085-148/+146
* evas: correctly define bounding box in all case.Cedric Bail2013-04-081-3/+2
* edje: rename variable to match the rest of the library.Cedric Bail2013-04-081-13/+13
* edje: reuse existing index instead of a direct pointer (-30KB).Cedric Bail2013-04-085-87/+70
* Revert "edje: reuse existing index instead of a direct pointer (-30KB)."Cedric Bail2013-04-085-57/+87
* edje: reuse existing index instead of a direct pointer (-30KB).Cedric Bail2013-04-075-87/+57
* evas: get the bounding box from the right object and always update it.Cedric Bail2013-04-071-6/+10
* evas: correctly initialize and get the bounding box at the right time.Cedric Bail2013-04-071-3/+4
* evas: revert useless change.Cedric Bail2013-04-071-2/+2
* edje: fix little bug with table naming.Cedric Bail2013-04-071-1/+1
* edje: increase item number in the mempool to reduce its over head.Cedric Bail2013-04-071-2/+2
* evas: small reorder for a little bit of memory win.Cedric Bail2013-04-071-4/+5
* evas: bounding box is only relevant to smart object.Cedric Bail2013-04-075-187/+188
* evas: remove one useless pointer (-30KB).Cedric Bail2013-04-0714-58/+58
* edje: don't use 30K of pointers for an indirection in some event path.Cedric Bail2013-04-076-36/+34
* edje: one less pointer per Edje_Real_Part.Cedric Bail2013-04-078-523/+505
* eina_inlist: fix eina_inlist_sort docJérémy Zurcher2013-04-051-1/+1
* ecore/wayland: Sync before assuming that there's no output.Rafael Antognolli2013-04-051-0/+3
* ecore/wayland: Actually wait for the sync callback on ecore_wl_sync().Rafael Antognolli2013-04-052-1/+30
* evas: stop over redraw of Evas_Map content with Smart Object.Cedric BAIL2013-04-051-0/+2
* Evas font: fix font source have wrong current size.Jiyoun Park2013-04-051-0/+3